summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnat Loskutov2026-03-24 21:50:04 +0000
committerHauke Mehrtens2026-05-02 18:46:23 +0000
commit06af2e2e490cb41e4f1b47b2e157a7920aa15190 (patch)
treefa354a445e6aa6118ddc865672eb5ffa0f099c7c
parentb9862b0ab998e4756bfd0ec799194a98d704a7b4 (diff)
downloadopenwrt-06af2e2e490cb41e4f1b47b2e157a7920aa15190.tar.gz
wolfssl: update to 5.9.0
Release Notes: https://www.wolfssl.com/wolfssl-5-9-0-released/ Fixes CVEs: - CVE-2026-3548 - CVE-2026-3549 - CVE-2026-3547 - CVE-2026-2646 - CVE-2026-3849 - CVE-2026-0819 - CVE-2026-1005 - CVE-2026-2645 - CVE-2026-3230 - CVE-2026-3229 - CVE-2026-3579 - CVE-2026-3580 - CVE-2026-3503 - CVE-2026-4159 - CVE-2026-4395 Signed-off-by: Ignat Loskutov <ignat.loskutov@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22595 Signed-off-by: Nick Hainke <vincent@systemli.org> (cherry picked from commit e9531860e698da4094b95860a669c37fa44aa83f) Link: https://github.com/openwrt/openwrt/pull/23108 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/libs/wolfssl/Makefile4
-rw-r--r--package/libs/wolfssl/patches/100-disable-hardening-check.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile
index bde06a35c0..2718bb189a 100644
--- a/package/libs/wolfssl/Makefile
+++ b/package/libs/wolfssl/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=wolfssl
-PKG_VERSION:=5.8.4
+PKG_VERSION:=5.9.0
PKG_REAL_VERSION:=$(PKG_VERSION)-stable
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_REAL_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_REAL_VERSION)
-PKG_HASH:=2b702b7a66b0067bfd284408827b1e59288b357b0dd758d0089c062395f2a522
+PKG_HASH:=6efc62b86f145a5c52bfd62294ca66c20ce85b54e9033f5d7e0ee73eb30306c1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_REAL_VERSION)
diff --git a/package/libs/wolfssl/patches/100-disable-hardening-check.patch b/package/libs/wolfssl/patches/100-disable-hardening-check.patch
index 7f87b43d3d..7a2674327d 100644
--- a/package/libs/wolfssl/patches/100-disable-hardening-check.patch
+++ b/package/libs/wolfssl/patches/100-disable-hardening-check.patch
@@ -1,6 +1,6 @@
--- a/wolfssl/wolfcrypt/settings.h
+++ b/wolfssl/wolfcrypt/settings.h
-@@ -4048,7 +4048,7 @@ extern void uITRON4_free(void *p) ;
+@@ -4122,7 +4122,7 @@ extern void uITRON4_free(void *p) ;
/* warning for not using harden build options (default with ./configure) */
/* do not warn if big integer support is disabled */