From owner-cvs-src-old@FreeBSD.ORG Fri Dec 11 02:23:26 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1DB01065784 for ; Fri, 11 Dec 2009 02:23:26 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9D0C18FC1D for ; Fri, 11 Dec 2009 02:23:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBB2NQnU002031 for ; Fri, 11 Dec 2009 02:23:26 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBB2NQ8f002030 for cvs-src-old@freebsd.org; Fri, 11 Dec 2009 02:23:26 GMT (envelope-from dougb@repoman.freebsd.org) Message-Id: <200912110223.nBB2NQ8f002030@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dougb@repoman.freebsd.org using -f From: Doug Barton Date: Fri, 11 Dec 2009 02:23:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/contrib/bind9 CHANGES version src/contrib/bind9/bin/named query.c src/contrib/bind9/lib/dns api masterdump.c rbtdb.c resolver.c validator.c src/contrib/bind9/lib/dns/include/dns types.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2009 02:23:26 -0000 dougb 2009-12-11 02:23:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) contrib/bind9 CHANGES version contrib/bind9/bin/named query.c contrib/bind9/lib/dns api masterdump.c rbtdb.c resolver.c validator.c contrib/bind9/lib/dns/include/dns types.h Log: SVN rev 200393 on 2009-12-11 02:23:04Z by dougb Update to version 9.4.3-P4. The vulnerability this is designed to fix is related to DNSSEC validation on a resolving name server that allows access to untrusted users. If your system does not fall into all 3 of these categories you do not need to update immediately. Revision Changes Path 1.1.1.10.2.7 +6 -0 src/contrib/bind9/CHANGES 1.1.1.6.2.3 +56 -12 src/contrib/bind9/bin/named/query.c 1.1.1.6.2.5 +2 -2 src/contrib/bind9/lib/dns/api 1.1.1.3.2.1 +32 -20 src/contrib/bind9/lib/dns/include/dns/types.h 1.1.1.3.2.2 +3 -2 src/contrib/bind9/lib/dns/masterdump.c 1.1.1.4.2.3 +3 -3 src/contrib/bind9/lib/dns/rbtdb.c 1.1.1.9.2.5 +28 -5 src/contrib/bind9/lib/dns/resolver.c 1.1.1.6.2.4 +6 -6 src/contrib/bind9/lib/dns/validator.c 1.1.1.10.2.7 +2 -2 src/contrib/bind9/version