summaryrefslogtreecommitdiff
path: root/net/ldns
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-04 17:02:01 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-04 17:02:01 +0000
commit959db54e50b0b36fce39ec352f2f1de30f1d19f9 (patch)
treee662db05d6c2402d586cd60780c577ae257aaf66 /net/ldns
parent01433ccf773c22557880df711bfa4a79bd88d264 (diff)
downloadpkgsrc-959db54e50b0b36fce39ec352f2f1de30f1d19f9.tar.gz
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 (limited to 'net/ldns')
-rw-r--r--net/ldns/Makefile7
-rw-r--r--net/ldns/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/net/ldns/Makefile b/net/ldns/Makefile
index 550ac0ad91a..d70243d4f17 100644
--- a/net/ldns/Makefile
+++ b/net/ldns/Makefile
@@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake perl
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-#CONFIGURE_ARGS+= --enable-sha2
REPLACE_PERL= doc/doxyparse.pl
@@ -42,5 +40,6 @@ PLIST_VARS.sha2!= \
CONFIGURE_ARGS+= --enable-sha2
.endif
CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
+CONFIGURE_ARGS+= DOXYGEN=${FALSE}
.include "../../mk/bsd.pkg.mk"
diff --git a/net/ldns/distinfo b/net/ldns/distinfo
index b22ab689319..081c96096e8 100644
--- a/net/ldns/distinfo
+++ b/net/ldns/distinfo
@@ -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