From: Christian Marangi Date: Mon, 24 Nov 2025 21:55:01 +0000 (+0100) Subject: uspot: update to Git HEAD (2025-11-20) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=115b2971a18cc83a89dffee228895862fd2946dd;p=feed%2Fpackages.git uspot: update to Git HEAD (2025-11-20) fb54bba317d8 uspot: fix accounting enabling for radsec setups 46e66c1eb01e uspotbpf: add error reporting to load() and client_add() 113eb8830ca9 uspot: allow overriding NAS-IP-Address 012d48ba556c uspot: fix RADIUS Class attribute propagation 389e48df4fa3 CMakeLists.txt set minimum required version to 3.5 Fixes: https://github.com/f00b4r0/uspot/issues/43 Fixes: https://github.com/f00b4r0/uspot/issues/48 Signed-off-by: Christian Marangi --- diff --git a/net/uspot/Makefile b/net/uspot/Makefile index 0c244072f4..e98d950792 100644 --- a/net/uspot/Makefile +++ b/net/uspot/Makefile @@ -8,9 +8,9 @@ PKG_MAINTAINER:=Thibaut VARÈNE PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/f00b4r0/uspot.git -PKG_SOURCE_DATE:=2025-08-07 -PKG_SOURCE_VERSION:=8599a968877b55b0ce29f37d4b2d78036b257787 -PKG_MIRROR_HASH:=554da4ea779ea69c20ef424f7e880156d463e35240b5099ded8453c455d2f617 +PKG_SOURCE_DATE:=2025-11-20 +PKG_SOURCE_VERSION:=389e48df4fa3de06b3cd8a8daf3c4007dcd45fdd +PKG_MIRROR_HASH:=1c6102ea3e79b0611c17575e950b9bc0ad16a865dc58a587cbbfe7202ce92c34 CMAKE_SOURCE_SUBDIR:=src PKG_BUILD_DEPENDS:=bpf-headers