diff options
author | erwin <erwin@FreeBSD.org> | 2013-06-05 19:46:54 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2013-06-05 19:46:54 +0800 |
commit | e5ad7bbfea43f838c7686e913dbb966773d0ca61 (patch) | |
tree | 130f4e38be6d525ecfbda4465eba373cdb3e4f63 /dns | |
parent | 5524ed878b8f9870e0dcd7a5b056c076e0d6058a (diff) | |
download | freebsd-ports-gnome-e5ad7bbfea43f838c7686e913dbb966773d0ca61.tar.gz freebsd-ports-gnome-e5ad7bbfea43f838c7686e913dbb966773d0ca61.tar.zst freebsd-ports-gnome-e5ad7bbfea43f838c7686e913dbb966773d0ca61.zip |
Update to 9.6-ESV-R9-P1
Security Fixes
Prevents exploitation of a runtime_check which can crash named
when satisfying a recursive query for particular malformed zones.
(CVE-2013-3919) [RT #33690]
Prevents a named assert (crash) when validating caused by using
"Bad cache" data before it has been initialized. [CVE-2012-3817]
[RT #30025]
A condition has been corrected where improper handling of
zero-length RDATA could cause undesirable behavior, including
termination of the named process. [CVE-2012-1667] [RT #29644]
See release notes for further features and bug fixes:
https://kb.isc.org/article/AA-00968/0/BIND-9.6-ESV-R9-P1-Release-Notes.html
Security: CVE-2013-3919
CVE-2012-3817
CVE-2012-1667
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind96/Makefile | 4 | ||||
-rw-r--r-- | dns/bind96/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index ad78c1620812..c42c30305f0e 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bind96 -PORTVERSION= 9.6.3.1.ESV.R9 +PORTVERSION= 9.6.3.2.ESV.R9 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -13,7 +13,7 @@ COMMENT= BIND DNS suite with updated DNSSEC and threads LICENSE= ISCL # ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.6-ESV-R9 +ISCVERSION= 9.6-ESV-R9-P1 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo index db0ecc8de980..e42cab46e3e9 100644 --- a/dns/bind96/distinfo +++ b/dns/bind96/distinfo @@ -1,2 +1,2 @@ -SHA256 (bind-9.6-ESV-R9.tar.gz) = a4976dc35d2eb1ab2aef3d1b2c86429ebe0c32bf2f4755e9ebad20629443c448 -SIZE (bind-9.6-ESV-R9.tar.gz) = 6409624 +SHA256 (bind-9.6-ESV-R9-P1.tar.gz) = f7957ada381d09ec8f38155f8d630935072746a75fc51008a175443c13825f78 +SIZE (bind-9.6-ESV-R9-P1.tar.gz) = 6410296 |