summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/icu4c-CVE-2017-14952.patch
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2017-11-01 14:12:27 +0200
committerEfraim Flashner <[email protected]>2017-11-02 09:08:02 +0200
commit4e080fbb0bb73e4444181599676f4e1ef5fdc2ba (patch)
tree2df59929f3a97b2133da9804fd9716d5ba383b80 /gnu/packages/patches/icu4c-CVE-2017-14952.patch
parente5e33f90bc666499890e7d82945c9bab027a7f14 (diff)
gnu: icu4c: Update to 60.1.
* gnu/packages/icu4c.scm (icu4c): Update to 60.1. [source]: Remove patches. * gnu/packages/patches/icu4c-CVE-2017-14952.patch, gnu/packages/patches/icu4c-CVE-2017-7867-CVE-2017-7868.patch, icu4c-reset-keyword-list-iterator.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu/packages/patches/icu4c-CVE-2017-14952.patch')
-rw-r--r--gnu/packages/patches/icu4c-CVE-2017-14952.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/patches/icu4c-CVE-2017-14952.patch b/gnu/packages/patches/icu4c-CVE-2017-14952.patch
deleted file mode 100644
index 564f69d01d..0000000000
--- a/gnu/packages/patches/icu4c-CVE-2017-14952.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Fix CVE-2017-14952:
-
-https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14952
-
-Patch copied from upstream source repository:
-
-http://bugs.icu-project.org/trac/changeset/40324/trunk/icu4c/source/i18n/zonemeta.cpp#file0
-
-Index: trunk/icu4c/source/i18n/zonemeta.cpp
-===================================================================
---- icu/source/i18n/zonemeta.cpp (revision 40283)
-+++ icu/source/i18n/zonemeta.cpp (revision 40324)
-@@ -691,5 +691,4 @@
- if (U_FAILURE(status)) {
- delete mzMappings;
-- deleteOlsonToMetaMappingEntry(entry);
- uprv_free(entry);
- break;