Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id C78D063CD4E for ; Fri, 18 Nov 2011 21:42:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 739D314A16D; Fri, 18 Nov 2011 21:42:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BCAD414A168 for ; Fri, 18 Nov 2011 21:42:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id eBOL7nSQezph for ; Fri, 18 Nov 2011 21:42:46 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id EBF1514A164 for ; Fri, 18 Nov 2011 21:42:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D5E09175DD; Fri, 18 Nov 2011 21:42:45 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 18 Nov 2011 21:42:45 +0000 From: "Fredrik Pettai" Subject: CVS commit: pkgsrc/security/opendnssec To: pkgsrc-changes@NetBSD.org Reply-To: pettai@netbsd.org X-Mailer: log_accum Message-Id: <20111118214245.D5E09175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: pettai Date: Fri Nov 18 21:42:45 UTC 2011 Modified Files: pkgsrc/security/opendnssec: Makefile distinfo Log Message: 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(). To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/opendnssec/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/opendnssec/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.