Add checkpassword-pam 0.98, implementation of checkpassword

authentication program.

PR:		57424
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
This commit is contained in:
Kirill Ponomarev 2003-10-01 10:26:23 +00:00
parent cb08d212e7
commit 6c7dd0e573
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89956
5 changed files with 29 additions and 0 deletions

View file

@ -35,6 +35,7 @@
SUBDIR += cfs
SUBDIR += cfv
SUBDIR += checkpassword
SUBDIR += checkpassword-pam
SUBDIR += chkrootkit
SUBDIR += chrootuid
SUBDIR += cksfv

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (checkpassword-pam-0.98.tar.gz) = 98e50e7d17f6d5e78d63c3882ec435ca

View file

@ -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/

View file

@ -0,0 +1 @@
bin/checkpassword-pam