summaryrefslogtreecommitdiff
path: root/net/bind9-current
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-07-17 01:30:31 +0000
committeritojun <itojun@pkgsrc.org>2001-07-17 01:30:31 +0000
commita9490011ed725c844917b2d3f33a34bfe75552ef (patch)
treed69b3157dcb8cead17c3cad0e7ca3035b8629f6e /net/bind9-current
parent99a34ec6ffb15c91b1bfa9eb3e42a936933e8e77 (diff)
downloadpkgsrc-a9490011ed725c844917b2d3f33a34bfe75552ef.tar.gz
upgrade to 9.2.0a3.
work/*/HISTORY indicates the full change history. basically bug fixes.
Diffstat (limited to 'net/bind9-current')
-rw-r--r--net/bind9-current/Makefile4
-rw-r--r--net/bind9-current/distinfo11
-rw-r--r--net/bind9-current/patches/patch-aa9
-rw-r--r--net/bind9-current/patches/patch-ab20
-rw-r--r--net/bind9-current/patches/patch-ac22
-rw-r--r--net/bind9-current/pkg/PLIST4
6 files changed, 30 insertions, 40 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile
index 99f2e72dd11..f639e63d8d6 100644
--- a/net/bind9-current/Makefile
+++ b/net/bind9-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/06/13 01:39:29 itojun Exp $
+# $NetBSD: Makefile,v 1.21 2001/07/17 01:30:31 itojun Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -14,7 +14,7 @@ COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
BUILD_DEFS+= USE_INET6
# No need to set USE_INET6, will auto-detect.
-BIND_VERSION= 9.2.0a2
+BIND_VERSION= 9.2.0a3
DIST_SUBDIR= bind/${BIND_VERSION}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-threads # Until we have real threads
diff --git a/net/bind9-current/distinfo b/net/bind9-current/distinfo
index cfa389e683d..fafbdaef43d 100644
--- a/net/bind9-current/distinfo
+++ b/net/bind9-current/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2001/06/13 01:39:29 itojun Exp $
+$NetBSD: distinfo,v 1.5 2001/07/17 01:30:31 itojun Exp $
-SHA1 (bind/9.2.0a2/bind-9.2.0a2.tar.gz) = 19a6d6884ea5cbf22701451396825f8a2385383b
-Size (bind/9.2.0a2/bind-9.2.0a2.tar.gz) = 4650111 bytes
-SHA1 (patch-aa) = 70102411c64adaba2d63f58d2a50b5ef725831ed
-SHA1 (patch-ab) = 77bb2703e7de1d503e85a932c503facdcdb95de3
-SHA1 (patch-ac) = ca57e92cb3e6da548e9fcc5521bc216cd6a5ca96
+SHA1 (bind/9.2.0a3/bind-9.2.0a3.tar.gz) = b652c96ccd59bdc79b4d415163bef72deca3449c
+Size (bind/9.2.0a3/bind-9.2.0a3.tar.gz) = 4713009 bytes
+SHA1 (patch-ab) = 1d3d82e3e01ac38e8a1b1d98e018849e8fe071bf
+SHA1 (patch-ac) = 1696adfab7392e0f150d34931b808e51ad017938
diff --git a/net/bind9-current/patches/patch-aa b/net/bind9-current/patches/patch-aa
deleted file mode 100644
index acc9831b6f6..00000000000
--- a/net/bind9-current/patches/patch-aa
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/12/15 18:41:50 itojun Exp $
-
---- 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}
-
diff --git a/net/bind9-current/patches/patch-ab b/net/bind9-current/patches/patch-ab
index 5271f385ab5..54492ae4003 100644
--- a/net/bind9-current/patches/patch-ab
+++ b/net/bind9-current/patches/patch-ab
@@ -1,19 +1,19 @@
-$NetBSD: patch-ab,v 1.2 2001/02/04 11:15:43 itojun Exp $
-support for kame scopeid extension (assumes that link scope = interface)
+$NetBSD: patch-ab,v 1.3 2001/07/17 01:30:31 itojun Exp $
---- lib/lwres/getnameinfo.c- Sun Jan 28 15:34:19 2001
-+++ lib/lwres/getnameinfo.c Sun Jan 28 16:13:15 2001
-@@ -63,6 +63,9 @@
- #include <sys/socket.h>
+--- 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>
+ #include <lwres/netdb.h>
- #include <netinet/in.h>
+#ifdef __KAME__
+#include <net/if.h>
+#endif
++
+ #include "assert_p.h"
- #include <stdio.h>
- #include <string.h>
-@@ -219,13 +222,11 @@
+ #define SUCCESS 0
+@@ -214,13 +218,11 @@
((const struct sockaddr_in6 *)sa)->sin6_scope_id) {
char *p = numaddr + strlen(numaddr);
const char *stringscope = NULL;
diff --git a/net/bind9-current/patches/patch-ac b/net/bind9-current/patches/patch-ac
index 44248a686c8..efa7806d3a5 100644
--- a/net/bind9-current/patches/patch-ac
+++ b/net/bind9-current/patches/patch-ac
@@ -1,19 +1,19 @@
-$NetBSD: patch-ac,v 1.2 2001/02/04 11:15:43 itojun Exp $
-support for kame scopeid extension (assumes that link scope = interface)
+$NetBSD: patch-ac,v 1.3 2001/07/17 01:30:31 itojun Exp $
---- lib/lwres/getaddrinfo.c- Sun Jan 28 15:34:17 2001
-+++ lib/lwres/getaddrinfo.c Sun Jan 28 15:38:37 2001
-@@ -28,6 +28,9 @@
- #include <sys/un.h>
+--- 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 @@
+ #include <lwres/net.h>
+ #include <lwres/netdb.h>
- #include <netinet/in.h>
+#ifdef __KAME__
+#include <net/if.h>
+#endif
-
- #include <arpa/nameser.h>
- #include <arpa/inet.h>
-@@ -262,14 +265,18 @@
++
+ #define SA(addr) ((struct sockaddr *)(addr))
+ #define SIN(addr) ((struct sockaddr_in *)(addr))
+ #define SIN6(addr) ((struct sockaddr_in6 *)(addr))
+@@ -253,14 +257,18 @@
p = strchr(ntmp, '%');
ep = NULL;
diff --git a/net/bind9-current/pkg/PLIST b/net/bind9-current/pkg/PLIST
index ab5d6e9b496..4aab185a916 100644
--- a/net/bind9-current/pkg/PLIST
+++ b/net/bind9-current/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2001/06/11 12:21:45 itojun Exp $
+@comment $NetBSD: PLIST,v 1.9 2001/07/17 01:30:31 itojun Exp $
bin/dig
bin/host
bin/isc-config.sh
@@ -161,7 +161,6 @@ include/lwres/lang.h
include/lwres/list.h
include/lwres/lwbuffer.h
include/lwres/lwpacket.h
-include/lwres/lwres.h
include/lwres/net.h
include/lwres/netdb.h
include/lwres/platform.h
@@ -200,6 +199,7 @@ sbin/named
sbin/named-checkconf
sbin/named-checkzone
sbin/rndc
+sbin/rndc-confgen
@dirrm include/lwres
@dirrm include/isccc
@dirrm include/isccfg