summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/bind9/Makefile7
-rw-r--r--net/bind9/files/md54
-rw-r--r--net/bind9/files/patch-sum3
-rw-r--r--net/bind9/patches/patch-ab22
-rw-r--r--net/bind9/pkg/PLIST10
5 files changed, 40 insertions, 6 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index 17119cc10b3..93337d80d7d 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/07/26 08:46:23 rh Exp $
+# $NetBSD: Makefile,v 1.10 2000/08/10 12:51:48 itojun Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -18,7 +18,7 @@ BUILD_DEFS+= USE_INET6
ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k
# No need to set USE_INET6, will auto-detect.
-BIND_VERSION= 9.0.0rc1
+BIND_VERSION= 9.0.0rc2
DIST_SUBDIR= bind/${BIND_VERSION}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-mit-pthreads \
@@ -39,5 +39,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/draft/* ${PREFIX}/share/doc/bind9/draft
${INSTALL_DATA} ${WRKSRC}/doc/misc/* ${PREFIX}/share/doc/bind9/misc
${INSTALL_DATA} ${WRKSRC}/doc/rfc/* ${PREFIX}/share/doc/bind9/rfc
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/bin/*.8 ${PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/bin/*.5 ${PREFIX}/man/man5
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/dnssec/*.8 ${PREFIX}/man/man8
.include "../../mk/bsd.pkg.mk"
diff --git a/net/bind9/files/md5 b/net/bind9/files/md5
index 02f26105abe..44f4919fdc4 100644
--- a/net/bind9/files/md5
+++ b/net/bind9/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.6 2000/07/26 08:46:24 rh Exp $
+$NetBSD: md5,v 1.7 2000/08/10 12:51:48 itojun Exp $
-MD5 (bind/9.0.0rc1/bind-9.0.0rc1.tar.gz) = bcff62d7ceb802d199f36d2cd6666288
+MD5 (bind/9.0.0rc2/bind-9.0.0rc2.tar.gz) = e1b7c733484b33744a023ed15b015353
diff --git a/net/bind9/files/patch-sum b/net/bind9/files/patch-sum
index 91983111371..39c0e798c64 100644
--- a/net/bind9/files/patch-sum
+++ b/net/bind9/files/patch-sum
@@ -1,3 +1,4 @@
-$NetBSD: patch-sum,v 1.5 2000/07/26 08:46:24 rh Exp $
+$NetBSD: patch-sum,v 1.6 2000/08/10 12:51:48 itojun Exp $
MD5 (patch-aa) = 24d411b5163cf4e7804a96fcd4898386
+MD5 (patch-ab) = 9cf2e332a08673d8f665bc179cf3a77b
diff --git a/net/bind9/patches/patch-ab b/net/bind9/patches/patch-ab
new file mode 100644
index 00000000000..58ed7147908
--- /dev/null
+++ b/net/bind9/patches/patch-ab
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.3 2000/08/10 12:51:48 itojun Exp $
+
+--- lib/isc/unix/socket.c.orig Tue Jun 27 06:28:21 2000
++++ lib/isc/unix/socket.c Sat Jul 8 11:29:29 2000
+@@ -1177,2 +1177,13 @@
+ #if defined(ISC_PLATFORM_HAVEIPV6)
++#ifdef IPV6_RECVPKTINFO
++ /* 2292bis */
++ if ((pf == AF_INET6)
++ && (setsockopt(sock->fd, IPPROTO_IPV6, IPV6_RECVPKTINFO,
++ (void *)&on, sizeof (on)) < 0)) {
++ UNEXPECTED_ERROR(__FILE__, __LINE__,
++ "setsockopt(%d, IPV6_RECVPKTINFO) failed: %s",
++ sock->fd, strerror(errno));
++ }
++#else
++ /* 2292 */
+ if ((pf == AF_INET6)
+@@ -1184,2 +1195,3 @@
+ }
++#endif
+
diff --git a/net/bind9/pkg/PLIST b/net/bind9/pkg/PLIST
index 718a3d43260..45f4d5e8555 100644
--- a/net/bind9/pkg/PLIST
+++ b/net/bind9/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2000/07/26 08:46:25 rh Exp $
+@comment $NetBSD: PLIST,v 1.7 2000/08/10 12:51:49 itojun Exp $
bin/dig
bin/host
bin/isc-config.sh
@@ -279,3 +279,11 @@ share/doc/bind9/rfc/rfc952.txt
@dirrm include/isc
@dirrm include/dst
@dirrm include/dns
+man/man8/lwresd.8
+man/man8/named.8
+man/man8/rndc.8
+man/man5/rndc.conf.5
+man/man8/dnssec-keygen.8
+man/man8/dnssec-makekeyset.8
+man/man8/dnssec-signkey.8
+man/man8/dnssec-signzone.8