mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: linux-libre-arm-generic: Add mitigation for CVE-2017-1000364.
This is a followup to commit 91c623aae0
.
* gnu/packages/linux.scm (linux-libre-arm-generic): Add patch to mitigate
CVE-2017-1000364.
This commit is contained in:
parent
53321ad388
commit
2e701cd384
1 changed files with 11 additions and 1 deletions
|
@ -420,7 +420,17 @@ (define-public linux-libre-arm-generic
|
||||||
%linux-libre-hash
|
%linux-libre-hash
|
||||||
'("armhf-linux")
|
'("armhf-linux")
|
||||||
#:defconfig "multi_v7_defconfig"
|
#:defconfig "multi_v7_defconfig"
|
||||||
#:extra-version "arm-generic"))
|
#: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=167ec8235f978d7af78c73e9490dae1af3fee67f")
|
||||||
|
(file-name "linux-libre-4.11-CVE-2017-1000364.patch")
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0hv3lxjgpssvsldkydg5q7znnzxv5ncpzrk6g11q01k3gkl0q689"))))))
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
|
Loading…
Reference in a new issue