summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Demin2025-07-14 08:08:09 +0000
committerHauke Mehrtens2025-07-19 16:54:05 +0000
commit467b7c0dc6bb4bef05269d12f1380ab9292c245a (patch)
tree199b9fd9d7b66743d11b499a844a0599f16114b4
parentd03f65a8f25710c3fb55847961a0e12ef6f76bb1 (diff)
downloadopenwrt-467b7c0dc6bb4bef05269d12f1380ab9292c245a.tar.gz
uhttpd: bump PKG_RELEASE
improves ec62e87c0c01 "uhttpd: adjust with glibc and libcrypt-compat" Signed-off-by: Konstantin Demin <rockdrilla@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19404 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/network/services/uhttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index 6d02d6dc1a..d07a8f2c98 100644
--- a/package/network/services/uhttpd/Makefile
+++ b/package/network/services/uhttpd/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uhttpd
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git