summaryrefslogtreecommitdiff
path: root/net/bind9/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-10-03 09:20:41 +0000
committertron <tron@pkgsrc.org>2004-10-03 09:20:41 +0000
commita4caaa600cd78bbacc3ed4146cb4e011d67b84fd (patch)
treeea9deb29383726ca8a1b867acacf25bdde46af7e /net/bind9/patches
parent9f3dc975803ac70eb2b7bbdf067048d1f2722347 (diff)
downloadpkgsrc-a4caaa600cd78bbacc3ed4146cb4e011d67b84fd.tar.gz
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.
Diffstat (limited to 'net/bind9/patches')
-rw-r--r--net/bind9/patches/patch-aa76
-rw-r--r--net/bind9/patches/patch-ab13
-rw-r--r--net/bind9/patches/patch-ac18
-rw-r--r--net/bind9/patches/patch-ad72
-rw-r--r--net/bind9/patches/patch-ae10
-rw-r--r--net/bind9/patches/patch-af10
-rw-r--r--net/bind9/patches/patch-ag14
-rw-r--r--net/bind9/patches/patch-ah1
-rw-r--r--net/bind9/patches/patch-ai1
-rw-r--r--net/bind9/patches/patch-aj14
-rw-r--r--net/bind9/patches/patch-al (renamed from net/bind9/patches/patch-ak)4
11 files changed, 102 insertions, 131 deletions
diff --git a/net/bind9/patches/patch-aa b/net/bind9/patches/patch-aa
index abfb4a01ac0..f1f145e3abd 100644
--- a/net/bind9/patches/patch-aa
+++ b/net/bind9/patches/patch-aa
@@ -1,43 +1,41 @@
-$NetBSD: patch-aa,v 1.7 2003/03/10 02:47:37 hubertf Exp $
+$NetBSD: patch-aa,v 1.8 2004/10/03 09:20:41 tron Exp $
---- 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
+--- 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
-+ 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
+ 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
- ;;
diff --git a/net/bind9/patches/patch-ab b/net/bind9/patches/patch-ab
index 9b26c64ee4f..47027f84330 100644
--- a/net/bind9/patches/patch-ab
+++ b/net/bind9/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.7 2001/11/27 03:38:42 itojun Exp $
+$NetBSD: patch-ab,v 1.8 2004/10/03 09:20:41 tron Exp $
---- lib/lwres/getnameinfo.c.orig Sat Jul 14 08:34:02 2001
-+++ lib/lwres/getnameinfo.c Tue Jul 17 10:14:33 2001
-@@ -66,6 +66,10 @@
- #include <lwres/net.h>
+--- lib/lwres/getnameinfo.c.orig 2004-08-28 08:25:24.000000000 +0200
++++ lib/lwres/getnameinfo.c 2004-10-03 08:56:21.000000000 +0200
+@@ -63,6 +63,10 @@
#include <lwres/netdb.h>
+ #include "print_p.h"
+#ifdef __KAME__
+#include <net/if.h>
@@ -13,12 +13,11 @@ $NetBSD: patch-ab,v 1.7 2001/11/27 03:38:42 itojun Exp $
#include "assert_p.h"
#define SUCCESS 0
-@@ -214,13 +218,11 @@
+@@ -211,13 +215,10 @@
((const struct sockaddr_in6 *)sa)->sin6_scope_id) {
char *p = numaddr + strlen(numaddr);
const char *stringscope = NULL;
-#if 0
-+
+#ifdef __KAME__
if ((flags & NI_NUMERICSCOPE) == 0) {
- /*
diff --git a/net/bind9/patches/patch-ac b/net/bind9/patches/patch-ac
index 7b864fbbb16..005d46c74af 100644
--- a/net/bind9/patches/patch-ac
+++ b/net/bind9/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.4 2001/11/27 03:38:42 itojun Exp $
+$NetBSD: patch-ac,v 1.5 2004/10/03 09:20:41 tron Exp $
---- lib/lwres/getaddrinfo.c.orig Sat Jul 14 08:34:01 2001
-+++ lib/lwres/getaddrinfo.c Tue Jul 17 10:15:03 2001
-@@ -31,6 +31,10 @@
+--- lib/lwres/getaddrinfo.c- 2004-05-16 05:03:22.000000000 +0900
++++ lib/lwres/getaddrinfo.c 2004-05-16 05:04:33.000000000 +0900
+@@ -30,6 +30,10 @@
#include <lwres/net.h>
#include <lwres/netdb.h>
@@ -13,14 +13,10 @@ $NetBSD: patch-ac,v 1.4 2001/11/27 03:38:42 itojun Exp $
#define SA(addr) ((struct sockaddr *)(addr))
#define SIN(addr) ((struct sockaddr_in *)(addr))
#define SIN6(addr) ((struct sockaddr_in6 *)(addr))
-@@ -253,14 +257,18 @@
+@@ -252,14 +256,22 @@
p = strchr(ntmp, '%');
ep = NULL;
-- /*
-- * Vendors may want to support non-numeric
-- * scopeid around here.
-- */
+#ifdef __KAME__
+ if (p != NULL) {
+ scopeid = if_nametoindex(p + 1);
@@ -28,6 +24,10 @@ $NetBSD: patch-ac,v 1.4 2001/11/27 03:38:42 itojun Exp $
+ p = NULL;
+ }
+#endif
+ /*
+ * Vendors may want to support non-numeric
+ * scopeid around here.
+ */
- if (p != NULL)
+ if (p != NULL) {
diff --git a/net/bind9/patches/patch-ad b/net/bind9/patches/patch-ad
index b0f460ea2d2..23107d8446d 100644
--- a/net/bind9/patches/patch-ad
+++ b/net/bind9/patches/patch-ad
@@ -1,45 +1,35 @@
-$NetBSD: patch-ad,v 1.3 2003/03/10 02:47:38 hubertf Exp $
+$NetBSD: patch-ad,v 1.4 2004/10/03 09:20:41 tron Exp $
---- configure.orig 2003-02-18 04:16:23.000000000 +0000
-+++ configure
-@@ -4739,7 +4924,8 @@ echo "${ECHO_T}PTL2" >&6
- echo "$as_me: WARNING: linking with PTL2 is highly experimental and not expected to work" >&2;}
- CC=ptlgcc
- else
-- if test ! -d $LOCALBASE/pthreads
-+ if test ! -d $LOCALBASE/pthreads \
-+ -a ! -f /usr/include/pthread.h
- then
- echo "$as_me:$LINENO: result: none" >&5
- echo "${ECHO_T}none" >&6
-@@ -4750,14 +4936,23 @@ echo "$as_me: error: \"could not find th
+--- configure- 2004-05-16 05:05:10.000000000 +0900
++++ configure 2004-05-16 05:08:20.000000000 +0900
+@@ -5416,14 +5416,22 @@
- if $use_threads
- then
-- echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5
-+ if test -f /usr/include/pthread.h
-+ then
-+ echo "$as_me:$LINENO: result: native pthreads" >&5
-+echo "${ECHO_T}native pthreads" >&6
-+ LIBS="-lpthread $LIBS"
-+ CPPFLAGS="$CPPFLAGS -I/usr/include"
-+ STD_CINCLUDES="$STD_CINCLUDES -I/usr/include"
-+ else
-+ echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5
- echo "${ECHO_T}mit-pthreads/unproven-pthreads" >&6
-- 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"
-+ 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
+ if $use_threads
+ then
+- echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5
+-echo "${ECHO_T}mit-pthreads/unproven-pthreads" >&6
+- 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/pthreads.h
++ then
++ echo "$as_me:$LINENO: result: native pthreads" >&5
++ LIBS="-lpthread $LIBS"
++ CPPFLAGS="$CPPFLAGS -I/usr/include"
++ STD_CINCLUDES="$STD_CINCLUDES -I/usr/include"
++ else
++ echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5
++ echo "${ECHO_T}mit-pthreads/unproven-pthreads" >&6
++ 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
- ;;
diff --git a/net/bind9/patches/patch-ae b/net/bind9/patches/patch-ae
index c892ef414ca..91d93957993 100644
--- a/net/bind9/patches/patch-ae
+++ b/net/bind9/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.3 2003/03/10 02:47:38 hubertf Exp $
+$NetBSD: patch-ae,v 1.4 2004/10/03 09:20:41 tron Exp $
---- lib/bind/configure.orig 2003-03-10 01:09:39.000000000 +0000
-+++ lib/bind/configure
-@@ -4076,7 +4076,8 @@ echo "${ECHO_T}PTL2" >&6
+--- lib/bind/configure.orig 2004-02-24 11:32:40.000000000 +0900
++++ lib/bind/configure 2004-05-16 05:09:21.000000000 +0900
+@@ -4497,7 +4497,8 @@
echo "$as_me: WARNING: linking with PTL2 is highly experimental and not expected to work" >&2;}
CC=ptlgcc
else
@@ -12,7 +12,7 @@ $NetBSD: patch-ae,v 1.3 2003/03/10 02:47:38 hubertf Exp $
then
echo "$as_me:$LINENO: result: none" >&5
echo "${ECHO_T}none" >&6
-@@ -4085,14 +4086,23 @@ echo "${ECHO_T}none" >&6
+@@ -4506,14 +4507,23 @@
if $use_threads
then
diff --git a/net/bind9/patches/patch-af b/net/bind9/patches/patch-af
index 22186601f33..d2f645435f5 100644
--- a/net/bind9/patches/patch-af
+++ b/net/bind9/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.4 2003/03/10 02:47:38 hubertf Exp $
+$NetBSD: patch-af,v 1.5 2004/10/03 09:20:41 tron Exp $
---- lib/bind/configure.in.orig 2003-03-10 01:09:39.000000000 +0000
-+++ lib/bind/configure.in
-@@ -367,7 +367,8 @@ then
+--- lib/bind/configure.in.orig 2004-03-15 10:02:44.000000000 +0900
++++ lib/bind/configure.in 2004-05-16 05:09:55.000000000 +0900
+@@ -367,7 +367,8 @@
[linking with PTL2 is highly experimental and not expected to work])
CC=ptlgcc
else
@@ -12,7 +12,7 @@ $NetBSD: patch-af,v 1.4 2003/03/10 02:47:38 hubertf Exp $
then
AC_MSG_RESULT(none)
use_threads=false
-@@ -375,13 +376,21 @@ then
+@@ -375,13 +376,21 @@
if $use_threads
then
diff --git a/net/bind9/patches/patch-ag b/net/bind9/patches/patch-ag
deleted file mode 100644
index 9ae6db9c339..00000000000
--- a/net/bind9/patches/patch-ag
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ag,v 1.3 2004/04/01 20:29:53 tron Exp $
-
---- 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 @@
-
- #if defined(HAVE_SYS_SYSCTL_H) && defined(HAVE_SYSCTLBYNAME)
- #include <sys/types.h>
-+#ifdef __NetBSD__
-+#include <sys/param.h>
-+#endif
- #include <sys/sysctl.h>
-
- static int
diff --git a/net/bind9/patches/patch-ah b/net/bind9/patches/patch-ah
index de6e95fe383..56e0e8a3857 100644
--- a/net/bind9/patches/patch-ah
+++ b/net/bind9/patches/patch-ah
@@ -1,4 +1,3 @@
-$NetBSD: patch-ah,v 1.4 2004/05/07 12:06:47 cjep Exp $
--- lib/bind/configure.in.orig Tue Apr 6 15:49:26 2004
+++ lib/bind/configure.in Tue Apr 6 15:50:11 2004
@@ -81,16 +81,16 @@
diff --git a/net/bind9/patches/patch-ai b/net/bind9/patches/patch-ai
index e1679e637f0..1b96d17234e 100644
--- a/net/bind9/patches/patch-ai
+++ b/net/bind9/patches/patch-ai
@@ -1,4 +1,3 @@
-$NetBSD: patch-ai,v 1.4 2004/05/07 12:06:47 cjep Exp $
--- lib/bind/configure.orig Tue Apr 6 16:25:51 2004
+++ lib/bind/configure Tue Apr 6 16:26:15 2004
@@ -1822,16 +1822,16 @@
diff --git a/net/bind9/patches/patch-aj b/net/bind9/patches/patch-aj
index e61d727f540..420f304ffc7 100644
--- a/net/bind9/patches/patch-aj
+++ b/net/bind9/patches/patch-aj
@@ -1,13 +1,13 @@
-$NetBSD: patch-aj,v 1.2 2004/05/07 12:06:47 cjep Exp $
---- lib/Makefile.in.orig Tue Apr 6 18:29:00 2004
-+++ lib/Makefile.in Tue Apr 6 18:29:01 2004
-@@ -22,8 +22,8 @@
- # Note: the order of SUBDIRS is important.
+$NetBSD: patch-aj,v 1.3 2004/10/03 09:20:41 tron Exp $
+
+--- lib/Makefile.in.orig 2004-03-08 18:04:25.000000000 +0900
++++ lib/Makefile.in 2004-05-16 05:11:57.000000000 +0900
+@@ -23,7 +23,7 @@
# Attempt to disable parallel processing.
.NOTPARALLEL:
.NO_PARALLEL:
--SUBDIRS = isc isccc dns isccfg lwres tests
-+SUBDIRS = bind isc isccc dns isccfg lwres tests
+-SUBDIRS = isc isccc dns isccfg bind9 lwres tests
++SUBDIRS = bind isc isccc dns isccfg bind9 lwres tests
TARGETS =
@BIND9_MAKE_RULES@
diff --git a/net/bind9/patches/patch-ak b/net/bind9/patches/patch-al
index 3b5dd0f12ae..b2b2ce15d8b 100644
--- a/net/bind9/patches/patch-ak
+++ b/net/bind9/patches/patch-al
@@ -1,7 +1,7 @@
-$NetBSD: patch-ak,v 1.1 2004/05/18 07:05:34 tron Exp $
+$NetBSD: patch-al,v 1.1 2004/10/03 09:20:41 tron Exp $
--- lib/bind/port_after.h.in.orig 2003-06-27 05:51:35.000000000 +0200
-+++ lib/bind/port_after.h.in 2004-05-18 08:47:05.000000000 +0200
++++ lib/bind/port_after.h.in 2004-05-18 08:15:19.000000000 +0200
@@ -361,7 +361,7 @@
#define gettimeofday isc__gettimeofday
#ifdef NEED_GETTIMEOFDAY