lighttpd: update to lighttpd 1.4.82 release hash
authorGlenn Strauss <[email protected]>
Fri, 12 Sep 2025 22:05:57 +0000 (18:05 -0400)
committerJosef Schlehofer <[email protected]>
Sun, 14 Sep 2025 06:35:50 +0000 (08:35 +0200)
Ref: https://www.lighttpd.net/2025/9/12/1.4.82/

Signed-off-by: Glenn Strauss <[email protected]>
net/lighttpd/Makefile
net/lighttpd/patches/020-meson-mod_webdav_min.patch

index 3e01733fb052424302953611f592c59aaa789fbb..f8acbaaab43d609cb64e0eecc0765843c28d1c08 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lighttpd
-PKG_VERSION:=1.4.81
+PKG_VERSION:=1.4.82
 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:=d7d42c3fd2fd94b63c915aa7d18f4da3cac5937ddba33e909f81cf50842a5840
+PKG_HASH:=abfe74391f9cbd66ab154ea07e64f194dbe7e906ef4ed47eb3b0f3b46246c962
 
 PKG_MAINTAINER:=Glenn Strauss <[email protected]>
 PKG_LICENSE:=BSD-3-Clause
index e4ec9653864207969b2909d2404876ab7c5f4c83..8a371e4b40c130b1369c197f88b51763cdd360ff 100644 (file)
@@ -9,7 +9,7 @@ Subject: [PATCH] [meson] mod_webdav_min w/o deps: xml2 sqlite3 uuid
 
 --- a/src/meson.build
 +++ b/src/meson.build
-@@ -908,6 +908,16 @@ if (host_machine.system() == 'darwin')
+@@ -926,6 +926,16 @@ if (host_machine.system() == 'darwin')
        plugin_suffix = 'so'  # use "so" instead of "dylib"
  endif