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 @@ -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