[openwrt/openwrt] wolfssl: Update to version 5.7.6

LEDE Commits lede-commits at lists.infradead.org
Wed Jun 11 06:51:24 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/d0179c81764979a1debb7c6459105603dcd86759

commit d0179c81764979a1debb7c6459105603dcd86759
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Jan 27 01:37:39 2025 +0100

    wolfssl: Update to version 5.7.6
    
    This fixes multiple bugs and also minor security problems.
    
    Changelog:
    https://github.com/wolfSSL/wolfssl/releases/tag/v5.7.4-stable
    https://github.com/wolfSSL/wolfssl/releases/tag/v5.7.6-stable
    
    The package size increases:
    525814 bin/packages/mips_24kc/base/libwolfssl5.7.2.e624513f-5.7.2-r1.apk
    549408 bin/packages/mips_24kc/base/libwolfssl5.7.6.e624513f-5.7.6-r1.apk
    
    Link: https://github.com/openwrt/openwrt/pull/17742
    (cherry picked from commit 0a7e92c2442bc09eec3875aae21996d9a5430806)
    (cherry picked from commit 6f7bbd03954e8aa79484b7c5b727dd814bfee78d)
    Link: https://github.com/openwrt/openwrt/pull/19073
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/libs/wolfssl/Makefile                                  | 4 ++--
 package/libs/wolfssl/patches/100-disable-hardening-check.patch | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile
index bac4a8ef52..2d853d8257 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.7.2-stable
+PKG_VERSION:=5.7.6-stable
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION)
-PKG_HASH:=0f2ed82e345b833242705bbc4b08a2a2037a33f7bf9c610efae6464f6b10e305
+PKG_HASH:=52b1e439e30d1ed8162a16308a8525a862183b67aa30373b11166ecbab000d63
 
 PKG_FIXUP:=libtool libtool-abiver
 PKG_INSTALL:=1
diff --git a/package/libs/wolfssl/patches/100-disable-hardening-check.patch b/package/libs/wolfssl/patches/100-disable-hardening-check.patch
index 174e657982..ab695d391d 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
-@@ -3046,7 +3046,7 @@ extern void uITRON4_free(void *p) ;
+@@ -3722,7 +3722,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 */




More information about the lede-commits mailing list