diff options
author | itojun <itojun@pkgsrc.org> | 2001-05-06 00:19:06 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-05-06 00:19:06 +0000 |
commit | ab82f6986c04e12c1f4e7ae9a17098ce7108e971 (patch) | |
tree | 1d58fd9a3c3c43e0c78850d9069918cd18f938d9 /net | |
parent | 4be01b53577cfb9446b3303d090c71a0cf18446f (diff) | |
download | pkgsrc-ab82f6986c04e12c1f4e7ae9a17098ce7108e971.tar.gz |
upgrade to 9.1.2.
--- 9.1.2 released ---
--- 9.1.2rc1 released ---
820. [bug] Name server address lookups failed to follow
A6 chains into the glue of local authoritative
zones.
819. [bug] In certain cases, the resolver's attempts to
restart an address lookup at the root could cause
the fetch to deadlock (with itself) instead of
restarting. [RT #1225]
818. [bug] Certain pathological responses to ANY queries could
cause an assertion failure. [RT #1218]
816. [bug] Report potential problems with log file accessibility
at configuration time, since such problems can't
reliably be reported at the time they actually occur.
815. [bug] If a log file was specified with a path separator
character (i.e. "/") in its name and the directory
did not exist, the log file's name was treated as
though it were the directory name. [RT #1189]
814. [bug] Socket objects left over from accept() failures
were incorrectly destroyed, causing corruption
of socket manager data structures.
813. [bug] File descriptors exceeding FD_SETSIZE were handled
badly. [RT #1192]
812. [bug] dig sometimes printed incomplete IXFR responses
due to an uninitialized variable. [RT #1188]
811. [bug] Parentheses were not quoted in zone dumps. [RT #1194]
810. [bug] The signer name in SIG records was not properly
downcased when signing/verifying records. [RT #1186]
807. [bug] When setting up TCP connections for incoming zone
transfers, the transfer-source port was not
ignored like it should be.
804. [bug] Attempting to obtain entropy could fail in some
situations. This would be most common on systems
with user-space threads. [RT #1131]
802. [bug] DNSSEC key tags were computed incorrectly in almost
all cases. [RT #1146]
801. [bug] nsupdate should treat lines beginning with ';' as
comments. [RT #1139]
800. [bug] dnssec-signzone produced incorrect statistics for
large zones. [RT #1133]
799. [bug] The ADB didn't find AAAA glue in a zone unless A6
glue was also present.
Diffstat (limited to 'net')
-rw-r--r-- | net/bind9/Makefile | 6 | ||||
-rw-r--r-- | net/bind9/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 76fc434abe6..27c8b2c8385 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2001/04/12 03:35:25 itojun Exp $ +# $NetBSD: Makefile,v 1.35 2001/05/06 00:19:06 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} -PKGNAME= bind-9.1.1 +PKGNAME= bind-9.1.2 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -15,7 +15,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.1 +BIND_VERSION= 9.1.2 DIST_SUBDIR= bind/${BIND_VERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-threads # Until we have real threads diff --git a/net/bind9/distinfo b/net/bind9/distinfo index a3de568b4ca..ddb349ae839 100644 --- a/net/bind9/distinfo +++ b/net/bind9/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:10 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/05/06 00:19:06 itojun Exp $ -SHA1 (bind/9.1.1/bind-9.1.1.tar.gz) = 7574de7d6d7b011ae5f1a19e797a876d24f0e03d -Size (bind/9.1.1/bind-9.1.1.tar.gz) = 3307201 bytes +SHA1 (bind/9.1.2/bind-9.1.2.tar.gz) = ca543839b28d0c82a9923f6588cb5c0679864a0d +Size (bind/9.1.2/bind-9.1.2.tar.gz) = 3309897 bytes SHA1 (patch-aa) = 70102411c64adaba2d63f58d2a50b5ef725831ed SHA1 (patch-ab) = 77bb2703e7de1d503e85a932c503facdcdb95de3 SHA1 (patch-ac) = ca57e92cb3e6da548e9fcc5521bc216cd6a5ca96 |