diff options
author | pettai <pettai> | 2012-05-23 10:09:21 +0000 |
---|---|---|
committer | pettai <pettai> | 2012-05-23 10:09:21 +0000 |
commit | bf9502817ececdc1de45120cfdf8f2ef15ba1c65 (patch) | |
tree | 6402650b8e3d2b1096fdefc327fa5879d4ad7f11 /security | |
parent | 3c7cdcd3fcb72c3283d48f1af232f52b6052f5b0 (diff) | |
download | pkgsrc-bf9502817ececdc1de45120cfdf8f2ef15ba1c65.tar.gz |
OpenDNSSEC 1.3.8
* OPENDNSSEC-228: Signer Engine: Make 'ods-signer update' reload signconfs
even if zonelist has not changed.
* OPENDNSSEC-231: Signer Engine: Allow for Classless IN-ADDR.ARPA names
(RFC 2317).
* OPENDNSSEC-234: Enforcer: Add indexes for foreign keys in kasp DB. (sqlite
only, MySQL already has them.)
* OPENDNSSEC-246: Signer Engine: Warn if <Audit/> is in signer configuration,
but ods-auditor is not installed
* OPENDNSSEC-249: Enforcer: ods-ksmutil: If key export finds nothing to do
then say so rather than display nothing which might be misinterpreted.
Bugfixes:
* OPENDNSSEC-247: Signer Engine: TTL on NSEC(3) was not updated on SOA
Minimum change.
* OPENDNSSEC-253: Enforcer: Fix "ods-ksmutil zone delete --all"
Diffstat (limited to 'security')
-rw-r--r-- | security/opendnssec/Makefile | 5 | ||||
-rw-r--r-- | security/opendnssec/distinfo | 10 | ||||
-rw-r--r-- | security/opendnssec/patches/patch-aa | 12 |
3 files changed, 12 insertions, 15 deletions
diff --git a/security/opendnssec/Makefile b/security/opendnssec/Makefile index c20b6594fc6..9b6dfd7380b 100644 --- a/security/opendnssec/Makefile +++ b/security/opendnssec/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2012/04/27 12:32:02 obache Exp $ +# $NetBSD: Makefile,v 1.22 2012/05/23 10:09:21 pettai Exp $ # -DISTNAME= opendnssec-1.3.7 -PKGREVISION= 2 +DISTNAME= opendnssec-1.3.8 CATEGORIES= security net MASTER_SITES= http://www.opendnssec.org/files/source/ diff --git a/security/opendnssec/distinfo b/security/opendnssec/distinfo index 7d0eeb1d4bc..2efb79445ba 100644 --- a/security/opendnssec/distinfo +++ b/security/opendnssec/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2012/03/18 17:38:46 pettai Exp $ +$NetBSD: distinfo,v 1.14 2012/05/23 10:09:21 pettai Exp $ -SHA1 (opendnssec-1.3.7.tar.gz) = 2542541da1fe466f40b55f6bfee53c9b202ee014 -RMD160 (opendnssec-1.3.7.tar.gz) = 99810b4bc21f2f75ccb97af5b31ed6d4ee6a992d -Size (opendnssec-1.3.7.tar.gz) = 1085010 bytes -SHA1 (patch-aa) = b29e1620649d8e348d428f6933a3c9d5c1747f8b +SHA1 (opendnssec-1.3.8.tar.gz) = fb6f60efadbe1cd4aa34dce0b00d732f40ef6fdc +RMD160 (opendnssec-1.3.8.tar.gz) = 3acc493c65febf042c3ac58104c3a35efdffd4e4 +Size (opendnssec-1.3.8.tar.gz) = 1152294 bytes +SHA1 (patch-aa) = 84fe2562e845d733a3f9152b383d2c2fac81e98f diff --git a/security/opendnssec/patches/patch-aa b/security/opendnssec/patches/patch-aa index fda625db729..7d52e71e442 100644 --- a/security/opendnssec/patches/patch-aa +++ b/security/opendnssec/patches/patch-aa @@ -1,10 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2011/12/12 09:07:22 pettai Exp $ +$NetBSD: patch-aa,v 1.5 2012/05/23 10:09:21 pettai Exp $ -Install conf files in exampledir - ---- conf/Makefile.in.orig 2010-11-17 09:07:35.000000000 +0000 +--- conf/Makefile.in.orig 2012-05-09 18:50:03.000000000 +0000 +++ conf/Makefile.in -@@ -277,6 +277,7 @@ sharedstatedir = @sharedstatedir@ +@@ -302,6 +302,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@/opendnssec @@ -12,7 +10,7 @@ Install conf files in exampledir target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ -@@ -530,19 +531,19 @@ regress: $(RNG) +@@ -563,19 +564,19 @@ regress: $(RNG) (echo "kasp.xml built") install-data-hook: @@ -42,6 +40,6 @@ Install conf files in exampledir + test -f ${DESTDIR}${EGDIR}/kasp.xml || \ + ${INSTALL_DATA} kasp.xml ${DESTDIR}${EGDIR} + ${INSTALL_DATA} kasp.xml ${DESTDIR}${EGDIR}/kasp.xml.sample + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |