diff options
author | itojun <itojun@pkgsrc.org> | 2001-02-28 09:04:12 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-02-28 09:04:12 +0000 |
commit | 2d4cb2d303c0b2bedb0680e082d5bde5bb568cf1 (patch) | |
tree | 8096398ddfbb6aeb4084b38ee4a11261a8fcb3f3 /net/bind9-current | |
parent | fea7229040cc7d3ff8b3547fdcd17e4ebbb64281 (diff) | |
download | pkgsrc-2d4cb2d303c0b2bedb0680e082d5bde5bb568cf1.tar.gz |
upgrade to 9.2.0s20010214.
741. [port] Support openssl-engine. [RT #709]
740. [port] Handle openssl library mismatches slightly better.
739. [port] Look for /dev/random in configure, rather than
assuming it will be there for only a predefined
set of OSes.
738. [bug] If a non-threadsafe sdb driver supported AXFR and
received an AXFR request, it would deadlock or die
with an assertion failure. [RT #852]
737. [port] stdtime.c failed to compile on certain platforms.
736. [func] New functions isc_task_{begin,end}exclusive().
735. [doc] Add BIND 4 migration notes.
734. [bug] An attempt to re-lock the zone lock could occur if
the server was shutdown during a zone tranfer.
[RT #830]
733. [bug] Reference counts of dns_acl_t objects need to be
locked but were not. [RT #801, #821]
732. [bug] Glue with 0 TTL could also cause SERVFAIL. [RT #828]
731. [bug] Certain zone errors could cause named-checkzone to
fail ungracefully. [RT #819]
730. [bug] lwres_getaddrinfo() returns the correct result when
it fails to contact a server. [RT #768]
729. [port] pthread_setconcurrency() needs to be called on Solaris.
728. [bug] Fix comment processing on master file directives.
[RT# 757]
727. [port] Work around OS bug where accept() succeeds but
fails to fill in the peer address of the accepted
connection, by treating it as an error rather than
an assertion failure. [RT #809]
726. [func] Implement the "trace" and "notrace" commands in rndc.
725. [bug] Installing man pages could fail.
724. [func] New libisc functions isc_netaddr_any(),
isc_netaddr_any6().
723. [bug] Referrals whose NS RRs had a 0 TTL caused the resolver
to return DNS_R_SERVFAIL. [RT #783]
722. [func] Allow incremental loads to be canceled.
721. [cleanup] Load manager and dns_master_loadfilequota() are no
more.
720. [bug] Server could enter infinite loop in
dispatch.c:do_cancel(). [RT #733]
719. [bug] Rapid reloads could trigger an assertion failure.
[RT #743, #763]
718. [cleanup] "internal" is no longer a reserved word in named.conf.
[RT #753, #731]
717. [bug] Certain TKEY processing failure modes could
reference an uninitialized variable, causing the
server to crash. [RT #750]
716. [bug] The first line of a $INCLUDE master file was lost if
an origin was specified. [RT #744]
715. [bug] Resolving some A6 chains could cause an assertion
failure in adb.c. [RT #738]
714. [bug] Preserve interval timers across reloads unless changed.
[RT# 729]
713. [func] named-checkconf takes '-t directory' similar to named.
[RT #726]
712. [bug] Sending a large signed update message caused an
assertion failure. [RT #718]
711. [bug] The libisc and liblwres implementations of
inet_ntop contained an off by one error.
710. [func] The forwarders statement now takes an optional
port. [RT #418]
709. [bug] ANY or SIG queries for data with a TTL of 0
would return SERVFAIL. [RT #620]
708. [bug] When building with --with-openssl, the openssl headers
included with BIND 9 should not be used. [RT #702]
707. [func] The "filename" argument to named-checkzone is no
longer optional, to reduce confusion. [RT #612]
706. [bug] Zones with an explicit "allow-update { none; };"
were considered dynamic and therefore not reloaded
on SIGHUP or "rndc reload".
705. [port] Work out resource limit type for use where rlim_t is
not available. [RT #695]
704. [port] RLIMIT_NOFILE is not available on all platforms.
[RT #695]
703. [port] sys/select.h is needed on older platforms. [RT #695]
702. [func] If the address 0.0.0.0 is seen in resolv.conf,
use 127.0.0.1 instead. [RT #693]
701. [func] Root hints are now fully optional. Class IN
views use compiled-in hints by default, as
before. Non-IN views with no root hints now
provide authoritative service but not recursion.
A warning is logged if a view has neither root
hints nor authoritative data for the root. [RT #696]
700. [bug] $GENERATE range check was wrong. [RT #688]
699. [bug] The lexer mishandled empty quoted strings. [RT #694]
698. [bug] Aborting nsupdate with ^C would lead to several
race conditions.
697. [bug] nsupdate was not compatible with the undocumented
BIND 8 behavior of ignoring TTLs in "update delete"
commands. [RT #693]
696. [bug] lwresd would die with an assertion failure when passed
a zero-length name. [RT #692]
695. [bug] If the resolver attempted to query a blackholed or
bogus server, the resolution would fail immediately.
Diffstat (limited to 'net/bind9-current')
-rw-r--r-- | net/bind9-current/Makefile | 4 | ||||
-rw-r--r-- | net/bind9-current/files/md5 | 4 | ||||
-rw-r--r-- | net/bind9-current/files/patch-sum | 10 | ||||
-rw-r--r-- | net/bind9-current/patches/patch-ad | 24 | ||||
-rw-r--r-- | net/bind9-current/patches/patch-ae | 10 | ||||
-rw-r--r-- | net/bind9-current/patches/patch-af | 10 | ||||
-rw-r--r-- | net/bind9-current/patches/patch-ag | 10 | ||||
-rw-r--r-- | net/bind9-current/patches/patch-ah | 10 | ||||
-rw-r--r-- | net/bind9-current/patches/patch-ai | 10 | ||||
-rw-r--r-- | net/bind9-current/patches/patch-aj | 10 | ||||
-rw-r--r-- | net/bind9-current/pkg/PLIST | 3 |
11 files changed, 17 insertions, 88 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index 147170ed3d4..679606b9533 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/02/25 04:18:04 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2001/02/28 09:04:12 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -14,7 +14,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.0s20010119 +BIND_VERSION= 9.2.0s20010214 DIST_SUBDIR= bind/${BIND_VERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-threads # Until we have real threads diff --git a/net/bind9-current/files/md5 b/net/bind9-current/files/md5 index 245fd075d08..0ee3ae6ee65 100644 --- a/net/bind9-current/files/md5 +++ b/net/bind9-current/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2001/02/04 10:39:12 itojun Exp $ +$NetBSD: md5,v 1.4 2001/02/28 09:04:13 itojun Exp $ -MD5 (bind/9.2.0s20010119/bind-9.2.0s20010119.tar.gz) = 22b1ee9ce83a52aef4a4ee98ee72f504 +MD5 (bind/9.2.0s20010214/bind-9.2.0s20010214.tar.gz) = 8ca5e145622b307703ce27794a813a41 diff --git a/net/bind9-current/files/patch-sum b/net/bind9-current/files/patch-sum index 1e3033033ea..a6613f7709d 100644 --- a/net/bind9-current/files/patch-sum +++ b/net/bind9-current/files/patch-sum @@ -1,12 +1,6 @@ -$NetBSD: patch-sum,v 1.3 2001/02/04 11:15:43 itojun Exp $ +$NetBSD: patch-sum,v 1.4 2001/02/28 09:04:13 itojun Exp $ MD5 (patch-aa) = 3be805415711351895d5a56902402991 MD5 (patch-ab) = 3e621698a3fcf50cf5d14c6f3044d948 MD5 (patch-ac) = 39674a6def784d6011004d80fb36e271 -MD5 (patch-ad) = a9fab71d9a7bdb2f81a199990a4b1258 -MD5 (patch-ae) = eedcdca3234f09ebbea1cfeb0edf6328 -MD5 (patch-af) = be4db95257198328567b7b6adef4a0ae -MD5 (patch-ag) = 0e16722dc669ce3b617f46f7b82a910c -MD5 (patch-ah) = f18716a5ede7acf819062adb99587c65 -MD5 (patch-ai) = 124eeb4bc27370c87c6b16c47d8fc8b3 -MD5 (patch-aj) = 2f4f965b6829686ccad44bd79013b91b +MD5 (patch-ad) = 247f963b2655c7ef2a8c7d6be3740984 diff --git a/net/bind9-current/patches/patch-ad b/net/bind9-current/patches/patch-ad index 166cd26e89d..7f3780e281c 100644 --- a/net/bind9-current/patches/patch-ad +++ b/net/bind9-current/patches/patch-ad @@ -1,15 +1,9 @@ -$NetBSD: patch-ad,v 1.1 2001/02/04 10:39:13 itojun Exp $ - ---- bin/rndc/Makefile.in- Sun Feb 4 19:03:12 2001 -+++ bin/rndc/Makefile.in Sun Feb 4 19:03:20 2001 -@@ -65,8 +65,8 @@ - - install:: rndc installdirs - ${LIBTOOL} ${INSTALL_PROGRAM} rndc ${DESTDIR}${sbindir} -- ${INSTALL_PROGRAM} rndc.8 ${DESTDIR}${mandir}/man8 -- ${INSTALL_PROGRAM} rndc.conf.5 ${DESTDIR}${mandir}/man5 -+ ${INSTALL_DATA} rndc.8 ${DESTDIR}${mandir}/man8 -+ ${INSTALL_DATA} rndc.conf.5 ${DESTDIR}${mandir}/man5 - - clean distclean:: - rm -f ${TARGETS} +$NetBSD: patch-ad,v 1.2 2001/02/28 09:04:13 itojun Exp $ +--- bin/dig/Makefile.in Thu Feb 15 10:06:03 2001 ++++ bin/dig/Makefile.in Wed Feb 28 17:56:50 2001 +@@ -72,4 +72,4 @@ + ${LIBTOOL} ${INSTALL_PROGRAM} dig ${DESTDIR}${bindir} + ${LIBTOOL} ${INSTALL_PROGRAM} host ${DESTDIR}${bindir} + ${LIBTOOL} ${INSTALL_PROGRAM} nslookup ${DESTDIR}${bindir} +- for m in ${MANPAGES}; do ${INSTALL_PROGRAM} $$m ${DESTDIR}${mandir}/man1; done ++ for m in ${MANPAGES}; do ${INSTALL_DATA} $$m ${DESTDIR}${mandir}/man1; done diff --git a/net/bind9-current/patches/patch-ae b/net/bind9-current/patches/patch-ae deleted file mode 100644 index 29901014ea3..00000000000 --- a/net/bind9-current/patches/patch-ae +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2001/02/04 10:39:13 itojun Exp $ - ---- bin/dig/Makefile.in- Sun Feb 4 19:04:22 2001 -+++ bin/dig/Makefile.in Sun Feb 4 19:04:30 2001 -@@ -72,4 +72,4 @@ - ${LIBTOOL} ${INSTALL_PROGRAM} dig ${DESTDIR}${bindir} - ${LIBTOOL} ${INSTALL_PROGRAM} host ${DESTDIR}${bindir} - ${LIBTOOL} ${INSTALL_PROGRAM} nslookup ${DESTDIR}${bindir} -- for m in ${MANPAGES}; do ${INSTALL_PROGRAM} $$m ${DESTDIR}${mandir}/man1; done -+ for m in ${MANPAGES}; do ${INSTALL_DATA} $$m ${DESTDIR}${mandir}/man1; done diff --git a/net/bind9-current/patches/patch-af b/net/bind9-current/patches/patch-af deleted file mode 100644 index 07131438166..00000000000 --- a/net/bind9-current/patches/patch-af +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-af,v 1.1 2001/02/04 10:39:13 itojun Exp $ - ---- bin/dnssec//Makefile.in- Sun Feb 4 19:04:12 2001 -+++ bin/dnssec//Makefile.in Sun Feb 4 19:04:48 2001 -@@ -81,4 +81,4 @@ - - install:: ${TARGETS} installdirs - for t in ${TARGETS}; do ${LIBTOOL} ${INSTALL_PROGRAM} $$t ${DESTDIR}${sbindir}; done -- for m in ${MANPAGES}; do ${INSTALL_PROGRAM} $$m ${DESTDIR}${mandir}/man8; done -+ for m in ${MANPAGES}; do ${INSTALL_DATA} $$m ${DESTDIR}${mandir}/man8; done diff --git a/net/bind9-current/patches/patch-ag b/net/bind9-current/patches/patch-ag deleted file mode 100644 index 3e10339112e..00000000000 --- a/net/bind9-current/patches/patch-ag +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2001/02/04 10:39:13 itojun Exp $ - ---- bin/nsupdate/Makefile.in- Sun Feb 4 19:08:31 2001 -+++ bin/nsupdate/Makefile.in Sun Feb 4 19:08:38 2001 -@@ -66,4 +66,4 @@ - - install:: nsupdate installdirs - ${LIBTOOL} ${INSTALL_PROGRAM} nsupdate ${DESTDIR}${bindir} -- ${INSTALL_PROGRAM} nsupdate.8 ${DESTDIR}${mandir}/man8 -+ ${INSTALL_DATA} nsupdate.8 ${DESTDIR}${mandir}/man8 diff --git a/net/bind9-current/patches/patch-ah b/net/bind9-current/patches/patch-ah deleted file mode 100644 index 4db9d0904ff..00000000000 --- a/net/bind9-current/patches/patch-ah +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2001/02/04 10:39:13 itojun Exp $ - ---- bin/check/Makefile.in- Sun Feb 4 19:09:29 2001 -+++ bin/check/Makefile.in Sun Feb 4 19:09:38 2001 -@@ -64,4 +64,4 @@ - install:: named-checkconf named-checkzone installdirs - ${LIBTOOL} ${INSTALL_PROGRAM} named-checkconf ${DESTDIR}${sbindir} - ${LIBTOOL} ${INSTALL_PROGRAM} named-checkzone ${DESTDIR}${sbindir} -- for m in ${MANPAGES}; do ${INSTALL_PROGRAM} $$m ${DESTDIR}${mandir}/man8; done -+ for m in ${MANPAGES}; do ${INSTALL_DATA} $$m ${DESTDIR}${mandir}/man8; done diff --git a/net/bind9-current/patches/patch-ai b/net/bind9-current/patches/patch-ai deleted file mode 100644 index d1eb9e81e73..00000000000 --- a/net/bind9-current/patches/patch-ai +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-ai,v 1.1 2001/02/04 11:15:43 itojun Exp $ - ---- lib/lwres/man/Makefile.in- Sun Feb 4 19:01:13 2001 -+++ lib/lwres/man/Makefile.in Sun Feb 4 19:01:21 2001 -@@ -54,4 +54,4 @@ - $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man3 - - install:: installdirs -- for m in ${MANPAGES}; do ${INSTALL_PROGRAM} $$m ${DESTDIR}${mandir}/man3; done -+ for m in ${MANPAGES}; do ${INSTALL_DATA} $$m ${DESTDIR}${mandir}/man3; done diff --git a/net/bind9-current/patches/patch-aj b/net/bind9-current/patches/patch-aj deleted file mode 100644 index a3511363207..00000000000 --- a/net/bind9-current/patches/patch-aj +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-aj,v 1.1 2001/02/04 11:15:43 itojun Exp $ - ---- bin/named/Makefile.in- Sun Feb 4 19:02:24 2001 -+++ bin/named/Makefile.in Sun Feb 4 19:02:32 2001 -@@ -103,4 +103,4 @@ - install:: named lwresd installdirs - ${LIBTOOL} ${INSTALL_PROGRAM} named ${DESTDIR}${sbindir} - (cd ${DESTDIR}${sbindir}; rm -f lwresd; @LN@ named lwresd) -- for m in ${MANPAGES}; do ${INSTALL_PROGRAM} $$m ${DESTDIR}${mandir}/man8; done -+ for m in ${MANPAGES}; do ${INSTALL_DATA} $$m ${DESTDIR}${mandir}/man8; done diff --git a/net/bind9-current/pkg/PLIST b/net/bind9-current/pkg/PLIST index 6ecf4052854..da57a33bb47 100644 --- a/net/bind9-current/pkg/PLIST +++ b/net/bind9-current/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2001/02/04 12:19:27 itojun Exp $ +@comment $NetBSD: PLIST,v 1.7 2001/02/28 09:04:15 itojun Exp $ bin/dig bin/host bin/isc-config.sh @@ -133,6 +133,7 @@ include/isc/print.h include/isc/quota.h include/isc/random.h include/isc/ratelimiter.h +include/isc/refcount.h include/isc/region.h include/isc/resource.h include/isc/result.h |