pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/opendnssec2 Update OpenDNSSEC2 to version 2.1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d76c3b15d6fe
branches: trunk
changeset: 380673:d76c3b15d6fe
user: he <he%pkgsrc.org@localhost>
date: Sun Jun 12 08:54:05 2022 +0000
description:
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.
diffstat:
security/opendnssec2/Makefile | 5 +-
security/opendnssec2/patches/patch-conf_Makefile.in | 10 +-
security/opendnssec2/patches/patch-enforcer_utils_1.4-2.0__db__convert_sqlite__convert.sql | 26 ----------
3 files changed, 7 insertions(+), 34 deletions(-)
diffs (72 lines):
diff -r 916bca62c3eb -r d76c3b15d6fe security/opendnssec2/Makefile
--- a/security/opendnssec2/Makefile Sun Jun 12 07:05:30 2022 +0000
+++ b/security/opendnssec2/Makefile Sun Jun 12 08:54:05 2022 +0000
@@ -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/
diff -r 916bca62c3eb -r d76c3b15d6fe security/opendnssec2/patches/patch-conf_Makefile.in
--- a/security/opendnssec2/patches/patch-conf_Makefile.in Sun Jun 12 07:05:30 2022 +0000
+++ b/security/opendnssec2/patches/patch-conf_Makefile.in Sun Jun 12 08:54:05 2022 +0000
@@ -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:
diff -r 916bca62c3eb -r d76c3b15d6fe security/opendnssec2/patches/patch-enforcer_utils_1.4-2.0__db__convert_sqlite__convert.sql
--- a/security/opendnssec2/patches/patch-enforcer_utils_1.4-2.0__db__convert_sqlite__convert.sql Sun Jun 12 07:05:30 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-$NetBSD: patch-enforcer_utils_1.4-2.0__db__convert_sqlite__convert.sql,v 1.1 2021/03/05 21:17:25 he Exp $
-
-Fix bug in conversion script so that salt gets carried
-over and not set to "0" in the target kasp.db, something
-OpenDNSSEC will not recover from.
-
---- enforcer/utils/1.4-2.0_db_convert/sqlite_convert.sql.orig 2021-02-20 21:04:47.000000000 +0000
-+++ enforcer/utils/1.4-2.0_db_convert/sqlite_convert.sql
-@@ -222,7 +222,7 @@ SET denialSalt = (
- WHERE (
- SELECT salt
- FROM REMOTE.policies
-- WHERE REMOTE.policies.id = policy.id) != null;
-+ WHERE REMOTE.policies.id = policy.id) IS NOT NULL;
-
- UPDATE policy
- SET denialSaltLastChange = (
-@@ -232,7 +232,7 @@ SET denialSaltLastChange = (
- WHERE (
- SELECT salt_stamp
- FROM REMOTE.policies
-- WHERE REMOTE.policies.id = policy.id) != null;
-+ WHERE REMOTE.policies.id = policy.id) IS NOT NULL;
-
- UPDATE policy
- SET keysTtl = (
Home |
Main Index |
Thread Index |
Old Index