Upgrade opendnssec to version 1.4.9.
Upstream changes: News: 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 Havard 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.
This commit is contained in:
parent
dee1e03ce6
commit
55b2d5af2b
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.52 2015/11/16 10:09:08 he Exp $
|
||||
# $NetBSD: Makefile,v 1.53 2016/02/25 11:06:57 he Exp $
|
||||
#
|
||||
|
||||
DISTNAME= opendnssec-1.4.8.2
|
||||
DISTNAME= opendnssec-1.4.9
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://www.opendnssec.org/files/source/
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.31 2015/11/16 10:09:08 he Exp $
|
||||
$NetBSD: distinfo,v 1.32 2016/02/25 11:06:57 he Exp $
|
||||
|
||||
SHA1 (opendnssec-1.4.8.2.tar.gz) = fd971ac015513206495b1f8531ebadabd010ca98
|
||||
RMD160 (opendnssec-1.4.8.2.tar.gz) = 73e015bc45c03ed7cf0ed84bb4c2a64a8bf9a567
|
||||
Size (opendnssec-1.4.8.2.tar.gz) = 1043171 bytes
|
||||
SHA1 (opendnssec-1.4.9.tar.gz) = 08736372058b5f1e5344261b21cf950243d74abb
|
||||
RMD160 (opendnssec-1.4.9.tar.gz) = c44ed64fb1471d944d2964ec970d8e498a3927f6
|
||||
SHA512 (opendnssec-1.4.9.tar.gz) = 5cf571750ff205667f5162f28c7575e28f15a7367afce5bb3cd3da080f429c3e0457f597abb76ba260f781a340a4ef78e991252404e694a10a051190d50b5c7f
|
||||
Size (opendnssec-1.4.9.tar.gz) = 1043700 bytes
|
||||
SHA1 (patch-aa) = 104e077af6c368cbb5fc3034d58b2f2249fcf991
|
||||
SHA1 (patch-enforcer_utils_Makefile.am) = 80915dee723535e5854e62bc18f00ba2d5d7496c
|
||||
SHA1 (patch-enforcer_utils_Makefile.in) = fa37bd2c31594b23a5fd3797361dcd6125678d94
|
||||
|
|
Loading…
Reference in a new issue