Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 8D2B863C6F8 for ; Wed, 10 Aug 2011 15:24:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 635DB14A187; Wed, 10 Aug 2011 15:24:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6953114A184 for ; Wed, 10 Aug 2011 15:24:52 +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 ZOFXw4kmunWa for ; Wed, 10 Aug 2011 15:24:51 +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 97E6214A178 for ; Wed, 10 Aug 2011 15:24:51 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7F48C175DD; Wed, 10 Aug 2011 15:24:51 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 10 Aug 2011 15:24:51 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/bind96 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20110810152451.7F48C175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Wed Aug 10 15:24:51 UTC 2011 Modified Files: pkgsrc/net/bind96: Makefile PLIST distinfo Log Message: Update bind96 pacakge to 9.6.3.1.ESV.5 (9.6-ESV-R5). For full changes, please refer: ftp://ftp.isc.org/isc/bind9/9.6-ESV-R5/RELEASE-NOTES-BIND-9.6-ESV.html New Features 9.6-ESV-R5 * Added a tool able to generate malformed packets to allow testing of how named handles them. [RT #24096] Security Fixes 9.6-ESV-R5 * named, set up to be a caching resolver, is vulnerable to a user querying a domain with very large resource record sets (RRSets) when trying to negatively cache the response. Due to an off-by-one error, caching the response could cause named to crash. [RT #24650] [CVE-2011-1910] * Change #2912 populated the message section in replies to UPDATE requests, which some Windows clients wanted. This exposed a latent bug that allowed the response message to crash named. With this fix, change 2912 has been reduced to copy only the zone section to the reply. A more complete fix for the latent bug will be released later. [RT #24777] Feature Changes 9.6-ESV-R5 * Merged in the NetBSD ATF test framework (currently version 0.12) for development of future unit tests. Use configure --with-atf to build ATF internally or configure --with-atf=prefix to use an external copy. [RT #23209] * Added more verbose error reporting from DLZ LDAP. [RT #23402] * Replaced compile time constant with STDTIME_ON_32BITS. [RT #23587] To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/bind96/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/bind96/PLIST cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/bind96/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.