svn commit: r319984 - head/dns/bind99
Erwin Lansing
erwin at FreeBSD.org
Wed Jun 5 11:51:30 UTC 2013
Author: erwin
Date: Wed Jun 5 11:51:29 2013
New Revision: 319984
URL: http://svnweb.freebsd.org/changeset/ports/319984
Log:
Update to 9.9.3-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]
Now supports NAPTR regular expression validation on all platforms,
and avoids memory exhaustion compiling pathological regular
expressions. (CVE-2013-2266) [RT #32688]
Prevents named from aborting with a require assertion failure
on servers with DNS64 enabled. These crashes might occur as a
result of specific queries that are received. (CVE-2012-5688)
[RT #30792 / #30996]
Prevents an assertion failure in named when RPZ and DNS64 are
used together. (CVE-2012-5689) [RT #32141]
See release notes for further features and bug fixes:
https://kb.isc.org/article/AA-00970/0/BIND-9.9.3-P1-Extended-Support-Version-Release-Notes.html
Security: CVE-2013-3919
CVE-2013-2266
CVE-2012-5688
CVE-2012-5689
Modified:
head/dns/bind99/Makefile
head/dns/bind99/distinfo
Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile Wed Jun 5 11:49:51 2013 (r319983)
+++ head/dns/bind99/Makefile Wed Jun 5 11:51:29 2013 (r319984)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME?= bind99
-PORTVERSION= 9.9.3
+PORTVERSION= 9.9.3.1
PORTREVISION?= 0
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
@@ -14,7 +14,7 @@ COMMENT= BIND DNS suite with updated DNS
LICENSE= ISCL
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.9.3
+ISCVERSION= 9.9.3-P1
MAKE_JOBS_UNSAFE= yes
@@ -123,7 +123,7 @@ CONFIGURE_ARGS+= --enable-rpz-nsdname
.endif
.if ${PORT_OPTIONS:MRPZRRL_PATCH}
-PATCHFILES= rpz2+rl-9.9.3.patch
+PATCHFILES= 9.9.3-rpz+rl.156.01-P1.patch
PATCH_SITES= http://ss.vix.com/~vjs/
.endif
Modified: head/dns/bind99/distinfo
==============================================================================
--- head/dns/bind99/distinfo Wed Jun 5 11:49:51 2013 (r319983)
+++ head/dns/bind99/distinfo Wed Jun 5 11:51:29 2013 (r319984)
@@ -1,4 +1,4 @@
-SHA256 (bind-9.9.3.tar.gz) = e45c08217eb56eb35aa39f2bb2f6fa77ee626b4dcef165a1bf0f522e252fd6bc
-SIZE (bind-9.9.3.tar.gz) = 7459387
-SHA256 (rpz2+rl-9.9.3.patch) = dd2f27acbbd4cb1f26c0e1c9a0e33094a9a3a2b68bf7046413aacc8f092e5fac
-SIZE (rpz2+rl-9.9.3.patch) = 324621
+SHA256 (bind-9.9.3-P1.tar.gz) = 1baa22e47c3b307c5fcc7aaf6700dd5953b5b9b7737d1e36117545af7bdbb435
+SIZE (bind-9.9.3-P1.tar.gz) = 7459819
+SHA256 (9.9.3-rpz+rl.156.01-P1.patch) = 32a3a9519266ea819855a9a7b2d8d5ff2b7f3f46094bef50610dfdcf53870da1
+SIZE (9.9.3-rpz+rl.156.01-P1.patch) = 324624
More information about the svn-ports-head
mailing list