diff options
author | marino <marino@FreeBSD.org> | 2014-07-26 22:04:52 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-26 22:04:52 +0800 |
commit | 89cfee5edcd2601beef069eb870134713abbf5c7 (patch) | |
tree | 589413c4a44d2125c718ff819f44ad34b79f840f /security/pam_abl | |
parent | be7636649b25d869e4a5e8ae44b600abcee20712 (diff) | |
download | freebsd-ports-gnome-89cfee5edcd2601beef069eb870134713abbf5c7.tar.gz freebsd-ports-gnome-89cfee5edcd2601beef069eb870134713abbf5c7.tar.zst freebsd-ports-gnome-89cfee5edcd2601beef069eb870134713abbf5c7.zip |
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)
Diffstat (limited to 'security/pam_abl')
-rw-r--r-- | security/pam_abl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/pam_abl/Makefile b/security/pam_abl/Makefile index 5dc8c19df93d..da562a05946a 100644 --- a/security/pam_abl/Makefile +++ b/security/pam_abl/Makefile @@ -6,9 +6,12 @@ PORTVERSION= 0.2.3 CATEGORIES= security MASTER_SITES= SF/pam-abl/pam-abl/${PORTVERSION} -MAINTAINER= prehor@gmail.com +MAINTAINER= ports@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 |