summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-04-10 14:20:51 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-04-10 14:22:31 +0300
commit03a1a284307593285b7b3351b667703da2c78115 (patch)
tree5132aa60565a01efc6c5876d16ae1c43ac68454c /sys-auth/passwdqc
parentdev-java/slf4j-simple: remove test restiction (diff)
downloadgentoo-03a1a284307593285b7b3351b667703da2c78115.tar.gz
gentoo-03a1a284307593285b7b3351b667703da2c78115.tar.bz2
gentoo-03a1a284307593285b7b3351b667703da2c78115.zip
sys-auth/passwdqc: Version bump (v2.0.2)
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-auth/passwdqc')
-rw-r--r--sys-auth/passwdqc/Manifest1
-rw-r--r--sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild2
-rw-r--r--sys-auth/passwdqc/passwdqc-2.0.0-r1.ebuild2
-rw-r--r--sys-auth/passwdqc/passwdqc-2.0.1-r1.ebuild2
-rw-r--r--sys-auth/passwdqc/passwdqc-2.0.2.ebuild61
5 files changed, 65 insertions, 3 deletions
diff --git a/sys-auth/passwdqc/Manifest b/sys-auth/passwdqc/Manifest
index 974337dbd889..893919a690e3 100644
--- a/sys-auth/passwdqc/Manifest
+++ b/sys-auth/passwdqc/Manifest
@@ -1,3 +1,4 @@
DIST passwdqc-1.4.0.tar.gz 55219 BLAKE2B 3f96a2d219ee23f11db2ad8ba433eaa56b97a263ad1a49159e0356b779cb4486ec9aa74cd7002fdd6d273e5a7bae4fe1b94e02f60256d331e5afc30d63e81360 SHA512 b9be6632688a1d7d929ec546679a366a67d44e7841e106c7f739a8e0656842866125160c87b04c8e0b3189a3e85eb182aa789196f68925b2f8ec71cd6a479800
DIST passwdqc-2.0.0.tar.gz 86235 BLAKE2B fa67007ca0477feafd8743eda0899b7e348bf75e00e7ff23b6acdf56a456d75bec89a4b7dead41d7889610669425ff0145d6e7c94db0ce93219de0c5c0b80909 SHA512 7e5c0a32361d604c47ad02f36beff3287f638f2911b398a21b89cea164bf9a161b3bc252e9c660eaa53c5e5fce458d1cb1fd6b2bb308bafdb729c9d7e67f5295
DIST passwdqc-2.0.1.tar.gz 87804 BLAKE2B 0fbbe4dbb68104fb94dbb0a3a84759d2ad5ec3e8fb285a12534b0465e5c3ed4084e879f9322dbd26071338f4e39b01b3e42337e933bee921600e3a32f00069b8 SHA512 95d10099634dd15d2e93249b37e1d2727922fdeac9993ddb63b6c3f8ff39377c02fce0e0a77d120aed868d3a2cb51972eed4cf84f5ddcec8488f60e9769d4263
+DIST passwdqc-2.0.2.tar.gz 88796 BLAKE2B 4be0180dbee38d124cc5fd3780fcc27b276bd9370c59c83a9c037b67f18518873bd34d23f779125ac0b5e8bb1f40a5e8e24dc65bfe5919f735f96d4f625cebdb SHA512 60f91ad7c86314b0d9ad97a2474a1a5bbb8b41491b274e09f7300d8a609cfffb0688bf39d4e715f647f3c87bfee429cb5e01f1a641a14eea3f55b223610ed8ec
diff --git a/sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild b/sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild
index 7fed980198f5..70be5a24a3ea 100644
--- a/sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild
+++ b/sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild
@@ -56,6 +56,6 @@ src_compile() {
}
src_install() {
- _emake DESTDIR="${ED}" all
+ _emake DESTDIR="${ED}" install_lib install_pam install_utils
dodoc README PLATFORMS INTERNALS
}
diff --git a/sys-auth/passwdqc/passwdqc-2.0.0-r1.ebuild b/sys-auth/passwdqc/passwdqc-2.0.0-r1.ebuild
index 3b5ff785a7ec..786e12917d1a 100644
--- a/sys-auth/passwdqc/passwdqc-2.0.0-r1.ebuild
+++ b/sys-auth/passwdqc/passwdqc-2.0.0-r1.ebuild
@@ -56,6 +56,6 @@ src_compile() {
}
src_install() {
- _emake DESTDIR="${ED}" all
+ _emake DESTDIR="${ED}" install_lib install_pam install_utils
dodoc README PLATFORMS INTERNALS
}
diff --git a/sys-auth/passwdqc/passwdqc-2.0.1-r1.ebuild b/sys-auth/passwdqc/passwdqc-2.0.1-r1.ebuild
index 3b5ff785a7ec..786e12917d1a 100644
--- a/sys-auth/passwdqc/passwdqc-2.0.1-r1.ebuild
+++ b/sys-auth/passwdqc/passwdqc-2.0.1-r1.ebuild
@@ -56,6 +56,6 @@ src_compile() {
}
src_install() {
- _emake DESTDIR="${ED}" all
+ _emake DESTDIR="${ED}" install_lib install_pam install_utils
dodoc README PLATFORMS INTERNALS
}
diff --git a/sys-auth/passwdqc/passwdqc-2.0.2.ebuild b/sys-auth/passwdqc/passwdqc-2.0.2.ebuild
new file mode 100644
index 000000000000..786e12917d1a
--- /dev/null
+++ b/sys-auth/passwdqc/passwdqc-2.0.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pam toolchain-funcs
+
+DESCRIPTION="Password strength checking library (and PAM module)"
+HOMEPAGE="http://www.openwall.com/passwdqc/"
+SRC_URI="http://www.openwall.com/${PN}/${P}.tar.gz"
+
+LICENSE="Openwall BSD public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="sys-libs/pam"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ QA_FLAGS_IGNORED="/$(get_libdir)/security/pam_passwdqc.so
+ /usr/$(get_libdir)/libpasswdqc.so.1"
+}
+
+src_prepare() {
+ default
+ sed -i -e 's:`uname -s`:Linux:' Makefile || die
+
+ # ship our own default settings
+ cat <<- EOF > "${S}/passwdqc.conf"
+ min=disabled,24,11,8,7
+ max=72
+ passphrase=3
+ match=4
+ similar=deny
+ random=47
+ enforce=everyone
+ retry=3
+ EOF
+
+}
+
+_emake() {
+ emake \
+ SHARED_LIBDIR="/usr/$(get_libdir)" \
+ SECUREDIR="$(getpam_mod_dir)" \
+ CONFDIR="/etc/security" \
+ CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+ LDFLAGS="${LDFLAGS}" \
+ CC="$(tc-getCC)" \
+ LD="$(tc-getCC)" \
+ "$@"
+}
+
+src_compile() {
+ _emake all
+}
+
+src_install() {
+ _emake DESTDIR="${ED}" install_lib install_pam install_utils
+ dodoc README PLATFORMS INTERNALS
+}