From owner-svn-ports-all@FreeBSD.ORG Sat Mar 22 21:22:03 2014 Return-Path: Delivered-To: svn-ports-all@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 338DB114; Sat, 22 Mar 2014 21:22:03 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 061C5937; Sat, 22 Mar 2014 21:22:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2MLM2M0014900; Sat, 22 Mar 2014 21:22:02 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2MLM2Ji014898; Sat, 22 Mar 2014 21:22:02 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201403222122.s2MLM2Ji014898@svn.freebsd.org> From: Olli Hauer Date: Sat, 22 Mar 2014 21:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348809 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Mar 2014 21:22:03 -0000 Author: ohauer Date: Sat Mar 22 21:22:02 2014 New Revision: 348809 URL: http://svnweb.freebsd.org/changeset/ports/348809 QAT: https://qat.redports.org/buildarchive/r348809/ Log: - document apache22 /apache24 CVE-2014-0098, CVE-2013-6438 Please Note: apache-2.2.27 is not released until now, but this is exoected during the next days. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Mar 22 21:18:21 2014 (r348808) +++ head/security/vuxml/vuln.xml Sat Mar 22 21:22:02 2014 (r348809) @@ -51,6 +51,57 @@ Note: Please add new entries to the beg --> + + apache -- several vulnerabilities + + + apache24 + 2.4.02.4.9 + + + apache22 + 2.2.02.2.27 + + + apache22-event-mpm + 2.2.02.2.27 + + + apache22-itk-mpm + 2.2.02.2.27 + + + apache22-peruser-mpm + 2.2.02.2.27 + + + apache22-worker-mpm + 2.2.02.2.27 + + + + +

Apache HTTP SERVER PROJECT reports:

+
+

Clean up cookie logging with fewer redundant string parsing passes. + Log only cookies with a value assignment. Prevents segfaults when + logging truncated cookies.

+

mod_dav: Keep track of length of cdata properly when removing leading + spaces. Eliminates a potential denial of service from specifically + crafted DAV WRITE requests.

+
+ +
+ + CVE-2014-0098 + CVE-2013-6438 + + + 2014-02-25 + 2014-03-22 + +
+ mozilla -- multiple vulnerabilities