diff options
author | itojun <itojun@pkgsrc.org> | 2001-03-16 00:14:03 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-03-16 00:14:03 +0000 |
commit | 14757bdf0dd0aa5cb8b0e34ac8cad3225a2e056c (patch) | |
tree | 3d8fa461172e09b0995adb18685ebeff817ef857 | |
parent | a490d90af49f16243fefb5f7bb32e3fe6a303570 (diff) | |
download | pkgsrc-14757bdf0dd0aa5cb8b0e34ac8cad3225a2e056c.tar.gz |
upgrade to 9.1.1rc5 (version # is 9.1.0.5 to prevent going backward)
--- 9.1.1rc5 released ---
778. [bug] When starting cache cleaning, cleaning_timer_action()
returned without first pausing the iterator, which
could cause deadlock. [RT #998]
777. [bug] An empty forwarders list in a zone failed to override
global forwarders. [RT #995]
775. [bug] Address match lists with invalid netmasks caused
the configuration parser to abort with an assertion
failure. [RT #996]
772. [bug] Owner names could be incorrectly omitted from cache
dumps in the presence of negative caching entries.
[RT #991]
686. [bug] dig and nslookup can now be properly aborted during
blocking operations. [RT #568]
-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 15dea494f1b..89f21e13614 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2001/03/07 00:39:17 itojun Exp $ +# $NetBSD: Makefile,v 1.31 2001/03/16 00:14:03 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} -# trick to avoid version number issue - 9.1.1rc4 is prior to 9.1.1 -PKGNAME= bind-9.1.0.4 +# trick to avoid version number issue - 9.1.1rc5 is prior to 9.1.1 +PKGNAME= bind-9.1.0.5 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.1rc4 +BIND_VERSION= 9.1.1rc5 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 f6839b83d2b..a2c9f8f5e4f 100644 --- a/net/bind9/files/md5 +++ b/net/bind9/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.15 2001/03/07 00:39:17 itojun Exp $ +$NetBSD: md5,v 1.16 2001/03/16 00:14:04 itojun Exp $ -MD5 (bind/9.1.1rc4/bind-9.1.1rc4.tar.gz) = 7de7f45bfb6899f1273b93f1100cb0e1 +SHA1 (bind/9.1.1rc5/bind-9.1.1rc5.tar.gz) = d83e63a634c7f7217c0a3fa266d10423ec75246d |