diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2013-03-12 08:07:01 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2013-03-12 08:07:01 +0000 |
commit | 0c39ab72954f4d48296e0a0987557b549dd5aff4 (patch) | |
tree | 02e314b8b65e1f9ffb61966ab5ac06424547bd4a /dns | |
parent | - Update to 6.05 (diff) |
Add a gentle reminder that Bind 9.6 will be EOL shortly
and recommend planning to move to newer versions before
June 2013.
http://www.isc.org/software/bind/versions
Notes
Notes:
svn path=/head/; revision=313955
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind96/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index bc4f0e30f160..7bb48dc8e908 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -22,6 +22,8 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random CONFLICTS= bind9*-9.[45789].* bind9*-sdb-9.[45789].* bind-tools-9.* +DEPRECATED= EOL in June 2013, consider moving to Bind 9.8 or 9.9 +EXPIRATION_DATE= 2013-06-30 OPTIONS_DEFAULT= IPV6 SSL LINKS XML THREADS OPTIONS_DEFINE= SSL LINKS XML IDN REPLACE_BASE LARGE_FILE \ |