diff options
author | erwin <erwin@FreeBSD.org> | 2013-03-27 10:11:43 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2013-03-27 10:11:43 +0000 |
commit | 180e2fcdc7fba9b47d94a88df00f5e61c7e07e44 (patch) | |
tree | e193b7a4992e135aeda2c98b8eeb17bc40eadace /lib/bind | |
parent | e3a102cae666fa972c9774344b65874ff9ae9205 (diff) | |
download | FreeBSD-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 'lib/bind')
-rw-r--r-- | lib/bind/config.h | 3 | ||||
-rw-r--r-- | lib/bind/dns/code.h | 2 | ||||
-rw-r--r-- | lib/bind/dns/dns/enumclass.h | 2 | ||||
-rw-r--r-- | lib/bind/dns/dns/enumtype.h | 2 | ||||
-rw-r--r-- | lib/bind/dns/dns/rdatastruct.h | 2 |
5 files changed, 4 insertions, 7 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h index 5e9d74b..bf6f8ce 100644 --- a/lib/bind/config.h +++ b/lib/bind/config.h @@ -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. */ -#define HAVE_REGEX_H 1 - /* Define to 1 if you have the `setegid' function. */ #define HAVE_SETEGID 1 diff --git a/lib/bind/dns/code.h b/lib/bind/dns/code.h index a451eeb..99944ad 100644 --- a/lib/bind/dns/code.h +++ b/lib/bind/dns/code.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* - * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any diff --git a/lib/bind/dns/dns/enumclass.h b/lib/bind/dns/dns/enumclass.h index 7ee27fe..f9249ec 100644 --- a/lib/bind/dns/dns/enumclass.h +++ b/lib/bind/dns/dns/enumclass.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* - * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any diff --git a/lib/bind/dns/dns/enumtype.h b/lib/bind/dns/dns/enumtype.h index 4c9a2f9..5ab36d1 100644 --- a/lib/bind/dns/dns/enumtype.h +++ b/lib/bind/dns/dns/enumtype.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* - * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any diff --git a/lib/bind/dns/dns/rdatastruct.h b/lib/bind/dns/dns/rdatastruct.h index 9504fa8..10cba31 100644 --- a/lib/bind/dns/dns/rdatastruct.h +++ b/lib/bind/dns/dns/rdatastruct.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* - * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any |