pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/opendnssec2



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Jun 12 08:54:06 UTC 2022

Modified Files:
        pkgsrc/security/opendnssec2: Makefile
        pkgsrc/security/opendnssec2/patches: patch-conf_Makefile.in
Removed Files:
        pkgsrc/security/opendnssec2/patches:
            patch-enforcer_utils_1.4-2.0__db__convert_sqlite__convert.sql

Log Message:
Update OpenDNSSEC2 to version 2.1.10.

Upstream changes:

OpenDNSSEC 2.1.10 - 2021-09-10

* OPENDNSSEC-957: Fix exit code signer daemon to not always report failure.
* OPENDNSSEC-958: Fix immediate resalting after migration from 1.4.
* OPENDNSSEC-959: Emit warning on ods-kaspcheck for NSEC iteration count
  that is deemed too high.
* SUPPORT-265: Resolve conflict when deleting keys from HSM whilst
  also performing step in key roll process.  Typically a message
  "key_data_update failed" is present in logs.
* Provided RedHat/CentOS spec file in contrib directory.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/opendnssec2/Makefile
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/security/opendnssec2/patches/patch-conf_Makefile.in
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/opendnssec2/patches/patch-enforcer_utils_1.4-2.0__db__convert_sqlite__convert.sql

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/opendnssec2/Makefile
diff -u pkgsrc/security/opendnssec2/Makefile:1.18 pkgsrc/security/opendnssec2/Makefile:1.19
--- pkgsrc/security/opendnssec2/Makefile:1.18   Mon Apr 18 19:12:00 2022
+++ pkgsrc/security/opendnssec2/Makefile        Sun Jun 12 08:54:05 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2022/04/18 19:12:00 adam Exp $
+# $NetBSD: Makefile,v 1.19 2022/06/12 08:54:05 he Exp $
 #
 
-DISTNAME=      opendnssec-2.1.9
+DISTNAME=      opendnssec-2.1.10
 PKGNAME=       ${DISTNAME:S/opendnssec/opendnssec2/}
-PKGREVISION=   5
 CATEGORIES=    security net
 MASTER_SITES=  https://www.opendnssec.org/files/source/
 

Index: pkgsrc/security/opendnssec2/patches/patch-conf_Makefile.in
diff -u pkgsrc/security/opendnssec2/patches/patch-conf_Makefile.in:1.2 pkgsrc/security/opendnssec2/patches/patch-conf_Makefile.in:1.3
--- pkgsrc/security/opendnssec2/patches/patch-conf_Makefile.in:1.2      Tue May  4 07:37:19 2021
+++ pkgsrc/security/opendnssec2/patches/patch-conf_Makefile.in  Sun Jun 12 08:54:06 2022
@@ -1,18 +1,18 @@
-$NetBSD: patch-conf_Makefile.in,v 1.2 2021/05/04 07:37:19 he Exp $
+$NetBSD: patch-conf_Makefile.in,v 1.3 2022/06/12 08:54:06 he Exp $
 
 Install configs in example config directory.
 
 --- conf/Makefile.in.orig      2017-08-10 12:03:23.000000000 +0000
 +++ conf/Makefile.in
-@@ -399,6 +399,7 @@ sbindir = @sbindir@
+@@ -395,6 +395,7 @@ sbindir = @sbindir@
  sharedstatedir = @sharedstatedir@
  srcdir = @srcdir@
  sysconfdir = @sysconfdir@/opendnssec
 +EGDIR=@EGDIR@
- target = @target@
  target_alias = @target_alias@
- target_cpu = @target_cpu@
-@@ -679,18 +680,19 @@ regress: $(RNG)
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+@@ -671,18 +672,19 @@ regress: $(RNG)
                (echo "kasp.xml built")
  
  install-data-hook:



Home | Main Index | Thread Index | Old Index