Date: Wed, 16 Mar 2016 13:33:52 +0000 (UTC) From: Erwin Lansing <erwin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411235 - head/dns/opendnssec Message-ID: <201603161333.u2GDXqLH080268@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: erwin Date: Wed Mar 16 13:33:52 2016 New Revision: 411235 URL: https://svnweb.freebsd.org/changeset/ports/411235 Log: Update to 1.4.9 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 Haavard 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. From <https://www.opendnssec.org> PR: 206491 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Sponsored by: DK Hostmaster A/S Modified: head/dns/opendnssec/Makefile head/dns/opendnssec/distinfo Modified: head/dns/opendnssec/Makefile ============================================================================== --- head/dns/opendnssec/Makefile Wed Mar 16 13:08:54 2016 (r411234) +++ head/dns/opendnssec/Makefile Wed Mar 16 13:33:52 2016 (r411235) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opendnssec -PORTVERSION= 1.4.8.2 +PORTVERSION= 1.4.9 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ Modified: head/dns/opendnssec/distinfo ============================================================================== --- head/dns/opendnssec/distinfo Wed Mar 16 13:08:54 2016 (r411234) +++ head/dns/opendnssec/distinfo Wed Mar 16 13:33:52 2016 (r411235) @@ -1,2 +1,2 @@ -SHA256 (opendnssec-1.4.8.2.tar.gz) = 7fd553ee39173e807477ed1daff6ee2f8b1c83875cd2e52a1df3315bf0015513 -SIZE (opendnssec-1.4.8.2.tar.gz) = 1043171 +SHA256 (opendnssec-1.4.9.tar.gz) = 50a157d26d8b9ae370cd7fa52c7c6f43f4c77aeeb5d0fccd6a2e92c7dfc1d88e +SIZE (opendnssec-1.4.9.tar.gz) = 1043700
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603161333.u2GDXqLH080268>