diff options
author | Mark H Weaver <mhw@netris.org> | 2016-10-22 00:24:51 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-10-22 00:30:38 -0400 |
commit | a861665b75cb0e727204370aaa43d373ecec3a5a (patch) | |
tree | bd1c03cb8b96d450816e78ce537c38e897e2ec44 /gnu/packages/linux.scm | |
parent | 64de7d1ceb863ad5cebd6ea266de704eac7dea7d (diff) | |
download | guix-a861665b75cb0e727204370aaa43d373ecec3a5a.tar guix-a861665b75cb0e727204370aaa43d373ecec3a5a.tar.gz |
gnu: linux-libre@4.1: Add fix for CVE-2016-5195.
* gnu/packages/patches/linux-libre-4.1-CVE-2016-5195.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-libre-4.1): Add patch.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4c64bbe1db..f5f683dd69 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -339,7 +339,10 @@ It has been modified to remove all non-free binary blobs.") (make-linux-libre "4.1.34" "0dajsb363p9lgga22ml8gp9k9lxd8mvrzxk9y3h9c6hpzfcmqdqr" %intel-compatible-systems - #:configuration-file kernel-config)) + #:configuration-file kernel-config + #:patches (list %boot-logo-patch + (search-patch + "linux-libre-4.1-CVE-2016-5195.patch")))) ;; Avoid rebuilding kernel variants when there is a minor version bump. (define %linux-libre-version "4.8.3") |