diff options
author | cjs <cjs> | 2007-04-15 18:56:49 +0000 |
---|---|---|
committer | cjs <cjs> | 2007-04-15 18:56:49 +0000 |
commit | ba0c4009e7a18f2ba257563b11481832e326603f (patch) | |
tree | 66920be6139636f8a42a8df4a20ee8128d4f268e /net/bind9 | |
parent | 7f1cb6f15cfc484b6b31cc273782d0a6bc557810 (diff) | |
download | pkgsrc-ba0c4009e7a18f2ba257563b11481832e326603f.tar.gz |
Upgrade BIND to 9.4.0.
I won't attempt to summarize 221 lines of changes in README here.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 5 | ||||
-rw-r--r-- | net/bind9/PLIST | 6 | ||||
-rw-r--r-- | net/bind9/distinfo | 10 | ||||
-rw-r--r-- | net/bind9/patches/patch-an | 10 |
4 files changed, 17 insertions, 14 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 407021d20c2..0190f9c1f28 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/net/bind9/PLIST b/net/bind9/PLIST index cfb6ba5d44d..64ee08b01c2 100644 --- a/net/bind9/PLIST +++ b/net/bind9/PLIST @@ -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/resultclass.h 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/symtype.h 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/dnssec-signzone.8 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/lwresd sbin/named sbin/named-checkconf sbin/named-checkzone +sbin/named-compilezone sbin/rndc sbin/rndc-confgen share/examples/rc.d/lwresd diff --git a/net/bind9/distinfo b/net/bind9/distinfo index 4fcd2a8d444..86700fb2828 100644 --- a/net/bind9/distinfo +++ b/net/bind9/distinfo @@ -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-ai) = fbe3b15b2d49e6767c8cfe9d985924c2ad797b9f 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 --git a/net/bind9/patches/patch-an b/net/bind9/patches/patch-an index 7bf9d650dbc..79c1cb8faad 100644 --- a/net/bind9/patches/patch-an +++ b/net/bind9/patches/patch-an @@ -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 @@ $NetBSD: patch-an,v 1.1 2006/08/28 16:00:45 seb Exp $ +#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 */ |