diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-09-26 09:24:20 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-09-26 09:24:20 +0000 |
commit | 75fbecdf73d3b7305123bbb34663b5e20f0ae3c3 (patch) | |
tree | 8e3575511445c517fa7ce797b6b09a6a5255af94 /dns | |
parent | 6ec4ad0ae65f92bdf2043ca1492f3a7b52534bc5 (diff) | |
download | ports-75fbecdf73d3b7305123bbb34663b5e20f0ae3c3.tar.gz ports-75fbecdf73d3b7305123bbb34663b5e20f0ae3c3.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-sdb-ldap/Makefile | 3 | ||||
-rw-r--r-- | dns/bind9-sdb-postgresql/Makefile | 3 | ||||
-rw-r--r-- | dns/nsd2/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/dns/bind9-sdb-ldap/Makefile b/dns/bind9-sdb-ldap/Makefile index 440c98495468..38ef128d420b 100644 --- a/dns/bind9-sdb-ldap/Makefile +++ b/dns/bind9-sdb-ldap/Makefile @@ -20,6 +20,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= Hugo@Meiland.nl COMMENT= The well known Bind9, patched for use of an LDAP based backend +FORBIDDEN= Vulnerable since 2011-06-04, http://portaudit.freebsd.org/1e1421f0-8d6f-11e0-89b4-001ec9578670.html +EXPIRATION_DATE= 2011-10-14 + USE_OPENLDAP= yes CONFLICTS= bind9-9.* bind9-sdb-postgresql-* host-* skalibs-* diff --git a/dns/bind9-sdb-postgresql/Makefile b/dns/bind9-sdb-postgresql/Makefile index 7ac61f117337..152910e4c466 100644 --- a/dns/bind9-sdb-postgresql/Makefile +++ b/dns/bind9-sdb-postgresql/Makefile @@ -18,6 +18,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= josh.carroll@gmail.com COMMENT= Bind9, patched for use with a PostgreSQL-based backend +FORBIDDEN= Vulnerable since 2011-06-04, http://portaudit.freebsd.org/1e1421f0-8d6f-11e0-89b4-001ec9578670.html +EXPIRATION_DATE= 2011-10-14 + CONFLICTS= bind9-9.* bind9-sdb-ldap-* host-* # ISC releases things like 9.3.0rc1, which our versioning doesn't like diff --git a/dns/nsd2/Makefile b/dns/nsd2/Makefile index aac2fbfae945..e1c8fe3ef178 100644 --- a/dns/nsd2/Makefile +++ b/dns/nsd2/Makefile @@ -15,6 +15,9 @@ MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ MAINTAINER= jaap@NLnetLabs.nl COMMENT= An authoritative only non-recursive name server +FORBIDDEN= Vulnerable since 2009-05-19, http://portaudit.freebsd.org/37a8603d-4494-11de-bea7-000c29a67389.html +EXPIRATION_DATE= 2011-10-14 + CONFLICTS= nsd-[3-9]* USE_RC_SUBR= nsd.sh |