diff options
author | itojun <itojun@pkgsrc.org> | 2001-03-27 09:01:27 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-03-27 09:01:27 +0000 |
commit | 67806df51bab38f9a251d88bb31808cc195e0a13 (patch) | |
tree | 1734faf43ec54bb0bc11a79f829fae304de56ebc /net | |
parent | e32afb6fea693addf91cf6d2aebe68164062fc6c (diff) | |
download | pkgsrc-67806df51bab38f9a251d88bb31808cc195e0a13.tar.gz |
upgrade to 9.1.1rc7.
--- 9.1.1rc7 released ---
791. [bug] The control channel did not work over IPv6.
790. [bug] Wildcards created using dynamic update or IXFR
could fail to match. [RT #1111]
787. [bug] The DNSSEC tools failed to downcase domain
names when mapping them into file names.
786. [bug] When DNSSEC signing/verifying data, owner names were
not properly downcased.
--- 9.1.1rc6 released ---
785. [bug] A race condition in the resolver could cause
an assertion failure. [RT #673, #872, #1048]
784. [bug] nsupdate and other programs would not quit properly
if some signals were blocked by the caller. [RT #1081]
783. [bug] Following CNAMEs could cause an assertion failure
when either using an sdb database or under very
rare conditions.
780. [bug] Error handling code dealing with out of memory or
other rare errors could lead to assertion failures
by calling functions on unitialized names. [RT #1065]
Diffstat (limited to 'net')
-rw-r--r-- | net/bind9/Makefile | 8 | ||||
-rw-r--r-- | net/bind9/files/md5 | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 89f21e13614..49be7c12c91 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2001/03/16 00:14:03 itojun Exp $ +# $NetBSD: Makefile,v 1.32 2001/03/27 09:01:27 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} -# trick to avoid version number issue - 9.1.1rc5 is prior to 9.1.1 -PKGNAME= bind-9.1.0.5 +# trick to avoid version number issue - 9.1.1rc7 is prior to 9.1.1 +PKGNAME= bind-9.1.0.7 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -16,7 +16,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.1.1rc5 +BIND_VERSION= 9.1.1rc7 DIST_SUBDIR= bind/${BIND_VERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-threads # Until we have real threads diff --git a/net/bind9/files/md5 b/net/bind9/files/md5 index a2c9f8f5e4f..963f880cb3a 100644 --- a/net/bind9/files/md5 +++ b/net/bind9/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.16 2001/03/16 00:14:04 itojun Exp $ +$NetBSD: md5,v 1.17 2001/03/27 09:01:28 itojun Exp $ -SHA1 (bind/9.1.1rc5/bind-9.1.1rc5.tar.gz) = d83e63a634c7f7217c0a3fa266d10423ec75246d +SHA1 (bind/9.1.1rc7/bind-9.1.1rc7.tar.gz) = 98f7ba94fe4237195a84417ebc6913fa23e6065f |