diff options
author | itojun <itojun@pkgsrc.org> | 2002-03-15 02:44:36 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-03-15 02:44:36 +0000 |
commit | 5113fcc8c91bb2454b98baf7dc2d6353d3d30951 (patch) | |
tree | 17f76f047b66e02f2f05b3cab3b702c4d40adcdb /net | |
parent | 2c33bcbdaf72227b8ece3242f36863732dd2f219 (diff) | |
download | pkgsrc-5113fcc8c91bb2454b98baf7dc2d6353d3d30951.tar.gz |
upgrade to 9.2.1rc1 (pkg version = 9.2.0.1 to avoid version skew)
--- 9.2.1rc1 released ---
1207. [bug] libbind: getaddrinfo() could call freeaddrinfo() with
an invalid pointer.
1206. [bug] SERVFAIL and NOTIMP responses to a EDNS should trigger
a non-EDNS retry.
1205. [bug] OPT, TSIG and TKEY cannot be used to set the "class"
of the message. [RT #2449]
1204. [bug] libbind: res_nupdate() failed to update the name
server addresses before sending the update.
1201. [bug] Require that if 'callbacks' is passed to
dns_rdata_fromtext(), callbacks->error and
callbacks->warn are initialized.
1200. [bug] Log 'errno' that we are unable to convert to
isc_result_t. [RT #2404]
1198. [bug] OPT printing style was not consistant with the way the
header fields are printed. The DO bit was not reported
if set. Report if any of the MBZ bits are set.
1197. [bug] Attempts to define the same acl multiple times were not
detected.
1196. [contrib] update mdnkit to 2.2.3.
1195. [bug] Attempts to redefine builtin acls should be caught.
[RT #2403]
1194. [bug] Not all duplicate zone definitions were being detected
at the named.conf checking stage. [RT #2431]
1193. [bug] Best effort parsing didn't handle packet truncation.
1191. [bug] A dynamic update removing the last non-apex name in
a secure zone would fail. [RT #2399]
1189. [bug] On some systems, malloc(0) returns NULL, which
could cause the caller to report an out of memory
error. [RT #2398]
1188. [bug] Dynamic updates of a signed zone would fail if
some of the zone private keys were unavailable.
1186. [bug] isc_hex_tobuffer(,,length = 0) failed to unget the
EOL token when reading to end of line.
1185. [bug] libbind: don't assume statp->_u._ext.ext is valid
unless RES_INIT is set when calling res_*init().
1184. [bug] libbind: call res_ndestroy() if RES_INIT is set
when res_*init() is called.
1183. [bug] Handle ENOSR error when writing to the internal
control pipe. [RT #2395]
1182. [bug] The server could throw an assertion failure when
constructing a negative response packet.
1176. [doc] Document that allow-v6-synthesis is only performed
for clients that are supplied recursive service.
[RT #2260]
1175. [bug] named-checkzone failed to call dns_result_register()
at startup which could result in runtime
exceptions when printing "out of memory" errors.
[RT #2335]
1174. [bug] Win32: add WSAECONNRESET to the expected errors
from connect(). [RT #2308]
1173. [bug] Potential memory leaks in isc_log_create() and
isc_log_settag(). [RT #2336]
1172. [doc] Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
table of RR types in ARM.
1170. [bug] Don't attempt to print the token when a I/O error
occurs when parsing named.conf. [RT #2275]
1168. [bug] Empty also-notify clauses were not handled. [RT #2309]
1167. [contrib] nslint-2.1a3 (from author).
1166. [bug] "Not Implemented" should be reported as NOTIMP,
not NOTIMPL. [RT #2281]
1165. [bug] We were rejecting notify-source{-v6} in zone clauses.
1164. [bug] Empty masters clauses in slave / stub zones were not
handled gracefully. [RT #2262]
1162. [bug] The allow-notify option was not accepted in slave
zone statements.
1161. [bug] named-checkzone looped on unbalanced brackets.
[RT #2248]
1160. [bug] Generating Diffie-Hellman keys longer than 1024
bits could fail. [RT #2241]
1156. [port] The configure test for strsep() incorrectly
succeeded on certain patched versions of
AIX 4.3.3. [RT #2190]
1154. [bug] Don't attempt to obtain the netmask of a interface
if there is no address configured. [RT #2176]
1152. [bug] libbind: read buffer overflows.
1144. [bug] rndc-confgen would crash if both the -a and -t
options were specified. [RT #2159]
1142. [bug] dnssec-signzone would fail to delete temporary files
in some failure cases. [RT #2144]
1141. [bug] When named rejected a control message, it would
leak a file descriptor and memory. It would also
fail to respond, causing rndc to hang.
[RT #2139, #2164]
1140. [bug] rndc-confgen did not accept IPv6 addresses as arguments
to the -s option. [RT #2138]
1136. [bug] CNAME records synthesized from DNAMEs did not
have a TTL of zero as required by RFC2672.
[RT #2129]
1125. [bug] rndc: -k option was missing from usage message.
[RT #2057]
1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail
are now documented. [RT #2052]
1123. [bug] dig +[no]fail did not match description. [RT #2052]
1109. [bug] nsupdate accepted illegal ttl values.
1108. [bug] On Win32, rndc was hanging when named was not running
due to failure to select for exceptional conditions
in select(). [RT #1870]
1081. [bug] Multicast queries were incorrectly identified
based on the source address, not the destination
address.
1072. [bug] The TCP client quota could be exceeded when
recursion occurred. [RT #1937]
1071. [bug] Sockets listening for TCP DNS connections
specified an excessive listen backlog. [RT #1937]
1070. [bug] Copy DNSSEC OK (DO) to response as specified by
draft-ietf-dnsext-dnssec-okbit-03.txt.
1014. [bug] Some queries would cause statistics counters to
increment more than once or not at all. [RT #1321]
1012. [bug] The -p option to named did not behave as documented.
988. [bug] 'additional-from-auth no;' did not work reliably
in the case of queries answered from the cache.
[RT #1436]
995. [bug] dig, host, nslookup: using a raw IPv6 address as a
target address should be fatal on a IPv4 only system.
Diffstat (limited to 'net')
-rw-r--r-- | net/bind9-current/Makefile | 5 | ||||
-rw-r--r-- | net/bind9-current/PLIST | 10 | ||||
-rw-r--r-- | net/bind9-current/distinfo | 6 |
3 files changed, 11 insertions, 10 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index c1d4ba54fb5..0fbaaa4ae30 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2001/11/27 03:27:04 itojun Exp $ +# $NetBSD: Makefile,v 1.33 2002/03/15 02:44:36 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} +PKGNAME= bind-9.2.0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -14,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.0 +BIND_VERSION= 9.2.1rc1 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 3c1d7cdd80b..3814503551a 100644 --- a/net/bind9-current/PLIST +++ b/net/bind9-current/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/11/21 02:08:32 itojun Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/03/15 02:44:36 itojun Exp $ bin/dig bin/host bin/isc-config.sh @@ -170,13 +170,13 @@ include/lwres/result.h lib/libdns.a lib/libdns.la lib/libdns.so -lib/libdns.so.5 -lib/libdns.so.5.0 +lib/libdns.so.6 +lib/libdns.so.6.0 lib/libisc.a lib/libisc.la lib/libisc.so lib/libisc.so.4 -lib/libisc.so.4.0 +lib/libisc.so.4.1 lib/libisccc.a lib/libisccc.la lib/libisccc.so @@ -186,7 +186,7 @@ lib/libisccfg.a lib/libisccfg.la lib/libisccfg.so lib/libisccfg.so.0 -lib/libisccfg.so.0.0 +lib/libisccfg.so.0.1 lib/liblwres.a lib/liblwres.la lib/liblwres.so diff --git a/net/bind9-current/distinfo b/net/bind9-current/distinfo index 06ec99c8087..9f05510f8d8 100644 --- a/net/bind9-current/distinfo +++ b/net/bind9-current/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2001/11/27 03:27:04 itojun Exp $ +$NetBSD: distinfo,v 1.17 2002/03/15 02:44:36 itojun Exp $ -SHA1 (bind/9.2.0/bind-9.2.0.tar.gz) = 5f6aaa25c4fb0326569203a11870c235d7ebf315 -Size (bind/9.2.0/bind-9.2.0.tar.gz) = 4814337 bytes +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 (patch-ab) = 1d3d82e3e01ac38e8a1b1d98e018849e8fe071bf SHA1 (patch-ac) = 1696adfab7392e0f150d34931b808e51ad017938 |