summaryrefslogtreecommitdiff
path: root/icu/UnpackedTarball_icu.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-10-17Resolves: rhbz#1015594 CVE-2013-2924 use-after-freeEike Rathke1-0/+1
Added icu.10318.CVE-2013-2924_changeset_34076.patch from https://ssl.icu-project.org/trac/changeset/34076 assigned to https://ssl.icu-project.org/trac/ticket/10318 Change-Id: I93a33e59aec9b79fb8d4b1517cd0990c79ee65fb (cherry picked from commit 7693a4b9fbb60105d8438465db51c7afef4c3eb1) Reviewed-on: https://gerrit.libreoffice.org/6268 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-06Fix for WindowsStephan Bergmann1-1/+1
Change-Id: I236c7887895d26a90c0f39655891d84b97b7b3ba
2013-05-06added ICU 51 layout fix tarball, ticket 10107Eike Rathke1-0/+6
With 428bde3591ff2fd2195097040dbe1480f1f4210f this should enable ICU to bounds-check font tables as mentioned in http://site.icu-project.org/download/51#TOC-Known-Issues With this patch also needed is 7de7267f4cfcb455aabb09053c7ed681d4591867 otherwise application will crash. Change-Id: I42e31778f762afc80ea21c1fb20952eab42791dc
2013-05-02fdo#59850: Resolves invalid date changing by ICU's timezone detection bug.Isamu Mogi1-0/+1
Patch was also submitted with https://ssl.icu-project.org/trac/ticket/10129 of which the outcome should be monitored. Change-Id: I3ebd4aaef281214062a5b2a858eff8e57a34c9b1 Reviewed-on: https://gerrit.libreoffice.org/3637 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-04-08Revert "Make icu's DefaultCharMapper usable on Windows"Rene Engelhard1-1/+0
Obsolete with 08ba028992a77dee32dd76030bc409c6d3b39e36 This reverts commit 21fea27309a75b86add08918d2a2a2234ae1f1fb.
2013-04-08Make icu's DefaultCharMapper usable on WindowsStephan Bergmann1-0/+1
....see <http://lists.freedesktop.org/archives/libreoffice/2013-April/049570.html> "Re: [Libreoffice-commits] core.git: fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string unicodes" for details. Change-Id: Iaac2457643e58b2c5972eb812edb1dd6619437be
2013-03-30upgrade icu to 51.1Peter Foley1-4/+0
Change-Id: I1c0d5ca4b2f88ca48225fcdbeb978f27fa91f7a6 Reviewed-on: https://gerrit.libreoffice.org/2953 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Peter Foley <pefoley2@verizon.net>
2013-03-07resolved rhbz#918168 ICU: CVE-2013-0900 race condition allows DoSEike Rathke1-0/+2
Upstream changes https://ssl.icu-project.org/trac/changeset/32865 https://ssl.icu-project.org/trac/changeset/32908 See also https://bugzilla.redhat.com/show_bug.cgi?id=918167 Plus changed UMutex to UMTX to make these compile in icu49. Change-Id: Ib5dba7085e6b2dd3925c0c220b5d264e4c7bb4c8
2013-02-21Don't cripple the icu dataFridrich Štrba1-6/+0
CorelDraw and MS Publisher importers use icu for conversions between 8-bit character sets and UTF8. In some cases even between UTF16 and UTF8. Thus we need the relevant data. Use the default icu-provided data for the while. Change-Id: I7914bf8a792cf72b34335a0a423b2304b30a26b4
2013-02-19Resolves: fdo#52519 crash on typing some MalayalamCaolán McNamara1-0/+1
Change-Id: Ie31da5896d98908fd540146d1105ecc4257fa071
2013-01-18Move comment to perhaps more relevant placeTor Lillqvist1-8/+0
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley1-0/+44
Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6 Reviewed-on: https://gerrit.libreoffice.org/1488 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>