diff options
author | Ivan Pavlov <AuthorReflex@gmail.com> | 2022-08-31 08:04:42 +0300 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-10-04 10:11:08 +0200 |
commit | 0c8425bf11590afb0c6f1545b328ecb6ed4aee87 (patch) | |
tree | 45e31cabc6116e38be8de9857fd30297c7285b75 /package/libs/wolfssl/Makefile | |
parent | 2c49ad36fbc1f581d6b6343d109eaba727c29583 (diff) | |
download | upstream-0c8425bf11590afb0c6f1545b328ecb6ed4aee87.tar.gz upstream-0c8425bf11590afb0c6f1545b328ecb6ed4aee87.tar.bz2 upstream-0c8425bf11590afb0c6f1545b328ecb6ed4aee87.zip |
wolfssl: bump to 5.5.0
Remove upstreamed: 101-update-sp_rand_prime-s-preprocessor-gating-to-match.patch
Some low severity vulnerabilities fixed
OpenVPN compatibility fixed (broken in 5.4.0)
Other fixes && improvements
Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
(cherry picked from commit 3d88f26d74f7771b808082cef541ed8286c40491)
Diffstat (limited to 'package/libs/wolfssl/Makefile')
-rw-r--r-- | package/libs/wolfssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index f26c18bab1..abc4c8ca02 100644 --- a/package/libs/wolfssl/Makefile +++ b/package/libs/wolfssl/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wolfssl -PKG_VERSION:=5.4.0-stable +PKG_VERSION:=5.5.0-stable PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION) -PKG_HASH:=dc36cc19dad197253e5c2ecaa490c7eef579ad448706e55d73d79396e814098b +PKG_HASH:=c34b74b5f689fac7becb05583b044e84d3b10d39f38709f0095dd5d423ded67f PKG_FIXUP:=libtool libtool-abiver PKG_INSTALL:=1 |