diff options
author | Mark H Weaver <mhw@netris.org> | 2017-09-15 00:30:21 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-09-15 00:30:21 -0400 |
commit | c2ab0f895080503d624787177df90403ee9aae58 (patch) | |
tree | 27d976898e65711dc2ab4362c50adb2c4e0d2293 | |
parent | d22a843f57716f388966e99421599d28164a88f0 (diff) | |
download | patches-c2ab0f895080503d624787177df90403ee9aae58.tar patches-c2ab0f895080503d624787177df90403ee9aae58.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.50.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.50. Remove patch.
-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 1d0a7efc7a..72139e2f97 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -387,20 +387,10 @@ https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/patch "11pxxrvfvpq9xfahdk73c64w2381w1yqchphjgylzahw4p6mjffh")))))) (define-public linux-libre-4.9 - (make-linux-libre "4.9.49" - "0m0bhhhndfwvfhy3kc3a87qc9vqx9w61sw2zcjppisx4h2pzmfds" + (make-linux-libre "4.9.50" + "1igjb2qr4znvz9p5ix18lbiv8bkfgn7lprn92gdyff4g4r4kzh72" %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=2bc1cc696eb173578162d6202a032fb46e3db1f4") - (file-name "linux-libre-4.9-CVE-2017-1000251.patch") - (sha256 - (base32 - "0mpl5mc9s0bs2ls9hvl8dfm8vfaicx87j3n32nswqj4yk61inma5")))))) + #:configuration-file kernel-config)) (define-public linux-libre-4.4 (make-linux-libre "4.4.88" |