From: Glenn Strauss Date: Sun, 17 Aug 2025 07:45:36 +0000 (-0400) Subject: lighttpd: update to lighttpd 1.4.81 release hash X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1ac553403472b8c3c4ca2daa5bec6a465c1c2ddf;p=feed%2Fpackages.git lighttpd: update to lighttpd 1.4.81 release hash https://www.lighttpd.net/2025/8/17/1.4.81/ Signed-off-by: Glenn Strauss (cherry picked from commit 62dbf8c87f1648696b7ee53acc8c15fcc84776ff) --- diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 180dc04cbc..3e01733fb0 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd -PKG_VERSION:=1.4.79 +PKG_VERSION:=1.4.81 PKG_RELEASE:=1 # release candidate ~rcX testing; remove for release #PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://download.lighttpd.net/lighttpd/releases-1.4.x -PKG_HASH:=3b29a625b3ad88702d1fea4f5f42bb7d87488f2e4efc977d7f185329ca6084bd +PKG_HASH:=d7d42c3fd2fd94b63c915aa7d18f4da3cac5937ddba33e909f81cf50842a5840 PKG_MAINTAINER:=Glenn Strauss PKG_LICENSE:=BSD-3-Clause diff --git a/net/lighttpd/patches/020-meson-mod_webdav_min.patch b/net/lighttpd/patches/020-meson-mod_webdav_min.patch index fc7b155382..e4ec965386 100644 --- a/net/lighttpd/patches/020-meson-mod_webdav_min.patch +++ b/net/lighttpd/patches/020-meson-mod_webdav_min.patch @@ -9,7 +9,7 @@ Subject: [PATCH] [meson] mod_webdav_min w/o deps: xml2 sqlite3 uuid --- a/src/meson.build +++ b/src/meson.build -@@ -887,6 +887,16 @@ if (host_machine.system() == 'darwin') +@@ -908,6 +908,16 @@ if (host_machine.system() == 'darwin') plugin_suffix = 'so' # use "so" instead of "dylib" endif