mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-04 06:27:43 +01:00
uclient: update to Git HEAD (2026-01-31)
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
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@nbd.name>
This commit is contained in:
parent
6952844436
commit
9d496dfb98
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue