diff options
author | itojun <itojun> | 2001-03-07 00:39:17 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-03-07 00:39:17 +0000 |
commit | 85a05afde5385822bc21c53785ec119559f6c03b (patch) | |
tree | f6a3a0320c2f3a0ae83a91b54e307b08f43655c3 /net/bind9 | |
parent | 23e9b72af2bfa762f31ee01f6d3873b9094d5779 (diff) | |
download | pkgsrc-85a05afde5385822bc21c53785ec119559f6c03b.tar.gz |
upgrade to 9.1.1rc4.
--- 9.1.1rc4 released ---
767. [bug] The configuration parser handled invalid ports badly.
[RT #961]
766. [bug] A few cases in query_find() could leak fname.
This would trigger the mpctx->allocated == 0
assertion when the server exited.
[RT #739, #776, #798, #812, #818, #821, #845,
#892, #935, #966]
759. [bug] The resolver didn't turn off "avoid fetches" mode
when restarting, possibly causing resolution
to fail when it should not. This bug only affected
platforms which support both IPv4 and IPv6. [RT #927]
758. [bug] The "avoid fetches" code did not treat negative
cache entries correctly, causing fetches that would
be useful to be avoided. This bug only affected
platforms which support both IPv4 and IPv6. [RT #927]
756. [bug] dns_zone_load() could "return" success when no master
file was configured.
755. [bug] Fix incorrectly formatted log messages in zone.c.
709. [bug] ANY or SIG queries for data with a TTL of 0
would return SERVFAIL. [RT #620]
Diffstat (limited to 'net/bind9')
-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 8fa2275f8b1..15dea494f1b 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2001/02/27 02:54:27 itojun Exp $ +# $NetBSD: Makefile,v 1.30 2001/03/07 00:39:17 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} -# trick to avoid version number issue - 9.1.1rc3 is prior to 9.1.1 -PKGNAME= bind-9.1.0.3 +# trick to avoid version number issue - 9.1.1rc4 is prior to 9.1.1 +PKGNAME= bind-9.1.0.4 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.1rc3 +BIND_VERSION= 9.1.1rc4 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 856a0e10895..f6839b83d2b 100644 --- a/net/bind9/files/md5 +++ b/net/bind9/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.14 2001/02/27 02:54:27 itojun Exp $ +$NetBSD: md5,v 1.15 2001/03/07 00:39:17 itojun Exp $ -MD5 (bind/9.1.1rc3/bind-9.1.1rc3.tar.gz) = f6882a13de431fb2eba33cfa324ba652 +MD5 (bind/9.1.1rc4/bind-9.1.1rc4.tar.gz) = 7de7f45bfb6899f1273b93f1100cb0e1 |