diff options
author | Ivan Pavlov <AuthorReflex@gmail.com> | 2021-09-05 23:08:35 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-09-13 18:36:15 +0200 |
commit | 7d92bb0509615550b98e2dc71091073c8258d564 (patch) | |
tree | 363f7c25307fe988de221cab03b282db850eccc7 /package/libs/wolfssl/patches/100-disable-hardening-check.patch | |
parent | ba59466bf4978c977c6860c8f9ba4b2de1c3ab2c (diff) | |
download | upstream-7d92bb0509615550b98e2dc71091073c8258d564.tar.gz upstream-7d92bb0509615550b98e2dc71091073c8258d564.tar.bz2 upstream-7d92bb0509615550b98e2dc71091073c8258d564.zip |
wolfssl: update to 4.8.1-stable
Changes from 4.7.0:
Fix one high (OCSP verification issue) and two low vulnerabilities
Improve compatibility layer
Other improvements and fixes
For detailed changes refer to https://github.com/wolfSSL/wolfssl/releases
Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
Diffstat (limited to 'package/libs/wolfssl/patches/100-disable-hardening-check.patch')
-rw-r--r-- | package/libs/wolfssl/patches/100-disable-hardening-check.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/wolfssl/patches/100-disable-hardening-check.patch b/package/libs/wolfssl/patches/100-disable-hardening-check.patch index c89ff1be9d..4141e28750 100644 --- a/package/libs/wolfssl/patches/100-disable-hardening-check.patch +++ b/package/libs/wolfssl/patches/100-disable-hardening-check.patch @@ -1,6 +1,6 @@ --- a/wolfssl/wolfcrypt/settings.h +++ b/wolfssl/wolfcrypt/settings.h -@@ -2255,7 +2255,7 @@ extern void uITRON4_free(void *p) ; +@@ -2274,7 +2274,7 @@ extern void uITRON4_free(void *p) ; #endif /* warning for not using harden build options (default with ./configure) */ |