summaryrefslogtreecommitdiff
path: root/net/bind9-current
diff options
context:
space:
mode:
authoritojun <itojun>2002-03-29 04:04:30 +0000
committeritojun <itojun>2002-03-29 04:04:30 +0000
commit5c97fb480e914f961c5d3fca61cdb35de57f3498 (patch)
treec487221d2f18651145b515ac55fa45a5cab7b825 /net/bind9-current
parenta626548b3e876ac4bf7756f5cebb2caeaba22495 (diff)
downloadpkgsrc-5c97fb480e914f961c5d3fca61cdb35de57f3498.tar.gz
upgrade to 9.2.1rc2 (pkg version = 9.2.0.2)
--- 9.2.1rc2 released --- 1240. [bug] It was possible to leak zone references by specifying an incorrect zone to rndc. 1239. [bug] Under certain circumstances named could continue to use a name after it had been freed triggering INSIST() failures. [RT #2614] 1238. [bug] It is possible to lockup the server when shutting down if notifies are being processed. [RT #2591] 1237. [bug] nslookup: "set q=type" failed. 1236. [bug] dns_rdata{class,type}_fromtext() didn't handle non NULL terminated text regions. [RT #2588] 1232. [bug] unix/errno2result() didn't handle EADDRNOTAVAIL. 1231. [port] HPUX 11.11 recvmsg() can return spurious EADDRNOTAVAIL. 1230. [bug] isccc_cc_isreply() and isccc_cc_isack() were broken. 1229. [bug] named would crash if it received a TSIG signed query as part of an AXFR response. [RT #2570] 1228. [bug] 'make install' did not depend on 'make all'. [RT #2559] 1227. [bug] dns_lex_getmastertoken() now returns ISC_R_BADNUMBER if a number was expected and some other token was found. [RT#2532] 1222. [bug] Specifying 'port *' did not always result in a system selected (non-reserved) port being used. [RT #2537] 1221. [bug] Zone types 'master', 'slave' and 'stub' were not being compared case insensitively. [RT #2542] 1218. [bug] Named incorrectly returned SERVFAIL rather than NOTAUTH when there was a TSIG BADTIME error. [RT #2519] 1216. [bug] Multiple server clauses for the same server were not reported. [RT #2514] 1215. [port] solaris: add support to ifconfig.sh for x86 2.5.1 1214. [bug] Win32: isc_file_renameunique() could leave zero length files behind. 1212. [port] libbind: 64k answer buffers were causing stack space to be exceeded for certian OS. Use heap space instead. 1211. [bug] dns_name_fromtext() incorrectly handled certain valid octal bitlabels. [RT #2483] 1210. [bug] libbind: getnameinfo() failed to lookup IPv4 mapped / compatible addresses. [RT #2461] 1208. [bug] dns_master_load*() failed to log a error message if an error was detected when parsing the ownername of a record. [RT #2448]
Diffstat (limited to 'net/bind9-current')
-rw-r--r--net/bind9-current/Makefile6
-rw-r--r--net/bind9-current/PLIST14
-rw-r--r--net/bind9-current/distinfo6
3 files changed, 13 insertions, 13 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile
index 0fbaaa4ae30..561e0d47239 100644
--- a/net/bind9-current/Makefile
+++ b/net/bind9-current/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2002/03/15 02:44:36 itojun Exp $
+# $NetBSD: Makefile,v 1.34 2002/03/29 04:04:30 itojun Exp $
#
DISTNAME= bind-${BIND_VERSION}
-PKGNAME= bind-9.2.0.1
+PKGNAME= bind-9.2.0.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.2.1rc1
+BIND_VERSION= 9.2.1rc2
DIST_SUBDIR= bind/${BIND_VERSION}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-threads # Until we have real threads
diff --git a/net/bind9-current/PLIST b/net/bind9-current/PLIST
index 3814503551a..018ac0ffa95 100644
--- a/net/bind9-current/PLIST
+++ b/net/bind9-current/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/03/15 02:44:36 itojun Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/03/29 04:04:31 itojun Exp $
bin/dig
bin/host
bin/isc-config.sh
@@ -170,23 +170,23 @@ include/lwres/result.h
lib/libdns.a
lib/libdns.la
lib/libdns.so
-lib/libdns.so.6
-lib/libdns.so.6.0
+lib/libdns.so.7
+lib/libdns.so.7.1
lib/libisc.a
lib/libisc.la
lib/libisc.so
-lib/libisc.so.4
-lib/libisc.so.4.1
+lib/libisc.so.5
+lib/libisc.so.5.0
lib/libisccc.a
lib/libisccc.la
lib/libisccc.so
lib/libisccc.so.0
-lib/libisccc.so.0.0
+lib/libisccc.so.0.1
lib/libisccfg.a
lib/libisccfg.la
lib/libisccfg.so
lib/libisccfg.so.0
-lib/libisccfg.so.0.1
+lib/libisccfg.so.0.2
lib/liblwres.a
lib/liblwres.la
lib/liblwres.so
diff --git a/net/bind9-current/distinfo b/net/bind9-current/distinfo
index 9f05510f8d8..b47d33456c5 100644
--- a/net/bind9-current/distinfo
+++ b/net/bind9-current/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2002/03/15 02:44:36 itojun Exp $
+$NetBSD: distinfo,v 1.18 2002/03/29 04:04:31 itojun Exp $
-SHA1 (bind/9.2.1rc1/bind-9.2.1rc1.tar.gz) = 5c09b2482592205542eb208b5a75ec872a61aa71
-Size (bind/9.2.1rc1/bind-9.2.1rc1.tar.gz) = 5017496 bytes
+SHA1 (bind/9.2.1rc2/bind-9.2.1rc2.tar.gz) = 60a84b43f8dc560689aa650a2be404975f8a0642
+Size (bind/9.2.1rc2/bind-9.2.1rc2.tar.gz) = 5020960 bytes
SHA1 (patch-ab) = 1d3d82e3e01ac38e8a1b1d98e018849e8fe071bf
SHA1 (patch-ac) = 1696adfab7392e0f150d34931b808e51ad017938