summaryrefslogtreecommitdiff
path: root/net/bind9/Makefile
diff options
context:
space:
mode:
authoritojun <itojun>2001-03-07 00:39:17 +0000
committeritojun <itojun>2001-03-07 00:39:17 +0000
commit8c3feecb360e64f1caf0a6c15cdb1f87811280b7 (patch)
treef6a3a0320c2f3a0ae83a91b54e307b08f43655c3 /net/bind9/Makefile
parente2c9010d0fccdfb45249d08e0a1d54e3f464861c (diff)
downloadpkgsrc-8c3feecb360e64f1caf0a6c15cdb1f87811280b7.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/Makefile')
-rw-r--r--net/bind9/Makefile8
1 files changed, 4 insertions, 4 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