diff options
author | itojun <itojun> | 2001-07-18 05:22:58 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-07-18 05:22:58 +0000 |
commit | 6dad8864877748d717daafc014984edaf51df70b (patch) | |
tree | 2be8b8f7ea74118a46581870d189dc26c9baadd8 /net | |
parent | 6cd8ed6ed20689ab62ad6fd1189b8686f00e98d0 (diff) | |
download | pkgsrc-6dad8864877748d717daafc014984edaf51df70b.tar.gz |
upgrade to 9.2.0b1. portability with BIND8-based platforms, and minor
bug fixes.
Diffstat (limited to 'net')
-rw-r--r-- | net/bind9-current/Makefile | 4 | ||||
-rw-r--r-- | net/bind9-current/distinfo | 6 | ||||
-rw-r--r-- | net/bind9-current/pkg/PLIST | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index f639e63d8d6..0a26843c99f 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/07/17 01:30:31 itojun Exp $ +# $NetBSD: Makefile,v 1.22 2001/07/18 05:22:58 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.0a3 +BIND_VERSION= 9.2.0b1 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 fafbdaef43d..acde5d75d44 100644 --- a/net/bind9-current/distinfo +++ b/net/bind9-current/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2001/07/17 01:30:31 itojun Exp $ +$NetBSD: distinfo,v 1.6 2001/07/18 05:22:58 itojun Exp $ -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 (bind/9.2.0b1/bind-9.2.0b1.tar.gz) = 0ecb6d778e41acf636b8ba0d1f03edbc2147317d +Size (bind/9.2.0b1/bind-9.2.0b1.tar.gz) = 4722913 bytes SHA1 (patch-ab) = 1d3d82e3e01ac38e8a1b1d98e018849e8fe071bf SHA1 (patch-ac) = 1696adfab7392e0f150d34931b808e51ad017938 diff --git a/net/bind9-current/pkg/PLIST b/net/bind9-current/pkg/PLIST index 4aab185a916..dc3ebea884d 100644 --- a/net/bind9-current/pkg/PLIST +++ b/net/bind9-current/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2001/07/17 01:30:31 itojun Exp $ +@comment $NetBSD: PLIST,v 1.10 2001/07/18 05:22:59 itojun Exp $ bin/dig bin/host bin/isc-config.sh @@ -161,6 +161,7 @@ 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 |