diff options
author | dougb <dougb@FreeBSD.org> | 2012-06-05 05:51:34 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-06-05 05:51:34 +0800 |
commit | 3b323e07d618fcf6aafd01daeb4477a0f8f77004 (patch) | |
tree | 4d51942aa4bbf6311b4d3c2eca3dc80f8dce77d4 /dns/bind99 | |
parent | 13041ddd350d04771daeb76d62a0f8e544905952 (diff) | |
download | freebsd-ports-gnome-3b323e07d618fcf6aafd01daeb4477a0f8f77004.tar.gz freebsd-ports-gnome-3b323e07d618fcf6aafd01daeb4477a0f8f77004.tar.zst freebsd-ports-gnome-3b323e07d618fcf6aafd01daeb4477a0f8f77004.zip |
Upgrade to 9.6-ESV-R7-P1, 9.7.6-P1, 9.8.3-P1, and 9.9.1-P1, the latest
from ISC. These patched versions contain a critical bugfix:
Processing of DNS resource records where the rdata field is zero length
may cause various issues for the servers handling them.
Processing of these records may lead to unexpected outcomes. Recursive
servers may crash or disclose some portion of memory to the client.
Secondary servers may crash on restart after transferring a zone
containing these records. Master servers may corrupt zone data if the
zone option "auto-dnssec" is set to "maintain". Other unexpected
problems that are not listed here may also be encountered.
All BIND users are strongly encouraged to upgrade.
Diffstat (limited to 'dns/bind99')
-rw-r--r-- | dns/bind99/Makefile | 4 | ||||
-rw-r--r-- | dns/bind99/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 502d5a6a5c33..94613c5bd4c7 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -11,7 +11,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind99 -PORTVERSION= 9.9.1 +PORTVERSION= 9.9.1.1 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -24,7 +24,7 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= The BIND DNS suite with updated DNSSEC and DNS64 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.9.1 +ISCVERSION= 9.9.1-P1 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind99/distinfo b/dns/bind99/distinfo index de63ca8d55a0..17487e4bf028 100644 --- a/dns/bind99/distinfo +++ b/dns/bind99/distinfo @@ -1,4 +1,4 @@ -SHA256 (bind-9.9.1.tar.gz) = 7599ae5a7d945707926019a6b191d06775e9657c68ced00e09af5bc751dad524 -SIZE (bind-9.9.1.tar.gz) = 7092357 -SHA256 (bind-9.9.1.tar.gz.asc) = 96860076a0fa4dfba9f1bd2143a6d13a1ef9d9478a5e847cb2c28311fc517f74 -SIZE (bind-9.9.1.tar.gz.asc) = 490 +SHA256 (bind-9.9.1-P1.tar.gz) = 2dc5886b3eb6768d312b43dbe1e23a5b67b4f4dcfa1a65b1017e7710bb764627 +SIZE (bind-9.9.1-P1.tar.gz) = 7223197 +SHA256 (bind-9.9.1-P1.tar.gz.asc) = 9692338123284f8d7b580d4368f59ff845868f3534c6a5efcfb4d6fc8a69ad58 +SIZE (bind-9.9.1-P1.tar.gz.asc) = 481 |