Skip to content

Commit b03c79f

Browse files
1 parent 68631b1 commit b03c79f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/libs/wolfssl/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=wolfssl
11-
PKG_VERSION:=5.8.2
11+
PKG_VERSION:=5.8.4
1212
PKG_REAL_VERSION:=$(PKG_VERSION)-stable
1313
PKG_RELEASE:=1
1414

1515
PKG_SOURCE:=$(PKG_NAME)-$(PKG_REAL_VERSION).tar.gz
1616
PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_REAL_VERSION)
17-
PKG_HASH:=3ef126e3466e2f8f6ebb62b916a7f8fb26c6709dbdf2b63a167759f2fdb53068
17+
PKG_HASH:=2b702b7a66b0067bfd284408827b1e59288b357b0dd758d0089c062395f2a522
1818

1919
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_REAL_VERSION)
2020

package/libs/wolfssl/patches/100-disable-hardening-check.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/wolfssl/wolfcrypt/settings.h
22
+++ b/wolfssl/wolfcrypt/settings.h
3-
@@ -3842,7 +3842,7 @@ extern void uITRON4_free(void *p) ;
3+
@@ -4048,7 +4048,7 @@ extern void uITRON4_free(void *p) ;
44

55
/* warning for not using harden build options (default with ./configure) */
66
/* do not warn if big integer support is disabled */

0 commit comments

Comments
 (0)