pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ldns 1.6.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/336ac33dbc13
branches:  trunk
changeset: 604124:336ac33dbc13
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Wed May 23 09:53:12 2012 +0000

description:
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.

diffstat:

 net/ldns/Makefile |  4 ++--
 net/ldns/PLIST    |  3 ++-
 net/ldns/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 5f784fa5a4e7 -r 336ac33dbc13 net/ldns/Makefile
--- a/net/ldns/Makefile Wed May 23 08:11:18 2012 +0000
+++ b/net/ldns/Makefile Wed May 23 09:53:12 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2012/01/18 22:31:26 pettai Exp $
+# $NetBSD: Makefile,v 1.22 2012/05/23 09:53:12 pettai Exp $
 
-DISTNAME=      ldns-1.6.12
+DISTNAME=      ldns-1.6.13
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/ldns/
 
diff -r 5f784fa5a4e7 -r 336ac33dbc13 net/ldns/PLIST
--- a/net/ldns/PLIST    Wed May 23 08:11:18 2012 +0000
+++ b/net/ldns/PLIST    Wed May 23 09:53:12 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2011/10/22 19:44:54 he Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/05/23 09:53:12 pettai Exp $
 bin/ldns-config
 include/ldns/buffer.h
 include/ldns/common.h
@@ -7,6 +7,7 @@
 include/ldns/dnssec_sign.h
 include/ldns/dnssec_verify.h
 include/ldns/dnssec_zone.h
+include/ldns/duration.h
 include/ldns/error.h
 include/ldns/higher.h
 include/ldns/host2str.h
diff -r 5f784fa5a4e7 -r 336ac33dbc13 net/ldns/distinfo
--- a/net/ldns/distinfo Wed May 23 08:11:18 2012 +0000
+++ b/net/ldns/distinfo Wed May 23 09:53:12 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2012/01/23 16:09:51 pettai Exp $
+$NetBSD: distinfo,v 1.15 2012/05/23 09:53:12 pettai Exp $
 
-SHA1 (ldns-1.6.12.tar.gz) = 1d61df0f666908551d5a62768f77d63e727810aa
-RMD160 (ldns-1.6.12.tar.gz) = e6497be1abef97239726eef6872dba42f7f69d65
-Size (ldns-1.6.12.tar.gz) = 1057607 bytes
+SHA1 (ldns-1.6.13.tar.gz) = 859f633d10b763f06b602e2113828cbbd964c7eb
+RMD160 (ldns-1.6.13.tar.gz) = c01c30699be2df5712a397516cd1a17bd8b155be
+Size (ldns-1.6.13.tar.gz) = 1066139 bytes



Home | Main Index | Thread Index | Old Index