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:           Mon Oct  5 07:19:33 UTC 2020

Modified Files:
        pkgsrc/security/opendnssec2: Makefile distinfo

Log Message:
Update OpenDNSSEC version 2 to 2.1.7.

Upstream changes:

OpenDNSSEC 2.1.7 - 2020-10-05

* OPENDNSSEC-949: Fix for migration bug not keeping proper parameters of NSEC3
  signed zones. Amongst others the zone become NSEC.  Loading the policies
  fixes the situation, migration scripts now corrected.  Since 1.4 does not
  require a salt, a resalt might be automatic after migrating, as this is
  a required parameter.
* OPENDNSSEC-948: do not recreate signatures for keys that are moving out
  this fixes unexpected double signatures in the zone.
* SUPPORT-253: Incorrect keytag used when using Combined Signing keys (CSK)
  (Thanks to Simon Arlott)
* SUPPORT-257: Export keys by locator (Thansk to Simon Arlott)
* SUPPORT-222: Support ED25519/ED448 keys.  This requires library ldns 1.7.0
  or better, otherwise unavailable.  (Thanks again to Simon Arlott)
* SUPPORT-260: Crash on OpenBSD systems in ixfr_del_rr; possible unverified
  fix.
* Load libsqlite3.so.0 and fall back on libsqlite3.so.0 to allow to run
  migration tool on systems without libsqlite3.so.0 soft link.
  (Thanks to Paul Wouters)
* Some compilation warnings, o.a. gcc10 related, code quality and
  initialization improvements.
  (Thanks to Jonas Berlin, and Mathieu MirMont, and Paul Wouters).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/opendnssec2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/opendnssec2/distinfo

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.6 pkgsrc/security/opendnssec2/Makefile:1.7
--- pkgsrc/security/opendnssec2/Makefile:1.6    Tue Jun  2 08:24:41 2020
+++ pkgsrc/security/opendnssec2/Makefile        Mon Oct  5 07:19:33 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2020/06/02 08:24:41 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/10/05 07:19:33 he Exp $
 #
 
-DISTNAME=      opendnssec-2.1.6
+DISTNAME=      opendnssec-2.1.7
 PKGNAME=       ${DISTNAME:S/opendnssec/opendnssec2/}
-PKGREVISION=   2
 CATEGORIES=    security net
 MASTER_SITES=  https://www.opendnssec.org/files/source/
 

Index: pkgsrc/security/opendnssec2/distinfo
diff -u pkgsrc/security/opendnssec2/distinfo:1.2 pkgsrc/security/opendnssec2/distinfo:1.3
--- pkgsrc/security/opendnssec2/distinfo:1.2    Tue Feb 11 08:00:57 2020
+++ pkgsrc/security/opendnssec2/distinfo        Mon Oct  5 07:19:33 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2020/02/11 08:00:57 he Exp $
+$NetBSD: distinfo,v 1.3 2020/10/05 07:19:33 he Exp $
 
-SHA1 (opendnssec-2.1.6.tar.gz) = 3aca59010c2067578ede0dbc216f15d70f9447e9
-RMD160 (opendnssec-2.1.6.tar.gz) = e88f305fa2c97f4bd33cd3861080de306a44ed06
-SHA512 (opendnssec-2.1.6.tar.gz) = 9dad545d4ec92bb6fc74fd568160f0515cdfa23af4a901ce147f2c82b684224237687461a13c0e37ce6d3813494e4292dfa98cfb17f871d444eb69baf72a1afd
-Size (opendnssec-2.1.6.tar.gz) = 1122405 bytes
+SHA1 (opendnssec-2.1.7.tar.gz) = 0277e4f54098bea74809e3d8e6cad1a435570349
+RMD160 (opendnssec-2.1.7.tar.gz) = bee3d27a7d7e52a0125f2b14771d62aedafa66ba
+SHA512 (opendnssec-2.1.7.tar.gz) = 6f2ca2115195fd2fcd0b22186c41c9e64ec24d98b34a10a8a75d64b4671b5afe3a655f32bbd241a0df84affda1f6cecd4daac0e6fa7081e4c9fa02d1bb4ed1eb
+Size (opendnssec-2.1.7.tar.gz) = 1123558 bytes
 SHA1 (patch-conf_Makefile.in) = 83fdf2650bfe63688b072dcb8019d44b62f6f016



Home | Main Index | Thread Index | Old Index