diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-07-31 08:39:51 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-07-31 08:39:51 +0000 |
commit | f2104be43e393b42edb2db3b9bb7b5fac92f8d82 (patch) | |
tree | b5c0fb1126e0ecd47aa872533fbd435805c0ba45 /dns | |
parent | 38fbf689989cbcbaa56c6e4643233957969ef117 (diff) | |
download | ports-f2104be43e393b42edb2db3b9bb7b5fac92f8d82.tar.gz ports-f2104be43e393b42edb2db3b9bb7b5fac92f8d82.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-dlz/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/bind9-dlz/Makefile b/dns/bind9-dlz/Makefile index 9c55762f3d57..a479d8c4021a 100644 --- a/dns/bind9-dlz/Makefile +++ b/dns/bind9-dlz/Makefile @@ -24,6 +24,10 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= dinoex@FreeBSD.org COMMENT= The Berkeley Internet Name Daemon, with DLZ extensions +FORBIDDEN= vulnerable to cache poisioning if recursive lookup enabled +DEPRICATED= DLZ functions are now included in bind9.4 +EXPIRATION_DATE=2008-08-31 + CONFLICTS?= bind9-9.* bind9-sdb-ldap-* host-* skalibs-* MASTER_SITES_DLZ= ${MASTER_SITE_SOURCEFORGE} |