diff options
author | Clément Lassieur <clement@lassieur.org> | 2017-04-11 22:59:44 +0200 |
---|---|---|
committer | Clément Lassieur <clement@lassieur.org> | 2017-04-17 20:41:16 +0200 |
commit | a408e757663a1f2cb075a9918bb49708906aaca4 (patch) | |
tree | 85e811165602b1ca5c5b1e50517be333b89ff564 /gnu/local.mk | |
parent | c04ef86e8114225f5e5859f379582ba6f69aacfb (diff) | |
download | patches-a408e757663a1f2cb075a9918bb49708906aaca4.tar patches-a408e757663a1f2cb075a9918bb49708906aaca4.tar.gz |
gnu: icu4c: Fix crashes in programs using system ICU.
Fixes <http://bugs.gnu.org/26462>.
* gnu/packages/patches/icu4c-reset-keyword-list-iterator.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/icu4c.scm (icu4c)[replacement]: New field.
(icu4c/fixed): New variable.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index cf9f5c7197..5822add4c8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -658,6 +658,7 @@ dist_patch_DATA = \ %D%/packages/patches/icu4c-CVE-2014-6585.patch \ %D%/packages/patches/icu4c-CVE-2015-1270.patch \ %D%/packages/patches/icu4c-CVE-2015-4760.patch \ + %D%/packages/patches/icu4c-reset-keyword-list-iterator.patch \ %D%/packages/patches/id3lib-CVE-2007-4460.patch \ %D%/packages/patches/ilmbase-fix-tests.patch \ %D%/packages/patches/isl-0.11.1-aarch64-support.patch \ |