diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2020-12-29 14:49:20 -0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-01-01 19:55:59 +0100 |
commit | ba40da9045f77feb04abe63eb8a92f13f9efe471 (patch) | |
tree | 879eac91fbeb2a16c61bfc25bbb129e6bc1a5d5f /package/libs/wolfssl/patches/100-disable-hardening-check.patch | |
parent | 9dc15e36c8b82f0c30abba846c5f5e50ec7968ee (diff) | |
download | upstream-ba40da9045f77feb04abe63eb8a92f13f9efe471.tar.gz upstream-ba40da9045f77feb04abe63eb8a92f13f9efe471.tar.bz2 upstream-ba40da9045f77feb04abe63eb8a92f13f9efe471.zip |
wolfssl: Update to v4.6.0-stable
This version fixes a large number of bugs, although no security
vulnerabilities are listed.
Full changelog at:
https://www.wolfssl.com/docs/wolfssl-changelog/
or, as part of the version's README.md:
https://github.com/wolfSSL/wolfssl/blob/v4.6.0-stable/README.md
Due a number of API additions, size increases from 374.7K to 408.8K for
arm_cortex_a9_vfpv3-d16. The ABI does not change from previous version.
Backported patches were removed; remaining patch was refreshed.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@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 43337ba970..c2793285e7 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 -@@ -2128,7 +2128,7 @@ extern void uITRON4_free(void *p) ; +@@ -2248,7 +2248,7 @@ extern void uITRON4_free(void *p) ; #endif /* warning for not using harden build options (default with ./configure) */ |