diff options
author | Mark H Weaver <mhw@netris.org> | 2016-01-20 13:04:35 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-01-20 13:23:42 -0500 |
commit | beed3af565fd6eb2eab45a1b970be8d8cd8437d5 (patch) | |
tree | 280c24630c3e655c64f0015506fb0fef0c624645 /gnu-system.am | |
parent | d4df203292a6d0cda0e80103cb41f91bc7bac604 (diff) | |
download | guix-beed3af565fd6eb2eab45a1b970be8d8cd8437d5.tar.gz |
gnu: linux-libre: Add fix for CVE-2016-0728.
* gnu/packages/patches/linux-libre-CVE-2016-0728.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (linux-libre)[source]: Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 74e65c7b5e..c5e8940054 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -1,7 +1,7 @@ # GNU Guix --- Functional package management for GNU # Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org> # Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr> -# Copyright © 2013, 2014, 2015 Mark H Weaver <mhw@netris.org> +# Copyright © 2013, 2014, 2015, 2016 Mark H Weaver <mhw@netris.org> # # This file is part of GNU Guix. # @@ -565,6 +565,7 @@ dist_patch_DATA = \ gnu/packages/patches/libwmf-CVE-2015-4695.patch \ gnu/packages/patches/libwmf-CVE-2015-4696.patch \ gnu/packages/patches/libxslt-CVE-2015-7995.patch \ + gnu/packages/patches/linux-libre-CVE-2016-0728.patch \ gnu/packages/patches/lirc-localstatedir.patch \ gnu/packages/patches/libpthread-glibc-preparation.patch \ gnu/packages/patches/lm-sensors-hwmon-attrs.patch \ |