diff options
author | dougb <dougb@FreeBSD.org> | 2007-08-28 08:03:42 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-08-28 08:03:42 +0800 |
commit | 64cbf94ee424f3d580e6c5cca394c453fd6c9cb4 (patch) | |
tree | 0886446fbc2cf76b9fe688743544bbefc1bc106a /dns | |
parent | dcb87cb56cefe94db51951b4d4cd51521204c2b9 (diff) | |
download | freebsd-ports-gnome-64cbf94ee424f3d580e6c5cca394c453fd6c9cb4.tar.gz freebsd-ports-gnome-64cbf94ee424f3d580e6c5cca394c453fd6c9cb4.tar.zst freebsd-ports-gnome-64cbf94ee424f3d580e6c5cca394c453fd6c9cb4.zip |
Begin the de-orbit burn for the beloved, but now more than a bit long
in the tooth BIND 8. As of today (27 August 2007) ISC has announced
that BIND 8 is officially End of Life (EOL) and therefore it's time
to say good-bye.
Please see http://www.isc.org/sw/bind/bind8-eol.php for details on the
reasoning behind the EOL status, the latest security issues, and a
migration guide to help you move toward BIND 9.4.x.
bind8 (BIND 8.3.7) is marked FORBIDDEN due to the predictable query ID
bug (see above) which will not be fixed for this version.
bind84 is marked DEPRECATED, and will be upgraded to 8.4.7-P1 when it
is available.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind8/Makefile | 2 | ||||
-rw-r--r-- | dns/bind84/Makefile | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index bf2ac2cbbca3..21b2defda56e 100644 --- a/dns/bind8/Makefile +++ b/dns/bind8/Makefile @@ -26,6 +26,8 @@ COMMENT= The Berkeley Internet Name Domain, an implementation of DNS CONFLICTS= bind84-8.* bind9* host-* zh-bind-8.* +FORBIDDEN= EOL - http://www.isc.org/sw/bind/bind8-eol.php + OPTIONS= REPLACE_BASE "Replace base BIND with this version" off \ REPLACE_BASE_INCLUDES "Replace includes as well as binaries" off diff --git a/dns/bind84/Makefile b/dns/bind84/Makefile index 70441c86ee42..af55e1ff4410 100644 --- a/dns/bind84/Makefile +++ b/dns/bind84/Makefile @@ -26,6 +26,9 @@ COMMENT= The Berkeley Internet Name Domain, an implementation of DNS CONFLICTS= bind-8.* bind9* host-* zh-bind-8.* +DEPRECATED= EOL - http://www.isc.org/sw/bind/bind8-eol.php +EXPIRATION_DATE= 2007-11-30 + OPTIONS= REPLACE_BASE "Replace base BIND with this version" off \ REPLACE_BASE_INCLUDES "Replace includes as well as binaries" off |