diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2022-01-03 10:52:58 -0300 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2022-01-03 22:09:45 +0100 |
commit | 5beaa75d94c4a981c580905b84c7ef33caf0c3e2 (patch) | |
tree | 476f68b95e47e04c6de58a41f4b93a0010c10e3f /package/libs/openssl/patches | |
parent | 93842b20dcb87cf55af53a8ff54209aa19adc6a1 (diff) | |
download | upstream-5beaa75d94c4a981c580905b84c7ef33caf0c3e2.tar.gz upstream-5beaa75d94c4a981c580905b84c7ef33caf0c3e2.tar.bz2 upstream-5beaa75d94c4a981c580905b84c7ef33caf0c3e2.zip |
openssl: bump to 1.1.1m
This is a bugfix release. Changelog:
*) Avoid loading of a dynamic engine twice.
*) Fixed building on Debian with kfreebsd kernels
*) Prioritise DANE TLSA issuer certs over peer certs
*) Fixed random API for MacOS prior to 10.12
Patches were refreshed.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit def9565be632b316c82ffc5a7b28c789e9df75b4)
Diffstat (limited to 'package/libs/openssl/patches')
-rw-r--r-- | package/libs/openssl/patches/100-Configure-afalg-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/openssl/patches/100-Configure-afalg-support.patch b/package/libs/openssl/patches/100-Configure-afalg-support.patch index 98944103b5..d8789f4b45 100644 --- a/package/libs/openssl/patches/100-Configure-afalg-support.patch +++ b/package/libs/openssl/patches/100-Configure-afalg-support.patch @@ -12,7 +12,7 @@ diff --git a/Configure b/Configure index 5a699836f3..74d057c219 100755 --- a/Configure +++ b/Configure -@@ -1545,7 +1545,9 @@ unless ($disabled{"crypto-mdebug-backtrace"}) +@@ -1548,7 +1548,9 @@ unless ($disabled{"crypto-mdebug-backtrace"}) unless ($disabled{afalgeng}) { $config{afalgeng}=""; |