head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.8 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.6 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.4 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.2 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.5.0.44 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.42 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.40 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.38 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.36 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.34 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.32 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.30 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.28 pkgsrc-2008Q1:1.5.0.26 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.24 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.22 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.20 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.18 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.16 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.14 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.12 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.10 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.8 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.6 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.4 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.2 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.4.0.2 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.3.0.4 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.2 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2 netbsd-1-4-PATCH002:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2010.02.10.17.30.26; author joerg; state dead; branches; next 1.5; 1.5 date 2005.03.16.13.56.25; author tron; state Exp; branches; next 1.4; 1.4 date 2004.10.03.09.20.41; author tron; state dead; branches; next 1.3; 1.3 date 2004.04.01.20.29.53; author tron; state Exp; branches; next 1.2; 1.2 date 2000.03.31.11.15.25; author hubertf; state dead; branches; next 1.1; 1.1 date 2000.02.22.03.50.59; author hubertf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.02.22.03.50.59; author hubertf; state Exp; branches; next ; desc @@ 1.6 log @Retire bind9. @ text @$NetBSD: patch-ag,v 1.5 2005/03/16 13:56:25 tron Exp $ --- lib/dns/rbt.c.orig 2004-03-08 21:06:27.000000000 +0000 +++ lib/dns/rbt.c 2005-03-16 13:45:23.000000000 +0000 @@@@ -165,6 +165,10 @@@@ static void dns_rbt_printnodename(dns_rbtnode_t *node); #endif +#if !defined(inline) && defined(__powerpc__) +#define inline /**/ +#endif + static inline dns_rbtnode_t * find_up(dns_rbtnode_t *node) { dns_rbtnode_t *root; @ 1.5 log @- Rename rc script "named" to "named9" to avoid conflicts with NetBSD's builtin script. - Don't set "pidfile" in "named9.sh" because it breaks change rooted configurations. - Disable inlining in "lib/dns/rbt.c" on PowerPC systems because certain GCC version create broken code for that file. Bump package revision because of the above changes. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 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-ag,v 1.3 2004/04/01 20:29:53 tron Exp $ d3 5 a7 3 --- lib/isc/unix/os.c.orig 2001-08-16 08:19:58.000000000 +0200 +++ lib/isc/unix/os.c 2004-04-01 22:22:25.000000000 +0200 @@@@ -56,6 +56,9 @@@@ d9 2 a10 4 #if defined(HAVE_SYS_SYSCTL_H) && defined(HAVE_SYSCTLBYNAME) #include +#ifdef __NetBSD__ +#include d12 4 a15 3 #include static int @ 1.3 log @Include "sys/param.h" before "sys/sysctl.h" (as documented) on NetBSD to fix build failure in (at least) NetBSD 2.0B. @ text @d1 1 a1 1 $NetBSD$ @ 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: patch-ag,v 1.1 2000/02/22 03:50:59 hubertf Exp $ d3 3 a5 5 --- lib/isc/unix/ifiter_ioctl.c.orig Mon Feb 21 15:16:05 2000 +++ lib/isc/unix/ifiter_ioctl.c Mon Feb 21 15:16:38 2000 @@@@ -15,6 +15,9 @@@@ * SOFTWARE. */ d7 8 a14 6 +#include + + /* * Obtain the list of network interfaces using the SIOCGLIFCONF ioctl. * See netintro(4). @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 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 @@