diff options
author | Mark H Weaver <mhw@netris.org> | 2017-10-19 15:29:09 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-10-19 15:29:09 -0400 |
commit | a8401c4ef1506c9874a34ccb382239656b3ffdb3 (patch) | |
tree | 3c7c0fb6cb24e14bbd5efca3edca10df3fd79628 /gnu/packages/linux.scm | |
parent | 8c1db4fc58859f3fbdf098da1791f5e84f9092ce (diff) | |
download | patches-a8401c4ef1506c9874a34ccb382239656b3ffdb3.tar patches-a8401c4ef1506c9874a34ccb382239656b3ffdb3.tar.gz |
gnu: linux-libre@4.1: Update to 4.1.45.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.45.
Remove patch that is now included upstream.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index fde7be4468..c68ffe9fda 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -390,20 +390,10 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.1 - (make-linux-libre "4.1.44" - "1h1v2n8fxnn98y0jz9pnr4xdmc0v4l5d3hfxa5n5r3xmjksf1xs3" + (make-linux-libre "4.1.45" + "1ifpyyq86x0imjdfb9vm7m8dbnkw82a7bqczx166zrssc1fc677l" %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.git/patch/?id=f7ec367c8ea7021517c9c04b0022c225d2d0785a") - (file-name "linux-libre-4.4-CVE-2017-1000251.patch") - (sha256 - (base32 - "1glnjvs3xkvana2wfdv47dxi7jz2s4dz3v0b8ryglf2vbflm388w")))))) + #:configuration-file kernel-config)) (define-public linux-libre-arm-generic (make-linux-libre %linux-libre-version |