- 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 <policy>' 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 <input> and <output> 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 <Iterations>. Documentation: * http://wiki.opendnssec.org/display/DOCS13 Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it.
Author: sunpoet Date: Thu Dec 5 20:25:48 2013 New Revision: 335686 URL: http://svnweb.freebsd.org/changeset/ports/335686 Log: - Update to 1.3.16 - While I'm here, add LICENSE Changes: http://www.opendnssec.org/2013/12/04/opendnssec-1-3-16/ PR: ports/184515 Submitted by: Jaap Akkerhuis <jaap@nlnetlabs.nl> (maintainer) Modified: head/dns/opendnssec13/Makefile head/dns/opendnssec13/distinfo Modified: head/dns/opendnssec13/Makefile ============================================================================== --- head/dns/opendnssec13/Makefile Thu Dec 5 20:25:41 2013 (r335685) +++ head/dns/opendnssec13/Makefile Thu Dec 5 20:25:48 2013 (r335686) @@ -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 @@ -10,6 +10,8 @@ PKGNAMESUFFIX= 13 MAINTAINER= jaap@NLnetLabs.nl COMMENT= Tool suite for maintaining DNSSEC +LICENSE= BSD + BUILD_DEPENDS= ldns>=1.6.16:${PORTSDIR}/dns/ldns LIB_DEPENDS= libldns.so:${PORTSDIR}/dns/ldns Modified: head/dns/opendnssec13/distinfo ============================================================================== --- head/dns/opendnssec13/distinfo Thu Dec 5 20:25:41 2013 (r335685) +++ head/dns/opendnssec13/distinfo Thu Dec 5 20:25:48 2013 (r335686) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!