From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/1] gnu: httpd: Fix CVE-2016-8740. Date: Tue, 6 Dec 2016 10:14:13 -0500 Message-ID: <20161206151413.GA26258@jasmine> References: <9c1156dad85b54e71fca1a73ec8f24e31f82d8e4.1481009302.git.leo@famulari.name> <87shq1wgt1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cEHRk-0001gJ-9O for guix-devel@gnu.org; Tue, 06 Dec 2016 10:14:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cEHRg-00012C-IZ for guix-devel@gnu.org; Tue, 06 Dec 2016 10:14:20 -0500 Content-Disposition: inline In-Reply-To: <87shq1wgt1.fsf@gnu.org> 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: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Tue, Dec 06, 2016 at 10:24:58AM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/patches/httpd-cve-2016-8740.patch: New file. > > * gnu/local.mk (dist_patch_DATA): Add it. > > * gnu/packages/web.scm (httpd)[source]: Use it. > > [...] > > > --- /dev/null > > +++ b/gnu/packages/patches/httpd-cve-2016-8740.patch > > Please make it a capital “CVE” to placate ‘guix lint -c cve’. > > Otherwise LGTM, thanks! Efraim beat me to it! Thanks Efraim!