From b81a362e33d7ec20d8d22627d4f17c55591934da Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Tue, 28 Aug 2007 00:03:42 +0000 Subject: 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. --- dns/bind8/Makefile | 2 ++ dns/bind84/Makefile | 3 +++ 2 files changed, 5 insertions(+) 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 -- cgit v1.2.3