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.
This commit is contained in:
parent
8d870e96ce
commit
9a675f7858
2 changed files with 6 additions and 7 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue