diff options
author | Mark H Weaver <mhw@netris.org> | 2015-08-02 02:07:52 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-08-03 02:10:14 -0400 |
commit | d2892f3a2d7fa53791dc3ab9dbc69aa7fdc1c211 (patch) | |
tree | dda6b6474de1c00e42a7fc019555571a722923b7 /gnu-system.am | |
parent | 4988dd40082807e62f7831c95db340484c93364b (diff) | |
download | patches-d2892f3a2d7fa53791dc3ab9dbc69aa7fdc1c211.tar patches-d2892f3a2d7fa53791dc3ab9dbc69aa7fdc1c211.tar.gz |
gnu: icu4c: Add fix for CVE-2015-4760.
* gnu/packages/patches/icu4c-CVE-2015-4760.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/icu4c.scm (icu4c)[source]: Add 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 87924febd1..4b1486eeee 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -486,6 +486,7 @@ dist_patch_DATA = \ 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 \ + gnu/packages/patches/icu4c-CVE-2015-4760.patch \ gnu/packages/patches/irrlicht-mesa-10.patch \ gnu/packages/patches/jbig2dec-ignore-testtest.patch \ gnu/packages/patches/julia-0.3.10-fix-empty-array.patch \ |