Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/passwdqc/
Date: Sat, 10 Apr 2021 11:07:07
Message-Id: 1618052821.b34b27cf7c01b1081f4d56c2ef6c368abe752f12.zlogene@gentoo
1 commit: b34b27cf7c01b1081f4d56c2ef6c368abe752f12
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 10 11:06:08 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 10 11:07:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34b27cf
7
8 sys-auth/passwdqc: sync with upstream recommendations
9
10 * Drop single threading workariund and use "all" make target
11 * Update password policy for 2.x
12
13 Package-Manager: Portage-3.0.17, Repoman-3.0.2
14 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
15
16 sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild | 6 +++---
17 .../{passwdqc-2.0.0.ebuild => passwdqc-2.0.0-r1.ebuild} | 10 +++++-----
18 .../{passwdqc-2.0.1.ebuild => passwdqc-2.0.1-r1.ebuild} | 10 +++++-----
19 3 files changed, 13 insertions(+), 13 deletions(-)
20
21 diff --git a/sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild b/sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild
22 index 1d15065d7a0..7fed980198f 100644
23 --- a/sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild
24 +++ b/sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild
25 @@ -40,7 +40,7 @@ src_prepare() {
26 }
27
28 _emake() {
29 - emake -j1 \
30 + emake \
31 SHARED_LIBDIR="/usr/$(get_libdir)" \
32 SECUREDIR="$(getpam_mod_dir)" \
33 CONFDIR="/etc/security" \
34 @@ -52,10 +52,10 @@ _emake() {
35 }
36
37 src_compile() {
38 - _emake pam utils
39 + _emake all
40 }
41
42 src_install() {
43 - _emake DESTDIR="${ED}" install_lib install_pam install_utils
44 + _emake DESTDIR="${ED}" all
45 dodoc README PLATFORMS INTERNALS
46 }
47
48 diff --git a/sys-auth/passwdqc/passwdqc-2.0.0.ebuild b/sys-auth/passwdqc/passwdqc-2.0.0-r1.ebuild
49 similarity index 90%
50 rename from sys-auth/passwdqc/passwdqc-2.0.0.ebuild
51 rename to sys-auth/passwdqc/passwdqc-2.0.0-r1.ebuild
52 index 53fea839ad8..3b5ff785a7e 100644
53 --- a/sys-auth/passwdqc/passwdqc-2.0.0.ebuild
54 +++ b/sys-auth/passwdqc/passwdqc-2.0.0-r1.ebuild
55 @@ -27,8 +27,8 @@ src_prepare() {
56
57 # ship our own default settings
58 cat <<- EOF > "${S}/passwdqc.conf"
59 - min=8,8,8,8,8
60 - max=40
61 + min=disabled,24,11,8,7
62 + max=72
63 passphrase=3
64 match=4
65 similar=deny
66 @@ -40,7 +40,7 @@ src_prepare() {
67 }
68
69 _emake() {
70 - emake -j1 \
71 + emake \
72 SHARED_LIBDIR="/usr/$(get_libdir)" \
73 SECUREDIR="$(getpam_mod_dir)" \
74 CONFDIR="/etc/security" \
75 @@ -52,10 +52,10 @@ _emake() {
76 }
77
78 src_compile() {
79 - _emake pam utils
80 + _emake all
81 }
82
83 src_install() {
84 - _emake DESTDIR="${ED}" install_lib install_pam install_utils
85 + _emake DESTDIR="${ED}" all
86 dodoc README PLATFORMS INTERNALS
87 }
88
89 diff --git a/sys-auth/passwdqc/passwdqc-2.0.1.ebuild b/sys-auth/passwdqc/passwdqc-2.0.1-r1.ebuild
90 similarity index 90%
91 rename from sys-auth/passwdqc/passwdqc-2.0.1.ebuild
92 rename to sys-auth/passwdqc/passwdqc-2.0.1-r1.ebuild
93 index 53fea839ad8..3b5ff785a7e 100644
94 --- a/sys-auth/passwdqc/passwdqc-2.0.1.ebuild
95 +++ b/sys-auth/passwdqc/passwdqc-2.0.1-r1.ebuild
96 @@ -27,8 +27,8 @@ src_prepare() {
97
98 # ship our own default settings
99 cat <<- EOF > "${S}/passwdqc.conf"
100 - min=8,8,8,8,8
101 - max=40
102 + min=disabled,24,11,8,7
103 + max=72
104 passphrase=3
105 match=4
106 similar=deny
107 @@ -40,7 +40,7 @@ src_prepare() {
108 }
109
110 _emake() {
111 - emake -j1 \
112 + emake \
113 SHARED_LIBDIR="/usr/$(get_libdir)" \
114 SECUREDIR="$(getpam_mod_dir)" \
115 CONFDIR="/etc/security" \
116 @@ -52,10 +52,10 @@ _emake() {
117 }
118
119 src_compile() {
120 - _emake pam utils
121 + _emake all
122 }
123
124 src_install() {
125 - _emake DESTDIR="${ED}" install_lib install_pam install_utils
126 + _emake DESTDIR="${ED}" all
127 dodoc README PLATFORMS INTERNALS
128 }