diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-12-07 10:10:49 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-12-11 13:48:24 +0100 |
commit | 064d65c2f76409759ac8d72268f2558c7b55f3b3 (patch) | |
tree | 72f9c7aa61f3a8fe38d92f8ec465de737c9a07db /package/libs/wolfssl/Makefile | |
parent | f31c9cd383b2d4e694b774575e4261ee97140f77 (diff) | |
download | upstream-064d65c2f76409759ac8d72268f2558c7b55f3b3.tar.gz upstream-064d65c2f76409759ac8d72268f2558c7b55f3b3.tar.bz2 upstream-064d65c2f76409759ac8d72268f2558c7b55f3b3.zip |
wolfssl: fix broken wolfSSL_X509_check_host
Backport upstream post 4.5.0 fix for broken wolfSSL_X509_check_host().
References: https://github.com/wolfSSL/wolfssl/issues/3329
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/libs/wolfssl/Makefile')
-rw-r--r-- | package/libs/wolfssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index aeea1b7b7b..6758f7dd08 100644 --- a/package/libs/wolfssl/Makefile +++ b/package/libs/wolfssl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wolfssl PKG_VERSION:=4.5.0-stable -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION) |