summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhe <he>2011-10-22 19:44:54 +0000
committerhe <he>2011-10-22 19:44:54 +0000
commit35c3a59467b0aa118d2e816aa481dbf759e9231d (patch)
tree14ec696ac8d9d9782965bafb8971e2b25a050e88
parentc898a3acd18b71a450f0b5bfa59cf43636b77cfd (diff)
downloadpkgsrc-35c3a59467b0aa118d2e816aa481dbf759e9231d.tar.gz
Update to version 1.6.11.
Pkgsrc changes: o Sync PLIST, additional man page installed. Upstream changes: 1.6.11 2011-09-29 * bugfix #394: Fix socket leak on errors * bugfix #392: Apex only and percentage checks for ldns-verify-zone (thanks Miek Gieben) * bugfix #398: Allow NSEC RRSIGs before the NSEC3 in ldns-verify-zone * Fix python site package path from sitelib to sitearch for pyldns. * Fix python api to support python2 and python3 (thanks Karel Slany). * bugfix #401: Correction of date/time functions algorithm and prevention of an infinite loop therein * bugfix #402: Correct the minimum and maximum number of rdata fields in TSIG. (thanks David Keeler) * bugfix #403: Fix heap overflow (thanks David Keeler) * bugfix #404: Make parsing APL strings more robust (thanks David Keeler) * bugfix #391: Complete library assessment to prevent assertion errors through ldns_rdf_size usage. * Slightly more specific error messaging on wrong number of rdata fields with the LDNS_STATUS_MISSING_RDATA_FIELDS_RRSIG and LDNS_STATUS_MISSING_RDATA_FIELDS_KEY result codes. * bugfix #406: More rigorous openssl result code handling to prevent future crashes within openssl. * Fix ldns_fetch_valid_domain_keys to search deeper than just one level for a DNSKEY that signed a DS RR. (this function was used in the check_dnssec_trace nagios module) * bugfix #407: Canonicalize TSIG dnames and algorithm fields * A new output specifier to accommodate configuration of what to show in comment texts when converting host and/or wire-format data to string. All conversion to string and printing functions have a new version that have such a format specifier as an extra argument. The default is changed so that only DNSKEY RR's are annotated with an comment show the Key Tag of the DNSKEY. * Fixed the ldns resolver to not mark a nameserver unreachable when edns0 is tried unsuccessfully with size 4096 (no return packet came), but to still try TCP. A big UDP packet might have been corrupted by fragments dropping firewalls. * Update of libdns.vim (thanks Miek Gieben) * Added the ldnsx Python module to our contrib section, which adds even more pythonisticism to the usage of ldns with Python. (Many thanks to Christpher Olah and Paul Wouters) The ldnsx module is automatically installed when --with-pyldns is used with configuring, but may explicitly be excluded with the --without-pyldnsx option to configure. * bugfix #410: Fix clearing out temporary data on stack in sha2.c * bugfix #411: Don't let empty non-terminal NSEC3s cause assertion failure.
-rw-r--r--net/ldns/Makefile5
-rw-r--r--net/ldns/PLIST3
-rw-r--r--net/ldns/distinfo8
3 files changed, 8 insertions, 8 deletions
diff --git a/net/ldns/Makefile b/net/ldns/Makefile
index 749965fcb46..921660d7ab0 100644
--- a/net/ldns/Makefile
+++ b/net/ldns/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2011/08/20 08:07:48 obache Exp $
+# $NetBSD: Makefile,v 1.19 2011/10/22 19:44:54 he Exp $
-DISTNAME= ldns-1.6.10
-PKGREVISION= 1
+DISTNAME= ldns-1.6.11
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
diff --git a/net/ldns/PLIST b/net/ldns/PLIST
index 265de35a585..48fcdc74438 100644
--- a/net/ldns/PLIST
+++ b/net/ldns/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/08/18 12:48:04 he Exp $
+@comment $NetBSD: PLIST,v 1.4 2011/10/22 19:44:54 he Exp $
bin/ldns-config
include/ldns/buffer.h
include/ldns/common.h
@@ -30,6 +30,7 @@ include/ldns/util.h
include/ldns/wire2host.h
include/ldns/zone.h
lib/libldns.la
+man/man1/ldns-config.1
man/man3/ldns_bget_token.3
man/man3/ldns_bgetc.3
man/man3/ldns_bskipcs.3
diff --git a/net/ldns/distinfo b/net/ldns/distinfo
index 206a7338df0..0309b617801 100644
--- a/net/ldns/distinfo
+++ b/net/ldns/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2011/07/27 04:02:30 pettai Exp $
+$NetBSD: distinfo,v 1.11 2011/10/22 19:44:54 he Exp $
-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
+SHA1 (ldns-1.6.11.tar.gz) = 2c4537eee39a1af63e8dde4f35498ce78c968c1f
+RMD160 (ldns-1.6.11.tar.gz) = 7580869e4b8bdd2d31cb08cb690c2e3d0663f381
+Size (ldns-1.6.11.tar.gz) = 1018369 bytes