From 3fc42eb1aae80632bf8a0cbf0221fa4f5a44a9ee Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 5 Jul 2010 03:17:45 +0000 Subject: Update bindi97 package to 9.7.1. --- 9.7.1 released --- --- 9.7.1rc1 released --- 2909. [bug] named-checkconf -p could die if "update-policy local;" was specified in named.conf. [RT #21416] 2908. [bug] It was possible for re-signing to stop after removing a DNSKEY. [RT #21384] 2907. [bug] The export version of libdns had undefined references. [RT #21444] 2906. [bug] Address RFC 5011 implementation issues. [RT #20903] 2905. [port] aix: set use_atomic=yes with native compiler. [RT #21402] 2904. [bug] When using DLV, sub-zones of the zones in the DLV, could be incorrectly marked as insecure instead of secure leading to negative proofs failing. This was a unintended outcome from change 2890. [RT# 21392] 2903. [bug] managed-keys-directory missing from namedconf.c. [RT #21370] --- 9.7.1b1 released --- 2902. [func] Add regression test for change 2897. [RT #21040] 2901. [port] Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316] 2900. [bug] The placeholder negative caching element was not properly constructed triggering a INSIST in dns_ncache_towire(). [RT #21346] 2899. [port] win32: Support linking against OpenSSL 1.0.0. 2898. [bug] nslookup leaked memory when -domain=value was specified. [RT #21301] 2897. [bug] NSEC3 chains could be left behind when transitioning to insecure. [RT #21040] 2896. [bug] "rndc sign" failed to properly update the zone when adding a DNSKEY for publication only. [RT #21045] 2895. [func] genrandom: add support for the generation of multiple files. [RT #20917] 2894. [contrib] DLZ LDAP support now use '$' not '%'. [RT #21294] 2893. [bug] Improve managed keys support. New named.conf option managed-keys-directory. [RT #20924] 2892. [bug] Handle REVOKED keys better. [RT #20961] 2891. [maint] Update empty-zones list to match draft-ietf-dnsop-default-local-zones-13. [RT# 21099] 2890. [bug] Handle the introduction of new trusted-keys and DS, DLV RRsets better. [RT #21097] 2889. [bug] Elements of the grammar where not properly reported. [RT #21046] 2888. [bug] Only the first EDNS option was displayed. [RT #21273] 2887. [bug] Report the keytag times in UTC in the .key file, local time is presented as a comment within the comment. [RT #21223] 2886. [bug] ctime() is not thread safe. [RT #21223] 2885. [bug] Improve -fno-strict-aliasing support probing in configure. [RT #21080] 2884. [bug] Insufficient valadation in dns_name_getlabelsequence(). [RT #21283] 2883. [bug] 'dig +short' failed to handle really large datasets. [RT #21113] 2882. [bug] Remove memory context from list of active contexts before clearing 'magic'. [RT #21274] 2881. [bug] Reduce the amount of time the rbtdb write lock is held when closing a version. [RT #21198] 2880. [cleanup] Make the output of dnssec-keygen and dnssec-revoke consistent. [RT #21078] 2879. [contrib] DLZ bdbhpt driver fails to close correct cursor. [RT #21106] 2878. [func] Incrementally write the master file after performing a AXFR. [RT #21010] 2877. [bug] The validator failed to skip obviously mismatching RRSIGs. [RT #21138] 2876. [bug] Named could return SERVFAIL for negative responses from unsigned zones. [RT #21131] 2875. [bug] dns_time64_fromtext() could accept non digits. [RT #21033] 2874. [bug] Cache lack of EDNS support only after the server successfully responds to the query using plain DNS. [RT #20930] 2873. [bug] Canceling a dynamic update via the dns/client module could trigger an assertion failure. [RT #21133] 2872. [bug] Modify dns/client.c:dns_client_createx() to only require one of IPv4 or IPv6 rather than both. [RT #21122] 2871. [bug] Type mismatch in mem_api.c between the definition and the header file, causing build failure with --enable-exportlib. [RT #21138] 2870. [maint] Add AAAA address for L.ROOT-SERVERS.NET. 2869. [bug] Fix arguments to dns_keytable_findnextkeynode() call. [RT #20877] 2868. [cleanup] Run "make clean" at the end of configure to ensure any changes made by configure are integrated. Use --with-make-clean=no to disable. [RT #20994] 2867. [bug] Don't set GSS_C_SEQUENCE_FLAG as Windows DNS servers don't like it. [RT #20986] 2866. [bug] Windows does not like the TSIG name being compressed. [RT #20986] 2865. [bug] memset to zero event.data. [RT #20986] 2864. [bug] Direct SIG/RRSIG queries were not handled correctly. [RT #21050] 2863. [port] linux: disable IPv6 PMTUD and use network minimum MTU. [RT #21056] 2862. [bug] nsupdate didn't default to the parent zone when updating DS records. [RT #20896] 2861. [doc] dnssec-settime man pages didn't correctly document the inactivation time. [RT #21039] 2860. [bug] named-checkconf's usage was out of date. [RT #21039] 2859. [bug] When cancelling validation it was possible to leak memory. [RT #20800] 2858. [bug] RTT estimates were not being adjusted on ICMP errors. [RT #20772] 2857. [bug] named-checkconf did not fail on a bad trusted key. [RT #20705] 2856. [bug] The size of a memory allocation was not always properly recorded. [RT #20927] 2853. [bug] add_sigs() could run out of scratch space. [RT #21015] 2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619] 2851. [doc] nslookup.1, removed from the docbook source as it produced bad nroff. [RT #21007] 2850. [bug] If isc_heap_insert() failed due to memory shortage the heap would have corrupted entries. [RT #20951] --- net/bind97/Makefile | 4 ++-- net/bind97/PLIST | 23 +++++++++++++---------- net/bind97/distinfo | 10 +++++----- net/bind97/patches/patch-ac | 43 +++++++++++++++++++++---------------------- 4 files changed, 41 insertions(+), 39 deletions(-) (limited to 'net/bind97') diff --git a/net/bind97/Makefile b/net/bind97/Makefile index 945b72a1715..1f03d56529e 100644 --- a/net/bind97/Makefile +++ b/net/bind97/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/05/26 16:11:47 taca Exp $ +# $NetBSD: Makefile,v 1.2 2010/07/05 03:17:45 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -BIND_VERSION= 9.7.0-P2 +BIND_VERSION= 9.7.1 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind97/PLIST b/net/bind97/PLIST index a90baa5a5da..33d4693bce6 100644 --- a/net/bind97/PLIST +++ b/net/bind97/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/26 16:11:47 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/07/05 03:17:45 taca Exp $ bin/dig bin/host bin/isc-config.sh @@ -362,24 +362,27 @@ share/doc/bind9/arm/man.nsupdate.html share/doc/bind9/arm/man.rndc-confgen.html share/doc/bind9/arm/man.rndc.conf.html share/doc/bind9/arm/man.rndc.html -share/doc/bind9/draft/draft-ietf-6man-text-addr-representation-01.txt -share/doc/bind9/draft/draft-ietf-behave-dns64-01.txt -share/doc/bind9/draft/draft-ietf-dnsext-axfr-clarify-13.txt -share/doc/bind9/draft/draft-ietf-dnsext-dns-tcp-requirements-02.txt -share/doc/bind9/draft/draft-ietf-dnsext-dnssec-bis-updates-09.txt -share/doc/bind9/draft/draft-ietf-dnsext-dnssec-gost-06.txt +share/doc/bind9/draft/draft-ietf-6man-text-addr-representation-07.txt +share/doc/bind9/draft/draft-ietf-behave-address-format-07.txt +share/doc/bind9/draft/draft-ietf-behave-dns64-09.txt +share/doc/bind9/draft/draft-ietf-dnsext-axfr-clarify-14.txt +share/doc/bind9/draft/draft-ietf-dnsext-dns-tcp-requirements-03.txt +share/doc/bind9/draft/draft-ietf-dnsext-dnssec-bis-updates-10.txt +share/doc/bind9/draft/draft-ietf-dnsext-dnssec-gost-07.txt share/doc/bind9/draft/draft-ietf-dnsext-ecc-key-07.txt share/doc/bind9/draft/draft-ietf-dnsext-interop3597-02.txt share/doc/bind9/draft/draft-ietf-dnsext-rfc2671bis-edns0-02.txt -share/doc/bind9/draft/draft-ietf-dnsext-rfc2672bis-dname-18.txt -share/doc/bind9/draft/draft-ietf-dnsext-rfc3597-bis-00.txt +share/doc/bind9/draft/draft-ietf-dnsext-rfc2672bis-dname-19.txt +share/doc/bind9/draft/draft-ietf-dnsext-rfc3597-bis-02.txt share/doc/bind9/draft/draft-ietf-dnsext-tsig-md5-deprecated-03.txt share/doc/bind9/draft/draft-ietf-dnsop-bad-dns-res-05.txt -share/doc/bind9/draft/draft-ietf-dnsop-default-local-zones-09.txt +share/doc/bind9/draft/draft-ietf-dnsop-default-local-zones-10.txt +share/doc/bind9/draft/draft-ietf-dnsop-dnssec-trust-history-01.txt share/doc/bind9/draft/draft-ietf-dnsop-inaddr-required-07.txt share/doc/bind9/draft/draft-ietf-dnsop-name-server-management-reqs-02.txt share/doc/bind9/draft/draft-ietf-dnsop-respsize-06.txt share/doc/bind9/draft/draft-kato-dnsop-local-zones-00.txt +share/doc/bind9/draft/draft-kerr-ixfr-only-01.txt share/doc/bind9/rfc/rfc1032.txt share/doc/bind9/rfc/rfc1033.txt share/doc/bind9/rfc/rfc1034.txt diff --git a/net/bind97/distinfo b/net/bind97/distinfo index a04b7ce8c44..fb1b81c6814 100644 --- a/net/bind97/distinfo +++ b/net/bind97/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/05/26 16:11:47 taca Exp $ +$NetBSD: distinfo,v 1.2 2010/07/05 03:17:45 taca Exp $ -SHA1 (bind-9.7.0-P2.tar.gz) = 4b805d4a66075a88c93c5b852b928da96467aa2d -RMD160 (bind-9.7.0-P2.tar.gz) = e77877f9ef7341071f4f458863ebe715e2f6506f -Size (bind-9.7.0-P2.tar.gz) = 7125822 bytes +SHA1 (bind-9.7.1.tar.gz) = e2540c02b8979b5c8a7303e5a0081c00f9cee7ae +RMD160 (bind-9.7.1.tar.gz) = eb57f77ed9afc3481e698668c3a54c254829d8a4 +Size (bind-9.7.1.tar.gz) = 7547503 bytes SHA1 (patch-aa) = 6cec876c8caa7082f97365863f3f88c4f168da48 SHA1 (patch-ab) = 9585a26a376d32f80ac8266eb7967c00b433f14d -SHA1 (patch-ac) = 48bb20343399952ae313050d3f0d09a6bda2138f +SHA1 (patch-ac) = ce61643531948feb7db32c04594adc7ed041f4c6 SHA1 (patch-ad) = 29fb5c24ff3558f1621e93ea16419e32dbc695b7 SHA1 (patch-ae) = 790408852e6b0f3a1b6dfb2725e2a43ad7240935 diff --git a/net/bind97/patches/patch-ac b/net/bind97/patches/patch-ac index 78618e956d4..570433fa01f 100644 --- a/net/bind97/patches/patch-ac +++ b/net/bind97/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1.1.1 2010/05/26 16:11:47 taca Exp $ +$NetBSD: patch-ac,v 1.2 2010/07/05 03:17:45 taca Exp $ ---- configure.orig 2009-11-11 08:47:27.000000000 +0000 +--- configure.orig 2010-05-26 23:47:44.000000000 +0000 +++ configure -@@ -23552,6 +23552,8 @@ case $host in +@@ -24293,6 +24293,8 @@ case $host in use_threads=false ;; *-freebsd*) use_threads=false ;; @@ -11,36 +11,35 @@ $NetBSD: patch-ac,v 1.1.1.1 2010/05/26 16:11:47 taca Exp $ *-bsdi234*) # Thread signals do not work reliably on some versions of BSD/OS. use_threads=false ;; -@@ -23640,7 +23642,7 @@ echo "$as_me: WARNING: linking with PTL2 - echo "${ECHO_T}native" >&6; } +@@ -24381,7 +24383,7 @@ $as_echo "$as_me: WARNING: linking with + $as_echo "native" >&6; } LIBS="-lpthread $LIBS" else - if test ! -d $LOCALBASE/pthreads + if test ! -d $LOCALBASE/pthreads -a ! -f /usr/include/pthread.h then - { echo "$as_me:$LINENO: result: none" >&5 - echo "${ECHO_T}none" >&6; } -@@ -23651,14 +23653,23 @@ echo "$as_me: error: \"could not find th - - if $use_threads + { $as_echo "$as_me:$LINENO: result: none" >&5 + $as_echo "none" >&6; } +@@ -24394,12 +24396,23 @@ $as_echo "$as_me: error: \"could not fin then -- { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 + { $as_echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 + $as_echo "mit-pthreads/unproven-pthreads" >&6; } +- pkg="$LOCALBASE/pthreads" +- lib1="-L$pkg/lib -Wl,-R$pkg/lib" +- lib2="-lpthread -lm -lgcc -lpthread" +- LIBS="$lib1 $lib2 $LIBS" +- CPPFLAGS="$CPPFLAGS -I$pkg/include" +- STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include" + if test -f /usr/include/pthread.h + then -+ { echo "$as_me:$LINENO: result: native pthreads" >&5 ++ { $as_echo "$as_me:$LINENO: result: native pthreads" >&5 +$as_echo "native pthreads" >&6; } + LIBS="-lpthread $LIBS" + CPPFLAGS="$CPPFLAGS -I/usr/include" + STD_CINDLUES="$STD_CINDLUES -I/usr/include" + else -+ { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 - echo "${ECHO_T}mit-pthreads/unproven-pthreads" >&6; } -- pkg="$LOCALBASE/pthreads" -- lib1="-L$pkg/lib -Wl,-R$pkg/lib" -- lib2="-lpthread -lm -lgcc -lpthread" -- LIBS="$lib1 $lib2 $LIBS" -- CPPFLAGS="$CPPFLAGS -I$pkg/include" -- STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include" ++ { $as_echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 ++$as_echo "mit-pthreads/unproven-pthreads" >&6; } + pkg="$LOCALBASE/pthreads" + lib1="-L$pkg/lib -Wl,-R$pkg/lib" + lib2="-lpthread -lm -lgcc -lpthread" @@ -51,7 +50,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2010/05/26 16:11:47 taca Exp $ fi fi fi -@@ -26076,9 +26087,9 @@ case $use_libtool in +@@ -26918,9 +26931,9 @@ case $use_libtool in O=lo A=la LIBTOOL_MKDEP_SED='s;\.o;\.lo;' @@ -63,7 +62,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2010/05/26 16:11:47 taca Exp $ case "$host" in *) LIBTOOL_ALLOW_UNDEFINED= ;; esac -@@ -32891,7 +32902,7 @@ echo "${ECHO_T}no" >&6; } +@@ -33936,7 +33949,7 @@ $as_echo "no" >&6; } fi if test -n "-L$use_dlz_postgres_lib -lpq" then -- cgit v1.2.3