diff options
author | Leo Famulari <leo@famulari.name> | 2015-12-19 18:18:43 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2015-12-21 12:33:55 -0500 |
commit | f0150f8724f09fa650a0cbb66d3ef5a8a99804c4 (patch) | |
tree | 44d2541c13b90e85120928a6e87ea2f6e0c40510 /gnu-system.am | |
parent | e2cd1d0fb918b55a1ab16271fac758b260057030 (diff) |
gnu: grub: Add fix for CVE-2015-8730.
* gnu/packages/patches/grub-CVE-2015-8370.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/grub.scm: Apply patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 3c8f402fa6..df177b62d5 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -497,6 +497,7 @@ dist_patch_DATA = \ gnu/packages/patches/gobject-introspection-cc.patch \ gnu/packages/patches/gobject-introspection-girepository.patch \ gnu/packages/patches/grep-CVE-2015-1345.patch \ + gnu/packages/patches/grub-CVE-2015-8370.patch \ gnu/packages/patches/grub-gets-undeclared.patch \ gnu/packages/patches/grub-freetype.patch \ gnu/packages/patches/guile-1.8-cpp-4.5.patch \ |