pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind9 Upgrade BIND to 9.4.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e07f5a21ad6a
branches:  trunk
changeset: 527896:e07f5a21ad6a
user:      cjs <cjs%pkgsrc.org@localhost>
date:      Sun Apr 15 18:56:49 2007 +0000

description:
Upgrade BIND to 9.4.0.
I won't attempt to summarize 221 lines of changes in README here.

diffstat:

 net/bind9/Makefile         |   5 ++---
 net/bind9/PLIST            |   6 +++++-
 net/bind9/distinfo         |  10 +++++-----
 net/bind9/patches/patch-an |  10 +++++-----
 4 files changed, 17 insertions(+), 14 deletions(-)

diffs (112 lines):

diff -r 7bc622b27850 -r e07f5a21ad6a net/bind9/Makefile
--- a/net/bind9/Makefile        Sun Apr 15 15:44:42 2007 +0000
+++ b/net/bind9/Makefile        Sun Apr 15 18:56:49 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2007/01/30 15:04:33 tron Exp $
+# $NetBSD: Makefile,v 1.87 2007/04/15 18:56:49 cjs Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
-PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
 
@@ -9,7 +8,7 @@
 HOMEPAGE=      http://www.isc.org/sw/bind/
 COMMENT=       Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
 
-BIND_VERSION=  9.3.4
+BIND_VERSION=  9.4.0
 
 # IPv6 ready, automatically detected
 .include "../../mk/bsd.prefs.mk"
diff -r 7bc622b27850 -r e07f5a21ad6a net/bind9/PLIST
--- a/net/bind9/PLIST   Sun Apr 15 15:44:42 2007 +0000
+++ b/net/bind9/PLIST   Sun Apr 15 18:56:49 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2006/08/17 14:14:18 taca Exp $
+@comment $NetBSD: PLIST,v 1.20 2007/04/15 18:56:49 cjs Exp $
 bin/dig
 bin/host
 bin/isc-config.sh
@@ -132,6 +132,7 @@
 include/isc/rwlock.h
 include/isc/serial.h
 include/isc/sha1.h
+include/isc/sha2.h
 include/isc/sockaddr.h
 include/isc/socket.h
 include/isc/stdio.h
@@ -161,6 +162,7 @@
 include/isccc/types.h
 include/isccc/util.h
 include/isccc/version.h
+include/isccfg/aclconf.h
 include/isccfg/cfg.h
 include/isccfg/grammar.h
 include/isccfg/log.h
@@ -281,6 +283,7 @@
 man/man8/lwresd.8
 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
@@ -291,6 +294,7 @@
 sbin/named
 sbin/named-checkconf
 sbin/named-checkzone
+sbin/named-compilezone
 sbin/rndc
 sbin/rndc-confgen
 share/examples/rc.d/lwresd
diff -r 7bc622b27850 -r e07f5a21ad6a net/bind9/distinfo
--- a/net/bind9/distinfo        Sun Apr 15 15:44:42 2007 +0000
+++ b/net/bind9/distinfo        Sun Apr 15 18:56:49 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2007/01/28 01:31:52 adrianp Exp $
+$NetBSD: distinfo,v 1.31 2007/04/15 18:56:49 cjs Exp $
 
-SHA1 (bind-9.3.4.tar.gz) = f53c7e24157ae1fd881834351804bfee3c2782ee
-RMD160 (bind-9.3.4.tar.gz) = 8b5fda9542f6afbe7ffb857d72f7e545237d7826
-Size (bind-9.3.4.tar.gz) = 5405022 bytes
+SHA1 (bind-9.4.0.tar.gz) = e3b780a5a26b2c9760efbcf3dc6910a9ae3538a9
+RMD160 (bind-9.4.0.tar.gz) = 09d97d645cfc82e3ec72cf72d041274271b6669a
+Size (bind-9.4.0.tar.gz) = 6333767 bytes
 SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5
 SHA1 (patch-ac) = 4df1ece91d59b2b36fc7a4316604f1c112cf70ba
 SHA1 (patch-ad) = 0e28ae0bb42e633f1ff1111478c97ced5c222186
@@ -12,5 +12,5 @@
 SHA1 (patch-aj) = c3bbf84a8a735298552f918ac38331e06a1b68a1
 SHA1 (patch-al) = eb6a52d3f865639447ec6f9019c0ea1d2122b772
 SHA1 (patch-am) = bb267f13dbd30d492f4dfcf9c278b941efa97bed
-SHA1 (patch-an) = b3e5cd93890aa9a9cec7c14abf1b62ddbf854b14
+SHA1 (patch-an) = 6ec6ede602292ef2eaf5f0891e97576218bd8c3e
 SHA1 (patch-ao) = 9a1ed7b37befdd8e29d233fe55cd62362df3c50e
diff -r 7bc622b27850 -r e07f5a21ad6a net/bind9/patches/patch-an
--- a/net/bind9/patches/patch-an        Sun Apr 15 15:44:42 2007 +0000
+++ b/net/bind9/patches/patch-an        Sun Apr 15 18:56:49 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-an,v 1.1 2006/08/28 16:00:45 seb Exp $
+$NetBSD: patch-an,v 1.2 2007/04/15 18:56:50 cjs Exp $
 
---- lib/bind/include/netdb.h.orig      2004-11-30 01:15:42.000000000 +0000
+--- lib/bind/include/netdb.h.orig
 +++ lib/bind/include/netdb.h
 @@ -179,9 +179,17 @@ struct    addrinfo {
        int             _ai_pad;
@@ -12,11 +12,11 @@
 +#endif
 +      socklen_t       ai_addrlen;
  #else
-       size_t          ai_addrlen;     /* length of ai_addr */
+       size_t          ai_addrlen;     /*%< length of ai_addr */
  #endif
 +#if defined(__NetBSD__) && (defined(__alpha__) || (defined(__i386__) && defined(_LP64)))
 +      int             _ai_pad;
 +#endif
  #ifdef __linux
-       struct sockaddr *ai_addr;       /* binary address */
-       char            *ai_canonname;  /* canonical name for hostname */
+       struct sockaddr *ai_addr;       /*%< binary address */
+       char            *ai_canonname;  /*%< canonical name for hostname */



Home | Main Index | Thread Index | Old Index