Revision tags: AOO420-Dev5-m5 |
|
e75f7898 | 10-Apr-2023 |
mseidel |
Remove unused patch (cherry picked from commit e288e1255ead18ac4791577314bdb194e6de74ce) |
Revision tags: AOO4115-GA |
|
9ceaae4a | 08-Feb-2023 |
Arrigo Marchiori |
Update to expat-2.5.0 (#169) Update to expat-2.5.0 Patched into version 2.5.0-aoo. (cherry picked from commit b6c96fbc33bcb02cbd67f2d110ed776004ec6a4c) |
Revision tags: AOO4114-GA, AOO420-Dev4-m4 |
|
55342629 | 12-Nov-2022 |
Arrigo Marchiori |
Align to expat-2.2.13 Patch by Carl Marcum. (cherry picked from commit 4ad3f9e955ba9bfdf2c6f709f60fdfc6f095c25a) |
Revision tags: AOO4113-GA |
|
fc33a8e7 | 09-Mar-2022 |
Arrigo Marchiori |
Produce expat-2.2.13, derived from 2.4.7 (cherry picked from commit 6027210f9c9f69912774bd8cb8d0c1709c8a875e) |
1cc17f6a | 05-Mar-2022 |
Arrigo Marchiori |
Upgrade expat-2.2.10 into 2.2.12 Also use only one patch file named after the base version (cherry picked from commit b3c6ca9c0c6d662a6b677cbe0eb72ccd48e78f85) |
Revision tags: AOO4112-GA, AOO4111-GA |
|
a05b8263 | 29-Aug-2021 |
Arrigo Marchiori |
Backport changes from libexpat 2.4.0 into ours Backport by Carl Marcum (cherry picked from commit e5a05897583ca40ab4ebf72fff86d6d81f34eef8) |
Revision tags: AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
9f99128e | 05-Oct-2020 |
Don Lewis |
Uprade bundled expat to version 2.2.10 This is a bug fix release. |
Revision tags: 420-Dev2-m2 |
|
1a6276c6 | 03-Oct-2019 |
Don Lewis |
Remove loadlibrary.obj build from 64-bit Windows build as well. This will fix the Windows 32-bit build of expat on 64-bit Windows when the --enable-win-x64-shellext configure option is specif
Remove loadlibrary.obj build from 64-bit Windows build as well. This will fix the Windows 32-bit build of expat on 64-bit Windows when the --enable-win-x64-shellext configure option is specified. Clean up loadlibrary.obj leftovers. (cherry picked from commit 883a5120b3cdc2b17b07fe726623b93bc7a70551)
show more ...
|
4c01c3a0 | 02-Oct-2019 |
Don Lewis |
Upgrade bundled expat to 2.2.9. Delete expat-winapi.patch which was needed to get linkage on Windows to work with the expat static libraries. Instead add -DXML_STATIC to the compile
Upgrade bundled expat to 2.2.9. Delete expat-winapi.patch which was needed to get linkage on Windows to work with the expat static libraries. Instead add -DXML_STATIC to the compiler flags when building the modules that link to the expat static libraries to accomplish the same thing, but in a supported way. Don't build the expat man pages since we don't have the necessary build dependencies and we don't need them anyway. (cherry picked from commit 190cb14849237ec7207449ab78b1e9f4cddb3d32)
show more ...
|
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414 |
|
f0a4f98a | 21-Sep-2017 |
Jim Jagielski |
Correct backport of expat fix git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1809226 13f79535-47bb-0310-9956-ffa450edef68 |
eecb7fcb | 21-Sep-2017 |
Jim Jagielski |
Merge r1805208 from trunk: Fix the Windows 64bit shell extension build breakage caused by expat-2.2.3. The 64 bit expat libraries also need to include loadlibrary.obj. Submitted
Merge r1805208 from trunk: Fix the Windows 64bit shell extension build breakage caused by expat-2.2.3. The 64 bit expat libraries also need to include loadlibrary.obj. Submitted by: truckman Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1809224 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5e288776 | 08-Aug-2017 |
Jim Jagielski |
revert 1804232 for 4.1.4... still no work. Use ugly but working patch from RC1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1804389 13f79535-47bb-0310-9956-ff
revert 1804232 for 4.1.4... still no work. Use ugly but working patch from RC1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1804389 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
afba8660 | 06-Aug-2017 |
Jim Jagielski |
Close BZ127484 with the trunk fix for Windows builds and expat 2.2.3 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1804232 13f79535-47bb-0310-9956-ffa450edef68 |
e05838ad | 04-Aug-2017 |
Jim Jagielski |
OK... With the loadlibrary.c code in xmlparse.c, Windows complains: xmlparse.c(459) : error C2371: 'ELEMENT_TYPE' : redefinition; different basic types E:/Microsoft_SDKs/Windows/v7.0/
OK... With the loadlibrary.c code in xmlparse.c, Windows complains: xmlparse.c(459) : error C2371: 'ELEMENT_TYPE' : redefinition; different basic types E:/Microsoft_SDKs/Windows/v7.0/include\winioctl.h(2774) : see declaration of 'ELEMENT_TYPE' xmlparse.c(1095) : warning C4310: cast truncates constant value xmlparse.c(3350) : error C2223: left of '->nDefaultAtts' must point to struct/union xmlparse.c(3418) : error C2223: left of '->defaultAtts' must point to struct/union xmlparse.c(3419) : error C2223: left of '->defaultAtts' must point to struct/union xmlparse.c(3465) : error C2223: left of '->idAtt' must point to struct/union xmlparse.c(3465) : error C2223: left of '->idAtt' must point to struct/union xmlparse.c(3467) : error C2223: left of '->idAtt' must point to struct/union xmlparse.c(3477) : error C2223: left of '->defaultAtts' must point to struct/union xmlparse.c(3651) : error C2223: left of '->prefix' must point to struct/union xmlparse.c(3652) : error C2223: left of '->prefix' must point to struct/union xmlparse.c(4804) : error C2223: left of '->name' must point to struct/union Sooooo use a different name for the typedef. This is an ugly, ugly patch. Someone fixing the build/makefile for Windows would be mucho preferred. I'm sure there's stuff in our makefile.mk or that needs fixing. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1804159 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5034cae1 | 04-Aug-2017 |
Jim Jagielski |
Temp hack for Windows build failure in 4.1.4 w/ expat 2.2.3: We are not building/linking in the loadlibrary.obj files as we should for Windows, which is killing the apr and sax builds. Force
Temp hack for Windows build failure in 4.1.4 w/ expat 2.2.3: We are not building/linking in the loadlibrary.obj files as we should for Windows, which is killing the apr and sax builds. Force this function into the xmlparse.c file for the time being. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1804151 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3350dc6f | 03-Aug-2017 |
Jim Jagielski |
Merge r1803939 from trunk: Expat is now at v 2.2.3 Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1803940 13f79535-47bb-0310-9956-
Merge r1803939 from trunk: Expat is now at v 2.2.3 Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1803940 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
8453b4a3 | 01-Aug-2017 |
Jim Jagielski |
backport r1803709 for https://github.com/libexpat/libexpat/issues/52 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1803710 13f79535-47bb-0310-9956-ffa450edef68 |
54da5ba9 | 05-Jul-2017 |
Jim Jagielski |
Merge r1755873, r1800568 from trunk: #i127069#: bundled expat version 2.1.0 has two vulnerabilities Upgrade bundled expat to version 2.2.0, which fixes: CVE-2016-5300
Merge r1755873, r1800568 from trunk: #i127069#: bundled expat version 2.1.0 has two vulnerabilities Upgrade bundled expat to version 2.2.0, which fixes: CVE-2016-5300 CVE-2012-6702 It is not known whether these can be exploited when expat is used as part of OpenOffice. All of input files to expat seem to come from the OpenOffice source. One patch is needed to the expat source, without which saxparser crashes during the build. It has been submitted upstream, see <https://sourceforge.net/p/expat/bugs/539/>. It is only triggered when building expat with -DXML_UNICODE which is not the default, but this flag is used when building the bundled expat. #i127461#: Update bundled expat to version 2.2.1 Version 2.2.0 that is bundled in trunk has vulnerabilities CVE-2017-9233 and CVE-2016-9063 and other potential problems. It is not known whether these impact OpenOffice. The patch for <https://sourceforge.net/p/expat/bugs/539/> is included so we no longer need a local patch for that. We do need a new patch to work around the lack of <stdint.h> in MS Visual Studio 9.0. Submitted by: truckman Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1800869 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta, AOO401, AOO400, AOO340 |
|
320b8d84 | 02-Oct-2012 |
Pedro Giffuni |
Update internal expat to version 2.1.0. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1392706 13f79535-47bb-0310-9956-ffa450edef68 |
ddc94e00 | 12-Jan-2012 |
Ariel Constenla-Haile |
Fix malformed patches (build breakers) git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230424 13f79535-47bb-0310-9956-ffa450edef68 |
e76eebc6 | 12-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230357 13f79535-47bb-0310-9956-ffa450edef68 |
7871dc3e | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68 |
cdf0e10c | 16-Aug-2011 |
rcweir |
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/extras/l10n is a copy of (currently tip-most) http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5 Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately): /ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt /ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt /ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt /ooo/trunk/core/gettext/gettext-0.18.1.1.patch /ooo/trunk/core/apache-commons/patches/codec.patch /ooo/trunk/core/libcroco/libcroco-0.6.2.patch /ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt /ooo/trunk/core/graphite/graphite-2.3.1.patch /ooo/trunk/core/hwpfilter/source/hwpeq.cpp /ooo/trunk/core/solenv/bin/cwstouched.pl /ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html /ooo/trunk/core/writerfilter/source/doctok/escher.html /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl Also: Repository.mk from the l10n toplevel git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|