From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0A621382C5 for ; Sat, 10 Apr 2021 11:07:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9615BE0830; Sat, 10 Apr 2021 11:07:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65A99E0830 for ; Sat, 10 Apr 2021 11:07:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F4EB3408CF for ; Sat, 10 Apr 2021 11:07:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74A46CC for ; Sat, 10 Apr 2021 11:07:03 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1618052821.b34b27cf7c01b1081f4d56c2ef6c368abe752f12.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/passwdqc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild sys-auth/passwdqc/passwdqc-2.0.0-r1.ebuild sys-auth/passwdqc/passwdqc-2.0.0.ebuild sys-auth/passwdqc/passwdqc-2.0.1-r1.ebuild sys-auth/passwdqc/passwdqc-2.0.1.ebuild X-VCS-Directories: sys-auth/passwdqc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b34b27cf7c01b1081f4d56c2ef6c368abe752f12 X-VCS-Branch: master Date: Sat, 10 Apr 2021 11:07:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 608bd712-a780-481d-a6b1-446db4fdd745 X-Archives-Hash: 1a53bf3b2bc38df83b9e5197e9ab2f29 commit: b34b27cf7c01b1081f4d56c2ef6c368abe752f12 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Apr 10 11:06:08 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Apr 10 11:07:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34b27cf sys-auth/passwdqc: sync with upstream recommendations * Drop single threading workariund and use "all" make target * Update password policy for 2.x Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild | 6 +++--- .../{passwdqc-2.0.0.ebuild => passwdqc-2.0.0-r1.ebuild} | 10 +++++----- .../{passwdqc-2.0.1.ebuild => passwdqc-2.0.1-r1.ebuild} | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild b/sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild index 1d15065d7a0..7fed980198f 100644 --- a/sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild +++ b/sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild @@ -40,7 +40,7 @@ src_prepare() { } _emake() { - emake -j1 \ + emake \ SHARED_LIBDIR="/usr/$(get_libdir)" \ SECUREDIR="$(getpam_mod_dir)" \ CONFDIR="/etc/security" \ @@ -52,10 +52,10 @@ _emake() { } src_compile() { - _emake pam utils + _emake all } src_install() { - _emake DESTDIR="${ED}" install_lib install_pam install_utils + _emake DESTDIR="${ED}" all dodoc README PLATFORMS INTERNALS } diff --git a/sys-auth/passwdqc/passwdqc-2.0.0.ebuild b/sys-auth/passwdqc/passwdqc-2.0.0-r1.ebuild similarity index 90% rename from sys-auth/passwdqc/passwdqc-2.0.0.ebuild rename to sys-auth/passwdqc/passwdqc-2.0.0-r1.ebuild index 53fea839ad8..3b5ff785a7e 100644 --- a/sys-auth/passwdqc/passwdqc-2.0.0.ebuild +++ b/sys-auth/passwdqc/passwdqc-2.0.0-r1.ebuild @@ -27,8 +27,8 @@ src_prepare() { # ship our own default settings cat <<- EOF > "${S}/passwdqc.conf" - min=8,8,8,8,8 - max=40 + min=disabled,24,11,8,7 + max=72 passphrase=3 match=4 similar=deny @@ -40,7 +40,7 @@ src_prepare() { } _emake() { - emake -j1 \ + emake \ SHARED_LIBDIR="/usr/$(get_libdir)" \ SECUREDIR="$(getpam_mod_dir)" \ CONFDIR="/etc/security" \ @@ -52,10 +52,10 @@ _emake() { } src_compile() { - _emake pam utils + _emake all } src_install() { - _emake DESTDIR="${ED}" install_lib install_pam install_utils + _emake DESTDIR="${ED}" all dodoc README PLATFORMS INTERNALS } diff --git a/sys-auth/passwdqc/passwdqc-2.0.1.ebuild b/sys-auth/passwdqc/passwdqc-2.0.1-r1.ebuild similarity index 90% rename from sys-auth/passwdqc/passwdqc-2.0.1.ebuild rename to sys-auth/passwdqc/passwdqc-2.0.1-r1.ebuild index 53fea839ad8..3b5ff785a7e 100644 --- a/sys-auth/passwdqc/passwdqc-2.0.1.ebuild +++ b/sys-auth/passwdqc/passwdqc-2.0.1-r1.ebuild @@ -27,8 +27,8 @@ src_prepare() { # ship our own default settings cat <<- EOF > "${S}/passwdqc.conf" - min=8,8,8,8,8 - max=40 + min=disabled,24,11,8,7 + max=72 passphrase=3 match=4 similar=deny @@ -40,7 +40,7 @@ src_prepare() { } _emake() { - emake -j1 \ + emake \ SHARED_LIBDIR="/usr/$(get_libdir)" \ SECUREDIR="$(getpam_mod_dir)" \ CONFDIR="/etc/security" \ @@ -52,10 +52,10 @@ _emake() { } src_compile() { - _emake pam utils + _emake all } src_install() { - _emake DESTDIR="${ED}" install_lib install_pam install_utils + _emake DESTDIR="${ED}" all dodoc README PLATFORMS INTERNALS }