summaryrefslogtreecommitdiff
path: root/security/opendnssec
diff options
context:
space:
mode:
authorpettai <pettai>2013-06-15 16:42:48 +0000
committerpettai <pettai>2013-06-15 16:42:48 +0000
commit57958e30737ea00caf6e70960f1d36d77f1c2c4f (patch)
treecceddd097cdb490224994e491d76a2b909f90f69 /security/opendnssec
parentccde92542873a191b1387808b3e52a774a6d53f1 (diff)
downloadpkgsrc-57958e30737ea00caf6e70960f1d36d77f1c2c4f.tar.gz
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.
Diffstat (limited to 'security/opendnssec')
-rw-r--r--security/opendnssec/Makefile5
-rw-r--r--security/opendnssec/distinfo10
-rw-r--r--security/opendnssec/patches/patch-aa4
3 files changed, 10 insertions, 9 deletions
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