diff options
author | Leo Famulari <leo@famulari.name> | 2017-04-19 19:22:50 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-04-20 11:59:05 -0400 |
commit | e795a3d2ce482d808f94e5be148e90d81c3765e0 (patch) | |
tree | a2ba726bddc6bd2d9523d1cfb512993f415dc1fd /gnu/local.mk | |
parent | 46cb089f3182ac48481811dc14d668f07c70550c (diff) | |
download | patches-e795a3d2ce482d808f94e5be148e90d81c3765e0.tar patches-e795a3d2ce482d808f94e5be148e90d81c3765e0.tar.gz |
gnu: icu4c: Fix CVE-2017-{7867,7868}.
* gnu/packages/patches/icu4c-CVE-2017-7867-CVE-2017-7868.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/icu4c.scm (icu4c/fixed)[source]: Use it.
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 6e0c3eb42a..90268c4856 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -657,6 +657,7 @@ dist_patch_DATA = \ %D%/packages/patches/hypre-ldflags.patch \ %D%/packages/patches/icecat-avoid-bundled-libraries.patch \ %D%/packages/patches/icecat-binutils.patch \ + %D%/packages/patches/icu4c-CVE-2017-7867-CVE-2017-7868.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 \ |