diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-01-04 00:11:55 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-01-04 00:11:55 +0000 |
commit | ffb0122ed94867b164b201923205eadbd76816ae (patch) | |
tree | 8f833b5e9fc271c9897bd5a11040b9d76c3c48fa /net/bind95 | |
parent | 38b9661c7a642f07f803cb44fff083688cab0d9c (diff) | |
download | pkgsrc-ffb0122ed94867b164b201923205eadbd76816ae.tar.gz |
Update to 9.5.1
Specifying a fixed query source port was broken.
Address race condition in the socket code.
Give TCP connections longer to complete.
libxml2: support versions 2.7.* in addition to 2.6.*.
Document -m (enable memory usage debugging) option for dig
Set initial timeout to 800ms.
For all the details see:
http://oldwww.isc.org/sw/bind/view/?release=9.5.1#RELEASE
Diffstat (limited to 'net/bind95')
-rw-r--r-- | net/bind95/Makefile | 6 | ||||
-rw-r--r-- | net/bind95/PLIST | 7 | ||||
-rw-r--r-- | net/bind95/distinfo | 8 |
3 files changed, 11 insertions, 10 deletions
diff --git a/net/bind95/Makefile b/net/bind95/Makefile index b2b431255e5..5b3bba15c8e 100644 --- a/net/bind95/Makefile +++ b/net/bind95/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2008/11/29 21:47:32 spz Exp $ +# $NetBSD: Makefile,v 1.5 2009/01/04 00:11:55 adrianp Exp $ DISTNAME= bind-${BIND_VERSION} -PKGNAME= ${DISTNAME:S/-P2/pl2/} CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ -PKGREVISION= 1 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.isc.org/sw/bind/ @@ -12,7 +10,7 @@ COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS PKG_DESTDIR_SUPPORT= user-destdir -BIND_VERSION= 9.5.0-P2 +BIND_VERSION= 9.5.1 # IPv6 ready, automatically detected .include "../../mk/bsd.prefs.mk" diff --git a/net/bind95/PLIST b/net/bind95/PLIST index f3014ee8082..e202779ccd0 100644 --- a/net/bind95/PLIST +++ b/net/bind95/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/01/04 00:11:55 adrianp Exp $ bin/dig bin/host bin/isc-config.sh @@ -20,6 +20,7 @@ include/dns/dbiterator.h include/dns/dbtable.h include/dns/diff.h include/dns/dispatch.h +include/dns/dlz.h include/dns/dnssec.h include/dns/ds.h include/dns/enumclass.h @@ -56,6 +57,7 @@ include/dns/resolver.h include/dns/result.h include/dns/rootns.h include/dns/sdb.h +include/dns/sdlz.h include/dns/secalg.h include/dns/secproto.h include/dns/soa.h @@ -126,6 +128,7 @@ include/isc/parseint.h include/isc/platform.h include/isc/print.h include/isc/quota.h +include/isc/radix.h include/isc/random.h include/isc/ratelimiter.h include/isc/refcount.h @@ -196,6 +199,7 @@ lib/liblwres.la man/man1/dig.1 man/man1/host.1 man/man1/nslookup.1 +man/man1/nsupdate.1 man/man3/lwres.3 man/man3/lwres_addr_parse.3 man/man3/lwres_buffer.3 @@ -290,7 +294,6 @@ man/man8/named-checkconf.8 man/man8/named-checkzone.8 man/man8/named-compilezone.8 man/man8/named.8 -man/man8/nsupdate.8 man/man8/rndc-confgen.8 man/man8/rndc.8 sbin/dnssec-keygen diff --git a/net/bind95/distinfo b/net/bind95/distinfo index bfb6299d799..e4e8c8b62c5 100644 --- a/net/bind95/distinfo +++ b/net/bind95/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2008/08/03 18:42:31 adrianp Exp $ +$NetBSD: distinfo,v 1.4 2009/01/04 00:11:55 adrianp Exp $ -SHA1 (bind-9.5.0-P2.tar.gz) = e93a230e0e80e8e5975c83bf0ca0b1186f53fe52 -RMD160 (bind-9.5.0-P2.tar.gz) = 2ac07f4d48f22cfeabd4d8089aaf955b81199dc0 -Size (bind-9.5.0-P2.tar.gz) = 6627081 bytes +SHA1 (bind-9.5.1.tar.gz) = 1dc0cc2aee726949d1ab857d5e75d8805ca01838 +RMD160 (bind-9.5.1.tar.gz) = c71dc803b9ddc5c55831dc7652d5c1b9cac78b85 +Size (bind-9.5.1.tar.gz) = 6690642 bytes SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5 SHA1 (patch-ac) = 4df1ece91d59b2b36fc7a4316604f1c112cf70ba SHA1 (patch-ad) = 9a46d8de9d84e708ac64df8e4da504176dba05d4 |