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/5d2b902289fe
branches:  trunk
changeset: 387869:5d2b902289fe
user:      he <he%pkgsrc.org@localhost>
date:      Wed Nov 09 11:39:43 2022 +0000

description:
Update OpenDNSSEC2 to version 2.1.12.

Pkgsrc changes:
 * Adapt patch, update checksums.

Upstream changes:

OpenDNSSEC 2.1.12 - 2022-11-08

* Ensure debug symbols on RPM-style builds.
* Bug fix that prevented restoring state from when salt length was zero.
* Bug fix for enforcer daemon crash after deleting key on some systems.

OpenDNSSEC 2.1.11 - 2022-09-17

* Improper re-use of already used keys when using <SharedKeys/> as
  a consequence of previous bug in 2.1.6
* Improved reporting upon segmentation faults or similar aborts.
* Fix for migration to resalt of length 0.
* Fix for upstream nameserver, implementing IXFR but without support
  for IXFR for that specific zone and responding without AXFR.
* Degraded log message key_update_failed because this action is retried.

diffstat:

 security/opendnssec2/Makefile                       |   4 ++--
 security/opendnssec2/distinfo                       |  10 +++++-----
 security/opendnssec2/patches/patch-conf_Makefile.in |  10 +++++-----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (55 lines):

diff -r 4f1addcb4bd1 -r 5d2b902289fe security/opendnssec2/Makefile
--- a/security/opendnssec2/Makefile     Wed Nov 09 09:32:34 2022 +0000
+++ b/security/opendnssec2/Makefile     Wed Nov 09 11:39:43 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2022/06/12 08:54:05 he Exp $
+# $NetBSD: Makefile,v 1.20 2022/11/09 11:39:43 he Exp $
 #
 
-DISTNAME=      opendnssec-2.1.10
+DISTNAME=      opendnssec-2.1.12
 PKGNAME=       ${DISTNAME:S/opendnssec/opendnssec2/}
 CATEGORIES=    security net
 MASTER_SITES=  https://www.opendnssec.org/files/source/
diff -r 4f1addcb4bd1 -r 5d2b902289fe security/opendnssec2/distinfo
--- a/security/opendnssec2/distinfo     Wed Nov 09 09:32:34 2022 +0000
+++ b/security/opendnssec2/distinfo     Wed Nov 09 11:39:43 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2022/06/14 22:28:12 mef Exp $
+$NetBSD: distinfo,v 1.10 2022/11/09 11:39:43 he Exp $
 
-BLAKE2s (opendnssec-2.1.10.tar.gz) = da150815e6ccf867a26d2fd14b41926f33b3640cec315797cbed232eddac1a4d
-SHA512 (opendnssec-2.1.10.tar.gz) = c7fdbf1c3867d7b53ac11ab5cb5e636af4595dbee8d704429c7fb84cc3a6b2082ed490c33aad7747d4ee1a2c580afcf24a260bc3ed29eaf5e9d337004045b82d
-Size (opendnssec-2.1.10.tar.gz) = 1142027 bytes
-SHA1 (patch-conf_Makefile.in) = 3eea2ac7b70c8794d252c1a642aa511f6e7d6870
+BLAKE2s (opendnssec-2.1.12.tar.gz) = 3adb1fe7d7a0326ed367f536b78d1d3e9333343cd68937881c502fa2c4d8819a
+SHA512 (opendnssec-2.1.12.tar.gz) = 6b3a7458c8a1e73d5d35320c48f81b37cb8ed7939ea2bd05335cd1b710bcf99c0b461e44dd66e14068ee77fe43af6fb91e7466bc4e3ba135a8fb37bc03919bb7
+Size (opendnssec-2.1.12.tar.gz) = 1157828 bytes
+SHA1 (patch-conf_Makefile.in) = b0a782916a9603138c09b484cc1534b938bf8330
diff -r 4f1addcb4bd1 -r 5d2b902289fe security/opendnssec2/patches/patch-conf_Makefile.in
--- a/security/opendnssec2/patches/patch-conf_Makefile.in       Wed Nov 09 09:32:34 2022 +0000
+++ b/security/opendnssec2/patches/patch-conf_Makefile.in       Wed Nov 09 11:39:43 2022 +0000
@@ -1,18 +1,18 @@
-$NetBSD: patch-conf_Makefile.in,v 1.3 2022/06/12 08:54:06 he Exp $
+$NetBSD: patch-conf_Makefile.in,v 1.4 2022/11/09 11:39:43 he Exp $
 
 Install configs in example config directory.
 
 --- conf/Makefile.in.orig      2017-08-10 12:03:23.000000000 +0000
 +++ conf/Makefile.in
-@@ -395,6 +395,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@
-@@ -671,18 +672,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