summaryrefslogtreecommitdiff
path: root/net/bind9-current
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2002-12-19 03:46:46 +0000
committeritojun <itojun@pkgsrc.org>2002-12-19 03:46:46 +0000
commit762e1c9c06c165fed764521d6e79a412546cbba7 (patch)
tree374f39f71d14d503b5434cfa89d37cafa7b759c9 /net/bind9-current
parent10e7c8e2f8405b114560b5d005072f45f9aea0ec (diff)
downloadpkgsrc-762e1c9c06c165fed764521d6e79a412546cbba7.tar.gz
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.
Diffstat (limited to 'net/bind9-current')
-rw-r--r--net/bind9-current/Makefile6
-rw-r--r--net/bind9-current/PLIST3
-rw-r--r--net/bind9-current/distinfo6
3 files changed, 7 insertions, 8 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile
index 3c9b9e6430b..b1f46bf3de0 100644
--- a/net/bind9-current/Makefile
+++ b/net/bind9-current/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2002/11/13 01:53:39 itojun Exp $
+# $NetBSD: Makefile,v 1.40 2002/12/19 03:46:46 itojun Exp $
#
DISTNAME= bind-${BIND_VERSION}
-PKGNAME= bind-9.2.99.20021113
+PKGNAME= bind-9.2.99.20021217
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/snapshots/
@@ -10,7 +10,7 @@ MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://www.isc.org/products/BIND/
COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
-BIND_VERSION= 9.3.0s20021113
+BIND_VERSION= 9.3.0s20021217
DIST_SUBDIR= bind/${BIND_VERSION}
# IPv6 ready, automatically detected
diff --git a/net/bind9-current/PLIST b/net/bind9-current/PLIST
index 6f24d860b44..5be69c2c589 100644
--- a/net/bind9-current/PLIST
+++ b/net/bind9-current/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2002/11/13 01:53:40 itojun Exp $
+@comment $NetBSD: PLIST,v 1.10 2002/12/19 03:46:47 itojun Exp $
bin/dig
bin/host
bin/isc-config.sh
@@ -9,7 +9,6 @@ etc/rc.d/named9
include/bind9/check.h
include/bind9/getaddresses.h
include/bind9/version.h
-include/dns/a6.h
include/dns/acl.h
include/dns/adb.h
include/dns/byaddr.h
diff --git a/net/bind9-current/distinfo b/net/bind9-current/distinfo
index 096511fdbfd..80fe07067d4 100644
--- a/net/bind9-current/distinfo
+++ b/net/bind9-current/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2002/11/13 01:53:40 itojun Exp $
+$NetBSD: distinfo,v 1.23 2002/12/19 03:46:47 itojun Exp $
-SHA1 (bind/9.3.0s20021113/bind-9.3.0s20021113.tar.gz) = 7a2e1ff0449caea971a9a9ea5f7315371927e9aa
-Size (bind/9.3.0s20021113/bind-9.3.0s20021113.tar.gz) = 5278667 bytes
+SHA1 (bind/9.3.0s20021217/bind-9.3.0s20021217.tar.gz) = 03d490350eb9b939a604703ddd0868d8e50e03f4
+Size (bind/9.3.0s20021217/bind-9.3.0s20021217.tar.gz) = 5277190 bytes
SHA1 (patch-aa) = c23ea4fdb61e9a08e8f88bcc91fb1adc652403ba
SHA1 (patch-ab) = 1d3d82e3e01ac38e8a1b1d98e018849e8fe071bf
SHA1 (patch-ac) = 1696adfab7392e0f150d34931b808e51ad017938