Skip to content

Commit 8ef7b4e

Browse files
sanderpqrPolynomialDivision
authored andcommitted
wolfssl: update to 5.9.1
For changes, see: https://github.com/wolfSSL/wolfssl/releases/tag/v5.9.1-stable This includes a fix for a critical (CVSS 9.3) vulnerability: GHSA-f5h9-5q52-qrx7 Signed-off-by: Sander van Deijck <sander@vandeijck.com> Link: openwrt/openwrt#23072 Signed-off-by: Nick Hainke <vincent@systemli.org>
1 parent bdd216a commit 8ef7b4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.9.0
11+
PKG_VERSION:=5.9.1
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:=6efc62b86f145a5c52bfd62294ca66c20ce85b54e9033f5d7e0ee73eb30306c1
17+
PKG_HASH:=d5ca7af48cd2d9a91d539e9baedeba55a0605a28d7ac8b01dc3d5254a13ca341
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-
@@ -4122,7 +4122,7 @@ extern void uITRON4_free(void *p) ;
3+
@@ -4154,7 +4154,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)