Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2014 14:04:53 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362973 - head/security/pam_abl
Message-ID:  <201407261404.s6QE4rUQ038225@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407261404.s6QE4rUQ038225>