diff options
author | erwin <erwin@FreeBSD.org> | 2003-12-10 19:34:40 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-12-10 19:34:40 +0000 |
commit | f35354581d5d9a71914b9505d409939a71d5adc5 (patch) | |
tree | 90c53f482f87d9236f78a774f12fcc4adfeae41f /dns | |
parent | c01ef0d5aede6d30ec9457559be05a310f45dfeb (diff) | |
download | FreeBSD-ports-f35354581d5d9a71914b9505d409939a71d5adc5.zip FreeBSD-ports-f35354581d5d9a71914b9505d409939a71d5adc5.tar.gz |
Due to an unfortunate bug in BIND 8.4.3 ISC has deprecated this version.
The bug is not security related but triggers BIND to generate lots of
unnecessary additional queries under some circumstances with a
potential for operational impact.
BIND 8.4.4 will be available soon as a replacement.
Requested by: dougb
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind84/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/bind84/Makefile b/dns/bind84/Makefile index e377108..e9ee0d9 100644 --- a/dns/bind84/Makefile +++ b/dns/bind84/Makefile @@ -22,6 +22,8 @@ DIST_SUBDIR= bind-${PORTVERSION} MAINTAINER= DougB@FreeBSD.org COMMENT= The Berkeley Internet Name Domain, an implementation of DNS +FORBIDDEN= Bug WRT unnecesarry queries. 8.4.4 to be release soon. + .if defined(PORT_REPLACES_BASE_BIND8) PKGNAMESUFFIX= -base PREFIX= /usr |