Update bind914 to 9.14.3 (BIND 9.14.3). --- 9.14.3 released --- 5244. [security] Fixed a race condition in dns_dispatch_getnext() that could cause an assertion failure if a significant number of incoming packets were rejected. (CVE-2019-6471) [GL #942] 5243. [bug] Fix a possible race between dispatcher and socket code in a high-load cold-cache resolver scenario. [GL #943] 5242. [bug] In relaxed qname minimizatiom mode, fall back to normal resolution when encountering a lame delegation, and use _.domain/A queries rather than domain/NS. [GL #1055] 5241. [bug] Fix Ed448 private and public key ASN.1 prefix blobs. [GL #225] 5240. [bug] Remove key id calculation for RSAMD5. [GL #996] 5238. [bug] Fix a possible deadlock in TCP code. [GL #1046] 5237. [bug] Recurse to find the root server list with 'dig +trace'. [GL #1028] 5234. [port] arm: just use the compiler's default support for yield. [GL #981]
16 lines
425 B
C
16 lines
425 B
C
$NetBSD: patch-config.h.in,v 1.2 2019/06/20 02:16:53 taca Exp $
|
|
|
|
* Add support for blacklistd.
|
|
|
|
--- config.h.in.orig 2019-06-04 15:20:04.000000000 +0000
|
|
+++ config.h.in
|
|
@@ -48,6 +48,9 @@
|
|
/* define if the ARM yield instruction is available */
|
|
#undef HAVE_ARM_YIELD
|
|
|
|
+/* Define to 1 if blacklist is supported. */
|
|
+#undef HAVE_BLACKLIST
|
|
+
|
|
/* Define to 1 if the compiler supports __builtin_clz. */
|
|
#undef HAVE_BUILTIN_CLZ
|
|
|