[openwrt/openwrt] ucode: update to latest Git HEAD

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 2 03:30:54 PDT 2023


jow pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/f34ccb10dd9a8f8613584399eacd7e271e6cc967

commit f34ccb10dd9a8f8613584399eacd7e271e6cc967
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Thu Nov 2 10:36:05 2023 +0100

    ucode: update to latest Git HEAD
    
    cfb24ea build: avoid redefining _FORTIFY_SOURCE
    448c763 lib: enforce consistent `index()` behavior with empty needle argument
    cdc0203 nl80211: fix maybe uninitialized variable
    a69b5c8 vm: fix unused result warning
    ea046bd build: enable source fortification by default
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
    (cherry picked from commit 262554f12cbcc4e3bea2440ce1e696ce8791e732)
---
 package/utils/ucode/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile
index 46112d31e8..b62633492a 100644
--- a/package/utils/ucode/Makefile
+++ b/package/utils/ucode/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=https://github.com/jow-/ucode.git
-PKG_SOURCE_DATE:=2023-10-19
-PKG_SOURCE_VERSION:=07c03173d4e6a30953f92fa88ed29b0b956c9106
-PKG_MIRROR_HASH:=fd770335f442ebfc0f4e28d94bb60d886c43aa239ab88e965be7c490b3283a82
+PKG_SOURCE_DATE:=2023-11-02
+PKG_SOURCE_VERSION:=cfb24ea4f12131dcefe4f1ede2f51d3d16b88dec
+PKG_MIRROR_HASH:=f515a23ab438f92be5788c42b9f614a82e670de2df1c01cd63143cdc77fa24fe
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 




More information about the lede-commits mailing list