2eaaf95009
Security Fixes + BIND 9 nameservers performing recursive queries could cache an invalid record and subsequent queries for that record could crash the resolvers with an assertion failure. [RT #26590] [CVE-2011-4313] Feature Changes + RPZ implementation now conforms to version 3 of the specification. [RT #27316] + It is now possible to explicitly disable DLV in named.conf by specifying "dnssec-lookaside no;". This is the default, but the ability to configure it makes it clearly visible to administrators. [RT #24858] + --enable-developer, a new composite argument to the configure script, enables a set of build options normally disabled but frequently selected in test or development builds, specifically: enable_fixed_rrset, with_atf, enable_filter_aaaa, enable_rpz_nsip, enable_rpz_nsdname, and with_dlz_filesystem (and on Linux and Darwin, also enable_exportlib) [RT #27103]
13 lines
393 B
Text
13 lines
393 B
Text
$NetBSD: patch-config.threads.in,v 1.2 2012/04/05 00:39:34 taca Exp $
|
|
|
|
--- config.threads.in.orig 2012-03-22 19:20:00.000000000 +0000
|
|
+++ config.threads.in
|
|
@@ -45,6 +45,8 @@ case $host in
|
|
use_threads=false ;;
|
|
*-freebsd*)
|
|
use_threads=false ;;
|
|
+*-dragonfly*)
|
|
+ use_threads=false ;;
|
|
[*-bsdi[234]*])
|
|
# Thread signals do not work reliably on some versions of BSD/OS.
|
|
use_threads=false ;;
|