pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/opendnssec2 Update OpenDNSSEC version 2 to 2....
details: https://anonhg.NetBSD.org/pkgsrc/rev/f13a26431b34
branches: trunk
changeset: 451933:f13a26431b34
user: he <he%pkgsrc.org@localhost>
date: Tue May 04 07:37:19 2021 +0000
description:
Update OpenDNSSEC version 2 to 2.1.9.
Upstream changes:
OpenDNSSEC 2.1.9 - 2021-05-03
* OPENDNSSEC-955: Prevent concurrency between C_Login/C_OpenSession and
C_FindObject in PKCS#11 operations as some HSMs do not like this and
the key may (transiently) not be available.
* OPENDNSSEC-956: Harden the signing procedure to still sign zones for
which there are unused keys specified in the signconf. These are
included by the enforcer because there may be (outdated) signatures
for them, but the signer doesn't need this reference anymore in 2.1.
However this was left in for backwards compatibility (probably).
diffstat:
security/opendnssec2/Makefile | 5 ++---
security/opendnssec2/distinfo | 12 ++++++------
security/opendnssec2/patches/patch-conf_Makefile.in | 10 +++++-----
3 files changed, 13 insertions(+), 14 deletions(-)
diffs (60 lines):
diff -r f2351da79496 -r f13a26431b34 security/opendnssec2/Makefile
--- a/security/opendnssec2/Makefile Tue May 04 07:30:27 2021 +0000
+++ b/security/opendnssec2/Makefile Tue May 04 07:37:19 2021 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2021/04/21 13:25:20 adam Exp $
+# $NetBSD: Makefile,v 1.13 2021/05/04 07:37:19 he Exp $
#
-DISTNAME= opendnssec-2.1.8
+DISTNAME= opendnssec-2.1.9
PKGNAME= ${DISTNAME:S/opendnssec/opendnssec2/}
-PKGREVISION= 3
CATEGORIES= security net
MASTER_SITES= https://www.opendnssec.org/files/source/
diff -r f2351da79496 -r f13a26431b34 security/opendnssec2/distinfo
--- a/security/opendnssec2/distinfo Tue May 04 07:30:27 2021 +0000
+++ b/security/opendnssec2/distinfo Tue May 04 07:37:19 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2021/03/05 21:17:25 he Exp $
+$NetBSD: distinfo,v 1.6 2021/05/04 07:37:19 he Exp $
-SHA1 (opendnssec-2.1.8.tar.gz) = d425f79f1378fc78d073097c02faf2b11a7bc2d1
-RMD160 (opendnssec-2.1.8.tar.gz) = ab2500a720a630b807e28c2a156aa3cd67fe17c3
-SHA512 (opendnssec-2.1.8.tar.gz) = 48fa9e1efe54d00bba1c97d42d8680a7b33d90360cbb12e333835384447a9d42ffc6508ee6b455bfa4522907b371d4703068e4fd184fd72ea6d950427029cc1c
-Size (opendnssec-2.1.8.tar.gz) = 1151571 bytes
-SHA1 (patch-conf_Makefile.in) = 83fdf2650bfe63688b072dcb8019d44b62f6f016
+SHA1 (opendnssec-2.1.9.tar.gz) = 2b8a065d0b86d860fdb59af3da377156037ce722
+RMD160 (opendnssec-2.1.9.tar.gz) = c0bfabe67619b09ebbdd9f6cb2818e024ad32974
+SHA512 (opendnssec-2.1.9.tar.gz) = 011a50606559651db1787949dcedbbc8727b8ec5c71e95425bfdae94b6db6b731e662ce4cb9f05b34d4ec3512067227869a72a2b2c8a6c14eb547036e4b6e02e
+Size (opendnssec-2.1.9.tar.gz) = 1155801 bytes
+SHA1 (patch-conf_Makefile.in) = b0a782916a9603138c09b484cc1534b938bf8330
SHA1 (patch-enforcer_utils_1.4-2.0__db__convert_sqlite__convert.sql) = 6f59b2f7031be04dc3f7776cf2ac4807dee4fba7
diff -r f2351da79496 -r f13a26431b34 security/opendnssec2/patches/patch-conf_Makefile.in
--- a/security/opendnssec2/patches/patch-conf_Makefile.in Tue May 04 07:30:27 2021 +0000
+++ b/security/opendnssec2/patches/patch-conf_Makefile.in Tue May 04 07:37:19 2021 +0000
@@ -1,18 +1,18 @@
-$NetBSD: patch-conf_Makefile.in,v 1.1 2019/11/06 13:44:38 he Exp $
+$NetBSD: patch-conf_Makefile.in,v 1.2 2021/05/04 07:37:19 he Exp $
Install configs in example config directory.
--- conf/Makefile.in.orig 2017-08-10 12:03:23.000000000 +0000
+++ conf/Makefile.in
-@@ -390,6 +390,7 @@ sbindir = @sbindir@
+@@ -399,6 +399,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@/opendnssec
+EGDIR=@EGDIR@
+ target = @target@
target_alias = @target_alias@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
-@@ -663,18 +664,19 @@ regress: $(RNG)
+ target_cpu = @target_cpu@
+@@ -679,18 +680,19 @@ regress: $(RNG)
(echo "kasp.xml built")
install-data-hook:
Home |
Main Index |
Thread Index |
Old Index