diff options
author | Mark H Weaver <mhw@netris.org> | 2015-08-07 23:06:02 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-08-07 23:08:41 -0400 |
commit | a5e55dfbb7318f8c79e9d56f8c8dcd5b20566efb (patch) | |
tree | 757e9677aa340a68e66f41b9c1c3765cd05e76ea /gnu-system.am | |
parent | ff6f33cf80d04717cad90177c934ae5b2dd6086c (diff) | |
download | guix-a5e55dfbb7318f8c79e9d56f8c8dcd5b20566efb.tar.gz |
gnu: icecat: Add fix for CVE-2015-4495.
* gnu/packages/patches/icecat-CVE-2015-4495.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (icecat)[source]: Add patch. Move the 'patches' field above the snippet.
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 1946ee2a65..43ea021536 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -483,6 +483,7 @@ dist_patch_DATA = \ gnu/packages/patches/hwloc-gather-topology-lstopo.patch \ gnu/packages/patches/hydra-automake-1.15.patch \ gnu/packages/patches/hydra-disable-darcs-test.patch \ + gnu/packages/patches/icecat-CVE-2015-4495.patch \ gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch \ gnu/packages/patches/icecat-freetype-2.6.patch \ gnu/packages/patches/icecat-libvpx-1.4.patch \ |