Upgrade to 9.4-ESV, the first of the "Extended Support Releases"

from ISC. It has numerous bug fixes compared to 9.4.3*, however
in the case of this version "extended" only applies till 2010/12/31
so serious BIND users are still encouraged to upgrade to 9.6.x.
This commit is contained in:
Doug Barton 2010-02-02 07:14:33 +00:00
parent 14046789e0
commit c595c1f9f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249074
3 changed files with 11 additions and 9 deletions

View File

@ -12,7 +12,7 @@
# release you can generally build it cleanly from the source - Doug
PORTNAME= bind94
PORTVERSION= 9.4.3.5
PORTVERSION= 9.4.4.ESV
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC} \
http://dougbarton.us/Downloads/%SUBDIR%/
@ -25,7 +25,7 @@ MAINTAINER= dougb@FreeBSD.org
COMMENT= The BIND DNS suite with updated DNSSEC and threads
# ISC releases things like 9.4.0b3, which our versioning doesn't like
ISCVERSION= 9.4.3-P5
ISCVERSION= 9.4-ESV
MAKE_JOBS_UNSAFE= yes
@ -153,7 +153,7 @@ CONFLICTS+= bind94-geoip-9.4.*
PLIST_SUB+= BIND_DESTETC="${BIND_DESTETC}"
MAN1= dig.1 host.1 nslookup.1 nsupdate.1
MAN1= dig.1 host.1 isc-config.sh.1 nslookup.1 nsupdate.1
MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \
lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \
lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \

View File

@ -1,9 +1,9 @@
MD5 (bind-9.4.3-P5.tar.gz) = f14f4b59639068c9a611a9c03b821dde
SHA256 (bind-9.4.3-P5.tar.gz) = 7ca93553d1f488af1b21ab26f0297be5c7b7b5920d29ad9743382bf3623b2939
SIZE (bind-9.4.3-P5.tar.gz) = 6447497
MD5 (bind-9.4.3-P5.tar.gz.asc) = eb83f72e9c305d660903fd1ba33f0f37
SHA256 (bind-9.4.3-P5.tar.gz.asc) = 12f414d6890d543e584e008986c0912de7b22913c37a7be79f9dc1039cb9f414
SIZE (bind-9.4.3-P5.tar.gz.asc) = 481
MD5 (bind-9.4-ESV.tar.gz) = 794b5956df11ae71493490a5e01369df
SHA256 (bind-9.4-ESV.tar.gz) = fbe201c545ca41b43c29ace214322d81dadf017ebbe393f06354a39ed3dbbbb5
SIZE (bind-9.4-ESV.tar.gz) = 6506725
MD5 (bind-9.4-ESV.tar.gz.asc) = c9dd4bbf1ebb1108eeb2a77abd15020e
SHA256 (bind-9.4-ESV.tar.gz.asc) = b05d95ea534cfdd6f957f7ce492d41973d7ec7278c744a4c5d7f75f0fadb091b
SIZE (bind-9.4-ESV.tar.gz.asc) = 481
MD5 (bind-9.4.1-geodns-patch.tar.gz) = d3d515bdef525f9a31787b36a105e690
SHA256 (bind-9.4.1-geodns-patch.tar.gz) = 352413037e4779519c0a5b70aef801c8f84bcf15d1d485b16096d75f83644a65
SIZE (bind-9.4.1-geodns-patch.tar.gz) = 2057

View File

@ -20,6 +20,7 @@ include/dns/dbiterator.h
include/dns/dbtable.h
include/dns/diff.h
include/dns/dispatch.h
include/dns/dlz.h
include/dns/dnssec.h
include/dns/ds.h
include/dns/enumclass.h
@ -55,6 +56,7 @@ include/dns/resolver.h
include/dns/result.h
include/dns/rootns.h
include/dns/sdb.h
include/dns/sdlz.h
include/dns/secalg.h
include/dns/secproto.h
include/dns/soa.h