- Update to 1.4.3 Updates: * SUPPORT-72: Improve logging when failed to increment serial in case of key rollover and serial value "keep" [OPENDNSSEC-461]. * OPENDNSSEC-106: Add 'ods-enforcerd -p <policy>' option. This prompts the enforcer to run once and only process the specified policy and associated zones. * OPENDNSSEC-330: NSEC3PARAM TTL can now be optionally configured in kasp.xml. Default value remains PT0S. * OPENDNSSEC-390: ods-ksmutil: Add an option to the 'ods-ksmutil key ds-seen' command so the user can choose not to notify the enforcer. * OPENDNSSEC-430: ods-ksmutil: Improve 'zone add' - Zone add command could warn if a specified zone file or adapter file does not exits. * OPENDNSSEC-431: ods-ksmutil: Improve 'zone add' - Support default <input> and <output> values for DNS adapters. * OPENDNSSEC-454: ods-ksmutil: Add option for 'ods-ksmutil key import' to check if there is a matching key in the repository before import. Bugfixes: * OPENDNSSEC-435: Signer Engine: Fix a serious memory leak in signature cleanup. * OPENDNSSEC-463: Signer Engine: Duration PT0S is now printed correctly. * OPENDNSSEC-466: Signer Engine: Created bad TSIG signature when falling back to AXFR. * OPENDNSSEC-467: Signer Engine: After ods-signer clear, signer should not use inbound serial. Documentation: * http://wiki.opendnssec.org/display/DOCS 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:54 2013 New Revision: 335687 URL: http://svnweb.freebsd.org/changeset/ports/335687 Log: - Update to 1.4.3 - While I'm here, add LICENSE and convert to new LIB_DEPENDS format Changes: http://www.opendnssec.org/2013/12/04/opendnssec-1-4-3/ PR: ports/184516 Submitted by: Jaap Akkerhuis <jaap@nlnetlabs.nl> (maintainer) Modified: head/dns/opendnssec/Makefile head/dns/opendnssec/distinfo Modified: head/dns/opendnssec/Makefile ============================================================================== --- head/dns/opendnssec/Makefile Thu Dec 5 20:25:48 2013 (r335686) +++ head/dns/opendnssec/Makefile Thu Dec 5 20:25:54 2013 (r335687) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= opendnssec -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ MAINTAINER= jaap@NLnetLabs.nl COMMENT= Tool suite for maintaining DNSSEC +LICENSE= BSD + BUILD_DEPENDS= ldns>=1.6.16:${PORTSDIR}/dns/ldns -LIB_DEPENDS= ldns:${PORTSDIR}/dns/ldns +LIB_DEPENDS= libldns.so:${PORTSDIR}/dns/ldns GNU_CONFIGURE= yes USE_RC_SUBR= opendnssec Modified: head/dns/opendnssec/distinfo ============================================================================== --- head/dns/opendnssec/distinfo Thu Dec 5 20:25:48 2013 (r335686) +++ head/dns/opendnssec/distinfo Thu Dec 5 20:25:54 2013 (r335687) @@ -1,2 +1,2 @@ -SHA256 (opendnssec-1.4.2.tar.gz) = b4bc70bfb54ede8ed657cc7f669b5f58bc5e20eabf9b01ca107a6876b08bed35 -SIZE (opendnssec-1.4.2.tar.gz) = 991161 +SHA256 (opendnssec-1.4.3.tar.gz) = 22979b53851a1ec74a242ca89bbd1fc58a170272f33c6a395f0ab14f6244e491 +SIZE (opendnssec-1.4.3.tar.gz) = 1012398 _______________________________________________ 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!