Subject: CVS commit: pkgsrc/net/bind9-current
To: None <pkgsrc-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: pkgsrc-changes
Date: 12/19/2002 05:46:49
Module Name:	pkgsrc
Committed By:	itojun
Date:		Thu Dec 19 03:46:48 UTC 2002

Modified Files:
	pkgsrc/net/bind9-current: Makefile PLIST distinfo

Log Message:
upgrade to 9.3.0 snap 20021217.

1408.	[bug]		distclean was not complete. [RT #4700]
1407.	[bug]		lfsr incorrectly implements the shift register.
			[RT #4617]
1406.	[bug]		dispatch initialises one of the LFSR's with a incorrect
			polynomial.  [RT #4617]
1405.	[func]		Use arc4random() if available.
1404.	[bug]		libbind: ns_name_ntol() could overwite a zero length
			buffer.
1403.	[func]		dnssec-signzone, dnssec-keygen, dnssec-makekeyset
			dnssec-signkey now report their version in the
			usage message.
1402.	[cleanup]	A6 has been moved to experimental and is no longer
			fully supported.
1401.	[bug]		adb wasn't clearing state when the timer expired.
1400.	[bug]		Block the addition of wildcard NS records by IXFR
			or UPDATE. [RT #3502]
1399.	[bug]		Use serial number arithmetic when testing SIG
			timestamps. [RT #4268]
1398.	[doc]		ARM: notify-also should have been also-notify.
			[RT #4345]
1397.	[bug]		J.ROOT-SERVERS.NET is now 192.58.128.30.
1396.	[func]		dnssec-signzone: adjust the default signing time by
			1 hour to allow for clock skew.
1395.	[port]		OpenSSL 0.9.7 defines CRYPTO_LOCK_ENGINE but doesn't
			have a working implementation.  [RT #4079]
1394.	[func]		It is now possible to check if a particular element is
			in a acl.  Remove duplicate entries from the localnets
			acl.
1393.	[port]		Bind to individual IPv6 interfaces if IPV6_IPV6ONLY
			is not available in the kernel to prevent accidently
			listening on IPv4 interfaces.
1392.	[bug]		named-checkzone: update usage.
1391.	[func]		Add support for IPv6 scoped addresses in named.
1390.	[func]		host now supports ixfr.
1389.	[bug]		named could fail to rotate long log files.  [RT #3666]
1388.	[port]		irix: check for sys/sysctl.h and NET_RT_IFLIST before
			defining HAVE_IFLIST_SYSCTL. [RT #3770]
1387.	[bug]		named could crash due to an access to invalid memory
			space (which caused an assertion failure) in
			incremental cleaning.  [RT #3588]
1386.	[bug]		named-checkzone -z stopped on errors in a zone.
			[RT #3653]
1385.	[bug]		Setting serial-query-rate to 10 would trigger a
			REQUIRE failure.
1384.	[bug]		host was incompatible with BIND 8 in its exit code and
			in the output with the -l option.  [RT #3536]
1383.	[func]		Track the serial number in a IXFR response and log if
			a mismatch occurs.  This is a more specific error than
			"not exact". [RT #3445]
1382.	[bug]		make install failed with --enable-libbind. [RT #3656]
1381.	[bug]		named failed to correctly process answers that
			contained DNAME records where the resulting CNAME
			resulted in a negative answer.
1380.	[func]		'rndc recursing' dump recursing queries to
			'recursing-file = "named.recursing";'.
1379.	[func]		'rndc status' now reports tcp and recursion quota
			states.
1378.	[func]		Improved positive feedback for 'rndc {reload|refresh}.
1377.	[func]		dns_zone_load{new}() now reports if the zone was
			loaded, queued for loading to up to date.
1376.	[func]		New function dns_zone_logc() to log to specified
			category.
1375.	[func]		'rndc dumpdb' now dumps the adb cache along with the
			data cache.
1374.	[func]		dns_adb_dump() now logs the lame zones associated
			with each server.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 pkgsrc/net/bind9-current/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/net/bind9-current/PLIST
cvs rdiff -r1.22 -r1.23 pkgsrc/net/bind9-current/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.