Date: Thu, 26 Aug 2010 00:23:39 +0200 (CEST) From: Jaap Akkerhuis <jaap@NLnetLabs.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/149975: [PATCH] dns/ldns: update to 1.6.6 Message-ID: <201008252223.o7PMNdQ1082803@bartok.nlnetlabs.nl> Resent-Message-ID: <201008252230.o7PMU7qx051967@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149975 >Category: ports >Synopsis: [PATCH] dns/ldns: update to 1.6.6 >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: Wed Aug 25 22:30: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 #165: Mon Aug 16 02:51:16 CEST 2010 >Description: - Update to 1.6.6 Port maintainer (konstantin@saurbier.net) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ldns-1.6.6.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-08-25 23:57:41.000000000 +0200 +++ /space/portstrees/AFreeBSD/ports/dns/ldns/Makefile 2010-08-25 23:59:31.000000000 +0200 @@ -1,4 +1,4 @@ -# New ports collection makefile for: drill +# New ports collection makefile for: ldns # Date created: 29 December 2005 # Whom: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> # @@ -6,7 +6,7 @@ # PORTNAME= ldns -PORTVERSION= 1.6.5 +PORTVERSION= 1.6.6 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ @@ -19,7 +19,8 @@ USE_LDCONFIG= yes OPTIONS= DOCS "With documentation" Off \ - EXAMPLES "With example programs" Off + EXAMPLES "With example programs" Off \ + GOST "With GOST signing enabled (requires openssl 1.0.0)" Off .include <bsd.port.pre.mk> @@ -218,6 +219,11 @@ ldns_zone_set_soa.3 ldns_zone_soa.3 ldns_zone_sort.3 .endif +.if defined(WITH_GOST) +BUILD_DEPENDS+= openssl>=1.0:${PORTSDIR}/security/openssl +CONFIGURE_ARGS+= --enable-gost +.endif + .if defined(WITH_EXAMPLES) PLIST_SUB+= EXAMPLES="" NOMANCOMPRESS= true 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-08-25 23:57:41.000000000 +0200 +++ /space/portstrees/AFreeBSD/ports/dns/ldns/distinfo 2010-08-25 19:03:20.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (ldns-1.6.5.tar.gz) = ab41a641a0416908e03e63631f527c4a -SHA256 (ldns-1.6.5.tar.gz) = 7e9be889d0036d810103f5089ca78ce8b334d99dba0aa541e2af6e903b06982e -SIZE (ldns-1.6.5.tar.gz) = 896484 +MD5 (ldns-1.6.6.tar.gz) = f2bff31764c98aa69749070a21199164 +SHA256 (ldns-1.6.6.tar.gz) = 04e001d281434debf13d065bddb51d2f26a2427bcf658127bd3690640e7bff41 +SIZE (ldns-1.6.6.tar.gz) = 955239 --- ldns-1.6.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008252223.o7PMNdQ1082803>