guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: linux-libre: Update to 4.13.2.


From: Mark H. Weaver
Subject: 03/03: gnu: linux-libre: Update to 4.13.2.
Date: Fri, 15 Sep 2017 00:36:39 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit daca2ec4bb27de2ffc2810ce3528cbd471bf1608
Author: Mark H Weaver <address@hidden>
Date:   Fri Sep 15 00:31:15 2017 -0400

    gnu: linux-libre: Update to 4.13.2.
    
    * gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.2.
    (%linux-libre-hash): Update hash.
    (linux-libre, linux-libre-arm-generic): Remove patch.
---
 gnu/packages/linux.scm | 28 ++++------------------------
 1 file changed, 4 insertions(+), 24 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 72139e2..874f94b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -367,24 +367,14 @@ 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.1")
-(define %linux-libre-hash 
"1asvxkfh85842816wd3yjw7g1pyhjj69lh4ni4ijjpwlicrsws67")
+(define %linux-libre-version "4.13.2")
+(define %linux-libre-hash 
"166yy7nah2h2ffxqgb92nfwrvihna3kvdx4ryppf34gmybmmfw36")
 
 (define-public linux-libre
   (make-linux-libre %linux-libre-version
                     %linux-libre-hash
                     %intel-compatible-systems
-                    #:configuration-file kernel-config
-                    #:patches
-                    (list %boot-logo-patch
-                          (origin
-                            (method url-fetch)
-                            (uri "\
-https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/patch/?id=7c3899324f16a8e50764fc9804bf4b06ac023133";)
-                            (file-name 
"linux-libre-4.13-CVE-2017-1000251.patch")
-                            (sha256
-                             (base32
-                              
"11pxxrvfvpq9xfahdk73c64w2381w1yqchphjgylzahw4p6mjffh"))))))
+                    #:configuration-file kernel-config))
 
 (define-public linux-libre-4.9
   (make-linux-libre "4.9.50"
@@ -419,17 +409,7 @@ 
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/patch
                     %linux-libre-hash
                     '("armhf-linux")
                     #:defconfig "multi_v7_defconfig"
-                    #:extra-version "arm-generic"
-                    #:patches
-                    (list %boot-logo-patch
-                          (origin
-                            (method url-fetch)
-                            (uri "\
-https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/patch/?id=7c3899324f16a8e50764fc9804bf4b06ac023133";)
-                            (file-name 
"linux-libre-4.13-CVE-2017-1000251.patch")
-                            (sha256
-                             (base32
-                              
"11pxxrvfvpq9xfahdk73c64w2381w1yqchphjgylzahw4p6mjffh"))))))
+                    #:extra-version "arm-generic"))
 
 
 ;;;



reply via email to

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