ports/152578: [PATCH] dns/ldns: update to 1.6.7
Jaap Akkerhuis
jaap at NLnetLabs.nl
Thu Nov 25 20:20:09 UTC 2010
>Number: 152578
>Category: ports
>Synopsis: [PATCH] dns/ldns: update to 1.6.7
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Nov 25 20:20:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Jaap Akkerhuis
>Release: FreeBSD 8.1-STABLE i386
>Organization:
NLnet Labs
>Environment:
System: FreeBSD bartok.nlnetlabs.nl 8.1-STABLE FreeBSD 8.1-STABLE #177: Mon Nov 22 11:34:00 CET 2010
>Description:
- Update to 1.6.7
Port maintainer (konstantin at saurbier.net) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- ldns-1.6.7.patch begins here ---
diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/ldns.orig/Makefile /space/portstrees/AFreeBSD/ports/dns/ldns/Makefile
--- /space/portstrees/AFreeBSD/ports/dns/ldns.orig/Makefile 2010-11-25 20:11:38.000000000 +0100
+++ /space/portstrees/AFreeBSD/ports/dns/ldns/Makefile 2010-11-25 20:17:02.000000000 +0100
@@ -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 @@
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 @@
.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 @@
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 -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/ldns.orig/distinfo /space/portstrees/AFreeBSD/ports/dns/ldns/distinfo
--- /space/portstrees/AFreeBSD/ports/dns/ldns.orig/distinfo 2010-11-25 20:11:38.000000000 +0100
+++ /space/portstrees/AFreeBSD/ports/dns/ldns/distinfo 2010-11-25 20:18:53.000000000 +0100
@@ -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
--- ldns-1.6.7.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list