pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bind9 Update "bind9" package to version 9.3.0. Cha...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9147d0f1bcd
branches: trunk
changeset: 481387:f9147d0f1bcd
user: tron <tron%pkgsrc.org@localhost>
date: Sun Oct 03 09:20:41 2004 +0000
description:
Update "bind9" package to version 9.3.0. Changes since version 9.2.3:
- DNSSEC is now DS based (RFC 3658).
See also RFC 3845, doc/draft/draft-ietf-dnsext-dnssec-*.
- DNSSEC lookaside validation.
- check-names is now implemented.
- rrset-order in more complete.
- IPv4/IPv6 transition support, dual-stack-servers.
- IXFR deltas can now be generated when loading master files,
ixfr-from-differences.
- It is now possible to specify the size of a journal, max-journal-size.
- It is now possible to define a named set of master servers to be
used in masters clause, masters.
- The advertised EDNS UDP size can now be set, edns-udp-size.
allow-v6-synthesis has been obsoleted.
NOTE:
* Zones containing MD and MF will now be rejected.
* dig, nslookup name. now report "Not Implemented" as
NOTIMP rather than NOTIMPL. This will have impact on scripts
that are looking for NOTIMPL.
- libbind: corresponds to that from BIND 8.4.5.
diffstat:
net/bind9/Makefile | 7 +-
net/bind9/PLIST | 106 +++++++++++++++++++++++++-------------------
net/bind9/distinfo | 23 ++++-----
net/bind9/patches/patch-aa | 76 +++++++++++++++----------------
net/bind9/patches/patch-ab | 13 ++--
net/bind9/patches/patch-ac | 18 +++---
net/bind9/patches/patch-ad | 72 +++++++++++++-----------------
net/bind9/patches/patch-ae | 10 ++--
net/bind9/patches/patch-af | 10 ++--
net/bind9/patches/patch-ag | 14 -----
net/bind9/patches/patch-ah | 1 -
net/bind9/patches/patch-ai | 1 -
net/bind9/patches/patch-aj | 14 ++--
net/bind9/patches/patch-ak | 13 -----
net/bind9/patches/patch-al | 13 +++++
15 files changed, 186 insertions(+), 205 deletions(-)
diffs (truncated from 644 to 300 lines):
diff -r 2901d41d861b -r f9147d0f1bcd net/bind9/Makefile
--- a/net/bind9/Makefile Sun Oct 03 09:19:16 2004 +0000
+++ b/net/bind9/Makefile Sun Oct 03 09:20:41 2004 +0000
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.61 2004/10/03 00:17:49 tv Exp $
+# $NetBSD: Makefile,v 1.62 2004/10/03 09:20:41 tron Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= bind-${BIND_VERSION}
-PKGREVISION= 5
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
-MAINTAINER= hubertf%NetBSD.org@localhost
+MAINTAINER= tron%NetBSD.org@localhost
HOMEPAGE= http://www.isc.org/products/BIND/
COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
-BIND_VERSION= 9.2.3
+BIND_VERSION= 9.3.0
DIST_SUBDIR= bind/${BIND_VERSION}
# IPv6 ready, automatically detected
diff -r 2901d41d861b -r f9147d0f1bcd net/bind9/PLIST
--- a/net/bind9/PLIST Sun Oct 03 09:19:16 2004 +0000
+++ b/net/bind9/PLIST Sun Oct 03 09:20:41 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2004/09/22 08:09:47 jlam Exp $
+@comment $NetBSD: PLIST,v 1.13 2004/10/03 09:20:41 tron Exp $
bin/dig
bin/host
bin/isc-config.sh
@@ -6,7 +6,33 @@
bin/nsupdate
etc/rc.d/lwresd
etc/rc.d/named9
-include/dns/a6.h
+${IPV6H}include/isc/ipv6.h
+include/bind/arpa/inet.h
+include/bind/arpa/nameser.h
+include/bind/arpa/nameser_compat.h
+include/bind/fd_setsize.h
+include/bind/hesiod.h
+include/bind/irp.h
+include/bind/irs.h
+include/bind/isc/assertions.h
+include/bind/isc/ctl.h
+include/bind/isc/dst.h
+include/bind/isc/eventlib.h
+include/bind/isc/heap.h
+include/bind/isc/irpmarshall.h
+include/bind/isc/list.h
+include/bind/isc/logging.h
+include/bind/isc/memcluster.h
+include/bind/isc/misc.h
+include/bind/isc/tree.h
+include/bind/netdb.h
+include/bind/netgroup.h
+include/bind/res_update.h
+include/bind/resolv.h
+include/bind/sys/bitypes.h
+include/bind9/check.h
+include/bind9/getaddresses.h
+include/bind9/version.h
include/dns/acl.h
include/dns/adb.h
include/dns/byaddr.h
@@ -20,6 +46,7 @@
include/dns/diff.h
include/dns/dispatch.h
include/dns/dnssec.h
+include/dns/ds.h
include/dns/enumclass.h
include/dns/enumtype.h
include/dns/events.h
@@ -35,8 +62,9 @@
include/dns/message.h
include/dns/name.h
include/dns/ncache.h
-include/dns/nxt.h
+include/dns/nsec.h
include/dns/peer.h
+include/dns/portlist.h
include/dns/rbt.h
include/dns/rcode.h
include/dns/rdata.h
@@ -63,6 +91,7 @@
include/dns/ttl.h
include/dns/types.h
include/dns/validator.h
+include/dns/version.h
include/dns/view.h
include/dns/xfrin.h
include/dns/zone.h
@@ -93,7 +122,6 @@
include/isc/hmacmd5.h
include/isc/int.h
include/isc/interfaceiter.h
-${IPV6H}include/isc/ipv6.h
include/isc/lang.h
include/isc/lex.h
include/isc/lfsr.h
@@ -114,6 +142,7 @@
include/isc/once.h
include/isc/ondestroy.h
include/isc/os.h
+include/isc/parseint.h
include/isc/platform.h
include/isc/print.h
include/isc/quota.h
@@ -130,6 +159,7 @@
include/isc/sockaddr.h
include/isc/socket.h
include/isc/stdio.h
+include/isc/stdlib.h
include/isc/stdtime.h
include/isc/string.h
include/isc/symtab.h
@@ -141,6 +171,7 @@
include/isc/timer.h
include/isc/types.h
include/isc/util.h
+include/isc/version.h
include/isccc/alist.h
include/isccc/base64.h
include/isccc/cc.h
@@ -153,9 +184,12 @@
include/isccc/symtype.h
include/isccc/types.h
include/isccc/util.h
+include/isccc/version.h
include/isccfg/cfg.h
-include/isccfg/check.h
+include/isccfg/grammar.h
include/isccfg/log.h
+include/isccfg/namedconf.h
+include/isccfg/version.h
include/lwres/context.h
include/lwres/int.h
include/lwres/ipv6.h
@@ -168,30 +202,17 @@
include/lwres/netdb.h
include/lwres/platform.h
include/lwres/result.h
+include/lwres/version.h
lib/libbind.la
+lib/libbind9.la
lib/libdns.la
lib/libisc.la
lib/libisccc.la
lib/libisccfg.la
lib/liblwres.la
-sbin/dnssec-keygen
-sbin/dnssec-makekeyset
-sbin/dnssec-signkey
-sbin/dnssec-signzone
-sbin/lwresd
-sbin/named
-sbin/named-checkconf
-sbin/named-checkzone
-sbin/rndc
-sbin/rndc-confgen
-@dirrm include/lwres
-@dirrm include/isccc
-@dirrm include/isccfg
-@dirrm include/isc
-@dirrm include/dst
-@dirrm include/dns
man/man1/dig.1
man/man1/host.1
+man/man1/nslookup.1
man/man3/lwres.3
man/man3/lwres_addr_parse.3
man/man3/lwres_buffer.3
@@ -279,40 +300,31 @@
man/man3/lwres_string_parse.3
man/man5/rndc.conf.5
man/man8/dnssec-keygen.8
-man/man8/dnssec-makekeyset.8
-man/man8/dnssec-signkey.8
man/man8/dnssec-signzone.8
man/man8/lwresd.8
man/man8/named-checkconf.8
man/man8/named-checkzone.8
man/man8/named.8
+man/man8/named.conf.5
man/man8/nsupdate.8
-man/man8/rndc.8
man/man8/rndc-confgen.8
-include/bind/arpa/nameser.h
-include/bind/arpa/inet.h
-include/bind/arpa/nameser_compat.h
+man/man8/rndc.8
+sbin/dnssec-keygen
+sbin/dnssec-signzone
+sbin/lwresd
+sbin/named
+sbin/named-checkconf
+sbin/named-checkzone
+sbin/rndc
+sbin/rndc-confgen
+@dirrm include/lwres
+@dirrm include/isccfg
+@dirrm include/isccc
+@dirrm include/isc
+@dirrm include/dst
+@dirrm include/dns
+@dirrm include/bind9
@dirrm include/bind/arpa
-include/bind/fd_setsize.h
-include/bind/hesiod.h
-include/bind/irp.h
-include/bind/irs.h
-include/bind/netdb.h
-include/bind/netgroup.h
-include/bind/res_update.h
-include/bind/resolv.h
-include/bind/isc/assertions.h
-include/bind/isc/ctl.h
-include/bind/isc/dst.h
-include/bind/isc/eventlib.h
-include/bind/isc/heap.h
-include/bind/isc/irpmarshall.h
-include/bind/isc/list.h
-include/bind/isc/logging.h
-include/bind/isc/memcluster.h
-include/bind/isc/misc.h
-include/bind/isc/tree.h
@dirrm include/bind/isc
-include/bind/sys/bitypes.h
@dirrm include/bind/sys
@dirrm include/bind
diff -r 2901d41d861b -r f9147d0f1bcd net/bind9/distinfo
--- a/net/bind9/distinfo Sun Oct 03 09:19:16 2004 +0000
+++ b/net/bind9/distinfo Sun Oct 03 09:20:41 2004 +0000
@@ -1,15 +1,14 @@
-$NetBSD: distinfo,v 1.18 2004/05/18 07:05:34 tron Exp $
+$NetBSD: distinfo,v 1.19 2004/10/03 09:20:41 tron Exp $
-SHA1 (bind/9.2.3/bind-9.2.3.tar.gz) = 670edd74685a1e7a784fae8532f6b79444bba5a6
-Size (bind/9.2.3/bind-9.2.3.tar.gz) = 4553260 bytes
-SHA1 (patch-aa) = 11690be2281bbf088f9ea2aa91863f5c1579054c
-SHA1 (patch-ab) = 1d3d82e3e01ac38e8a1b1d98e018849e8fe071bf
-SHA1 (patch-ac) = 1696adfab7392e0f150d34931b808e51ad017938
-SHA1 (patch-ad) = 3d566cc585f996ce36dbed4e8efdb2b6226aa58c
-SHA1 (patch-ae) = 089d51ae714447e9177aa49673223be29790f814
-SHA1 (patch-af) = 4a4cd41c2d5acee9428892f4bf7eb9ea7c6e4131
-SHA1 (patch-ag) = f79fdb089dee45f474359efb414e9c2d70dbfd32
+SHA1 (bind/9.3.0/bind-9.3.0.tar.gz) = 8186898daea3122180a0f0fc54cf4b4632d2270e
+Size (bind/9.3.0/bind-9.3.0.tar.gz) = 4730656 bytes
+SHA1 (patch-aa) = 959fe6c66d54fa93a0191065a5d54007065ca707
+SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5
+SHA1 (patch-ac) = 57f0fee92a6c84bf422c6b872eb327b755450557
+SHA1 (patch-ad) = 91fb539679a850f1b9ae4af5d6eb8f8ea740f3d9
+SHA1 (patch-ae) = 81b9d96b7c0b8da52ef8970113738d0d37483a5e
+SHA1 (patch-af) = 1f9058f0c6893a800d1af52b1daf35b45385a78e
SHA1 (patch-ah) = d3df97e984759914032c30b4f06f9c815eee3421
SHA1 (patch-ai) = 60bd449ddfae8a266e09b85bcc832ff9c5da2544
-SHA1 (patch-aj) = a3deeab87c2fccaa51fedae68b219ef875a95220
-SHA1 (patch-ak) = a556b01257809a77dc379649c2b7c3e13cd9c583
+SHA1 (patch-aj) = 7422829ca0dc3d411f00628189f059e47350b524
+SHA1 (patch-al) = 606600d8bdb817688a5f3336a39b7348bca2c230
diff -r 2901d41d861b -r f9147d0f1bcd net/bind9/patches/patch-aa
--- a/net/bind9/patches/patch-aa Sun Oct 03 09:19:16 2004 +0000
+++ b/net/bind9/patches/patch-aa Sun Oct 03 09:20:41 2004 +0000
@@ -1,43 +1,41 @@
-$NetBSD: patch-aa,v 1.7 2003/03/10 02:47:37 hubertf Exp $
+$NetBSD: patch-aa,v 1.8 2004/10/03 09:20:41 tron Exp $
---- configure.in.orig 2003-03-10 00:19:25.000000000 +0000
-+++ configure.in
-@@ -586,7 +586,8 @@ then
- [linking with PTL2 is highly experimental and not expected to work])
- CC=ptlgcc
- else
-- if test ! -d $LOCALBASE/pthreads
-+ if test ! -d $LOCALBASE/pthreads \
-+ -a ! -f /usr/include/pthread.h
- then
- AC_MSG_RESULT(none)
- AC_MSG_ERROR("could not find thread libraries")
-@@ -594,13 +595,21 @@ then
+--- configure.in- 2004-05-16 04:58:44.000000000 +0900
++++ configure.in 2004-05-16 05:00:43.000000000 +0900
+@@ -684,7 +684,7 @@
+ AC_MSG_RESULT(native)
+ LIBS="-lpthread $LIBS"
+ else
+- if test ! -d $LOCALBASE/pthreads
++ if test ! -d $LOCALBASE/pthreads -a ! -f /usr/include/pthread.h
+ then
+ AC_MSG_RESULT(none)
+ AC_MSG_ERROR("could not find thread libraries")
+@@ -692,13 +692,20 @@
- if $use_threads
- then
-- AC_MSG_RESULT(mit-pthreads/unproven-pthreads)
-- pkg="$LOCALBASE/pthreads"
-- lib1="-L$pkg/lib -Wl,-R$pkg/lib"
Home |
Main Index |
Thread Index |
Old Index