OpenDNSSEC 1.3.3
Bugfixes: * Auditor: Handle ruby 1.9 differences in ods-kaspcheck. * Auditor: Require dnsruby 1.53 for bugfixes. * Bugfix #262: Drudgers seem to be in a waiting state, but the RRset FIFO queue is full. Do an additional broadcast. * Enforcer: Check HSM connection when waking up from sleep, attempt to reconnect if it is not valid. (r5511 in trunk, ported into the branch due to issues seen when CKR_DEVICE_ERROR returned by HSM.) * libhsm: Added hsm_check_context() to check if the associated sessions are still alive. (Required for the above.) * ods-ksmutil: key import was not setting the retire time. * Signer Engine: Fix a threading issue, that could leave a zone without a task. * Signer Engine: Update the signed zone file if only the $TTL or explicit TTL has been changed. * Signer Engine: Remove the NSEC3PARAM RR when doing NSEC3 to NSEC rollover. * Signer Engine: Deal with carriage returns (dos format) in zone file. * Signer Engine: is PT0S means that refresh equals signtime. * Signer Engine: Defense in depth in signer for duplicate keys. * Signer Engine: Make sure that all required zonelist elements exist, otherwise error. * Signer Engine: Warn the user if the serial is b0rk, and you can not use the serial from the signconf. * Signer Engine: Log Auditor exit code. * Fix a similar bug like #257: Error in ods-signerd, where a corrupted backup file results in an invalid pointer free().
This commit is contained in:
parent
0de773d35e
commit
a76c989a2b
2 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.14 2011/09/17 22:35:25 pettai Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2011/11/18 21:42:45 pettai Exp $
|
||||
#
|
||||
|
||||
DISTNAME= opendnssec-1.3.2
|
||||
DISTNAME= opendnssec-1.3.3
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://www.opendnssec.org/files/source/
|
||||
|
||||
|
@ -12,7 +12,7 @@ LICENSE= 2-clause-bsd
|
|||
|
||||
DEPENDS+= ldns>=1.6.9:../../net/ldns
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rubygems-[0-9]*:../../misc/rubygems
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-dnsruby>=1.52:../../net/ruby-dnsruby
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-dnsruby>=1.53:../../net/ruby-dnsruby
|
||||
BUILD_DEPENDS+= CUnit-[0-9]*:../../devel/cunit
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
@ -23,6 +23,7 @@ USE_TOOLS+= bash gmake
|
|||
CONFIG_SHELL= ${BASH}
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LIBTOOL= yes
|
||||
RUBY_VERSION_SUPPORTED= 18
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.9 2011/09/17 22:35:25 pettai Exp $
|
||||
$NetBSD: distinfo,v 1.10 2011/11/18 21:42:45 pettai Exp $
|
||||
|
||||
SHA1 (opendnssec-1.3.2.tar.gz) = cbcb0e13d9100fded1ff4584c72203b155175668
|
||||
RMD160 (opendnssec-1.3.2.tar.gz) = 4e90520e41dd5c24b371c847df43277dfb1f67f9
|
||||
Size (opendnssec-1.3.2.tar.gz) = 1078647 bytes
|
||||
SHA1 (opendnssec-1.3.3.tar.gz) = 69aed73b5db571a1fc42951750f351fceb4b19df
|
||||
RMD160 (opendnssec-1.3.3.tar.gz) = 8a9607af9f93fbad05719e02b3629311dad87b39
|
||||
Size (opendnssec-1.3.3.tar.gz) = 1081139 bytes
|
||||
SHA1 (patch-aa) = ec0db5d0fe2cb5f0808e5113006b1243040b547d
|
||||
|
|
Loading…
Reference in a new issue