diff options
| author | Hauke Mehrtens | 2026-05-21 20:46:35 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-06-18 00:09:12 +0000 |
| commit | 2dbcdf18142893c1daef3a9ec8737cfe341ffda3 (patch) | |
| tree | c57db6250823151c7628e9c5995d9097442da70e | |
| parent | 66b0edb5ce0efec3fe1a2dc55d60334128ab8ef1 (diff) | |
| download | openwrt-2dbcdf18142893c1daef3a9ec8737cfe341ffda3.tar.gz | |
uhttpd: update to Git HEAD (2026-05-21)
1b624f8f814e auth: classify $p$ lookups by account state
Link: https://github.com/openwrt/openwrt/pull/23476
(cherry picked from commit a7bd3b147e1b295bc87dc4f7b3f425e9461f7e5b)
Link: https://github.com/openwrt/openwrt/pull/23816
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 |