Update to BIND 9.6.3, the latest from ISC on the 9.6 branch.
All 9.6 users with DNSSEC validation enabled should upgrade to this version, or the latest version in the 9.7 branch, prior to 2011-03-31 in order to avoid validation failures for names in .COM as described here: https://www.isc.org/announcement/bind-9-dnssec-validation-fails-new-ds-record In addition the fixes for this and other bugs, there are also the following: * Various fixes to kerberos support, including GSS-TSIG * Various fixes to avoid leaking memory, and to problems that could prevent a clean shutdown of named Feature safe: yes
This commit is contained in:
parent
da7ead52db
commit
a41122cd17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268619
2 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@
|
|||
# release you can generally build it cleanly from the source - Doug
|
||||
|
||||
PORTNAME= bind96
|
||||
PORTVERSION= 9.6.3.ESV.3
|
||||
PORTVERSION= 9.6.3
|
||||
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.6-ESV-R3
|
||||
ISCVERSION= 9.6.3
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (bind-9.6-ESV-R3.tar.gz) = e84d60295ba4ed4b2faad815abc530f97e22d1b0aff2ba06a34e842f0394578e
|
||||
SIZE (bind-9.6-ESV-R3.tar.gz) = 6809075
|
||||
SHA256 (bind-9.6-ESV-R3.tar.gz.asc) = 7eaeb2caf493ed5060161b4febd377641ffd9ec448dd250bd05fbf9295a6669f
|
||||
SIZE (bind-9.6-ESV-R3.tar.gz.asc) = 481
|
||||
SHA256 (bind-9.6.3.tar.gz) = 17d21c729bc50046ad30481a54b1610deb75a3b93e1584405f8e0b442d13081d
|
||||
SIZE (bind-9.6.3.tar.gz) = 7203094
|
||||
SHA256 (bind-9.6.3.tar.gz.asc) = 40edbf3b1332f8bddd2f348a9e52713724ab49be8267b7dc7e77499e0b08727b
|
||||
SIZE (bind-9.6.3.tar.gz.asc) = 481
|
||||
|
|
Loading…
Reference in a new issue