diff options
author | pettai <pettai@pkgsrc.org> | 2011-03-21 13:10:58 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2011-03-21 13:10:58 +0000 |
commit | 342e45d8fa7286be4bbc59b40b4f2ec6c4ee3004 (patch) | |
tree | 888dfb72e55805a2943c855d533b36bcb9bfe03b | |
parent | 599280298893cad38819c284dcbf1c7973a85513 (diff) | |
download | pkgsrc-342e45d8fa7286be4bbc59b40b4f2ec6c4ee3004.tar.gz |
1.6.9
* Fix creating NSEC(3) bitmaps: make array size 65536,
don't add doubles.
* Fix printout of escaped binary in TXT records.
* Parsing TXT records: don't skip starting whitespace that is quoted.
* bugfix #358: Check if memory was successfully allocated in
ldns_rdf2str().
* Added more memory allocation checks in host2str.c
* python wrapper for ldns_fetch_valid_domain_keys.
* fix to compile python wrapper with swig 2.0.2.
* Don't fallback to SHA-1 when creating NSEC3 hash with another
algorithm identifier, fail instead (no other algorithm identifiers
are assigned yet).
1.6.8
* Fix ldns zone, so that $TTL definition match RFC 2308.
* Fix lots of missing checks on allocation failures and parse of
NSEC with many types and max parse length in hosts_frm_fp routine
and off by one in read_anchor_file routine.
* bugfix #335: Drill: Print both SHA-1 and SHA-256 corresponding DS
records.
* Print correct WHEN in query packet (is not always 1-1-1970)
* ldns-test-edns: new example tool that detects EDNS support.
* fix ldns_resolver_send without openssl.
* bugfix #342: patch for support for more CERT key types (RFC4398).
* bugfix #351: fix udp_send hang if UDP checksum error.
* fix set_bit (from NSEC3 sign).
-rw-r--r-- | net/ldns/Makefile | 4 | ||||
-rw-r--r-- | net/ldns/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/ldns/Makefile b/net/ldns/Makefile index 4bfdff60c09..e5fc9b743c9 100644 --- a/net/ldns/Makefile +++ b/net/ldns/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2010/11/17 13:14:09 pettai Exp $ +# $NetBSD: Makefile,v 1.14 2011/03/21 13:10:58 pettai Exp $ -DISTNAME= ldns-1.6.7 +DISTNAME= ldns-1.6.9 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ diff --git a/net/ldns/distinfo b/net/ldns/distinfo index c364649de1a..c560046ed82 100644 --- a/net/ldns/distinfo +++ b/net/ldns/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2010/11/17 13:14:09 pettai Exp $ +$NetBSD: distinfo,v 1.9 2011/03/21 13:10:58 pettai Exp $ -SHA1 (ldns-1.6.7.tar.gz) = 667173af99641997de248d211da0705874d1f030 -RMD160 (ldns-1.6.7.tar.gz) = 0c501e7bc21c1a13da8a32eb0454c219f414b919 -Size (ldns-1.6.7.tar.gz) = 962100 bytes +SHA1 (ldns-1.6.9.tar.gz) = 30d136792433bef44454dc1c70bf55449160c3ad +RMD160 (ldns-1.6.9.tar.gz) = 525fc08801500681257342e8789f0afc813b2b28 +Size (ldns-1.6.9.tar.gz) = 984563 bytes |