From owner-cvs-all@FreeBSD.ORG Fri Feb 9 20:24:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CEA116A409; Fri, 9 Feb 2007 20:24:15 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5AB2A13C4AA; Fri, 9 Feb 2007 20:24:15 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19KOFwR015095; Fri, 9 Feb 2007 20:24:15 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19KOFMO015094; Fri, 9 Feb 2007 20:24:15 GMT (envelope-from cperciva) Message-Id: <200702092024.l19KOFMO015094@repoman.freebsd.org> From: Colin Percival Date: Fri, 9 Feb 2007 20:24:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src UPDATING src/contrib/bind9/lib/dns resolver.c validator.c src/contrib/bind9/lib/dns/include/dns validator.h src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 20:24:15 -0000 cperciva 2007-02-09 20:24:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) . UPDATING contrib/bind9/lib/dns resolver.c validator.c contrib/bind9/lib/dns/include/dns validator.h sys/conf newvers.sh Log: Correct two remote denials of service in BIND involving DNSSEC and recursive DNS queries respectively. Security: FreeBSD-SA-07:02.bind Approved by: so (cperciva) Revision Changes Path 1.416.2.29.2.4 +4 -0 src/UPDATING 1.1.1.1.4.1.4.2 +10 -0 src/contrib/bind9/lib/dns/include/dns/validator.h 1.1.1.2.2.4.2.2 +43 -6 src/contrib/bind9/lib/dns/resolver.c 1.1.1.2.2.1.4.2 +23 -1 src/contrib/bind9/lib/dns/validator.c 1.69.2.13.2.4 +1 -1 src/sys/conf/newvers.sh