diff options
author | simon <simon@FreeBSD.org> | 2006-03-08 17:47:46 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-03-08 17:47:46 +0800 |
commit | 40344534706763afc3525a07c5dce807cf2ac690 (patch) | |
tree | 505f7c80bb6a3fa5fd8aaa443940ceea7d08f53c /www | |
parent | 833d31a181e2a9c7bc166290628a27209737a648 (diff) | |
download | freebsd-ports-graphics-40344534706763afc3525a07c5dce807cf2ac690.tar.gz freebsd-ports-graphics-40344534706763afc3525a07c5dce807cf2ac690.tar.zst freebsd-ports-graphics-40344534706763afc3525a07c5dce807cf2ac690.zip |
- 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)
Diffstat (limited to 'www')
-rw-r--r-- | www/auth_ldap/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/auth_ldap/Makefile b/www/auth_ldap/Makefile index 4f990cc331a..ef516908439 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 |