From 16414718f9ae57f294a8a9f70f766e0d170fae05 Mon Sep 17 00:00:00 2001 From: Ivan Pavlov Date: Tue, 14 Sep 2021 12:06:32 -0300 Subject: 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 (cherry picked from commit 7d92bb0509615550b98e2dc71091073c8258d564) [Added patch to allow compilation with libtool 2.4] Signed-off-by: Eneas U de Queiroz --- .../libs/wolfssl/patches/110-build-with-libtool-2.4.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/libs/wolfssl/patches/110-build-with-libtool-2.4.patch (limited to 'package/libs/wolfssl/patches/110-build-with-libtool-2.4.patch') 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 -- cgit v1.2.3