Add checkpassword-pam 0.98, implementation of checkpassword
authentication program. PR: 57424 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
This commit is contained in:
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
|
@ -35,6 +35,7 @@
|
|||
SUBDIR += cfs
|
||||
SUBDIR += cfv
|
||||
SUBDIR += checkpassword
|
||||
SUBDIR += checkpassword-pam
|
||||
SUBDIR += chkrootkit
|
||||
SUBDIR += chrootuid
|
||||
SUBDIR += cksfv
|
||||
|
|
21
security/checkpassword-pam/Makefile
Normal file
21
security/checkpassword-pam/Makefile
Normal 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>
|
1
security/checkpassword-pam/distinfo
Normal file
1
security/checkpassword-pam/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (checkpassword-pam-0.98.tar.gz) = 98e50e7d17f6d5e78d63c3882ec435ca
|
5
security/checkpassword-pam/pkg-descr
Normal file
5
security/checkpassword-pam/pkg-descr
Normal 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/
|
1
security/checkpassword-pam/pkg-plist
Normal file
1
security/checkpassword-pam/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/checkpassword-pam
|
Loading…
Reference in a new issue