ports/168296: [MAINTAINER] dns/ldns: update to 1.6.13
Jaap Akkerhuis
jaap at NLnetLabs.nl
Thu May 24 10:10:05 UTC 2012
>Number: 168296
>Category: ports
>Synopsis: [MAINTAINER] dns/ldns: update to 1.6.13
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu May 24 10:10:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Jaap Akkerhuis
>Release: FreeBSD 8.3-STABLE i386
>Organization:
NLnet Labs
>Environment:
System: FreeBSD bartok.nlnetlabs.nl 8.3-STABLE FreeBSD 8.3-STABLE #13: Mon May 21 01:43:39 CEST 2012
>Description:
- Update to 1.6.13
This is mostly a bugfix release. Most notable new features are ECDSA
support (RFC 6605) and command-line options for ldns-verify-zone for
validating against given keys and for safety margins on signatures
inception and expiration times.
The examples and drill programs will now built by default.
Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:
--- ldns-1.6.13.patch begins here ---
diff -ruN --exclude=CVS ../ldns.orig/Makefile ./Makefile
--- ../ldns.orig/Makefile 2012-05-24 12:04:34.473504139 +0200
+++ ./Makefile 2012-05-21 16:13:48.338504357 +0200
@@ -6,7 +6,7 @@
#
PORTNAME= ldns
-PORTVERSION= 1.6.12
+PORTVERSION= 1.6.13
CATEGORIES= dns
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \
CRITICAL
@@ -22,10 +22,10 @@
USE_LDCONFIG= yes
OPTIONS= DOCS "With documentation" Off \
- EXAMPLES "With example programs" Off \
- DRILL "With drill program" Off \
+ EXAMPLES "With example programs" On \
+ DRILL "With drill program" On \
GOST "GOST signatures enabled (requires openssl >= 1.0.0)" Off \
- ECDSA "With highly experimental ECDSA support" Off \
+ ECDSA "Without ECDSA support" Off \
PYLDNS "Build python bindings" Off
.include <bsd.port.options.mk>
@@ -261,8 +261,8 @@
PLIST_SUB+= EXAMPLES="@comment "
.endif
-.if defined(WITH_ECDSA)
-CONFIGURE_ARGS+=--enable-ecdsa
+.if defined(WITHOUT_ECDSA)
+CONFIGURE_ARGS+=--disable-ecdsa
.endif
.if defined(WITH_PYLDNS)
diff -ruN --exclude=CVS ../ldns.orig/distinfo ./distinfo
--- ../ldns.orig/distinfo 2012-05-24 12:04:34.464508006 +0200
+++ ./distinfo 2012-05-21 16:13:54.841507778 +0200
@@ -1,2 +1,2 @@
-SHA256 (ldns-1.6.12.tar.gz) = b966787510a169ca0ed78f9a8a5de01fb309909575e721ead92095d4677aa51c
-SIZE (ldns-1.6.12.tar.gz) = 1057607
+SHA256 (ldns-1.6.13.tar.gz) = e50622f68908ac57eeef1b2f94bf2cf4d6b1dd309b4e613dce36139d89f15680
+SIZE (ldns-1.6.13.tar.gz) = 1066139
diff -ruN --exclude=CVS ../ldns.orig/pkg-plist ./pkg-plist
--- ../ldns.orig/pkg-plist 2012-05-24 12:04:34.496504331 +0200
+++ ./pkg-plist 2012-05-14 18:48:38.785900376 +0200
@@ -30,6 +30,7 @@
include/ldns/dnssec_sign.h
include/ldns/dnssec_verify.h
include/ldns/dnssec_zone.h
+include/ldns/duration.h
include/ldns/error.h
include/ldns/higher.h
include/ldns/host2str.h
--- ldns-1.6.13.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list