[openwrt/openwrt] uclient: update to Git HEAD (2026-01-31)
LEDE Commits
lede-commits at lists.infradead.org
Mon Feb 16 00:21:06 PST 2026
nbd pushed a commit to openwrt/openwrt.git, branch openwrt-25.12:
https://git.openwrt.org/4b37510109d058c1666d7202311ec3ede631d7b0
commit 4b37510109d058c1666d7202311ec3ede631d7b0
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sat Jan 31 14:03:05 2026 +0000
uclient: update to Git HEAD (2026-01-31)
b3ee1209a3d0 uclient-http: reset fd to -1 after close in disconnect
9c2ad269c42b uclient-http: fix seq field check to use correct field
80c9bd29c233 uclient-http: fix hang on HTTP to HTTPS redirect
931bbfeb2c92 ucode: fix memory leak when using ssl context
Fixes: https://github.com/openwrt/uclient/issues/11
Fixes: https://github.com/openwrt/uclient/issues/13
Signed-off-by: Felix Fietkau <nbd at nbd.name>
(cherry picked from commit 9d496dfb984dc645560bb86e5012de29e5efcc6f)
---
package/libs/uclient/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/libs/uclient/Makefile b/package/libs/uclient/Makefile
index 7d1ff4fdd3..fb2fc19c1c 100644
--- a/package/libs/uclient/Makefile
+++ b/package/libs/uclient/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uclient
-PKG_RELEASE=2
+PKG_RELEASE=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/uclient.git
-PKG_MIRROR_HASH:=a6dbdd653400f3907deaa3e90f6517431677a4dccb9cefef6c2fc4386cba5ab7
-PKG_SOURCE_DATE:=2025-10-03
-PKG_SOURCE_VERSION:=dc909ca71bc884c0e5362e1d7cc7808696cb2add
+PKG_MIRROR_HASH:=f79f20eb45e1a0342dc9746f4c4b618cac3ed20e6868640eed6b564cb06a22d7
+PKG_SOURCE_DATE:=2026-01-31
+PKG_SOURCE_VERSION:=931bbfeb2c92ecaa8ca2262b9bef27df8614ffb9
CMAKE_INSTALL:=1
PKG_BUILD_DEPENDS:=ustream-ssl
More information about the lede-commits
mailing list