From 40344534706763afc3525a07c5dce807cf2ac690 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 8 Mar 2006 09:47:46 +0000 Subject: - Mark FORBIDDEN due to multiple format strings vulnerabilities. - Set EXPIRATION_DATE to one month from now since the port is unmaintained. Reported by: Christos Siaterlis csiat AT noc dotty ntua dotty gr Security: http://www.digitalarmaments.com/2006090173928420.html Security: http://secunia.com/advisories/18382/ Approved by: portmgr (implicit) Approved by: security-officer (simon) --- www/auth_ldap/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/auth_ldap') diff --git a/www/auth_ldap/Makefile b/www/auth_ldap/Makefile index 4f990cc331a4..ef5169084390 100644 --- a/www/auth_ldap/Makefile +++ b/www/auth_ldap/Makefile @@ -14,6 +14,10 @@ MASTER_SITES= http://www.rudedog.org/auth_ldap/ MAINTAINER= ports@FreeBSD.org COMMENT= Apache module to authenticate against an LDAP directory +FORBIDDEN= Contains multiple format strings vulnerabilities +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE=2006-04-08 + USE_OPENLDAP= yes USE_APACHE= yes GNU_CONFIGURE= yes -- cgit