From: Felix Fietkau Date: Fri, 13 Feb 2026 09:09:09 +0000 (+0000) Subject: uclient: update to Git HEAD (2026-02-13) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f3c0eeb0cd3335cd117accf09a2c3fd0470f4a;p=thirdparty%2Fopenwrt.git uclient: update to Git HEAD (2026-02-13) 63413daa8760 uclient-http: fix HTTP authentication after deferred header processing 4fa6fae02f74 uclient-fetch: Extract opt_post variable 8df3120639a4 uclient-fetch: Use HEAD for --spider 0392dfc8e8c4 uclient-fetch: Support of --method, --body-data and --body-file 115c92824b6d uclient-fetch: add OPTIONS request type a1531e89f6c2 uclient-fetch: support for WebDAV methods Fixes: https://github.com/openwrt/uclient/issues/14 Signed-off-by: Felix Fietkau --- diff --git a/package/libs/uclient/Makefile b/package/libs/uclient/Makefile index fb2fc19c1c1..4130ed05187 100644 --- a/package/libs/uclient/Makefile +++ b/package/libs/uclient/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/uclient.git -PKG_MIRROR_HASH:=f79f20eb45e1a0342dc9746f4c4b618cac3ed20e6868640eed6b564cb06a22d7 -PKG_SOURCE_DATE:=2026-01-31 -PKG_SOURCE_VERSION:=931bbfeb2c92ecaa8ca2262b9bef27df8614ffb9 +PKG_MIRROR_HASH:=527e4648d0e12037afbe61ea2aa6b914247f528ae0d20e138b9faa79327d63fd +PKG_SOURCE_DATE:=2026-02-13 +PKG_SOURCE_VERSION:=a1531e89f6c22f92a2ac52b0408a7f5c755a09f2 CMAKE_INSTALL:=1 PKG_BUILD_DEPENDS:=ustream-ssl