GNU bug report logs -
#26707
[PATCH 1/1] gnu: grub: Update to 2.0.2.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Sat, 29 Apr 2017 16:22:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 7 May 2017 19:28:09 -0400
with message-id <20170507232809.GA20552 <at> jasmine>
and subject line Re: [PATCH 1/1] gnu: grub: Update to 2.0.2.
has caused the debbugs.gnu.org bug report #26707,
regarding [PATCH 1/1] gnu: grub: Update to 2.0.2.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
26707: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26707
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/bootloaders.scm (grub): Update to 2.0.2.
[source]: Fetch source from ftp.gnu.org and use upstream file-name.
---
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 98afc6a7c..951961bd7 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 "ftp://ftp.gnu.org/gnu/grub/grub-"
+ version ".tar.xz"))
(sha256
(base32
- "0y02v19x9sb5jvj740f604vvi5j1rx8pily1jk0l64bdp7lkjlj4"))))
+ "03vvdfhdmf16121v7xs8is2krwnv15wpkhkf16a4yf8nsfc3f2w1"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
--
2.12.2
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
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.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 8 years and 96 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.