head 1.5; access; symbols pkgsrc-2014Q4:1.4.0.24 pkgsrc-2014Q4-base:1.4 pkgsrc-2014Q3:1.4.0.22 pkgsrc-2014Q3-base:1.4 pkgsrc-2014Q2:1.4.0.20 pkgsrc-2014Q2-base:1.4 pkgsrc-2014Q1:1.4.0.18 pkgsrc-2014Q1-base:1.4 pkgsrc-2013Q4:1.4.0.16 pkgsrc-2013Q4-base:1.4 pkgsrc-2013Q3:1.4.0.14 pkgsrc-2013Q3-base:1.4 pkgsrc-2013Q2:1.4.0.12 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.4.0.10 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.4.0.6 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.4 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.2 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.3.0.8 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.6 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.2 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.2.0.6 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.4 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.2 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.1.1.1.0.10 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.8 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.6 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-2009Q2:1.1.1.1.0.4 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-2009Q1:1.1.1.1.0.2 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2015.02.19.14.50.31; author taca; state dead; branches; next 1.4; commitid Ikgg2bxQ6FIq2Day; 1.4 date 2012.04.05.00.41.10; author taca; state Exp; branches; next 1.3; 1.3 date 2011.02.09.16.24.14; author taca; state Exp; branches; next 1.2; 1.2 date 2010.05.26.15.57.37; author taca; state Exp; branches 1.2.6.1; next 1.1; 1.1 date 2009.01.04.00.21.36; author adrianp; state Exp; branches 1.1.1.1; next ; 1.2.6.1 date 2011.02.16.03.00.25; author sbd; state Exp; branches; next ; 1.1.1.1 date 2009.01.04.00.21.36; author adrianp; state Exp; branches; next ; desc @@ 1.5 log @Remove bind96 which was EOL Feb, 2014. @ text @$NetBSD: patch-am,v 1.4 2012/04/05 00:41:10 taca Exp $ --- config.threads.in.orig 2012-03-26 16:14:28.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 ;; @ 1.4 log @Update bind96 package to 9.6.3.1.ESV.6 (BIND 9.6-ESV-R6). 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 + Improves initial start-up and server reload time by increasing the default size of the hash table the configuration parser uses to keep track of loaded zones and allowing it to grow dynamically to better handle systems with large numbers of zones. [RT #26523] + --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] @ text @d1 1 a1 1 $NetBSD: patch-am,v 1.3 2011/02/09 16:24:14 taca Exp $ @ 1.3 log @Update bind96 package to 9.6.3. 9.6.3 * BIND now builds with threads disabled in versions of NetBSD earlier than 5.0 and with pthreads enabled by default in NetBSD versions 5.0 and higher. Also removes support for unproven-pthreads, mit-pthreads and ptl2. [RT #19203] * HPUX now correctly defaults to using /dev/poll, which should increase performance. [RT #21919] * If named is running as a threaded application, after an "rndc stop" command has been issued, other inbound TCP requests can cause named to hang and never complete shutdown. [RT #22108] * When performing a GSS-TSIG signed dynamic zone update, memory could be leaked. This causes an unclean shutdown and may affect long-running servers. [RT #22573] * A bug in NetBSD and FreeBSD kernels with SO_ACCEPTFILTER enabled allows for a TCP DoS attack. Until there is a kernel fix, ISC is disabling SO_ACCEPTFILTER support in BIND. [RT #22589] * Corrected a defect where a combination of dynamic updates and zone transfers incorrectly locked the in-memory zone database, causing named to freeze. [RT #22614] * Don't run MX checks (check-mx) when the MX record points to ".". [RT #22645] * DST key reference counts can now be incremented via dst_key_attach. [RT #22672] * isc_mutex_init_errcheck() in phtreads/mutex.c failed to destroy attr. [RT #22766] * The Kerberos realm was being truncated when being pulled from the the host prinicipal, make krb5-self updates fail. [RT #22770] * named failed to preserve the case of domain names in RDATA which is not compressible when writing master files. [RT #22863] * There was a bug in how the clients-per-query code worked with some query patterns. This could result, in rare circumstances, in having all the client query slots filled with queries for the same DNS label, essentially ignoring the max-clients-per-query setting. [RT #22972] @ text @d1 1 a1 1 $NetBSD: patch-am,v 1.2 2010/05/26 15:57:37 taca Exp $ d3 1 a3 1 --- config.threads.in.orig 2010-12-21 04:33:18.000000000 +0000 d5 1 a5 1 @@@@ -44,6 +44,8 @@@@ case $host in d11 1 a11 1 *-bsdi[234]*) @ 1.2 log @Update net/bind96 package to 9.6.2pl2 (9.6.2-P2). --- 9.6.2-P2 released --- 2876. [bug] Named could return SERVFAIL for negative responses from unsigned zones. [RT #21131] --- 9.6.2-P1 released --- 2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619] @ text @d1 1 a1 1 $NetBSD: patch-am,v 1.1.1.1 2009/01/04 00:21:36 adrianp Exp $ d3 1 a3 1 --- config.threads.in.orig 2006-07-20 05:39:07.000000000 +0000 d5 1 a5 1 @@@@ -48,6 +48,8 @@@@ case $host in a13 38 @@@@ -121,7 +123,7 @@@@ then AC_MSG_RESULT(native) LIBS="-lpthread $LIBS" else - if test ! -d $LOCALBASE/pthreads + if test ! -d $LOCALBASE/pthreads -a ! -f /usr/include/pthread.h then AC_MSG_RESULT(none) AC_MSG_ERROR("could not find thread libraries") @@@@ -129,13 +131,21 @@@@ then if $use_threads then - AC_MSG_RESULT(mit-pthreads/unproven-pthreads) - pkg="$LOCALBASE/pthreads" - lib1="-L$pkg/lib -Wl,-R$pkg/lib" - lib2="-lpthread -lm -lgcc -lpthread" - LIBS="$lib1 $lib2 $LIBS" - CPPFLAGS="$CPPFLAGS -I$pkg/include" - STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include" + if test -f /usr/include/pthread.h + then + AC_MSG_RESULT(native pthreads) + LIBS="-lpthread $LIBS" + CPPFLAGS="$CPPFLAGS -I/usr/inclue" + STD_CINDLUES="$STD_CINDLUES -I/usr/include" + else + AC_MSG_RESULT(mit-pthreads/unproven-pthreads) + pkg="$LOCALBASE/pthreads" + lib1="-L$pkg/lib -Wl,-R$pkg/lib" + lib2="-lpthread -lm -lgcc -lpthread" + LIBS="$lib1 $lib2 $LIBS" + CPPFLAGS="$CPPFLAGS -I$pkg/include" + STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include" + fi fi fi fi @ 1.2.6.1 log @Pullup ticket #3355 - requested by taca Revisions pulled up: - pkgsrc/net/bind96/Makefile 1.18 - pkgsrc/net/bind96/PLIST 1.7 - pkgsrc/net/bind96/distinfo 1.11 - pkgsrc/net/bind96/patches/patch-ad 1.5 - pkgsrc/net/bind96/patches/patch-am 1.3 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 16:24:14 UTC 2011 Modified Files: pkgsrc/net/bind96: Makefile PLIST distinfo pkgsrc/net/bind96/patches: patch-ad patch-am Log Message: Update bind96 package to 9.6.3. 9.6.3 * BIND now builds with threads disabled in versions of NetBSD earlier than 5.0 and with pthreads enabled by default in NetBSD versions 5.0 and higher. Also removes support for unproven-pthreads, mit-pthreads and ptl2. [RT #19203] * HPUX now correctly defaults to using /dev/poll, which should increase performance. [RT #21919] * If named is running as a threaded application, after an "rndc stop" command has been issued, other inbound TCP requests can cause named to hang and never complete shutdown. [RT #22108] * When performing a GSS-TSIG signed dynamic zone update, memory could be leaked. This causes an unclean shutdown and may affect long-running servers. [RT #22573] * A bug in NetBSD and FreeBSD kernels with SO_ACCEPTFILTER enabled allows for a TCP DoS attack. Until there is a kernel fix, ISC is disabling SO_ACCEPTFILTER support in BIND. [RT #22589] * Corrected a defect where a combination of dynamic updates and zone transfers incorrectly locked the in-memory zone database, causing named to freeze. [RT #22614] * Don't run MX checks (check-mx) when the MX record points to ".". [RT #22645] * DST key reference counts can now be incremented via dst_key_attach. [RT #22672] * isc_mutex_init_errcheck() in phtreads/mutex.c failed to destroy attr. [RT #22766] * The Kerberos realm was being truncated when being pulled from the the host prinicipal, make krb5-self updates fail. [RT #22770] * named failed to preserve the case of domain names in RDATA which is not compressible when writing master files. [RT #22863] * There was a bug in how the clients-per-query code worked with some query patterns. This could result, in rare circumstances, in having all the client query slots filled with queries for the same DNS label, essentially ignoring the max-clients-per-query setting. [RT #22972] @ text @d1 1 a1 1 $NetBSD: patch-am,v 1.3 2011/02/09 16:24:14 taca Exp $ d3 1 a3 1 --- config.threads.in.orig 2010-12-21 04:33:18.000000000 +0000 d5 1 a5 1 @@@@ -44,6 +44,8 @@@@ case $host in d14 38 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-am,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $ d3 1 a3 1 --- config.threads.in.orig 2005-03-16 07:59:16.000000000 +0900 @ 1.1.1.1 log @BIND 9.6.0 Full NSEC3 support Automatic zone re-signing Default PID file location New tool: dnssec-dsfromkey Randomize server selection on queries http://oldwww.isc.org/sw/bind/view/?release=9.6.0 https://www.isc.org/software/bind/new-features/9.6 @ text @@