diff options
author | pettai <pettai@pkgsrc.org> | 2012-05-23 09:53:12 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-05-23 09:53:12 +0000 |
commit | d53613c4fb350f23527505c979bb2bdbd4bb03f1 (patch) | |
tree | 27376051ed7cc1e1699181322ac10fa12cb49bdb /net/ldns | |
parent | 65b37924c2cc8b8347137e5d967ead13eff077c6 (diff) | |
download | pkgsrc-d53613c4fb350f23527505c979bb2bdbd4bb03f1.tar.gz |
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 (limited to 'net/ldns')
-rw-r--r-- | net/ldns/Makefile | 4 | ||||
-rw-r--r-- | net/ldns/PLIST | 3 | ||||
-rw-r--r-- | net/ldns/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net/ldns/Makefile b/net/ldns/Makefile index c843a38b833..726513f36d2 100644 --- a/net/ldns/Makefile +++ b/net/ldns/Makefile @@ -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 --git a/net/ldns/PLIST b/net/ldns/PLIST index 48fcdc74438..c6b92922562 100644 --- a/net/ldns/PLIST +++ b/net/ldns/PLIST @@ -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.h 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 --git a/net/ldns/distinfo b/net/ldns/distinfo index 75305ca3ff1..0ae19d96ec7 100644 --- a/net/ldns/distinfo +++ b/net/ldns/distinfo @@ -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 |