emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26723: closed ([PATCH] gnu: grub: Update to 2.02)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26723: closed ([PATCH] gnu: grub: Update to 2.02)
Date: Sun, 07 May 2017 23:29:02 +0000

Your message dated Sun, 7 May 2017 19:28:09 -0400
with message-id <address@hidden>
and subject line Re: [PATCH 1/1] gnu: grub: Update to 2.0.2.
has caused the debbugs.gnu.org bug report #26723,
regarding [PATCH] gnu: grub: Update to 2.02
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26723: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26723
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: grub: Update to 2.02 Date: Mon, 01 May 2017 10:34:58 +0900 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
Hi,

This patch updates GRUB from 2.02rc1 to 2.02.

Thanks,

Maxim

From e2d468b9e8de3f602ee49df4212dda9afd5d66b4 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <address@hidden>
Date: Mon, 1 May 2017 10:21:42 +0900
Subject: [PATCH] gnu: grub: Update to 2.02

* gnu/packages/bootloaders.scm (grub): Update from 2.02rc1 to 2.02;
form the URI using the GNU mirror prefix.
---
 gnu/packages/bootloaders.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 98afc6a7c1..f7a1b75cb3 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -63,17 +63,14 @@
 (define-public grub
   (package
     (name "grub")
-    (version "2.02rc1")
+    (version "2.02")
     (source (origin
              (method url-fetch)
-             (uri (string-append
-                   "ftp://alpha.gnu.org/gnu/grub/grub-";
-                   "2.02~rc1"
-                   ".tar.xz"))
-             (file-name (string-append name "-" version ".tar.xz"))
+             (uri (string-append "mirror://gnu/grub/grub-"
+                                 version ".tar.xz"))
              (sha256
               (base32
-               "0y02v19x9sb5jvj740f604vvi5j1rx8pily1jk0l64bdp7lkjlj4"))))
+               "03vvdfhdmf16121v7xs8is2krwnv15wpkhkf16a4yf8nsfc3f2w1"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
-- 
2.12.0

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 1/1] gnu: grub: Update to 2.0.2. Date: Sun, 7 May 2017 19:28:09 -0400 User-agent: Mutt/1.8.2 (2017-04-18)
On Sat, Apr 29, 2017 at 12:24:32PM -0400, Leo Famulari wrote:
> I've built this GRUB for x86_64-linux and i686-linux, and I'm using it
> successfully for GuixSD on x86_64-linux.
> 
> I'll push it in the next day or two, but I'd like to give others the
> opportunity to test their setups.

I pushed a modified version of this patch as
3586a3e9a9b0c71b11c47ff63279b2e8a24b5704.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]