diff options
author | Luke Wilde <lukew@serenityos.org> | 2022-03-16 12:52:30 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-03-16 13:01:23 +0000 |
commit | 6f4dde253fb157602486ed503453ad642adc5ce1 (patch) | |
tree | 41ab33c9533325b98ce5a20c8bf8f2fe54dcf602 /Ports/openssl/patches | |
parent | 1a99cc4a14e00eef63a70a071940221d2957633f (diff) | |
download | serenity-6f4dde253fb157602486ed503453ad642adc5ce1.zip |
Ports: Update OpenSSL to 1.1.1n
Diffstat (limited to 'Ports/openssl/patches')
-rw-r--r-- | Ports/openssl/patches/serenity-configuration.patch | 4 | ||||
-rw-r--r-- | Ports/openssl/patches/shared-info.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Ports/openssl/patches/serenity-configuration.patch b/Ports/openssl/patches/serenity-configuration.patch index e16e06cfe7..c1ea2e97e3 100644 --- a/Ports/openssl/patches/serenity-configuration.patch +++ b/Ports/openssl/patches/serenity-configuration.patch @@ -1,5 +1,5 @@ ---- 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 +--- openssl-1.1.1n/Configurations/10-main.conf 2021-03-25 21:28:38.000000000 +0800 ++++ openssl-1.1.1n/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 b6fa7e8f22..2a616c69e2 100644 --- a/Ports/openssl/patches/shared-info.patch +++ b/Ports/openssl/patches/shared-info.patch @@ -1,5 +1,5 @@ ---- 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 +--- openssl-1.1.1n/Configurations/shared-info.pl 2021-03-25 21:28:38.000000000 +0800 ++++ openssl-1.1.1n/Configurations/shared-info.pl 2021-09-26 00:05:04.340004623 +0800 @@ -34,6 +34,13 @@ shared_defflag => '-Wl,--version-script=', }; |