From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/1] grub security update (CVE-2015-8370) Date: Mon, 21 Dec 2015 12:39:28 -0500 Message-ID: <20151221173928.GA30387@jasmine> References: <87r3igsqyn.fsf@gnu.org> <20151221035055.GA17656@jasmine> <871tagozk6.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]:34272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB4Qo-0006WI-2n for guix-devel@gnu.org; Mon, 21 Dec 2015 12:39:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aB4Qk-0007E4-57 for guix-devel@gnu.org; Mon, 21 Dec 2015 12:39:34 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:57974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB4Qk-0007Dh-1d for guix-devel@gnu.org; Mon, 21 Dec 2015 12:39:30 -0500 Content-Disposition: inline In-Reply-To: <871tagozk6.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Mon, Dec 21, 2015 at 11:39:53AM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Sun, Dec 20, 2015 at 11:19:44PM +0100, Ludovic Courtès wrote: > >> Leo Famulari skribis: > >> > >> > * gnu/packages/patches/grub-CVE-2015-8370.patch: New file. > >> > * gnu/packages/grub.scm: Apply patch. > >> > --- > >> > gnu/packages/grub.scm | 4 ++- > >> > gnu/packages/patches/grub-CVE-2015-8370.patch | 45 +++++++++++++++++++++++++++ > >> > 2 files changed, 48 insertions(+), 1 deletion(-) > >> > >> Please make sure to add the patch to gnu-system.am. > > > > Done. > > > >> OK to push with this change. > > > > To master or security-updates? > > > > `guix refresh -l grub` reports no dependents other than itself. > > Right, so pushing to ‘master’ is fine. Pushed as f0150f8724. > > Thanks, > Ludo’.