From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/passwdqc/
Date: Sat, 10 Apr 2021 11:07:03 +0000 (UTC) [thread overview]
Message-ID: <1618052821.b34b27cf7c01b1081f4d56c2ef6c368abe752f12.zlogene@gentoo> (raw)
commit: b34b27cf7c01b1081f4d56c2ef6c368abe752f12
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 11:06:08 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> 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 <zlogene <AT> 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
}
next reply other threads:[~2021-04-10 11:07 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-10 11:07 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-28 3:43 [gentoo-commits] repo/gentoo:master commit in: sys-auth/passwdqc/ Sam James
2023-12-15 13:22 Arthur Zamarin
2023-12-15 6:42 Sam James
2023-12-15 6:42 Sam James
2023-12-15 6:42 Sam James
2023-12-15 6:42 Sam James
2023-12-15 6:42 Sam James
2023-12-15 6:42 Sam James
2023-09-06 9:37 Sam James
2023-08-20 5:43 Sam James
2023-08-19 11:38 Sam James
2023-08-19 11:38 Sam James
2023-08-19 9:30 Sam James
2023-08-19 7:23 Sam James
2023-08-19 6:36 Sam James
2023-08-19 6:33 Sam James
2023-06-26 16:47 Sam James
2023-01-14 19:17 Sam James
2023-01-14 10:12 Sam James
2021-11-14 9:22 Sam James
2021-11-09 22:35 Sam James
2021-11-09 21:36 Sam James
2021-11-06 19:56 Sam James
2021-11-06 0:48 Sam James
2021-11-06 0:48 Sam James
2021-11-06 0:48 Sam James
2021-11-06 0:48 Sam James
2021-11-06 0:48 Sam James
2021-06-24 23:27 Sam James
2021-04-10 11:22 Mikle Kolyada
2021-03-13 19:53 Mikle Kolyada
2021-02-23 15:36 Mikle Kolyada
2021-02-22 23:21 Mikle Kolyada
2021-02-18 20:14 Sam James
2020-12-13 0:29 Sam James
2020-10-10 9:31 Mikle Kolyada
2020-09-05 19:03 Mikle Kolyada
2020-08-31 10:13 Mikle Kolyada
2020-07-29 19:57 Mikle Kolyada
2020-06-17 15:13 Mikle Kolyada
2020-06-11 8:43 Mikle Kolyada
2020-06-10 16:54 Mikle Kolyada
2020-06-09 12:12 Mikle Kolyada
2019-11-10 9:19 Michał Górny
2019-11-01 11:07 Mikle Kolyada
2019-11-01 11:07 Mikle Kolyada
2019-11-01 11:07 Mikle Kolyada
2019-10-12 20:39 Mikle Kolyada
2019-10-11 22:32 Sergei Trofimovich
2019-10-07 19:12 Sergei Trofimovich
2019-10-07 10:44 Agostino Sarubbo
2019-10-07 10:38 Agostino Sarubbo
2019-10-07 9:47 Agostino Sarubbo
2019-10-07 8:42 Agostino Sarubbo
2019-10-07 7:29 Agostino Sarubbo
2019-10-06 21:18 Thomas Deutschmann
2017-06-19 20:07 Alexis Ballier
2015-08-14 3:37 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1618052821.b34b27cf7c01b1081f4d56c2ef6c368abe752f12.zlogene@gentoo \
--to=zlogene@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox