svn commit: r362973 - head/security/pam_abl
John Marino
marino at FreeBSD.org
Sat Jul 26 14:04:53 UTC 2014
Author: marino
Date: Sat Jul 26 14:04:52 2014
New Revision: 362973
URL: http://svnweb.freebsd.org/changeset/ports/362973
QAT: https://qat.redports.org/buildarchive/r362973/
Log:
security/pam_abl: Drop maintainership per request
The former maintainer has indicated that the current version of pam_abl
required a large number of hacks and still contains empheral bugs. After
10 years have passed, the latest versions require even more hacks. The
former maintainer recommended removal of the port if no one steps up to
update it and assume maintianership.
PR: 188483
Submitted by: Antiduh (csh.rit.edu)
Approved by: portmgr (implicit, NOT_STAGED)
Modified:
head/security/pam_abl/Makefile
Modified: head/security/pam_abl/Makefile
==============================================================================
--- head/security/pam_abl/Makefile Sat Jul 26 13:57:12 2014 (r362972)
+++ head/security/pam_abl/Makefile Sat Jul 26 14:04:52 2014 (r362973)
@@ -6,9 +6,12 @@ PORTVERSION= 0.2.3
CATEGORIES= security
MASTER_SITES= SF/pam-abl/pam-abl/${PORTVERSION}
-MAINTAINER= prehor at gmail.com
+MAINTAINER= ports at FreeBSD.org
COMMENT= Blacklisting responsible for repeated failed authentication attempts
+DEPRECATED= Newer version requires large number of hacks, not worth the effort
+EXPIRATION_DATE=2014-08-24
+
WRKSRC= ${WRKDIR}/${PORTNAME}
PAMABLDB?= /var/db/pam_abl
More information about the svn-ports-all
mailing list