From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/1] grub security update (CVE-2015-8370) Date: Mon, 21 Dec 2015 11:39:53 +0100 Message-ID: <871tagozk6.fsf@gnu.org> References: <87r3igsqyn.fsf@gnu.org> <20151221035055.GA17656@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAxsn-0005MU-A1 for guix-devel@gnu.org; Mon, 21 Dec 2015 05:40:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAxsi-0000Km-AV for guix-devel@gnu.org; Mon, 21 Dec 2015 05:40:01 -0500 In-Reply-To: <20151221035055.GA17656@jasmine> (Leo Famulari's message of "Sun, 20 Dec 2015 22:50:55 -0500") 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > On Sun, Dec 20, 2015 at 11:19:44PM +0100, Ludovic Court=C3=A8s wrote: >> Leo Famulari skribis: >>=20 >> > * 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(-) >>=20 >> Please make sure to add the patch to gnu-system.am. > > Done. > >> OK to push with this change. > > To master or security-updates?=20 > > `guix refresh -l grub` reports no dependents other than itself. Right, so pushing to =E2=80=98master=E2=80=99 is fine. Thanks, Ludo=E2=80=99.