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/distinfo | |
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/distinfo')
-rw-r--r-- | net/ldns/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
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 |