aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2016-03-16 21:33:52 +0800
committererwin <erwin@FreeBSD.org>2016-03-16 21:33:52 +0800
commit3635f2624ae973047efd889b6ef69f5b31917a89 (patch)
tree1a028f05b471cf9f78cf41377eecdbde089b953e /dns
parentb3716d035e2af7d32f48cd6070c380bff224f4d6 (diff)
downloadfreebsd-ports-gnome-3635f2624ae973047efd889b6ef69f5b31917a89.tar.gz
freebsd-ports-gnome-3635f2624ae973047efd889b6ef69f5b31917a89.tar.zst
freebsd-ports-gnome-3635f2624ae973047efd889b6ef69f5b31917a89.zip
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
Diffstat (limited to 'dns')
-rw-r--r--dns/opendnssec/Makefile2
-rw-r--r--dns/opendnssec/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/dns/opendnssec/Makefile b/dns/opendnssec/Makefile
index 15d906b2461d..b84e3450f4de 100644
--- a/dns/opendnssec/Makefile
+++ b/dns/opendnssec/Makefile
@@ -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/
diff --git a/dns/opendnssec/distinfo b/dns/opendnssec/distinfo
index 1fb24721c907..38d5de7b500f 100644
--- a/dns/opendnssec/distinfo
+++ b/dns/opendnssec/distinfo
@@ -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