head 1.9; access; symbols pkgsrc-2013Q2:1.9.0.32 pkgsrc-2013Q2-base:1.9 pkgsrc-2012Q4:1.9.0.30 pkgsrc-2012Q4-base:1.9 pkgsrc-2011Q4:1.9.0.28 pkgsrc-2011Q4-base:1.9 pkgsrc-2011Q2:1.9.0.26 pkgsrc-2011Q2-base:1.9 pkgsrc-2009Q4:1.9.0.24 pkgsrc-2009Q4-base:1.9 pkgsrc-2008Q4:1.9.0.22 pkgsrc-2008Q4-base:1.9 pkgsrc-2008Q3:1.9.0.20 pkgsrc-2008Q3-base:1.9 cube-native-xorg:1.9.0.18 cube-native-xorg-base:1.9 pkgsrc-2008Q2:1.9.0.16 pkgsrc-2008Q2-base:1.9 pkgsrc-2008Q1:1.9.0.14 pkgsrc-2008Q1-base:1.9 pkgsrc-2007Q4:1.9.0.12 pkgsrc-2007Q4-base:1.9 pkgsrc-2007Q3:1.9.0.10 pkgsrc-2007Q3-base:1.9 pkgsrc-2007Q2:1.9.0.8 pkgsrc-2007Q2-base:1.9 pkgsrc-2007Q1:1.9.0.6 pkgsrc-2007Q1-base:1.9 pkgsrc-2006Q4:1.9.0.4 pkgsrc-2006Q4-base:1.9 pkgsrc-2006Q3:1.9.0.2 pkgsrc-2006Q3-base:1.9 pkgsrc-2006Q2:1.8.0.14 pkgsrc-2006Q2-base:1.8 pkgsrc-2006Q1:1.8.0.12 pkgsrc-2006Q1-base:1.8 pkgsrc-2005Q4:1.8.0.10 pkgsrc-2005Q4-base:1.8 pkgsrc-2005Q3:1.8.0.8 pkgsrc-2005Q3-base:1.8 pkgsrc-2005Q2:1.8.0.6 pkgsrc-2005Q2-base:1.8 pkgsrc-2005Q1:1.8.0.4 pkgsrc-2005Q1-base:1.8 pkgsrc-2004Q4:1.8.0.2 pkgsrc-2004Q4-base:1.8 pkgsrc-2004Q3:1.7.0.8 pkgsrc-2004Q3-base:1.7 pkgsrc-2004Q2:1.7.0.6 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.7.0.4 pkgsrc-2004Q1-base:1.7 pkgsrc-2003Q4:1.7.0.2 pkgsrc-2003Q4-base:1.7 buildlink2-base:1.6 netbsd-1-5-PATCH001:1.5 netbsd-1-5-RELEASE:1.4 netbsd-1-4-PATCH003:1.4 netbsd-1-4-PATCH002:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.9 date 2006.08.17.14.14.18; author taca; state dead; branches; next 1.8; 1.8 date 2004.10.03.09.20.41; author tron; state Exp; branches 1.8.14.1; next 1.7; 1.7 date 2003.03.10.02.47.37; author hubertf; state Exp; branches; next 1.6; 1.6 date 2001.11.27.03.38.42; author itojun; state dead; branches; next 1.5; 1.5 date 2001.01.18.13.12.06; author itojun; state Exp; branches; next 1.4; 1.4 date 2000.07.26.08.46.24; author rh; state Exp; branches; next 1.3; 1.3 date 2000.05.25.02.03.14; author hubertf; state dead; branches; next 1.2; 1.2 date 2000.03.31.11.15.24; author hubertf; state Exp; branches; next 1.1; 1.1 date 2000.02.22.03.50.59; author hubertf; state Exp; branches 1.1.1.1; next ; 1.8.14.1 date 2006.09.07.11.20.43; author ghen; state dead; branches; next ; 1.1.1.1 date 2000.02.22.03.50.59; author hubertf; state Exp; branches; next ; desc @@ 1.9 log @Update bind to 9.3.2. Changes are huge, so please see http://www.isc.org/sw/bind/bind9.3.php. @ text @$NetBSD: patch-aa,v 1.8 2004/10/03 09:20:41 tron Exp $ --- configure.in- 2004-05-16 04:58:44.000000000 +0900 +++ configure.in 2004-05-16 05:00:43.000000000 +0900 @@@@ -684,7 +684,7 @@@@ 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") @@@@ -692,13 +692,20 @@@@ 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 + 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.8 log @Update "bind9" package to version 9.3.0. Changes since version 9.2.3: - DNSSEC is now DS based (RFC 3658). See also RFC 3845, doc/draft/draft-ietf-dnsext-dnssec-*. - DNSSEC lookaside validation. - check-names is now implemented. - rrset-order in more complete. - IPv4/IPv6 transition support, dual-stack-servers. - IXFR deltas can now be generated when loading master files, ixfr-from-differences. - It is now possible to specify the size of a journal, max-journal-size. - It is now possible to define a named set of master servers to be used in masters clause, masters. - The advertised EDNS UDP size can now be set, edns-udp-size. allow-v6-synthesis has been obsoleted. NOTE: * Zones containing MD and MF will now be rejected. * dig, nslookup name. now report "Not Implemented" as NOTIMP rather than NOTIMPL. This will have impact on scripts that are looking for NOTIMPL. - libbind: corresponds to that from BIND 8.4.5. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2004/05/15 21:00:58 itojun Exp $ @ 1.8.14.1 log @Pullup ticket 1816 - requested by adrianp security update for bind9 Revisions pulled up: - pkgsrc/net/bind9/Makefile 1.79,1.81-1.82 - pkgsrc/net/bind9/PLIST 1.19 - pkgsrc/net/bind9/distinfo 1.27 - pkgsrc/net/bind9/patches/patch-aa removed - pkgsrc/net/bind9/patches/patch-ac 1.6 - pkgsrc/net/bind9/patches/patch-ad 1.6 - pkgsrc/net/bind9/patches/patch-ae removed - pkgsrc/net/bind9/patches/patch-af 1.6 - pkgsrc/net/bind9/patches/patch-ah removed - pkgsrc/net/bind9/patches/patch-ai 1.7 - pkgsrc/net/bind9/patches/patch-aj 1.4 - pkgsrc/net/bind9/patches/patch-al 1.2 - pkgsrc/net/bind9/patches/patch-am 1.1 - pkgsrc/net/bind9/patches/patch-ao 1.1 - pkgsrc/net/bind9/patches/patch-ap 1.1 - pkgsrc/net/bind9/patches/patch-aq 1.1 Module Name: pkgsrc Committed By: taca Date: Thu Aug 17 14:14:18 UTC 2006 Modified Files: pkgsrc/net/bind9: Makefile PLIST distinfo pkgsrc/net/bind9/patches: patch-ac patch-ad patch-af patch-ai patch-aj patch-al Added Files: pkgsrc/net/bind9/patches: patch-am Removed Files: pkgsrc/net/bind9/patches: patch-aa patch-ae patch-ah Log Message: Update bind to 9.3.2. Changes are huge, so please see http://www.isc.org/sw/bind/bind9.3.php. --- Module Name: pkgsrc Committed By: seb Date: Mon Aug 28 16:00:45 UTC 2006 Modified Files: pkgsrc/net/bind9: Makefile distinfo Added Files: pkgsrc/net/bind9/patches: patch-an patch-ao Log Message: Bump PKGREVISION to 1. Fix build on NetBSD/sparc64 3.x: sync CPP symbols usage between struct addrinfo definition and its usage in getaddrinfo(). While here define struct addrinfo's pad members the same way as in NetBSD's /usr/include/netbsd.h and sync code in lib/bind/irs/getaddrinfo.c:getaddrinfo(). This had been reported to bind9-bugs at isc dot org. --- Module Name: pkgsrc Committed By: rillig Date: Sun Sep 3 22:58:26 UTC 2006 Modified Files: pkgsrc/net/bind9: Makefile Log Message: Added the relevant variables to BUILD_DEFS. --- Module Name: pkgsrc Committed By: adrianp Date: Tue Sep 5 20:45:32 UTC 2006 Modified Files: pkgsrc/net/bind9: Makefile distinfo Added Files: pkgsrc/net/bind9/patches: patch-ap patch-aq Log Message: Fixes for CVE-2006-4095 and CVE-2006-4096 from bind-9.3.2-P1 * Assertion failure in ISC BIND SIG query processing (CVE-2006-4095) - Recursive servers Queries for SIG records will trigger an assertion failure if more than one RRset is returned. However exposure can be minimized by restricting which sources can ask for recursion. - Authoritative servers If a nameserver is serving a RFC 2535 DNSSEC zone and is queried for the SIG records where there are multiple RRsets, then the named program will trigger an assertion failure when it tries to construct the response. * INSIST failure in ISC BIND recursive query handling code (CVE-2006-4096) It is possible to trigger an INSIST failure by sending enough recursive queries such that the response to the query arrives after all the clients waiting for the response have left the recursion queue. However exposure can be minimized by restricting which sources can ask for recursion. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.8 2004/10/03 09:20:41 tron Exp $ @ 1.7 log @Recognize native threads. Addresses PR 20641 by Kimmo Suominen @ text @d1 1 a1 1 $NetBSD$ d3 12 a14 13 --- configure.in.orig 2003-03-10 00:19:25.000000000 +0000 +++ configure.in @@@@ -586,7 +586,8 @@@@ then [linking with PTL2 is highly experimental and not expected to work]) CC=ptlgcc 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") @@@@ -594,13 +595,21 @@@@ then d16 24 a39 24 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/include" + STD_CINCLUDES="$STD_CINCLUDES -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 a41 1 ;; @ 1.6 log @upgrade to 9.2.0. list of changes between 9.1.3 to 9.2.0 is available at: http://www.isc.org/products/BIND/bind9.html @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2001/01/18 13:12:06 itojun Exp $ d3 13 a15 6 --- Makefile.in.orig Wed Dec 6 05:19:14 2000 +++ Makefile.in Sat Dec 16 03:17:07 2000 @@@@ -37,3 +37,3 @@@@ install:: isc-config.sh installdirs - ${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir} + ${BSD_INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir} d17 27 @ 1.5 log @upgrade to 9.1.0 from ISC. too many changes to be mentioned here. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2000/12/15 18:41:50 itojun Exp $ @ 1.4 log @Update bind9 to 9.0.0rc1. This is the first release candidate for bind9. Changes are too numerous to list here in detail, but highlights are: The communication between "rndc" and "named" is now authenticated using digital signatures. Because of this, rndc now requires a configuration file "rndc.conf" containing a shared secret, with a corresponding "controls" clause in named.conf. When the server is chrooted using the -t option, it no longer needs copies of the passwd and group files in the chroot environment. Various bug fixes and cleanups, especially in the dig, host, nslookup, and nsupdate programs. There are a few known bugs: The option "query-source * port 53;" will not work as expected. Instead of the wildcard address "*", you need to use an explicit source IP address. On some systems, IPv6 and IPv4 sockets interact in unexpected ways. For details, see doc/misc/ipv6. To reduce the impact of these problems, the server no longer listens for requests on IPv6 addresses by default. If you need to accept DNS queries over IPv6, you must specify "listen-on-v6 { any; };" in the named.conf options statement. There are known problems with thread signal handling under Solaris 2.6. @ text @d1 1 a1 1 $NetBSD$ d3 4 a6 6 --- Makefile.in.orig Wed Jul 12 19:06:01 2000 +++ Makefile.in Wed Jul 26 10:18:37 2000 @@@@ -43,7 +43,7 @@@@ cleandir: distclean install:: isc-config.sh a9 2 kit: kitclean mkdir bind-${VERSION} @ 1.3 log @Update to 9.0.0b3. Changes: The "dig" and "host" tools have been completely rewritten and are included in the base distribution. Fixed: Most bugs reported against beta 2. Added: The server now supports "views", a mechanism for answering DNS queries differently to different requestors. This will make split DNS setups much easier to build; NOTIFY (RFC1996) has been implemented; Basic support for validation of DNSSEC signatures has been implemented (for details, see "doc/misc/dnssec"). @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2000/03/31 11:15:24 hubertf Exp $ d3 4 a6 10 --- lib/isc/unix/include/isc/Makefile.in.orig Fri Mar 31 01:23:39 2000 +++ lib/isc/unix/include/isc/Makefile.in Fri Mar 31 01:23:56 2000 @@@@ -30,7 +30,7 @@@@ if [ ! -d ${DESTDIR}${includedir} ]; then \ mkdir ${DESTDIR}${includedir} ; \ fi - if [ ! -d ${DESTDIR)${includedir}/isc ]; then \ + if [ ! -d ${DESTDIR}${includedir}/isc ]; then \ mkdir ${DESTDIR}${includedir}/isc ; \ fi d8 6 @ 1.2 log @Update to bind9.0.0 beta2. Changes: Many more config file options implemented (see doc/misc/options for a summary of the current implementation status), portability improvements, (works much better than beta 1 on FreeBSD 3.4), and bugfixes (almost all bugs reported against beta 1 have been fixed). @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 10 a12 10 --- lib/dns/Makefile.in.orig Mon Feb 21 04:28:14 2000 +++ lib/dns/Makefile.in Mon Feb 21 04:28:30 2000 @@@@ -156,7 +156,7 @@@@ -DLIBAGE=${LIBAGE} \ -c ${srcdir}/version.c -libdns.@@A@@: ${OBJS} +libdns.a: ${OBJS} ${AR} ${ARFLAGS} $@@ ${OBJS} ${RANLIB} $@@ @ 1.1.1.1 log @ BIND 9.0.0b1 is the first public release of BIND 9 code. It will be most useful to advanced users working with IPv6 or DNSSEC. BIND 9.0.0b1 is not functionally complete, and is not a release candidate for BIND 9.0.0. The ISC anticipates a number of additional beta releases between now and May, when BIND 9.0.0 is scheduled to be released. The ISC does not recommend using BIND 9.0.0b1 for "production" services. @ text @@