diff options
author | pettai <pettai@pkgsrc.org> | 2011-11-18 21:42:45 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2011-11-18 21:42:45 +0000 |
commit | a76c989a2b18ada2f472fe76fe90e8ac6386c398 (patch) | |
tree | 545b096b4cd4429d83941cf176a36fbaf46d228f /security | |
parent | 0de773d35eda7e308bd94f4eaa39b939ae3cbe07 (diff) | |
download | pkgsrc-a76c989a2b18ada2f472fe76fe90e8ac6386c398.tar.gz |
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().
Diffstat (limited to 'security')
-rw-r--r-- | security/opendnssec/Makefile | 7 | ||||
-rw-r--r-- | security/opendnssec/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/security/opendnssec/Makefile b/security/opendnssec/Makefile index 5b74ba65f4c..1fee85be537 100644 --- a/security/opendnssec/Makefile +++ b/security/opendnssec/Makefile @@ -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} diff --git a/security/opendnssec/distinfo b/security/opendnssec/distinfo index 5a4c2a71447..d79a9553b39 100644 --- a/security/opendnssec/distinfo +++ b/security/opendnssec/distinfo @@ -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 |