diff options
author | krion <krion@FreeBSD.org> | 2003-10-01 10:26:23 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-01 10:26:23 +0000 |
commit | 4ac1dca9a7a8f7ab3abe773e2a6fe738d22c7ee8 (patch) | |
tree | a85bfe0c47fc8baaf2f3cf6b630eefb53f5954d7 | |
parent | 91f5c2062c9b5a50f5394015a42ed2e5738ffafc (diff) | |
download | FreeBSD-ports-4ac1dca9a7a8f7ab3abe773e2a6fe738d22c7ee8.zip FreeBSD-ports-4ac1dca9a7a8f7ab3abe773e2a6fe738d22c7ee8.tar.gz |
Add checkpassword-pam 0.98, implementation of checkpassword
authentication program.
PR: 57424
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/checkpassword-pam/Makefile | 21 | ||||
-rw-r--r-- | security/checkpassword-pam/distinfo | 1 | ||||
-rw-r--r-- | security/checkpassword-pam/pkg-descr | 5 | ||||
-rw-r--r-- | security/checkpassword-pam/pkg-plist | 1 |
5 files changed, 29 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 4ba7b83..7110bce 100644 --- a/security/Makefile +++ b/security/Makefile @@ -35,6 +35,7 @@ SUBDIR += cfs SUBDIR += cfv SUBDIR += checkpassword + SUBDIR += checkpassword-pam SUBDIR += chkrootkit SUBDIR += chrootuid SUBDIR += cksfv diff --git a/security/checkpassword-pam/Makefile b/security/checkpassword-pam/Makefile new file mode 100644 index 0000000..24ed609 --- /dev/null +++ b/security/checkpassword-pam/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: checkpassword-pam +# Date created: 30 september 2003 +# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> +# +# $FreeBSD$ +# + +PORTNAME= checkpassword-pam +PORTVERSION= 0.98 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= checkpasswd-pam + +MAINTAINER= sem@ciam.ru +COMMENT= Implementation of checkpassword authentication program + +GNU_CONFIGURE= yes + +MAN8= checkpassword-pam.8 + +.include <bsd.port.mk> diff --git a/security/checkpassword-pam/distinfo b/security/checkpassword-pam/distinfo new file mode 100644 index 0000000..dfab7fa --- /dev/null +++ b/security/checkpassword-pam/distinfo @@ -0,0 +1 @@ +MD5 (checkpassword-pam-0.98.tar.gz) = 98e50e7d17f6d5e78d63c3882ec435ca diff --git a/security/checkpassword-pam/pkg-descr b/security/checkpassword-pam/pkg-descr new file mode 100644 index 0000000..b62acf0 --- /dev/null +++ b/security/checkpassword-pam/pkg-descr @@ -0,0 +1,5 @@ +checkpassword-pam was written from scratch. There are several older +packages called checkpassword-pam, derived from DJB's checkpassword +code. This checkpassword-pam is more modern and administrator-friendly. + +WWW: http://checkpasswd-pam.sourceforge.net/ diff --git a/security/checkpassword-pam/pkg-plist b/security/checkpassword-pam/pkg-plist new file mode 100644 index 0000000..b4f150c --- /dev/null +++ b/security/checkpassword-pam/pkg-plist @@ -0,0 +1 @@ +bin/checkpassword-pam |