Wed May 23 09:53:12 2012 UTC ()
1.6.13
        * New -S option for ldns-verify-zone to chase signatures online.
        * New -k option for ldns-verify-zone to validate using a trusted key.
        * New inception and expiration margin options (-i and -e) to
          ldns-verify-zone.
        * New ldns_dnssec_zone_new_frm_fp and ldns_dnssec_zone_new_frm_fp_l
          functions.
        * New ldns_duration* functions (copied from OpenDNSSEC source)
        * fix ldns-verify-zone to allow NSEC3 signatures to come before
          the NSEC3 RR in all cases.
        * Zero the correct flag (opt-out) when creating NSEC3PARAMS.
        * Canonicalize RRSIG's Signer's name too when validating, because
          bind and unbound do that too.
        * bugfix #433: Allocate rdf using ldns_rdf_new in ldns_dname_label
        * bugfix #432: Use LDNS_MALLOC & LDNS_FREE i.s.o. malloc & free
        * bugfix #431: Added error message for LDNS_STATUS_INVALID_B32_EXT
        * bugfix #427: Explicitely link ssl with the programs that use it.
        * Fix reading \DDD: Error on values that are outside range (>255).
        * bugfix #429: fix doxyparse.pl fails on NetBSD because specified
          path to perl.
        * New ECDSA support (RFC 6605), use --disable-ecdsa for older openssl.
        * fix verifying denial of existence for DS's in NSEC3 Opt-Out zones.


(pettai)
diff -r1.21 -r1.22 pkgsrc/net/ldns/Makefile
diff -r1.4 -r1.5 pkgsrc/net/ldns/PLIST
diff -r1.14 -r1.15 pkgsrc/net/ldns/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/net/ldns/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ldns/Makefile 2012/01/18 22:31:26 1.21
+++ pkgsrc/net/ldns/Makefile 2012/05/23 09:53:12 1.22
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2012/01/18 22:31:26 pettai Exp $ 1# $NetBSD: Makefile,v 1.22 2012/05/23 09:53:12 pettai Exp $
2 2
3DISTNAME= ldns-1.6.12 3DISTNAME= ldns-1.6.13
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ 5MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
6 6
7MAINTAINER= he@NetBSD.org 7MAINTAINER= he@NetBSD.org
8HOMEPAGE= http://www.nlnetlabs.nl/projects/ldns/ 8HOMEPAGE= http://www.nlnetlabs.nl/projects/ldns/
9COMMENT= Library for simplified DNS programming 9COMMENT= Library for simplified DNS programming
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14USE_TOOLS+= gmake perl 14USE_TOOLS+= gmake perl
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.4 -r1.5 pkgsrc/net/ldns/PLIST (expand / switch to unified diff)

--- pkgsrc/net/ldns/PLIST 2011/10/22 19:44:54 1.4
+++ pkgsrc/net/ldns/PLIST 2012/05/23 09:53:12 1.5
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1@comment $NetBSD: PLIST,v 1.4 2011/10/22 19:44:54 he Exp $ 1@comment $NetBSD: PLIST,v 1.5 2012/05/23 09:53:12 pettai Exp $
2bin/ldns-config 2bin/ldns-config
3include/ldns/buffer.h 3include/ldns/buffer.h
4include/ldns/common.h 4include/ldns/common.h
5include/ldns/dname.h 5include/ldns/dname.h
6include/ldns/dnssec.h 6include/ldns/dnssec.h
7include/ldns/dnssec_sign.h 7include/ldns/dnssec_sign.h
8include/ldns/dnssec_verify.h 8include/ldns/dnssec_verify.h
9include/ldns/dnssec_zone.h 9include/ldns/dnssec_zone.h
 10include/ldns/duration.h
10include/ldns/error.h 11include/ldns/error.h
11include/ldns/higher.h 12include/ldns/higher.h
12include/ldns/host2str.h 13include/ldns/host2str.h
13include/ldns/host2wire.h 14include/ldns/host2wire.h
14include/ldns/keys.h 15include/ldns/keys.h
15include/ldns/ldns.h 16include/ldns/ldns.h
16include/ldns/net.h 17include/ldns/net.h
17include/ldns/packet.h 18include/ldns/packet.h
18include/ldns/parse.h 19include/ldns/parse.h
19include/ldns/rbtree.h 20include/ldns/rbtree.h
20include/ldns/rdata.h 21include/ldns/rdata.h
21include/ldns/resolver.h 22include/ldns/resolver.h
22include/ldns/rr.h 23include/ldns/rr.h

cvs diff -r1.14 -r1.15 pkgsrc/net/ldns/distinfo (expand / switch to unified diff)

--- pkgsrc/net/ldns/distinfo 2012/01/23 16:09:51 1.14
+++ pkgsrc/net/ldns/distinfo 2012/05/23 09:53:12 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2012/01/23 16:09:51 pettai Exp $ 1$NetBSD: distinfo,v 1.15 2012/05/23 09:53:12 pettai Exp $
2 2
3SHA1 (ldns-1.6.12.tar.gz) = 1d61df0f666908551d5a62768f77d63e727810aa 3SHA1 (ldns-1.6.13.tar.gz) = 859f633d10b763f06b602e2113828cbbd964c7eb
4RMD160 (ldns-1.6.12.tar.gz) = e6497be1abef97239726eef6872dba42f7f69d65 4RMD160 (ldns-1.6.13.tar.gz) = c01c30699be2df5712a397516cd1a17bd8b155be
5Size (ldns-1.6.12.tar.gz) = 1057607 bytes 5Size (ldns-1.6.13.tar.gz) = 1066139 bytes