diff options
author | Ivan Pavlov <AuthorReflex@gmail.com> | 2021-09-14 12:06:32 -0300 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-10-22 16:34:11 -1000 |
commit | 16414718f9ae57f294a8a9f70f766e0d170fae05 (patch) | |
tree | a3106c878e0f2f21e7b28e34b9764727ed67effc /package/libs/wolfssl/patches/110-build-with-libtool-2.4.patch | |
parent | 5a02760c8f9c3b5ff2af8e6ba457b3a91d27d4e1 (diff) | |
download | upstream-16414718f9ae57f294a8a9f70f766e0d170fae05.tar.gz upstream-16414718f9ae57f294a8a9f70f766e0d170fae05.tar.bz2 upstream-16414718f9ae57f294a8a9f70f766e0d170fae05.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>
(cherry picked from commit 7d92bb0509615550b98e2dc71091073c8258d564)
[Added patch to allow compilation with libtool 2.4]
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'package/libs/wolfssl/patches/110-build-with-libtool-2.4.patch')
-rw-r--r-- | package/libs/wolfssl/patches/110-build-with-libtool-2.4.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libs/wolfssl/patches/110-build-with-libtool-2.4.patch b/package/libs/wolfssl/patches/110-build-with-libtool-2.4.patch new file mode 100644 index 0000000000..206c6dac6a --- /dev/null +++ b/package/libs/wolfssl/patches/110-build-with-libtool-2.4.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index 144c857e4..de7f6b45a 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -32,7 +32,7 @@ AC_ARG_PROGRAM + + AC_CONFIG_HEADERS([config.h:config.in]) + +-LT_PREREQ([2.4.2]) ++LT_PREREQ([2.4]) + LT_INIT([disable-static win32-dll]) + + #shared library versioning |