From e50f14c310aa2d5f5532f5454c133ba3ac65a883 Mon Sep 17 00:00:00 2001 From: beech Date: Fri, 10 Dec 2010 22:27:57 +0000 Subject: Update to 1.6.7 PR: ports/152578 Submitted by: Jaap Akkerhuis (jaap@NLnetLabs.nl) Approved by: Konstantin Saurbier (konstantin@saurbier.net) (maintainer) itetcu (mentor) (implicit) --- dns/ldns/Makefile | 12 +++++++++--- dns/ldns/distinfo | 5 ++--- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'dns') diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 50981d786fd..a0a99933757 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ldns -PORTVERSION= 1.6.6 +PORTVERSION= 1.6.7 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ @@ -22,7 +22,8 @@ USE_LDCONFIG= yes OPTIONS= DOCS "With documentation" Off \ EXAMPLES "With example programs" Off \ - GOST "With GOST signing enabled (requires openssl 1.0.0)" Off + GOST "GOST signatures enabled (requires openssl >= 1.0.0)" Off \ + ECDSA "With highly experimental ECDSA support" Off .include @@ -223,7 +224,8 @@ MAN3= ldns_bget_token.3 ldns_bgetc.3 ldns_bskipcs.3 ldns_buffer.3 \ .if defined(WITH_GOST) BUILD_DEPENDS+= openssl>=1.0:${PORTSDIR}/security/openssl -CONFIGURE_ARGS+= --enable-gost +.else +CONFIGURE_ARGS+= --disable-gost .endif .if defined(WITH_EXAMPLES) @@ -250,6 +252,10 @@ post-install: PLIST_SUB+= EXAMPLES="@comment " .endif +.if defined(WITH_ECDSA) && ${OSVERSION} > 700000 +CONFIGURE_ARGS+= --enable-ecdsa +.endif + .if ${OSVERSION} < 700000 CONFIGURE_ARGS+= "--disable-sha2" .endif diff --git a/dns/ldns/distinfo b/dns/ldns/distinfo index 6c9ff5ade33..8b9eb294328 100644 --- a/dns/ldns/distinfo +++ b/dns/ldns/distinfo @@ -1,3 +1,2 @@ -MD5 (ldns-1.6.6.tar.gz) = f2bff31764c98aa69749070a21199164 -SHA256 (ldns-1.6.6.tar.gz) = 04e001d281434debf13d065bddb51d2f26a2427bcf658127bd3690640e7bff41 -SIZE (ldns-1.6.6.tar.gz) = 955239 +SHA256 (ldns-1.6.7.tar.gz) = f718b28c9b5243ea6aba8514581d746974161eb5d6781bdbbe46f5ce13294ba8 +SIZE (ldns-1.6.7.tar.gz) = 962100 -- cgit