From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: 01/01: gnu: Remove pcre-CVE-2016-3191.patch. Date: Mon, 23 Jan 2017 16:28:15 -0500 Message-ID: <20170123212815.GA735@jasmine> References: <20170123083129.31983.24662@vcs.savannah.gnu.org> <20170123083129.49CC8220078@vcs.savannah.gnu.org> <20170123204119.GA16176@jasmine> <84C459AE-0D37-4300-8399-BCDC6DC0E2C7@flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVmA1-0001NH-Q2 for guix-devel@gnu.org; Mon, 23 Jan 2017 16:28:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVm9y-0000xu-7s for guix-devel@gnu.org; Mon, 23 Jan 2017 16:28:21 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:32871) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cVm9y-0000xB-3V for guix-devel@gnu.org; Mon, 23 Jan 2017 16:28:18 -0500 Content-Disposition: inline In-Reply-To: <84C459AE-0D37-4300-8399-BCDC6DC0E2C7@flashner.co.il> 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: Efraim Flashner Cc: guix-devel@gnu.org On Mon, Jan 23, 2017 at 08:45:26PM +0000, Efraim Flashner wrote: > On January 23, 2017 10:41:19 PM GMT+02:00, Leo Famulari wrote: > >On Mon, Jan 23, 2017 at 08:31:29AM +0000, Efraim Flashner wrote: > >> efraim pushed a commit to branch core-updates > >> in repository guix. > >> > >> commit 0e88ada940953ac6b12fcbfd2add08835edcf49d > >> Author: Efraim Flashner > >> Date: Mon Jan 23 10:28:15 2017 +0200 > >> > >> gnu: Remove pcre-CVE-2016-3191.patch. > >> > >> This is a follow-up to 026ee1a5a669658c8d4745c2733b4c201ca0e48e. > >> > >> * gnu/packages/patches/pcre-CVE-2016-3191.patch: Delete file. > >> * gnu/local.mk (dist_patch_DATA): Remove it. > > > >It's too early for this commit because pcre2 is still using this patch, > >right? > > > >If so, can you revert this change? > > I used git grep for the patch name and pcre was the only one using it. On core updates pcre2 has a separate pcre2 patch covering the same cve Ah, my mistake :) Thanks for the follow-up commit!