From 57958e30737ea00caf6e70960f1d36d77f1c2c4f Mon Sep 17 00:00:00 2001 From: pettai Date: Sat, 15 Jun 2013 16:42:48 +0000 Subject: OpenDNSSEC 1.3.14 - 2013-05-16 * OPENDNSSEC-367: ods-ksmutil: Require user confirmation if the algorithm for a key is changed in a policy (as this rollover is not handled cleanly) * OPENDNSSEC-91: Make the keytype flag required when rolling keys * OPENDNSSEC-403: Signer Engine: new command 'ods-signer locks' that shows locking information (for debugging purposes). Bugfixes: * OPENDNSSEC-247: Signer Engine: TTL on NSEC3 was not updated on SOA Minimum change. * OPENDNSSEC-396: Use TTLs from kasp when generating DNSKEY and DS records for output. * OPENDNSSEC-398: The ods-ksmutil key rollover command does not work correctly when rolling all keys using the --policy option * SUPPORT-40: Signer Engine: Keep occluded data in signed zone files/transfers. --- security/opendnssec/Makefile | 5 ++--- security/opendnssec/distinfo | 10 +++++----- security/opendnssec/patches/patch-aa | 4 +++- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'security/opendnssec') diff --git a/security/opendnssec/Makefile b/security/opendnssec/Makefile index 557b4ce4083..f0d6d818ba4 100644 --- a/security/opendnssec/Makefile +++ b/security/opendnssec/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2013/05/09 07:40:30 adam Exp $ +# $NetBSD: Makefile,v 1.33 2013/06/15 16:42:48 pettai Exp $ # -DISTNAME= opendnssec-1.3.13 -PKGREVISION= 1 +DISTNAME= opendnssec-1.3.14 CATEGORIES= security net MASTER_SITES= http://www.opendnssec.org/files/source/ diff --git a/security/opendnssec/distinfo b/security/opendnssec/distinfo index 29398a014cc..1e2b3297652 100644 --- a/security/opendnssec/distinfo +++ b/security/opendnssec/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2013/02/21 15:51:18 pettai Exp $ +$NetBSD: distinfo,v 1.20 2013/06/15 16:42:48 pettai Exp $ -SHA1 (opendnssec-1.3.13.tar.gz) = b71bf152efc07c9373f66498d14abb59ffb229d2 -RMD160 (opendnssec-1.3.13.tar.gz) = 08dcbe70b7e9c95e33ea21a2b404e247da5dc147 -Size (opendnssec-1.3.13.tar.gz) = 1156072 bytes -SHA1 (patch-aa) = 84fe2562e845d733a3f9152b383d2c2fac81e98f +SHA1 (opendnssec-1.3.14.tar.gz) = 9e6be8b42ab25cf1984f00326d44d0c195e00ef2 +RMD160 (opendnssec-1.3.14.tar.gz) = c23842c8fb9531efaee6140ea52764e28d2b5be3 +Size (opendnssec-1.3.14.tar.gz) = 1159293 bytes +SHA1 (patch-aa) = 8fbe0f6e5200a3766e36bc8e5351ac00bd119823 diff --git a/security/opendnssec/patches/patch-aa b/security/opendnssec/patches/patch-aa index 7d52e71e442..fa6ef79cca9 100644 --- a/security/opendnssec/patches/patch-aa +++ b/security/opendnssec/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.5 2012/05/23 10:09:21 pettai Exp $ +$NetBSD: patch-aa,v 1.6 2013/06/15 16:42:48 pettai Exp $ + +Install the configuration examples in ${EGDIR} --- conf/Makefile.in.orig 2012-05-09 18:50:03.000000000 +0000 +++ conf/Makefile.in -- cgit v1.2.3