summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2011-07-27 04:02:30 +0000
committerpettai <pettai@pkgsrc.org>2011-07-27 04:02:30 +0000
commit1d69d7b0efdb2bc1fe4a9e81cbe3311be772a794 (patch)
tree15578c3800e9d097e0b3d5e214b2c35153057d7f
parent549e1ac54ce04a64e6f2f19df06015d9e981d8cb (diff)
downloadpkgsrc-1d69d7b0efdb2bc1fe4a9e81cbe3311be772a794.tar.gz
1.6.10
* New example tool added: ldns-gen-zone. * bugfix #359: Serial-arithmetic for the inception and expiration fields of a RRSIG and correctly converting them to broken-out time information. * bugfix #364: Slight performance increase of ldns-verifyzone. * bugfix #367: Fix to allow glue records with the same name as the delegation. * Fix ldns-verifyzone to allow NSEC3-less records for NS rrsets *and* glue when the zone is opt-out. * bugfix #376: Adapt ldns_nsec3_salt, ldns_nsec3_iterations, ldns_nsec3_flags and ldns_nsec3_algorithm to work for NSEC3PARAMS too. * pyldns memory leaks fixed by Bedrich Kosata (at the cost of a bit performance) * Better handling of reference variables in ldns_rr_new_frm_fp_l from pyldns, with a very nice generator function by Bedrich Kosata. * Decoupling of the rdfs in rrs in the python wrappers to enable the python garbage collector by Bedrich Kosata. * bugfix #380: Minimizing effect of discrepancies in sizeof(bool) at build time and when used. * bugfix #383: Fix detection of empty nonterminals of multiple labels. * Fixed the ommission of rrsets in nsec(3)s and rrsigs to all occluded names (in stead of just the ones that contain glue only) and all occluded records on the delegation points (in stead of just the glue). * Clarify the operation of ldns_dnssec_mark_glue and the usage of ldns_dnssec_node_next_nonglue functions in the documentation. * Added function ldns_dnssec_mark_and_get_glue as an real fast alternative for ldns_zone_glue_rr_list. * Fix parse buffer overflow for max length domain names. * Fix Makefile for U in environment, since wrong U is more common than deansification necessity.
-rw-r--r--net/ldns/Makefile4
-rw-r--r--net/ldns/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/ldns/Makefile b/net/ldns/Makefile
index 80d8ff33bb0..1836108a33d 100644
--- a/net/ldns/Makefile
+++ b/net/ldns/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2011/07/13 11:26:09 shattered Exp $
+# $NetBSD: Makefile,v 1.17 2011/07/27 04:02:30 pettai Exp $
-DISTNAME= ldns-1.6.9
+DISTNAME= ldns-1.6.10
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
diff --git a/net/ldns/distinfo b/net/ldns/distinfo
index c560046ed82..206a7338df0 100644
--- a/net/ldns/distinfo
+++ b/net/ldns/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2011/03/21 13:10:58 pettai Exp $
+$NetBSD: distinfo,v 1.10 2011/07/27 04:02:30 pettai Exp $
-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
+SHA1 (ldns-1.6.10.tar.gz) = 7798a32c6f50a4fb7d56ddf772163dc1cb79c1a4
+RMD160 (ldns-1.6.10.tar.gz) = 0401368c96c5b1ae9a781ee4c9441652a5e86af5
+Size (ldns-1.6.10.tar.gz) = 999717 bytes