From owner-svn-ports-branches@FreeBSD.ORG Wed Sep 3 20:32:12 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8D91CA6; Wed, 3 Sep 2014 20:32:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B882B112E; Wed, 3 Sep 2014 20:32:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s83KWBto043934; Wed, 3 Sep 2014 20:32:11 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s83KWBEX043931; Wed, 3 Sep 2014 20:32:11 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201409032032.s83KWBEX043931@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 3 Sep 2014 20:32:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r367232 - branches/2014Q3/security/vuxml X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 20:32:12 -0000 Author: ohauer Date: Wed Sep 3 20:32:11 2014 New Revision: 367232 URL: http://svnweb.freebsd.org/changeset/ports/367232 QAT: https://qat.redports.org/buildarchive/r367232/ Log: MFH: r367225 - update vid f927e06c-1109-11e4-b090-20cf30e32f6d (httpd-2.2.29 was released today) Approved by: portmgr (erwin@) Modified: branches/2014Q3/security/vuxml/vuln.xml Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/security/vuxml/vuln.xml ============================================================================== --- branches/2014Q3/security/vuxml/vuln.xml Wed Sep 3 20:31:48 2014 (r367231) +++ branches/2014Q3/security/vuxml/vuln.xml Wed Sep 3 20:32:11 2014 (r367232) @@ -653,29 +653,29 @@ Notes: apache22 - 2.2.02.2.27_6 + 2.2.02.2.29 apache22-event-mpm - 2.2.02.2.27_6 + 2.2.02.2.29 apache22-itk-mpm - 2.2.02.2.27_6 + 2.2.02.2.29 apache22-peruser-mpm - 2.2.02.2.27_6 + 2.2.02.2.29 apache22-worker-mpm - 2.2.02.2.27_6 + 2.2.02.2.29

Apache HTTP SERVER PROJECT reports:

-
+

mod_deflate: The DEFLATE input filter (inflates request bodies) now limits the length and compression ratio of inflated request bodies to avoid denial of service via highly compressed bodies. See directives @@ -689,6 +689,10 @@ Notes: communication with scripts.

Fix a race condition in scoreboard handling, which could lead to a heap buffer overflow.

+

core: HTTP trailers could be used to replace HTTP headers late during + request processing, potentially undoing or otherwise confusing modules + that examined or modified request headers earlier. Adds "MergeTrailers" + directive to restore legacy behavior.

@@ -696,10 +700,12 @@ Notes: CVE-2014-0118 CVE-2014-0231 CVE-2014-0226 + CVE-2013-5704 2014-07-19 2014-07-24 + 2014-09-03