From owner-cvs-all@FreeBSD.ORG Wed Sep 6 21:19:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2345516A4DF; Wed, 6 Sep 2006 21:19:23 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C20843D49; Wed, 6 Sep 2006 21:19:21 +0000 (GMT) (envelope-from simon@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 k86LJLm9065091; Wed, 6 Sep 2006 21:19:21 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LJLx0065090; Wed, 6 Sep 2006 21:19:21 GMT (envelope-from simon) Message-Id: <200609062119.k86LJLx0065090@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 6 Sep 2006 21:19:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src UPDATING src/contrib/bind9/bin/named query.c src/contrib/bind9/lib/dns resolver.c src/crypto/openssl/crypto/rsa rsa_sign.c 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: Wed, 06 Sep 2006 21:19:23 -0000 simon 2006-09-06 21:19:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) . UPDATING contrib/bind9/bin/named query.c contrib/bind9/lib/dns resolver.c crypto/openssl/crypto/rsa rsa_sign.c sys/conf newvers.sh Log: Correct incorrect PKCS#1 v1.5 padding validation in crypto(3). [1] Correct multiple denial-of-service vulnerabilities in BIND related to SIG Query Processing and Excessive Recursive Queries. [2] Security: FreeBSD-SA-06:19.openssl [1] Security: FreeBSD-SA-06:20.bind [2] Approved by: so (simon) Revision Changes Path 1.416.2.22.2.8 +7 -0 src/UPDATING 1.1.1.1.4.1.2.1 +2 -2 src/contrib/bind9/bin/named/query.c 1.1.1.2.2.2.2.1 +28 -21 src/contrib/bind9/lib/dns/resolver.c 1.1.1.6.14.1 +17 -0 src/crypto/openssl/crypto/rsa/rsa_sign.c 1.69.2.11.2.8 +1 -1 src/sys/conf/newvers.sh