pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ldns ldns-1.6.4 from PR 42675:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/625839e681ca
branches:  trunk
changeset: 570897:625839e681ca
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 04 17:02:01 2010 +0000

description:
ldns-1.6.4 from PR 42675:

        * 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.

diffstat:

 net/ldns/Makefile |  7 +++----
 net/ldns/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r f704f41c0c23 -r 625839e681ca net/ldns/Makefile
--- a/net/ldns/Makefile Thu Feb 04 16:56:24 2010 +0000
+++ b/net/ldns/Makefile Thu Feb 04 17:02:01 2010 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2010/02/04 04:42:09 obache Exp $
+# $NetBSD: Makefile,v 1.11 2010/02/04 17:02:01 joerg Exp $
 
-DISTNAME=      ldns-1.6.3
-PKGREVISION=   1
+DISTNAME=      ldns-1.6.4
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/ldns/
 
@@ -15,7 +14,6 @@
 USE_TOOLS+=            gmake perl
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-#CONFIGURE_ARGS+=      --enable-sha2
 
 REPLACE_PERL=  doc/doxyparse.pl
 
@@ -42,5 +40,6 @@
 CONFIGURE_ARGS+=       --enable-sha2
 .endif
 CONFIGURE_ARGS+=       --with-ssl=${SSLBASE}
+CONFIGURE_ARGS+=       DOXYGEN=${FALSE}
 
 .include "../../mk/bsd.pkg.mk"
diff -r f704f41c0c23 -r 625839e681ca net/ldns/distinfo
--- a/net/ldns/distinfo Thu Feb 04 16:56:24 2010 +0000
+++ b/net/ldns/distinfo Thu Feb 04 17:02:01 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/12/06 15:29:36 wiz Exp $
+$NetBSD: distinfo,v 1.6 2010/02/04 17:02:02 joerg 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