diff options
| author | Hauke Mehrtens | 2026-05-21 20:46:35 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-05-22 23:52:39 +0000 |
| commit | a7bd3b147e1b295bc87dc4f7b3f425e9461f7e5b (patch) | |
| tree | 1018256b1684f95433717b5cbba7b4535b90be94 | |
| parent | f2aa412733ac6da4bfb3ec207b1dce25f667c315 (diff) | |
| download | openwrt-main.tar.gz | |
1b624f8f814e auth: classify $p$ lookups by account state
Link: https://github.com/openwrt/openwrt/pull/23476
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/network/services/uhttpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index b0efecbb11..61a856a3b8 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -9,9 +9,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git -PKG_SOURCE_DATE:=2026-05-20 -PKG_SOURCE_VERSION:=6ab9abb56bcb28684f382f7a94c170fad02348ea -PKG_MIRROR_HASH:=5edf4161ae48fd38db530f12091821d445d7346e72c69b76097f2f3e07e53a65 +PKG_SOURCE_DATE:=2026-05-21 +PKG_SOURCE_VERSION:=1b624f8f814ed568608d756512892416e0431d77 +PKG_MIRROR_HASH:=7fb56c4aa2e67a8d6d90e0cbb91f8108a363d0242bb62a8880c41ad4c10ff5ff PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=ISC |