diff options
author | pettai <pettai@pkgsrc.org> | 2011-09-17 22:35:25 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2011-09-17 22:35:25 +0000 |
commit | 6ffdce5747a169db441fdb0cc783641955db2582 (patch) | |
tree | 733adaaf70e4dc26251c6a776d233472cbe8776b /security | |
parent | 5a3836a30d23b52aac7effe2508d40cceed49151 (diff) | |
download | pkgsrc-6ffdce5747a169db441fdb0cc783641955db2582.tar.gz |
OpenDNSSEC 1.3.2
Bugfixes:
* Bugfix #257: Error in ods-signerd, where a corrupted backup file results
in an invalid pointer free().
* Signer Engine: Mark that a zone has a valid signer configuration, after
recovering the zone from the backup files.
OpenDNSSEC 1.3.1
Bugfixes:
* Auditor: Fix 'ZSK in use too long' message to handle new signer behaviour.
* Bugfix #255: RHEL6 patch to contrib/opendnssec.spec. (Rick van Rein)
* Bugfix #256: Make sure argument in "ods-control signer" is not stripped off.
* Bugfix #259: ods-ksmutil: Prevent MySQL username or password being interpreted
by the shell when running "ods-ksmutil setup".
* Bugfix #260: "ods-ksmutil zone list" now handles empty zonelists.
* Enforcer: Unsigned comparison resulting in wrong error message.
* ods-ksmutil: fixed issue where first ds-seen command run on a zone would work,
but return an error code and not send a HUP to the enforcerd.
* Signer Engine: A threading issue occasionally puts the default validity
on NSEC(3) RRs and the denial validity on other RRs.
* Signer Engine: An update command could interrupt the signing process and the
zone would get missing signatures.
* Signer Engine: Fix an issue where some systems could not copy the zone file.
* Zonefetcher: Check inbound serial in transferred file, to prevent
redundant zone transfers.
Diffstat (limited to 'security')
-rw-r--r-- | security/opendnssec/Makefile | 5 | ||||
-rw-r--r-- | security/opendnssec/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/opendnssec/Makefile b/security/opendnssec/Makefile index 3044243cd52..5b74ba65f4c 100644 --- a/security/opendnssec/Makefile +++ b/security/opendnssec/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2011/09/16 02:26:45 obache Exp $ +# $NetBSD: Makefile,v 1.14 2011/09/17 22:35:25 pettai Exp $ # -DISTNAME= opendnssec-1.3.0 -PKGREVISION= 1 +DISTNAME= opendnssec-1.3.2 CATEGORIES= security net MASTER_SITES= http://www.opendnssec.org/files/source/ diff --git a/security/opendnssec/distinfo b/security/opendnssec/distinfo index 513586a94a2..5a4c2a71447 100644 --- a/security/opendnssec/distinfo +++ b/security/opendnssec/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2011/07/27 03:13:25 pettai Exp $ +$NetBSD: distinfo,v 1.9 2011/09/17 22:35:25 pettai Exp $ -SHA1 (opendnssec-1.3.0.tar.gz) = 6dc934106fb0b7b12c55b694ca244077eda37936 -RMD160 (opendnssec-1.3.0.tar.gz) = eb6925f5c2f2b60fe573f38d043a1b8f5c8d260f -Size (opendnssec-1.3.0.tar.gz) = 1072194 bytes +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 (patch-aa) = ec0db5d0fe2cb5f0808e5113006b1243040b547d |