From jaap@bartok.nlnetlabs.nl  Thu May 24 10:09:21 2012
Return-Path: <jaap@bartok.nlnetlabs.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 76D77106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 May 2012 10:09:21 +0000 (UTC)
	(envelope-from jaap@bartok.nlnetlabs.nl)
Received: from bartok.nlnetlabs.nl (bartok.nlnetlabs.nl [IPv6:2001:7b8:206:1:216:76ff:feb8:3c02])
	by mx1.freebsd.org (Postfix) with ESMTP id 04A4D8FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 May 2012 10:09:20 +0000 (UTC)
Received: from bartok.nlnetlabs.nl (localhost [127.0.0.1])
	by bartok.nlnetlabs.nl (8.14.5/8.14.5) with ESMTP id q4OA9HiO075356
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
	Thu, 24 May 2012 12:09:18 +0200 (CEST)
	(envelope-from jaap@bartok.nlnetlabs.nl)
Received: (from jaap@localhost)
	by bartok.nlnetlabs.nl (8.14.5/8.14.5/Submit) id q4OA9HOn075353;
	Thu, 24 May 2012 12:09:17 +0200 (CEST)
	(envelope-from jaap)
Message-Id: <201205241009.q4OA9HOn075353@bartok.nlnetlabs.nl>
Date: Thu, 24 May 2012 12:09:17 +0200 (CEST)
From: Jaap Akkerhuis <jaap@NLnetLabs.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jaap@bartok.nlnetlabs.nl
Subject: [MAINTAINER] dns/ldns: update to 1.6.13
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168296
>Category:       ports
>Synopsis:       [MAINTAINER] dns/ldns: update to 1.6.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ak
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 24 10:10:05 UTC 2012
>Closed-Date:    Thu May 24 14:12:19 UTC 2012
>Last-Modified:  Thu May 24 14:12:19 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->ak 
Responsible-Changed-By: ak 
Responsible-Changed-When: Thu May 24 12:32:16 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168296 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168296: commit references a PR
Date: Thu, 24 May 2012 14:01:53 +0000 (UTC)

 ak          2012-05-24 14:01:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     dns/ldns             Makefile distinfo pkg-plist 
   Log:
   - 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.
   
   PR:     ports/168296
   Submitted by:   Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
   Approved by:    itetcu (mentor)
   
   Revision  Changes    Path
   1.31      +6 -6      ports/dns/ldns/Makefile
   1.20      +2 -2      ports/dns/ldns/distinfo
   1.12      +1 -0      ports/dns/ldns/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: ak 
State-Changed-When: Thu May 24 14:12:17 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168296 
>Unformatted:
