Hello,

OpenDNSSEC 1.4.9 was recently released.

The announcement:
===
The main motivations for this release are bug fixes related to use
cases with large number of zones (more than 50 zones) in combination
with an XFR based setup. Too much concurrent zone transfers causes new
transfers to be held back. These excess transfers however were not
properly scheduled for later.

No migration steps needed when upgrading from OpenDNSSEC 1.4.8.

Bugfixes:

 * Add TCP waiting queue. Fix signer getting 'stuck' when adding many
   zones at once. Thanks to HÃ¥vard Eidnes to bringing this to our
   attention.
 * OPENDNSSEC-723: received SOA serial reported as on disk.
 * Fix potential locking issue on SOA serial.
 * Crash on shutdown. At all times join xfr and dns handler threads.
 * Make handling of notifies more consistent. Previous implementation
   would bounce between code paths.

Known Issues:

 * When using SoftHSM2 compiled with OpenSSL, and libmysql with OpenSSL
   as database backend for OpenDNSSEC. "ods-ksmutil key list --verbose"
   crashes on exit. This is ultimately a bug in OpenSSL and not new for
   this particular release. Make sure you don't use this specific
   combination.
===

Diff below.

-- 
Patrik Lundin

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/opendnssec/Makefile,v
retrieving revision 1.2
diff -u -p -u -r1.2 Makefile
--- Makefile    22 Dec 2015 07:02:24 -0000      1.2
+++ Makefile    24 Jan 2016 12:39:35 -0000
@@ -4,8 +4,7 @@ SHARED_ONLY=    Yes
 
 COMMENT=       open-source turn-key solution for DNSSEC
 
-DISTNAME=      opendnssec-1.4.8.2
-REVISION=      0
+DISTNAME=      opendnssec-1.4.9
 
 CATEGORIES=    security
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/opendnssec/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo    13 Oct 2015 17:03:55 -0000      1.1.1.1
+++ distinfo    24 Jan 2016 12:39:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (opendnssec-1.4.8.2.tar.gz) = 
f9VT7jkXPoB0d+0dr/buL4scg4dc0uUqHfMxW/ABVRM=
-SIZE (opendnssec-1.4.8.2.tar.gz) = 1043171
+SHA256 (opendnssec-1.4.9.tar.gz) = UKFX0m2LmuNwzX+lLHxvQ/THeu610PzNai6Sx9/B2I4=
+SIZE (opendnssec-1.4.9.tar.gz) = 1043700

Reply via email to