Compare commits

...

2 Commits

Author SHA1 Message Date
Evan Hunt
5f7c9ab92b regenerate 2013-03-06 16:56:08 +00:00
Evan Hunt
7964465a8d [v9_9_2_patch] spin 9.9.2-P2, disabling regex.h
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]
2013-03-06 08:45:54 -08:00
5 changed files with 456 additions and 419 deletions

View File

@@ -1,3 +1,10 @@
--- 9.9.2-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.9.2-P1 released ---
3407. [security] Named could die on specific queries with dns64 enabled.

View File

@@ -289,9 +289,6 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to 1 if you have the `readline' function. */
#undef HAVE_READLINE
/* 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

861
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -361,7 +361,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>

View File

@@ -7,4 +7,4 @@ MAJORVER=9
MINORVER=9
PATCHVER=2
RELEASETYPE=-P
RELEASEVER=1
RELEASEVER=2