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/Makefile | |
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/Makefile')
-rw-r--r-- | package/libs/wolfssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index 41df3147d0..2881665753 100644 --- a/package/libs/wolfssl/Makefile +++ b/package/libs/wolfssl/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wolfssl -PKG_VERSION:=4.7.0-stable -PKG_RELEASE:=3 +PKG_VERSION:=4.8.1-stable +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION) -PKG_HASH:=b0e740b31d4d877d540ad50cc539a8873fc41af02bd3091c4357b403f7106e31 +PKG_HASH:=50db45f348f47e00c93dd244c24108220120cb3cc9d01434789229c32937c444 PKG_FIXUP:=libtool libtool-abiver PKG_INSTALL:=1 |