25788ab2 | 18-Apr-2024 |
Damjan Jovanovic |
Fix a regression in 8eb9a7e66a3128669216ddb884f844d50ac59fb9, which broke delivering libcrypto.lib and libssl.lib on Windows. Patch by: me (cherry picked from commit 9b51720274e
Fix a regression in 8eb9a7e66a3128669216ddb884f844d50ac59fb9, which broke delivering libcrypto.lib and libssl.lib on Windows. Patch by: me (cherry picked from commit 9b51720274ee0b7c1ade0e9b4cd4b8417efd1b6c)
show more ...
|
e350def3 | 07-Apr-2024 |
Damjan Jovanovic |
Build OpenSSL as a dynamic link library, instead of a static library. Patch its users to use an RPATH of $ORIGIN, so they use the correct copy. This reduces the size of the build by abou
Build OpenSSL as a dynamic link library, instead of a static library. Patch its users to use an RPATH of $ORIGIN, so they use the correct copy. This reduces the size of the build by about 4615 KiB, or 3.78%. Patch by: me (adapted from commit 8eb9a7e66a3128669216ddb884f844d50ac59fb9 by Arrigo Marchiori)
show more ...
|
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 |
|
41606ed7 | 06-May-2022 |
Arrigo Marchiori |
Fix including OpenSSL dynamic libraries on Unix (#147) (cherry picked from commit 0ca5b4b7b8e66fbc937f89173ce45fcc179e72b3) |
2af4541b | 12-Oct-2022 |
Damjan Jovanovic |
"expat" is not required to build "lucene" or "openssl". Patch by: me (cherry picked from commit 461facd3d94599cc708db50510b7e42483407720) |
Revision tags: AOO4112-GA |
|
11bfcc0a | 10-Nov-2021 |
Jim Jagielski |
Revert "Using openssl 1.1.1" This reverts commit fd19375455acf55e17f464fd5cb042e281169b46. |
9f8fbe6d | 09-Nov-2021 |
Jim Jagielski |
typo (cherry picked from commit e9165bd372164983713a4aaded11d804debd7ba6) |
fd193754 | 09-Nov-2021 |
Jim Jagielski |
Using openssl 1.1.1 (cherry picked from commit b86e16e6b6a3d6837f70d8d07088d00ba1238de2) |
Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA |
|
83e567ef | 21-Dec-2020 |
Jim Jagielski |
Build for macOS (cherry picked from commit 89dcc3feb2d0c56a82f3167e8cf4f077fabba0a8) |
Revision tags: AOO418-GA |
|
74e9e84f | 22-Aug-2020 |
Don Lewis |
Upgrade to openssl-1.0.2u. Remove unused version.mk. (cherry picked from commit 5988caad9a0dac8ef57950ff3aeb2b6fa8267fc6) |
669c4ec9 | 21-Aug-2020 |
mseidel |
Use correct version of openSSL in version.mk (cherry picked from commit e5dc12f6473513f2eb82c9d93c82bd1f4653cbd7) |
Revision tags: 420-Dev2-m2 |
|
069075cf | 07-Oct-2019 |
Don Lewis |
Upgrade openssl to version 1.0.2t. This requires NASM to build on Windows. |
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
bd5f90de | 30-Aug-2018 |
Don Lewis |
Upgrade bundled openssl to version 1.0.2p. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839706 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO415 |
|
4b01ed19 | 07-Mar-2018 |
Damjan Jovanovic |
Get openssl to build on Win64. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1826081 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO414, AOO413 |
|
a8693330 | 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 ...
|
Revision tags: AOO4121 |
|
320be1cc | 29-Dec-2015 |
Pedro Giffuni |
Update OpenSSL to version 0.9.8zh Missing changes -- slight mess here :-/. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1722239 13f79535-47bb-0310-9956-ffa450e
Update OpenSSL to version 0.9.8zh Missing changes -- slight mess here :-/. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1722239 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6dbcc7ea | 29-Dec-2015 |
Pedro Giffuni |
Update OpenSSL to version 0.9.8zh Missing changes. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1722238 13f79535-47bb-0310-9956-ffa450edef68 |
d52ac245 | 29-Dec-2015 |
Pedro Giffuni |
Update OpenSSL to version 0.9.8zh Changes ar really small but this may be the last version in the 0.9.8 series. Newer versions are bigger and consequently have a bad security record.
Update OpenSSL to version 0.9.8zh Changes ar really small but this may be the last version in the 0.9.8 series. Newer versions are bigger and consequently have a bad security record. We should probably consider alternatives for future updates. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1722228 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT |
|
2c7d5930 | 09-Oct-2015 |
Andrea Pescetti |
#i126572# Complete the OpenSSL update. Patch by: pfg git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707645 13f79535-47bb-0310-9956-ffa450edef68 |
0bd3f823 | 09-Oct-2015 |
Andrea Pescetti |
#i126572# Update OpenSSL to 0.9.8zg. Patch by: pfg git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707642 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO411, AOO410, AOO410_Beta, AOO401, AOO400 |
|
d6f8aed5 | 28-Mar-2013 |
Herbert Dürr |
fix an inline asm input-output bitwidth mismatch Clang rightfully rejects it, so we have to use the cast. Upstream has a similar fix for its OpenSSL-fips-2_0* tags. git-svn
fix an inline asm input-output bitwidth mismatch Clang rightfully rejects it, so we have to use the cast. Upstream has a similar fix for its OpenSSL-fips-2_0* tags. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1462159 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
4ee0f98c | 16-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from many more non-exec files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244909 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 ...
|