diff options
author | Luke Wilde <lukew@serenityos.org> | 2022-01-08 02:03:49 +0000 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-01-08 14:04:08 +0330 |
commit | 7110c0ecb05f0a386f3d66e83a2a2158e1735a43 (patch) | |
tree | 792effc2d18583eea1a4fedf9153fc36ba58ba7b /Ports/openssl | |
parent | e9d26fb47d5af661e25fc183fd3561e6eb9fc9c0 (diff) | |
download | serenity-7110c0ecb05f0a386f3d66e83a2a2158e1735a43.zip |
Ports: Update OpenSSL port to version 1.1.1m
Diffstat (limited to 'Ports/openssl')
-rwxr-xr-x | Ports/openssl/package.sh | 4 | ||||
-rw-r--r-- | Ports/openssl/patches/serenity-configuration.patch | 4 | ||||
-rw-r--r-- | Ports/openssl/patches/shared-info.patch | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Ports/openssl/package.sh b/Ports/openssl/package.sh index b91b1c9cd6..45b3d6e2a2 100755 --- a/Ports/openssl/package.sh +++ b/Ports/openssl/package.sh @@ -1,10 +1,10 @@ #!/usr/bin/env -S bash ../.port_include.sh port=openssl branch='1.1.1' -version="${branch}k" +version="${branch}m" useconfigure=true configscript=Configure -files="https://ftp.nluug.nl/security/openssl/openssl-${version}.tar.gz openssl-${version}.tar.gz 892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5" +files="https://ftp.nluug.nl/security/openssl/openssl-${version}.tar.gz openssl-${version}.tar.gz f89199be8b23ca45fc7cb9f1d8d3ee67312318286ad030f5316aca6462db6c96" auth_type=sha256 depends=("zlib") diff --git a/Ports/openssl/patches/serenity-configuration.patch b/Ports/openssl/patches/serenity-configuration.patch index a6a9b15ac4..e16e06cfe7 100644 --- a/Ports/openssl/patches/serenity-configuration.patch +++ b/Ports/openssl/patches/serenity-configuration.patch @@ -1,5 +1,5 @@ ---- openssl-1.1.1k/Configurations/10-main.conf 2021-03-25 21:28:38.000000000 +0800 -+++ openssl-1.1.1k/Configurations/10-main.conf 2021-09-26 00:05:04.340004623 +0800 +--- openssl-1.1.1m/Configurations/10-main.conf 2021-03-25 21:28:38.000000000 +0800 ++++ openssl-1.1.1m/Configurations/10-main.conf 2021-09-26 00:05:04.340004623 +0800 @@ -627,6 +627,30 @@ shared_extension => ".so", }, diff --git a/Ports/openssl/patches/shared-info.patch b/Ports/openssl/patches/shared-info.patch index 7921d871da..b6fa7e8f22 100644 --- a/Ports/openssl/patches/shared-info.patch +++ b/Ports/openssl/patches/shared-info.patch @@ -1,5 +1,5 @@ ---- openssl-1.1.1k/Configurations/shared-info.pl 2021-03-25 21:28:38.000000000 +0800 -+++ openssl-1.1.1k/Configurations/shared-info.pl 2021-09-26 00:05:04.340004623 +0800 +--- openssl-1.1.1m/Configurations/shared-info.pl 2021-03-25 21:28:38.000000000 +0800 ++++ openssl-1.1.1m/Configurations/shared-info.pl 2021-09-26 00:05:04.340004623 +0800 @@ -34,6 +34,13 @@ shared_defflag => '-Wl,--version-script=', }; |