Received: by mail.netbsd.org (Postfix, from userid 605) id 72BDA14A2B8; Wed, 25 Jul 2012 09:00:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7630C14A1F6 for ; Wed, 25 Jul 2012 09:00:20 +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 i_YdokAz9aW3 for ; Wed, 25 Jul 2012 09:00:19 +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 7886914A18F for ; Wed, 25 Jul 2012 09:00:19 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 69421175DD; Wed, 25 Jul 2012 09:00:19 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 25 Jul 2012 09:00:19 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-6] src/external/bsd/bind/dist To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20120725090019.69421175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: martin Date: Wed Jul 25 09:00:18 UTC 2012 Modified Files: src/external/bsd/bind/dist [netbsd-6]: CHANGES version src/external/bsd/bind/dist/bin/tests/system/stub [netbsd-6]: tests.sh src/external/bsd/bind/dist/lib/dns [netbsd-6]: resolver.c zone.c src/external/bsd/bind/dist/lib/isc/include/isc [netbsd-6]: queue.h Log Message: Pull up following revision(s) (requested by spz in ticket #442): external/bsd/bind/dist/lib/dns/zone.c: revision 1.6 external/bsd/bind/dist/version: revision 1.2 external/bsd/bind/dist/CHANGES: revision 1.4 external/bsd/bind/dist/CHANGES: revision 1.5 external/bsd/bind/dist/lib/isc/include/isc/queue.h: revision 1.2 external/bsd/bind/dist/lib/isc/include/isc/queue.h: revision 1.3 external/bsd/bind/dist/bin/tests/system/stub/tests.sh: revision 1.2 external/bsd/bind/dist/lib/dns/resolver.c: revision 1.13 external/bsd/bind/dist/lib/dns/resolver.c: revision 1.14 Fixes for CVE-2012-3817 and CVE-2012-3868 from ISC: --- 9.9.1-P2 released --- 3346. [security] Bad-cache data could be used before it was initialized, causing an assert. [RT #30025] 3345. [bug] Addressed race condition when removing the last item or inserting the first item in an ISC_QUEUE. [RT #29539] 3342. [bug] Change #3314 broke saving of stub zones to disk resulting in excessive cpu usage in some cases. [RT #29952] To generate a diff of this commit: cvs rdiff -u -r1.2.2.1 -r1.2.2.2 src/external/bsd/bind/dist/CHANGES cvs rdiff -u -r1.1.1.10.4.1 -r1.1.1.10.4.2 src/external/bsd/bind/dist/version cvs rdiff -u -r1.1.1.2.6.1 -r1.1.1.2.6.2 \ src/external/bsd/bind/dist/bin/tests/system/stub/tests.sh cvs rdiff -u -r1.11.4.1 -r1.11.4.2 \ src/external/bsd/bind/dist/lib/dns/resolver.c cvs rdiff -u -r1.4.4.1 -r1.4.4.2 src/external/bsd/bind/dist/lib/dns/zone.c cvs rdiff -u -r1.1.1.1.2.2 -r1.1.1.1.2.3 \ src/external/bsd/bind/dist/lib/isc/include/isc/queue.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.