Revision tags: AOO420-Dev5-m5 |
|
#
5ab7d478 |
| 02-Jan-2024 |
mseidel |
Update copyright year to 2024
|
#
26665e42 |
| 29-Mar-2023 |
mseidel |
Updated LICENSE for Expat 2.5.0 (cherry picked from commit e4e50d77cf1a077407bf4c838e49b8c0e6c656e2)
|
Revision tags: AOO4115-GA |
|
#
45690e4c |
| 20-Jan-2023 |
mseidel |
Updating LICENSE for zlib 1.2.13
|
Revision tags: AOO4114-GA |
|
#
b6736e08 |
| 31-Dec-2022 |
mseidel |
Update copyright year to 2023
|
Revision tags: AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA |
|
#
b1ddfb3c |
| 01-Jan-2022 |
mseidel |
Update copyright year to 2022
|
Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA |
|
#
85cfe422 |
| 04-Jan-2021 |
mseidel |
Updated copyright year to 2021
|
#
974bb40a |
| 28-Dec-2020 |
mseidel |
i126369 - Finish off hwpfilter The Hangul Word Processor filter was disabled from OpenOffice in r1677190 due to security concerns. While some extra buffer controls could have been m
i126369 - Finish off hwpfilter The Hangul Word Processor filter was disabled from OpenOffice in r1677190 due to security concerns. While some extra buffer controls could have been made and the filter restored, the truth is a much bigger effort is required to catch up with this format. Files created with later editions of Hangul, including Hangul Wordian, Hangul 2002, Hangul 2005 and Hangul 2007 cannot be opened with the existing filter. Existing users can apparently download a free viewer and convert their document to RTF or doc. Drop completely the code. while here also drop remnants of wpd support that we dropped since 3.4.1. Having less code is sometimes better. Adapted from: https://github.com/apache/openoffice/commit/7c12a1727a73ea1bc2b961e6886a8842366150da
show more ...
|
Revision tags: AOO418-GA |
|
#
9f99128e |
| 05-Oct-2020 |
Don Lewis |
Uprade bundled expat to version 2.2.10 This is a bug fix release.
|
#
df26b234 |
| 26-Sep-2020 |
DonLewisFreeBSD |
Python418 - Upgrade bundled python on AOO418 branch. (#99) * Upgrade bundled python to 2.7.18. * Updated LICENSE for Python 2.7.18 Co-authored-by: Don Lewis <truckman@apach
Python418 - Upgrade bundled python on AOO418 branch. (#99) * Upgrade bundled python to 2.7.18. * Updated LICENSE for Python 2.7.18 Co-authored-by: Don Lewis <truckman@apache.org> Co-authored-by: mseidel <mseidel@apache.org>
show more ...
|
#
21aebe28 |
| 21-Aug-2020 |
Matthias Seidel |
Update LICENSE
|
Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413 |
|
#
8d4c92f7 |
| 19-Aug-2016 |
truckman |
Update the bundled version of OpenSSL from 0.9.8zh to 1.0.2h which fixes many vulnerabiliies and adds support for newer, more secure ciphers and versions of the protocol. Note: OpenS
Update the bundled version of OpenSSL from 0.9.8zh to 1.0.2h which fixes many vulnerabiliies and adds support for newer, more secure ciphers and versions of the protocol. Note: OpenSSL version 1.0.2h contains two known minor vulnerabilites, CVE-2016-2177 and CVE-2016-2178, which will be fixed in the next OpenSSL release. Their potential impact is low enough that that various Linux distros have chosen not to apply the upstream patches to the versions that they distribute. On Windows, there is an optional new dependency on NASM, <http://www.nasm.us/>. If NASM is not available, then the C implementations of the low-level crypto code will be used instead of the optimized assembly language versions. Since OpenOffice is not a heavy user of this code, the impact should be minor. If NASM is installed, but its location is not in $PATH, the directory containing nasm.exe should be passed to configure using --with-nasm-home. The fallback to the C crypto implementation also happens on Linux if the version of gcc is sufficently old to indicate that the toolchain is likely to not support the some of the instructions in the assembly language versions of the code. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1756954 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
996f785a |
| 07-Oct-2018 |
Peter Kovacs |
Issue 127886 - Upgraded bundled curl from 7.19.7 to 7.61.1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1843088 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: AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta |
|
#
b597708b |
| 18-Nov-2013 |
Herbert Dürr |
#i122362# remove stlport4-build support but keep the --without-stlport configure option for now it is the new default anyway git-svn-id: https://svn.apache.org/repos/asf/op
#i122362# remove stlport4-build support but keep the --without-stlport configure option for now it is the new default anyway git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543067 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401, AOO400 |
|
#
bac4ac7f |
| 13-Jun-2013 |
Andrea Pescetti |
Bump copyright year. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1492839 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO340 |
|
#
bf121af8 |
| 18-Oct-2012 |
Herbert Dürr |
Remove the incubating disclaimer now that Apache OpenOffice has graduated from the Apache Incubator On October 18th, 2012 the Apache Software foundation announced that the Apache OpenOff
Remove the incubating disclaimer now that Apache OpenOffice has graduated from the Apache Incubator On October 18th, 2012 the Apache Software foundation announced that the Apache OpenOffice project has graduated from the Apache Incubator git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1399619 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
1f2720e2 |
| 24-Sep-2012 |
Ariel Constenla-Haile |
Fix license encoding Convert to UTF-8 encoding, fix line endings mixed up while copying and pasting licenses. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@13
Fix license encoding Convert to UTF-8 encoding, fix line endings mixed up while copying and pasting licenses. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1389189 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
416de96f |
| 03-Apr-2012 |
Herbert Dürr |
#i119168# updated configure help for category-b/aggregation instructions and update license/notice boilerplate text git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1308922 1
#i119168# updated configure help for category-b/aggregation instructions and update license/notice boilerplate text git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1308922 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
1a139aa0 |
| 02-Apr-2012 |
Oliver-Rainer Wittmann |
reworked LICENSE and NOTICE due to the feedback we have got. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1308366 13f79535-47bb-0310-9956-ffa450edef68
|
#
aa77e320 |
| 22-Mar-2012 |
Pedro Giffuni |
Sort better relative to NOTICE. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1303653 13f79535-47bb-0310-9956-ffa450edef68
|
#
7ba83249 |
| 22-Mar-2012 |
Pedro Giffuni |
Add licenses for XFree86 Inc. and some contributors including HP, SuSE and the FSF. Cleanup some stuff while here. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1303647 13
Add licenses for XFree86 Inc. and some contributors including HP, SuSE and the FSF. Cleanup some stuff while here. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1303647 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
18337953 |
| 20-Mar-2012 |
Pedro Giffuni |
Some more cleanups. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1302924 13f79535-47bb-0310-9956-ffa450edef68
|
#
8380d58f |
| 19-Mar-2012 |
Pedro Giffuni |
Sort and update the third-party NOTICE and LICENSE information. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1302725 13f79535-47bb-0310-9956-ffa450edef68
|
#
e9f3e56f |
| 10-Oct-2011 |
Pedro Giffuni |
Apache License version 2.0 text - clear up extra components that we are not using (yet) git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1181165 13f79535-47bb-0310-9956-ffa45
Apache License version 2.0 text - clear up extra components that we are not using (yet) git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1181165 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
8a805b61 |
| 08-Oct-2011 |
Rob Weir |
Add Apache license file git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1180399 13f79535-47bb-0310-9956-ffa450edef68
|