diff options
author | Tim Biermann <tbier@posteo.de> | 2022-06-16 17:27:24 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-06-16 17:27:24 +0200 |
commit | 100208bb43c03dd796f46f196ce8ca9c4930f2cd (patch) | |
tree | 063a2de82149faf21174104c5874b48c75b57e06 /openssl-32 | |
parent | e5305575cca9597395464e566019e068830e0b59 (diff) | |
download | compat-32-100208bb43c03dd796f46f196ce8ca9c4930f2cd.tar.gz compat-32-100208bb43c03dd796f46f196ce8ca9c4930f2cd.tar.xz |
openssl-32: 1.1.1n -> 3.0.3
Diffstat (limited to 'openssl-32')
-rw-r--r-- | openssl-32/.footprint | 19 | ||||
-rw-r--r-- | openssl-32/.signature | 8 | ||||
-rw-r--r-- | openssl-32/Pkgfile | 30 |
3 files changed, 33 insertions, 24 deletions
diff --git a/openssl-32/.footprint b/openssl-32/.footprint index d707bc04..0bc19327 100644 --- a/openssl-32/.footprint +++ b/openssl-32/.footprint @@ -1,15 +1,18 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib32/ -drwxr-xr-x root/root usr/lib32/engines-1.1/ --rwxr-xr-x root/root usr/lib32/engines-1.1/afalg.so --rwxr-xr-x root/root usr/lib32/engines-1.1/capi.so --rwxr-xr-x root/root usr/lib32/engines-1.1/padlock.so +drwxr-xr-x root/root usr/lib32/engines-3/ +-rwxr-xr-x root/root usr/lib32/engines-3/afalg.so +-rwxr-xr-x root/root usr/lib32/engines-3/capi.so +-rwxr-xr-x root/root usr/lib32/engines-3/loader_attic.so +-rwxr-xr-x root/root usr/lib32/engines-3/padlock.so -rw-r--r-- root/root usr/lib32/libcrypto.a -lrwxrwxrwx root/root usr/lib32/libcrypto.so -> libcrypto.so.1.1 --rwxr-xr-x root/root usr/lib32/libcrypto.so.1.1 +lrwxrwxrwx root/root usr/lib32/libcrypto.so -> libcrypto.so.3 +-rwxr-xr-x root/root usr/lib32/libcrypto.so.3 -rw-r--r-- root/root usr/lib32/libssl.a -lrwxrwxrwx root/root usr/lib32/libssl.so -> libssl.so.1.1 --rwxr-xr-x root/root usr/lib32/libssl.so.1.1 +lrwxrwxrwx root/root usr/lib32/libssl.so -> libssl.so.3 +-rwxr-xr-x root/root usr/lib32/libssl.so.3 +drwxr-xr-x root/root usr/lib32/ossl-modules/ +-rwxr-xr-x root/root usr/lib32/ossl-modules/legacy.so drwxr-xr-x root/root usr/lib32/pkgconfig/ -rw-r--r-- root/root usr/lib32/pkgconfig/libcrypto.pc -rw-r--r-- root/root usr/lib32/pkgconfig/libssl.pc diff --git a/openssl-32/.signature b/openssl-32/.signature index d2b17d34..97d00dca 100644 --- a/openssl-32/.signature +++ b/openssl-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXbViMRR0SiBPSTrx78jwLvC+AIT4gwUwNbXGnQ0GVDJOXYqSBX11mtLpRBzdxlTbItLXCrrYBNqScLtnmMU1+QA= -SHA256 (Pkgfile) = 7dc8f809bf71d672d6c3cb17a296b7723f04811b07613c7f55c9c64f12aee202 -SHA256 (.footprint) = 6d8c214fe7ca97c146de95cb6e660ff2d0d40755b8700a74803a022e0e08e998 -SHA256 (openssl-1.1.1n.tar.gz) = 40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a +RWSwxGo/zH7eXVB8eQzXDCIPmS2BlqHUGMEKGAGUs5ky/jaHigg/0RujSkqoC+lqVL9mEH3fj0iAawrnnYIY6QE2iCCFVth8oww= +SHA256 (Pkgfile) = 032e020ebad3e0d318d0bb3b56a88943621f151bbd22b7dc34e0a96701f970f2 +SHA256 (.footprint) = a0c91639acd477d6f3b5625531ab57d32c80e7bad958dacccd1238689156602a +SHA256 (openssl-3.0.3.tar.gz) = ee0078adcef1de5f003c62c80cc96527721609c6f3bb42b7795df31f8b558c0b diff --git a/openssl-32/Pkgfile b/openssl-32/Pkgfile index 79f164d7..5ebb48e5 100644 --- a/openssl-32/Pkgfile +++ b/openssl-32/Pkgfile @@ -1,24 +1,30 @@ # Description: Secure Sockets Layer and Transport Layer Security tools -# URL: https://www.openssl.org/ -# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu +# URL: https://www.openssl.org/ +# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu +# Depends on: zlib-32 name=openssl-32 -version=1.1.1n +version=3.0.3 release=1 source=(https://www.openssl.org/source/openssl-$version.tar.gz) build() { - cd openssl-$version + cd openssl-$version - ./Configure --prefix=/usr \ - --libdir=/usr/lib32 \ - --openssldir=/etc/ssl \ - shared no-ssl3-method linux-elf + ./Configure --prefix=/usr \ + --libdir=/usr/lib32 \ + --openssldir=/etc/ssl \ + shared \ + threads \ + zlib \ + shared no-ssl3-method linux-elf - sed -i "s|-O3|$CFLAGS|" Makefile + sed -i "s|-O3|$CFLAGS|" Makefile - make depend - make -j1 DESTDIR=$PKG install_sw + make depend + make + make -j1 DESTDIR=$PKG install_sw - rm -r $PKG/usr/{include,bin} + find $PKG -name "*fips*" -delete + rm -r $PKG/usr/{include,bin} } |