diff options
author | pettai <pettai@pkgsrc.org> | 2012-01-23 11:19:26 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-01-23 11:19:26 +0000 |
commit | cca33230fb863bb29d9565d61085f357f4416ac3 (patch) | |
tree | 15d368728313aa204a691cf53b2aa213ccd5094f /security | |
parent | 1751ef52f5f81589b1877a1c901b99633a0a6dc3 (diff) | |
download | pkgsrc-cca33230fb863bb29d9565d61085f357f4416ac3.tar.gz |
OpenDNSSEC 1.3.5
* Auditor: Include the zone name in the log messages.
* ldns 1.6.12 is required for bugfixes.
* ods-ksmutil: Suppress database connection information when no -v flag is
given.
* ods-enforcerd: Stop multiple instances of the enforcer running by checking
for the pidfile at startup. If you want to run multiple instances then a
different pidfile will need to be specified with the -P flag.
* ods-ksmutil: "zone delete" renames the signconf file; so that if the zone is
put back the signer will not pick up the old file.
* Signer Engine: Verbosity can now be set via conf.xml, default is 3.
Bugfixes:
* Bugfix OPENDNSSEC-174: Configure the location for conf.xml with --config
or -c when starting the signer.
* Bugfix OPENDNSSEC-192: Signer crashed on deleting NSEC3 for a domain that
becomes opt-out.
* Bugfix OPENDNSSEC-193: Auditor crashed with certain empty non-terminals.
* Signer Engine: A file descriptor for sockets with value zero is allowed.
* Signer Engine: Only log messages about a full signing queue in debug mode.
* Signer Engine: Fix time issues, make sure that the internal serial does
not wander off after a failed audit.
* Signer Engine: Upgrade ldns to avoid future problems on 32-bit platforms
with extra long signature expiration dates. More information in separate
announcement.
Diffstat (limited to 'security')
-rw-r--r-- | security/opendnssec/Makefile | 6 | ||||
-rw-r--r-- | security/opendnssec/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/opendnssec/Makefile b/security/opendnssec/Makefile index cb759d5b7b1..222ff933227 100644 --- a/security/opendnssec/Makefile +++ b/security/opendnssec/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2011/12/12 09:07:22 pettai Exp $ +# $NetBSD: Makefile,v 1.18 2012/01/23 11:19:26 pettai Exp $ # -DISTNAME= opendnssec-1.3.4 +DISTNAME= opendnssec-1.3.5 CATEGORIES= security net MASTER_SITES= http://www.opendnssec.org/files/source/ @@ -10,7 +10,7 @@ HOMEPAGE= http://www.opendnssec.org/ COMMENT= OSS for a fast and easy DNSSEC deployment LICENSE= 2-clause-bsd -DEPENDS+= ldns>=1.6.9:../../net/ldns +DEPENDS+= ldns>=1.6.12:../../net/ldns DEPENDS+= ${RUBY_PKGPREFIX}-rubygems-[0-9]*:../../misc/rubygems DEPENDS+= ${RUBY_PKGPREFIX}-dnsruby>=1.53:../../net/ruby-dnsruby BUILD_DEPENDS+= CUnit-[0-9]*:../../devel/cunit diff --git a/security/opendnssec/distinfo b/security/opendnssec/distinfo index 0e551f3319f..3785cf3955e 100644 --- a/security/opendnssec/distinfo +++ b/security/opendnssec/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2011/12/12 09:07:22 pettai Exp $ +$NetBSD: distinfo,v 1.12 2012/01/23 11:19:26 pettai Exp $ -SHA1 (opendnssec-1.3.4.tar.gz) = 4b0f68113438785b347b00430c25007738a7b2b3 -RMD160 (opendnssec-1.3.4.tar.gz) = e897d589a14088833c41c96bec9b9b9287c8b919 -Size (opendnssec-1.3.4.tar.gz) = 1081248 bytes +SHA1 (opendnssec-1.3.5.tar.gz) = 761a4b3f90045a9b7405255df4eaf2940e50fc05 +RMD160 (opendnssec-1.3.5.tar.gz) = d05cd5bc921c8b33b7961dc1d30e036923d3b157 +Size (opendnssec-1.3.5.tar.gz) = 1084245 bytes SHA1 (patch-aa) = b29e1620649d8e348d428f6933a3c9d5c1747f8b |