summaryrefslogtreecommitdiffstats
path: root/contrib/bind9
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2013-03-27 10:11:43 +0000
committererwin <erwin@FreeBSD.org>2013-03-27 10:11:43 +0000
commit180e2fcdc7fba9b47d94a88df00f5e61c7e07e44 (patch)
treee193b7a4992e135aeda2c98b8eeb17bc40eadace /contrib/bind9
parente3a102cae666fa972c9774344b65874ff9ae9205 (diff)
downloadFreeBSD-src-180e2fcdc7fba9b47d94a88df00f5e61c7e07e44.zip
FreeBSD-src-180e2fcdc7fba9b47d94a88df00f5e61c7e07e44.tar.gz
Update to 9.8.4-P2
Removed the check for regex.h in configure in order to disable regex syntax checking, as it exposes BIND to a critical flaw in libregex on some platforms. [RT #32688] Security: CVE-2013-2266 Approved by: delphij (mentor) Sponsored by: DK Hostmaster A/S
Diffstat (limited to 'contrib/bind9')
-rw-r--r--contrib/bind9/CHANGES7
-rw-r--r--contrib/bind9/config.h.in3
-rw-r--r--contrib/bind9/configure.in2
-rw-r--r--contrib/bind9/version2
4 files changed, 9 insertions, 5 deletions
diff --git a/contrib/bind9/CHANGES b/contrib/bind9/CHANGES
index 6d1ee31..bd064e5 100644
--- a/contrib/bind9/CHANGES
+++ b/contrib/bind9/CHANGES
@@ -1,3 +1,10 @@
+ --- 9.8.4-P2 released ---
+
+3516. [security] Removed the check for regex.h in configure in order
+ to disable regex syntax checking, as it exposes
+ BIND to a critical flaw in libregex on some
+ platforms. [RT #32688]
+
--- 9.8.4-P1 released ---
3407. [security] Named could die on specific queries with dns64 enabled.
diff --git a/contrib/bind9/config.h.in b/contrib/bind9/config.h.in
index e2f5999..42d7a21 100644
--- a/contrib/bind9/config.h.in
+++ b/contrib/bind9/config.h.in
@@ -286,9 +286,6 @@ int sigwait(const unsigned int *set, int *sig);
/* Define if your OpenSSL version supports GOST. */
#undef HAVE_OPENSSL_GOST
-/* Define to 1 if you have the <regex.h> header file. */
-#undef HAVE_REGEX_H
-
/* Define to 1 if you have the `setegid' function. */
#undef HAVE_SETEGID
diff --git a/contrib/bind9/configure.in b/contrib/bind9/configure.in
index a0ec700..0567add 100644
--- a/contrib/bind9/configure.in
+++ b/contrib/bind9/configure.in
@@ -298,7 +298,7 @@ esac
AC_HEADER_STDC
-AC_CHECK_HEADERS(fcntl.h regex.h sys/time.h unistd.h sys/sockio.h sys/select.h sys/param.h sys/sysctl.h net/if6.h,,,
+AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h sys/sockio.h sys/select.h sys/param.h sys/sysctl.h net/if6.h,,,
[$ac_includes_default
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
diff --git a/contrib/bind9/version b/contrib/bind9/version
index 1090bee..da686fa 100644
--- a/contrib/bind9/version
+++ b/contrib/bind9/version
@@ -7,4 +7,4 @@ MAJORVER=9
MINORVER=8
PATCHVER=4
RELEASETYPE=-P
-RELEASEVER=1
+RELEASEVER=2
OpenPOWER on IntegriCloud