diff options
author | Mark H Weaver <mhw@netris.org> | 2017-03-31 18:20:20 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-03-31 18:20:20 -0400 |
commit | 9554e5ae1552625e518b6395e15e817a4110ee48 (patch) | |
tree | e79c5a79c1ff6b655fca7f73f96533b84397cfa4 /gnu | |
parent | 232be5bcd73c5d598ab56aba98c07ef0325439dc (diff) | |
download | patches-9554e5ae1552625e518b6395e15e817a4110ee48.tar patches-9554e5ae1552625e518b6395e15e817a4110ee48.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.20 [fixes CVE-2017-7184].
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.20.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f000aad6d9..fcb5dfec5c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -352,8 +352,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.19" - "19x6hasx7pvrjj08vy8mhylx1s63j3dwxzgqh4k18jwzjfkv3p3g" + (make-linux-libre "4.9.20" + "0hnxylfnyz3xf7k3qcq2wri2wpbi2islngxjmqp445v1pzr4k9xp" %intel-compatible-systems #:configuration-file kernel-config)) |