Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9B200A567D for ; Sun, 14 Dec 2014 23:11:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3F61414A172; Sun, 14 Dec 2014 23:11:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8208214A170 for ; Sun, 14 Dec 2014 23:11:09 +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 xus1w5WgSgWh for ; Sun, 14 Dec 2014 23:11:08 +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 DB86214A16B for ; Sun, 14 Dec 2014 23:11:08 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BD86398; Sun, 14 Dec 2014 23:11:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 14 Dec 2014 23:11:08 +0000 From: "Fredrik Pettai" Subject: CVS commit: pkgsrc/security/dnssec-tools To: pkgsrc-changes@NetBSD.org Reply-To: pettai@netbsd.org X-Mailer: log_accum Message-Id: <20141214231108.BD86398@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: pettai Date: Sun Dec 14 23:11:08 UTC 2014 Modified Files: pkgsrc/security/dnssec-tools: Makefile PLIST distinfo Log Message: 2.1 - New Features: - donuts: - Added the ability to summarize information about a zone in the output, such as the upcoming entire zone expiry time, etc - Added the ability to query live zones for records to analyze. EG: donuts live:good-a,badsign-a test.dnssec-tools.org - Added a -V switch to dump records analyzed - libval: - Add support for conditionally checking all RRSIGs on an assertion even if one that validates is already found. - Look for zonecuts based on NS records, not SOA - Added initial support for TSIG in order to enable libval to query recursive name servers that authorized recursive lookup for only those hosts that used a particular TSIG key. - Validator.pm - Store respondent name server information in result structure. - Owl - additional sensor modules - additional data analysis on manager - logging to the Owl sensors modules - optimized sensor data organization (requires software upgrades on both sensor and manager at the same time) - added -restart option to owl-sensord for restarting sensor modules - improvements to the installation guide - rollerd - generalized zonegroup entry in rollecs to be lists of tags - rndc option support added - dnssec-check - Ported to Qt5 - dnssec-nodes - Ported to Qt5 - lookup - Ported to Qt5 - dnssec-system-tray - Ported to Qt5 - Bug Fixes - Fixed bugs in libval, rollerd, blinkenlights, Owl sensor modules, and Owl manager - Use rlimits to try and limit file descriptor use in libsres so we don't run out of available sockets. - Eliminate a few hardcoded paths in various perl modules - Fix various compiler warnings - Update autoconf and related files To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/dnssec-tools/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/dnssec-tools/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/dnssec-tools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.