From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/1] Apache httpd 2.4.25 security update Date: Wed, 1 Feb 2017 02:09:53 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYp3M-0000Cg-TU for guix-devel@gnu.org; Wed, 01 Feb 2017 02:10:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYp3J-0002b4-6L for guix-devel@gnu.org; Wed, 01 Feb 2017 02:10:04 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:33558) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cYp3J-0002aU-1L for guix-devel@gnu.org; Wed, 01 Feb 2017 02:10:01 -0500 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id CF513244F1 for ; Wed, 1 Feb 2017 02:09:59 -0500 (EST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Apache httpd 2.4.25 fixes some security-related bugs: https://httpd.apache.org/security/vulnerabilities_24.html Specifically, please note the fix for CVE-2016-8743, which introduces some incompatible changes in how Apache httpd enforces HTTP request grammar. Leo Famulari (1): gnu: httpd: Update to 2.4.25 [fixes CVE-2016-{0736,2161,5387,8743}]. gnu/local.mk | 1 - gnu/packages/patches/httpd-CVE-2016-8740.patch | 36 -------------------------- gnu/packages/web.scm | 6 ++--- 3 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 gnu/packages/patches/httpd-CVE-2016-8740.patch -- 2.11.0