aboutsummaryrefslogtreecommitdiffstats
path: root/dns/ldns
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2010-12-11 06:27:57 +0800
committerbeech <beech@FreeBSD.org>2010-12-11 06:27:57 +0800
commite50f14c310aa2d5f5532f5454c133ba3ac65a883 (patch)
treed0c49762d04c3d7edeb6a8d2b8d4b175c82173c7 /dns/ldns
parentaf27ba3e04f59943d0bb52d6381ba9da460a02e6 (diff)
downloadfreebsd-ports-gnome-e50f14c310aa2d5f5532f5454c133ba3ac65a883.tar.gz
freebsd-ports-gnome-e50f14c310aa2d5f5532f5454c133ba3ac65a883.tar.zst
freebsd-ports-gnome-e50f14c310aa2d5f5532f5454c133ba3ac65a883.zip
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)
Diffstat (limited to 'dns/ldns')
-rw-r--r--dns/ldns/Makefile12
-rw-r--r--dns/ldns/distinfo5
2 files changed, 11 insertions, 6 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index 50981d786fd4..a0a999337573 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 <bsd.port.pre.mk>
@@ -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 6c9ff5ade332..8b9eb2943288 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