pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bind95 Update to 9.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a4a9473242b
branches:  trunk
changeset: 552401:9a4a9473242b
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Jan 04 00:11:55 2009 +0000

description:
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:

 net/bind95/Makefile |  6 ++----
 net/bind95/PLIST    |  7 +++++--
 net/bind95/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (89 lines):

diff -r a3c03ee496ac -r 9a4a9473242b net/bind95/Makefile
--- a/net/bind95/Makefile       Sat Jan 03 23:11:47 2009 +0000
+++ b/net/bind95/Makefile       Sun Jan 04 00:11:55 2009 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.isc.org/sw/bind/
@@ -12,7 +10,7 @@
 
 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 -r a3c03ee496ac -r 9a4a9473242b net/bind95/PLIST
--- a/net/bind95/PLIST  Sat Jan 03 23:11:47 2009 +0000
+++ b/net/bind95/PLIST  Sun Jan 04 00:11:55 2009 +0000
@@ -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/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/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/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 @@
 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-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 -r a3c03ee496ac -r 9a4a9473242b net/bind95/distinfo
--- a/net/bind95/distinfo       Sat Jan 03 23:11:47 2009 +0000
+++ b/net/bind95/distinfo       Sun Jan 04 00:11:55 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index