summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-05-06 16:56:28 +0200
committerEike Rathke <erack@redhat.com>2013-05-06 17:04:08 +0200
commitbc20557b9ffa774d98846097bb2e4b93e518c4b3 (patch)
treee1f079f984c932e96d9755b0653527b51a94857c /icu
parent38b1b1aa4bf86653dd8363e85eb7e63d19d5b123 (diff)
added ICU 51 layout fix tarball, ticket 10107
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
Diffstat (limited to 'icu')
-rw-r--r--icu/UnpackedTarball_icu.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/icu/UnpackedTarball_icu.mk b/icu/UnpackedTarball_icu.mk
index e0837ace8893..91e3d5656bf5 100644
--- a/icu/UnpackedTarball_icu.mk
+++ b/icu/UnpackedTarball_icu.mk
@@ -11,6 +11,12 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,icu))
$(eval $(call gb_UnpackedTarball_set_tarball,icu,$(ICU_TARBALL)))
+# *ONLY* for ICU 51(.1)!
+# http://site.icu-project.org/download/51#TOC-Known-Issues
+$(eval $(call gb_UnpackedTarball_set_pre_action,icu,\
+ $(GNUTAR) -x -z -f $(TARFILE_LOCATION)/$(ICU_51_LAYOUT_FIX_TARBALL) \
+))
+
$(eval $(call gb_UnpackedTarball_add_patches,icu,\
icu/icu4c.10129.wintz.patch \
icu/icu4c.9948.mlym-crash.patch \
brary_xmlsecurity.mk?h=cp-24.04.3-5&id=de030cd7a234fd9191364647deb1a4836ca992cb'>gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-03-04Fix build for mobileThorsten Behrens 2017-03-04gpg4libre: List and view GPG keysSamuel Mehrbrodt 2017-02-10Remove MinGW supportStephan Bergmann 2016-12-15xmlsecurity: hold XMLDocumentWrapper by rtl::Reference in XSecControllerMiklos Vajna 2016-11-30xmlsecurity PDF verify: look for the signingCertificateV2 attributeMiklos Vajna 2016-11-24xmlsecurity: instantiate SignatureVerifierImpl directly in XSecControllerMiklos Vajna 2016-11-03xmlsecurity PDF verify: initial Windows supportMiklos Vajna 2016-10-20Extract vcl::PDFWriter::Sign() from vcl and xmlsecurityMiklos Vajna 2016-10-18xmlsecurity: use NSS on Linux/macOS to generate pdf signatureMiklos Vajna 2016-10-14xmlsecurity: extract certificate from PDF signatureMiklos Vajna 2016-10-13xmlsecurity: add initial PDFSignatureHelperMiklos Vajna 2016-03-11xmlsecurity: extract OOXML export code into its own classMiklos Vajna 2016-02-15xmlsecurity: factor out DocumentSignatureManager from DigitalSignaturesDialogMiklos Vajna 2016-01-13xmlsecurity: initial OOXMLSecParserMiklos Vajna 2016-01-11xmlsecurity: mark two classes as public to be able to unit-test themMiklos Vajna 2014-06-04update_pch: add a bunch of pch filesThomas Arnhold 2014-04-28prefer makefile-gmake-modeTakeshi Abe 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-05new module i18nlangtagEike Rathke 2013-03-29ResMgr with LanguageTagEike Rathke