summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-06-26 00:59:22 -0400
committerMark H Weaver <mhw@netris.org>2017-06-26 01:05:27 -0400
commit65763656304225f811794ae0ec95962124a3d7b6 (patch)
treed4bc5f43075d24a3b9598eef5020e22778ce44e0 /gnu
parent7182442a636ffff05f2fa3a86df7d50693cbd440 (diff)
downloadguix-patches-65763656304225f811794ae0ec95962124a3d7b6.tar
guix-patches-65763656304225f811794ae0ec95962124a3d7b6.tar.gz
gnu: linux-libre@4.9: Update to 4.9.34.
* gnu/packages/linux.scm (linux-libre@4.9): Update to 4.9.34. [source]: Remove patch.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm16
1 files changed, 3 insertions, 13 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ec950d2272..c7294717c2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -380,20 +380,10 @@ https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/patch
"0hv3lxjgpssvsldkydg5q7znnzxv5ncpzrk6g11q01k3gkl0q689"))))))
(define-public linux-libre-4.9
- (make-linux-libre "4.9.33"
- "1dam6vqymhlx1vsl0lzxphamiifgyf97snxg18b2czqq402nz094"
+ (make-linux-libre "4.9.34"
+ "00jm3338kvhfj850lg3mvk680fmfw34mvwaq41lvxgb1z2xqqlz1"
%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=37c40b6777f0bc8a63f616479c469b371097f333")
- (file-name "linux-libre-4.9-CVE-2017-1000364.patch")
- (sha256
- (base32
- "0zhnh8ysiqldxlnd50bjrxagzx29kc8nlajdrikii2x2ibkbfb4i"))))))
+ #:configuration-file kernel-config))
(define-public linux-libre-4.4
(make-linux-libre "4.4.73"