pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/opendnssec OpenDNSSEC 1.3.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c3511523ecd
branches:  trunk
changeset: 604128:9c3511523ecd
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Wed May 23 10:09:21 2012 +0000

description:
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:

 security/opendnssec/Makefile         |   5 ++---
 security/opendnssec/distinfo         |  10 +++++-----
 security/opendnssec/patches/patch-aa |  12 +++++-------
 3 files changed, 12 insertions(+), 15 deletions(-)

diffs (63 lines):

diff -r 7a26e2bd40fa -r 9c3511523ecd security/opendnssec/Makefile
--- a/security/opendnssec/Makefile      Wed May 23 10:07:24 2012 +0000
+++ b/security/opendnssec/Makefile      Wed May 23 10:09:21 2012 +0000
@@ -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 -r 7a26e2bd40fa -r 9c3511523ecd security/opendnssec/distinfo
--- a/security/opendnssec/distinfo      Wed May 23 10:07:24 2012 +0000
+++ b/security/opendnssec/distinfo      Wed May 23 10:09:21 2012 +0000
@@ -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 -r 7a26e2bd40fa -r 9c3511523ecd security/opendnssec/patches/patch-aa
--- a/security/opendnssec/patches/patch-aa      Wed May 23 10:07:24 2012 +0000
+++ b/security/opendnssec/patches/patch-aa      Wed May 23 10:09:21 2012 +0000
@@ -1,10 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2011/12/12 09:07:22 pettai Exp $
-
-Install conf files in exampledir
+$NetBSD: patch-aa,v 1.5 2012/05/23 10:09:21 pettai Exp $
 
---- 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 @@
  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 @@
 +      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:



Home | Main Index | Thread Index | Old Index