History log of /aoo42x/main/openssl/opensslunx.patch (Results 1 - 2 of 2)
Revision Date Author Comments
# 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 ...