summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHallgrimur H. Gunnarsson <hhg@gentoo.org>2003-09-17 04:39:49 +0000
committerHallgrimur H. Gunnarsson <hhg@gentoo.org>2003-09-17 04:39:49 +0000
commit98798aa5ee852d24785f687cfc3139994e9576e4 (patch)
tree99cb418f58228d57ef01c3f7b4d508145d5a25ac /sys-libs/pam_passwdqc
parentNew package pam_passwdqc (diff)
downloadgentoo-2-98798aa5ee852d24785f687cfc3139994e9576e4.tar.gz
gentoo-2-98798aa5ee852d24785f687cfc3139994e9576e4.tar.bz2
gentoo-2-98798aa5ee852d24785f687cfc3139994e9576e4.zip
New package pam_passwdqc
Diffstat (limited to 'sys-libs/pam_passwdqc')
-rw-r--r--sys-libs/pam_passwdqc/ChangeLog10
-rw-r--r--sys-libs/pam_passwdqc/Manifest5
-rw-r--r--sys-libs/pam_passwdqc/files/digest-pam_passwdqc-0.7.41
-rw-r--r--sys-libs/pam_passwdqc/metadata.xml12
-rw-r--r--sys-libs/pam_passwdqc/pam_passwdqc-0.7.4.ebuild40
5 files changed, 66 insertions, 2 deletions
diff --git a/sys-libs/pam_passwdqc/ChangeLog b/sys-libs/pam_passwdqc/ChangeLog
new file mode 100644
index 000000000000..b04f82408592
--- /dev/null
+++ b/sys-libs/pam_passwdqc/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-libs/pam_passwdqc
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam_passwdqc/ChangeLog,v 1.1 2003/09/17 04:39:46 hhg Exp $
+
+*pam_passwdqc-0.7.4 (17 Sep 2003)
+
+ 17 Sep 2003; Hallgrimur H. Gunnarsson <hhg@gentoo.org>
+ pam_passwdqc-0.7.4.ebuild:
+ New package -- see bug #28413
+
diff --git a/sys-libs/pam_passwdqc/Manifest b/sys-libs/pam_passwdqc/Manifest
index f8f19d37e304..177253867ba1 100644
--- a/sys-libs/pam_passwdqc/Manifest
+++ b/sys-libs/pam_passwdqc/Manifest
@@ -1,3 +1,4 @@
-MD5 d1ebb8ed96b568d817e7dd37381ee4e6 pam_passwdqc-0.7.4.ebuild 917
-MD5 f149b4453be64452d2c5d399fa917142 ChangeLog 284
+MD5 877ba63c55aacfd934f58f105a09cbbc pam_passwdqc-0.7.4.ebuild 1024
+MD5 95fc6081369f76d178fae6a2dff69de1 ChangeLog 375
+MD5 ec4f5fb3c6d93c84cb759e875e4e7895 metadata.xml 416
MD5 e3d7aa9025162d36d5bc3829f777b8bb files/digest-pam_passwdqc-0.7.4 69
diff --git a/sys-libs/pam_passwdqc/files/digest-pam_passwdqc-0.7.4 b/sys-libs/pam_passwdqc/files/digest-pam_passwdqc-0.7.4
new file mode 100644
index 000000000000..6691905be957
--- /dev/null
+++ b/sys-libs/pam_passwdqc/files/digest-pam_passwdqc-0.7.4
@@ -0,0 +1 @@
+MD5 4aeda922e00fa69fa75375306b443bc5 pam_passwdqc-0.7.4.tar.gz 29596
diff --git a/sys-libs/pam_passwdqc/metadata.xml b/sys-libs/pam_passwdqc/metadata.xml
new file mode 100644
index 000000000000..ab413a33dcc2
--- /dev/null
+++ b/sys-libs/pam_passwdqc/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>pam</herd>
+<maintainer>
+ <email>hhg@gentoo.org</email>
+ <name>Hallgrimur H. Gunnarsson</name>
+</maintainer>
+<longdescription>
+ Password strength checking for PAM aware password changing programs. This is an alternative to the default cracklib.
+</longdescription>
+</pkgmetadata>
diff --git a/sys-libs/pam_passwdqc/pam_passwdqc-0.7.4.ebuild b/sys-libs/pam_passwdqc/pam_passwdqc-0.7.4.ebuild
new file mode 100644
index 000000000000..cf7a98b5bf80
--- /dev/null
+++ b/sys-libs/pam_passwdqc/pam_passwdqc-0.7.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam_passwdqc/pam_passwdqc-0.7.4.ebuild,v 1.1 2003/09/17 04:39:46 hhg Exp $
+
+IUSE="pam"
+
+DESCRIPTION="Password strength checking for PAM aware password changing programs. This is an alternative to the default cracklib."
+HOMEPAGE="http://www.openwall.com/passwdqc/"
+
+SRC_URI="http://www.openwall.com/pam/modules/pam_passwdqc/${P}.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm"
+
+DEPEND=">=sys-libs/pam-0.72"
+
+src_unpack() {
+ unpack ${P}.tar.gz
+ cd ${S}
+}
+
+src_compile() {
+ emake || die "problem in compile"
+}
+
+src_install() {
+ exeinto /lib/security
+ doexe pam_passwdqc.so
+
+ doman pam_passwdqc.8
+ dodoc README
+
+ echo
+ einfo "To activate pam_passwdqc use pam_passwdqc.so instead"
+ einfo "of pam_cracklib.so in /etc/pam.d/system-auth."
+ einfo "Also, if you want to change the parameters, read up"
+ einfo "on the man page."
+ echo
+}