all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29046] [PATCH] gnu: linux-libre: Update to 4.13.10 and change URL to HTTPS.
@ 2017-10-28 21:15 Rutger Helling
  2017-10-30  7:06 ` [bug#29046] [PATCH] gnu: linux-libre: Change " Rutger Helling
  0 siblings, 1 reply; 9+ messages in thread
From: Rutger Helling @ 2017-10-28 21:15 UTC (permalink / raw)
  To: 29046


[-- Attachment #1.1: Type: text/plain, Size: 77 bytes --]

Hey Guix, 

here's a patch to update linux-libre and change the URL to HTTPS.

[-- Attachment #1.2: Type: text/html, Size: 270 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-linux-libre-Update-to-4.13.10-and-change-URL-to-.patch --]
[-- Type: text/x-diff; name=0001-gnu-linux-libre-Update-to-4.13.10-and-change-URL-to-.patch, Size: 1505 bytes --]

From 3faa493a607907d6fb571e6c0e3eb391af7a5aec Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Sat, 28 Oct 2017 22:36:16 +0200
Subject: [PATCH] gnu: linux-libre: Update to 4.13.10 and change URL to HTTPS.

* gnu/packages/linux.scm (linux-libre): Update to 4.13.10 and change URL to HTTPS.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 49665e24d..831c26884 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -140,7 +140,7 @@ defconfig.  Return the appropiate make target if applicable, otherwise return
 (define (linux-libre-urls version)
   "Return a list of URLs for Linux-Libre VERSION."
   (list (string-append
-         "http://linux-libre.fsfla.org/pub/linux-libre/releases/"
+         "https://linux-libre.fsfla.org/pub/linux-libre/releases/"
          version "-gnu/linux-libre-" version "-gnu.tar.xz")
 
         ;; XXX: Work around <http://bugs.gnu.org/14851>.
@@ -368,8 +368,8 @@ It has been modified to remove all non-free binary blobs.")
 
 (define %intel-compatible-systems '("x86_64-linux" "i686-linux"))
 
-(define %linux-libre-version "4.13.9")
-(define %linux-libre-hash "1ymsdvm4djh7hg2wmn2v11w380i0ss9nkp4slfrgihdvn6yp5gbv")
+(define %linux-libre-version "4.13.10")
+(define %linux-libre-hash "0y1p5b1rxpbr3apvqqv589qwzfyzjpdrzysfj4h17s0k4gy6c5p8")
 
 (define-public linux-libre
   (make-linux-libre %linux-libre-version
-- 
2.14.3


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-11-12 20:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-28 21:15 [bug#29046] [PATCH] gnu: linux-libre: Update to 4.13.10 and change URL to HTTPS Rutger Helling
2017-10-30  7:06 ` [bug#29046] [PATCH] gnu: linux-libre: Change " Rutger Helling
2017-10-30 14:44   ` Leo Famulari
2017-10-30 19:14     ` Mark H Weaver
2017-10-31  2:22       ` Leo Famulari
2017-11-07 16:26         ` Ludovic Courtès
2017-11-07 19:05           ` Mark H Weaver
2017-11-07 21:12             ` Ludovic Courtès
2017-11-12 20:48             ` bug#29046: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.