#
97977252 |
| 18-Mar-2024 |
Damjan Jovanovic |
Upgrade OpenSSL to version 3.0.13. LICENSE and NOTICE files now reflect its new license. The obsolete "DISABLE_OPENSSL" setting has been removed. Patch Python 2 to support OpenSSL 3.
Upgrade OpenSSL to version 3.0.13. LICENSE and NOTICE files now reflect its new license. The obsolete "DISABLE_OPENSSL" setting has been removed. Patch Python 2 to support OpenSSL 3.0.x. Support old versions of Windows. Uses Strawberry Perl on Windows to build, fetched as a dependency. Workarounds for missing integer limit constants in the old version of MSVC we use. NASM now works when it's in the PATH, instead of needing --with-nasm-path to ./configure. Patch by: me (cherry picked from commit 4c5b548fb6ece87dd30bbf720aca0d994a749167)
show more ...
|
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA |
|
#
9646dec5 |
| 04-Apr-2022 |
Damjan Jovanovic |
Port our WebDAV content provider from serf/apr/apr-util, to curl. Patch by: me (adapted from commit 51ba086bf122dbb5b50fd813e5b9a81c051aa16b by Arrigo Marchiori)
|
#
4e7b0f82 |
| 02-Mar-2024 |
Damjan Jovanovic |
Implement the (MS Office 2010+) OOXML "Agile encryption" support, so that we can open such password-protected OOXML files. Adds all the Agile encryption XML tokens and namespaces, and pa
Implement the (MS Office 2010+) OOXML "Agile encryption" support, so that we can open such password-protected OOXML files. Adds all the Agile encryption XML tokens and namespaces, and parses the XML from EncryptionInfo stream, gets OpenOffice to recognize the file is encrypted and ask for a password, and successfully decrypts the file if password is correct. Also a number of other fixes and improvements: - Sorted main/oox/source/token/tokens.txt so it's in alphabetical order (wrong order might have broken certain tokens?). - Refactored how OOXML encryption is generally handled. It's now in its own file. - Added logging to the FilterDetect class. It logs to the office-wide default logger. - Added a flush() method to the BinaryXOutputStream class. - Changed FilterDetect to use XMultiComponentFactory and XComponentContext instead of the deprecated XMultiServiceFactory. - Error handling was generally improved. - Exception safety and some memory safety (::std::vector instead of new[]) in all the new code. Memory leaks should not be possible. Much of the code involved in the decryption was ported from the excellent Apache POI project, so it's been credited in our NOTICE file. Patch by: me (cherry picked from commit 506fa58b1970084a0caacb50b3a805e469be4756)
show more ...
|
#
f0795d1b |
| 02-Jan-2024 |
mseidel |
Update copyright year to 2024 (cherry picked from commit e07a38805855d5c69e350023eddc2f24b53cea08)
|
#
dd61ca64 |
| 31-Dec-2022 |
mseidel |
Update copyright year to 2023 (cherry picked from commit b7bcc0c3cb1626d7ae5daf50fb8ff537fb2a28d2)
|
Revision tags: AOO4112-GA |
|
#
b14a695a |
| 01-Jan-2022 |
mseidel |
Update copyright year to 2022 (cherry picked from commit a4b3dcbe18094aea44306f91c89f3bc628d64891)
|
Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA |
|
#
48789bc7 |
| 04-Jan-2021 |
mseidel |
Updated copyright year to 2021 (cherry picked from commit b3fc2ec329d5bf9ddb749664e01ca9e4d6c6069b)
|
Revision tags: AOO418-GA, 420-Dev2-m2 |
|
#
5a80ab83 |
| 01-Jan-2020 |
mseidel |
Updated copyright year (cherry picked from commit 46e28a4a0ea91fc96c2da58185836fc6af64a9d0)
|
Revision tags: AOO417, AOO420-Dev-m1 |
|
#
8d1a3dfa |
| 01-Jan-2019 |
Matthias Seidel |
Updated copyright to 2019 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1850116 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO416 |
|
#
dc526307 |
| 03-Nov-2018 |
Matthias Seidel |
Removed whitespace git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1845656 13f79535-47bb-0310-9956-ffa450edef68
|
#
f4d7310a |
| 31-Oct-2018 |
Matthias Seidel |
Removed whitespace git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1845351 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO416-RC1 |
|
#
8550753c |
| 02-Jun-2018 |
Pedro Giffuni |
Revert r1832747: Drop references and the requirement for the StAX API. The saxon build needs more care. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@183274
Revert r1832747: Drop references and the requirement for the StAX API. The saxon build needs more care. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1832749 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
69444ee8 |
| 02-Jun-2018 |
Pedro Giffuni |
Drop references and the requirement for the StAX API. The StAX API was a requirement to build saxon however, long ago StAX became part of the Java API[1], so in practice we are not using
Drop references and the requirement for the StAX API. The StAX API was a requirement to build saxon however, long ago StAX became part of the Java API[1], so in practice we are not using StAX as a separate tarball at all. No functional change intended. Huge thanks to AdfinisSygroup that maintained the opengrok service for so long. These type of changes would have been much more difficult without the service. [1] https://docs.oracle.com/javase/tutorial/jaxp/stax/why.html git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1832747 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO415 |
|
#
afa41b63 |
| 18-Jan-2018 |
Matthias Seidel |
Update the Copyright year to 2018 According to: https://svn.apache.org/viewvc?view=revision&revision=1780015 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@182156
Update the Copyright year to 2018 According to: https://svn.apache.org/viewvc?view=revision&revision=1780015 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1821563 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO414 |
|
#
4d56bd9d |
| 14-Apr-2017 |
Matthias Seidel |
Added https for some links git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1791376 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO413 |
|
#
72197743 |
| 02-Feb-2017 |
Pedro Giffuni |
Let's leave the $HeadURL$ in the end. Looks better and serves the same purpose. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1781334 13f79535-47bb-0310-9956-ff
Let's leave the $HeadURL$ in the end. Looks better and serves the same purpose. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1781334 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
14654ce9 |
| 24-Jan-2017 |
Ariel Constenla-Haile |
i127295 - Update the Copyright year to 2017 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1780015 13f79535-47bb-0310-9956-ffa450edef68
|
#
03f9c50e |
| 24-Dec-2016 |
pfg |
Make use of the HeadURL svn keyword. Using these in notable files, especially the LICENSE, NOTICE and README files improves the visibility of the repository and provides a good refer
Make use of the HeadURL svn keyword. Using these in notable files, especially the LICENSE, NOTICE and README files improves the visibility of the repository and provides a good reference for developers that may be looking for updates. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1775981 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
543f18e8 |
| 12-Sep-2016 |
arielch |
i127108 - Update the Copyright year git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1760461 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO4121, AOO412, SNAPSHOT |
|
#
18135e38 |
| 19-Oct-2015 |
Andrea Pescetti |
#i126567# Update copyright year in NOTICE file. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1709377 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO411 |
|
#
b4abecfe |
| 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: some more files. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. Did I mention this is m
Many spelling fixes: some more files. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. Did I mention this is more important than translating German comments? ;) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591066 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
#
e62cc006 |
| 03-Jan-2014 |
Rob Weir |
Update copyright in NOTICE to 2014 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555208 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO401, AOO400 |
|
#
3eba8673 |
| 17-Jun-2013 |
Rob Weir |
Update NOTICE to include IBM copyright migrated from Symphony headers. Added link to AOO homepage. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1493765 13f79535-47bb-0310-9
Update NOTICE to include IBM copyright migrated from Symphony headers. Added link to AOO homepage. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1493765 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
3f0e34d8 |
| 13-May-2013 |
Ariel Constenla-Haile |
Update year in NOTICE file, again git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1481685 13f79535-47bb-0310-9956-ffa450edef68
|
#
3f8563e2 |
| 13-May-2013 |
Ariel Constenla-Haile |
Update year in NOTICE file git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1481684 13f79535-47bb-0310-9956-ffa450edef68
|