pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/42675: net/ldns bugfix update
>Number: 42675
>Category: pkg
>Synopsis: net/ldns bugfix update
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Mon Jan 25 12:50:00 +0000 2010
>Originator: Fredrik Pettai
>Release: NetBSD 4.0_RELEASE
>Organization:
NORDUnet A/S
>Environment:
>Description:
net/ldns has been updated, and this update is crucial for opendnssec.
suggested patch included below.
1.6.4 2010-01-20
* Imported pyldns contribution by Zdenek Vasicek and Karel Slany.
Changed its configure and Makefile to fit into ldns.
Added its dname_* methods to the rdf_* class (as is the ldns API).
Changed swig destroy of ldns_buffer class to ldns_buffer_free.
Declared ldns_pkt_all and ldns_pkt_all_noquestion so swig sees them.
* Bugfix: parse PTR target of .tomhendrikx.nl with error not crash.
* Bugfix: handle escaped characters in TXT rdata.
* bug292: no longer crash on malformed domain names where a label is
on position 255, which was a buffer overflow by one.
* Fix ldns_get_rr_list_hosts_frm_fp_l (strncpy to strlcpy change),
which fixes resolv.conf reading badly terminated string buffers.
* Fix ldns_pkt_set_random_id to be more random, and a little faster,
it did not do value 0 statistically correctly.
* Fix ldns_rdf2native_sockaddr_storage to set sockaddr type to zeroes,
for portability.
* bug295: nsec3-hash routine no longer case sensitive.
* bug298: drill failed nsec3 denial of existence proof.
>How-To-Repeat:
>Fix:
-bash-4.0$ cvs diff -u
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/ldns/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile 17 Jan 2010 12:02:33 -0000 1.9
+++ Makefile 25 Jan 2010 12:41:20 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.9 2010/01/17 12:02:33 wiz Exp $
-DISTNAME= ldns-1.6.3
-PKGREVISION= 1
+DISTNAME= ldns-1.6.4
+#PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/drill/
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/ldns/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo 6 Dec 2009 15:29:36 -0000 1.5
+++ distinfo 25 Jan 2010 12:41:20 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2009/12/06 15:29:36 wiz Exp $
-SHA1 (ldns-1.6.3.tar.gz) = 87ce9cc8e4bf82f6d8668c915a08dfba20dd1b7c
-RMD160 (ldns-1.6.3.tar.gz) = 83c314455f286d698d2d8017dc9b1c841fad0823
-Size (ldns-1.6.3.tar.gz) = 832093 bytes
+SHA1 (ldns-1.6.4.tar.gz) = 9015968ad3ddd015c750c15b60e60b9cccd393ec
+RMD160 (ldns-1.6.4.tar.gz) = 1c9d78c01bc8ba6825cdc56b0be81236015e9ebd
+Size (ldns-1.6.4.tar.gz) = 895432 bytes
Home |
Main Index |
Thread Index |
Old Index