From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 5 13:30:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66848B53 for ; Thu, 5 Dec 2013 13:30:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 41CFF1CC8 for ; Thu, 5 Dec 2013 13:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB5DU3pc033550 for ; Thu, 5 Dec 2013 13:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB5DU3LG033549; Thu, 5 Dec 2013 13:30:03 GMT (envelope-from gnats) Resent-Date: Thu, 5 Dec 2013 13:30:03 GMT Resent-Message-Id: <201312051330.rB5DU3LG033549@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jaap Akkerhuis Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 304CFAFC for ; Thu, 5 Dec 2013 13:26:10 +0000 (UTC) Received: from bela.nlnetlabs.nl (bela.nlnetlabs.nl [IPv6:2001:7b8:206:1:222:4dff:fe55:4ccb]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5FFE1CA5 for ; Thu, 5 Dec 2013 13:26:09 +0000 (UTC) Received: from bela.nlnetlabs.nl (localhost [127.0.0.1]) by bela.nlnetlabs.nl (8.14.7/8.14.7) with ESMTP id rB5DQ1nW009906; Thu, 5 Dec 2013 14:26:02 +0100 (CET) (envelope-from jaap@bela.nlnetlabs.nl) Received: (from jaap@localhost) by bela.nlnetlabs.nl (8.14.7/8.14.7/Submit) id rB5DQ1C9009905; Thu, 5 Dec 2013 14:26:01 +0100 (CET) (envelope-from jaap) Message-Id: <201312051326.rB5DQ1C9009905@bela.nlnetlabs.nl> Date: Thu, 5 Dec 2013 14:26:01 +0100 (CET) From: Jaap Akkerhuis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184515: [MAINTAINER] dns/opendnssec13: update to 1.3.16 Cc: jaap@NLnetLabs.nl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2013 13:30:03 -0000 >Number: 184515 >Category: ports >Synopsis: [MAINTAINER] dns/opendnssec13: update to 1.3.16 >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 Dec 05 13:30:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jaap Akkerhuis >Release: FreeBSD 9.2-STABLE amd64 >Organization: NLnet Labs >Environment: System: FreeBSD bela.nlnetlabs.nl 9.2-STABLE FreeBSD 9.2-STABLE #12 r258814: Mon Dec 2 02:02:03 >Description: - Update to 1.3.16 Updates: * SUPPORT-72: Improve logging when failed to increment serial in case of key rollover and serial value "keep" [OPENDNSSEC-441]. * OPENDNSSEC-436: NSEC3PARAM TTL can now be optionally configured in kasp.xml. Default value remains PT0S. * OPENDNSSEC-458: Add 'ods-enforcerd -p ' option. This prompts the enforcer to run once and only process the specified policy and associated zones. * OPENDNSSEC-460: ods-ksmutil: Add an option to the 'ods-ksmutil key ds-seen' command so the user can choose not to notify the enforcer. * OPENDNSSEC-472: ods-ksmutil: Add option for 'ods-ksmutil key import' to check if there is a matching key in the repository before import. * OPENDNSSEC-473: ods-ksmutil: Improve 'zone add' - Support default and values for DNS adapters. Bugfixes: * OPENDNSSEC-451: Signer Engine: Prevent CKA_ID and DNSKEY mixup by using a separate HSM context when loading signer configuration. * OPENDNSSEC-462: Signer Engine: Duration PT0S is not printed correctly. * ods-ksmutil: Fix typo in policy export with NSEC3 . Documentation: * http://wiki.opendnssec.org/display/DOCS13 Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- opendnssec13-1.3.16.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 335666) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opendnssec -PORTVERSION= 1.3.15 +PORTVERSION= 1.3.16 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ PKGNAMESUFFIX= 13 Index: distinfo =================================================================== --- distinfo (revision 335666) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (opendnssec-1.3.15.tar.gz) = c29884f76d278862de59576c2e5440e37c2b7c16f1984ccc7685a3a049e1c081 -SIZE (opendnssec-1.3.15.tar.gz) = 1158839 +SHA256 (opendnssec-1.3.16.tar.gz) = fa0fe18757a19d6b03e27c2c76f291d61a735f14c2661725df4e569e0be1d04c +SIZE (opendnssec-1.3.16.tar.gz) = 1173226 --- opendnssec13-1.3.16.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: