diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2021-02-21 18:33:30 -0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-02-24 20:24:04 +0100 |
commit | 0e8d67023bb7d21f9c4b3db86e9d983b15530ae0 (patch) | |
tree | 593855b95c4af3654a320c7ac5ec6d7da097c81e /package/libs/wolfssl/patches/100-disable-hardening-check.patch | |
parent | c53a86806d33a16fe8101719f44e13a53630d887 (diff) | |
download | upstream-0e8d67023bb7d21f9c4b3db86e9d983b15530ae0.tar.gz upstream-0e8d67023bb7d21f9c4b3db86e9d983b15530ae0.tar.bz2 upstream-0e8d67023bb7d21f9c4b3db86e9d983b15530ae0.zip |
wolfssl: bump to v4.7.0-stable
Biggest fix for this version is CVE-2021-3336, which has already been
applied here. There are a couple of low severity security bug fixes as
well.
Three patches are no longer needed, and were removed; the one remaining
was refreshed.
This tool shows no ABI changes:
https://abi-laboratory.pro/index.php?view=objects_report&l=wolfssl&v1=4.6.0&v2=4.7.0
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit d1dfb577f1c0d5b1f1fa35000c9ad7abdb7d10ed)
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 c2793285e7..c89ff1be9d 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 -@@ -2248,7 +2248,7 @@ extern void uITRON4_free(void *p) ; +@@ -2255,7 +2255,7 @@ extern void uITRON4_free(void *p) ; #endif /* warning for not using harden build options (default with ./configure) */ |