From 91917b26ac986fdbd3978ec45265bfeaca7edab5 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sat, 7 Oct 2023 02:24:55 -0400 Subject: [PATCH] lighttpd: update to lighttpd 1.4.72 release hash Signed-off-by: Glenn Strauss (cherry picked from commit 3e9b2d85f04c770a5f3e8bdc3065467ef976dea4) --- net/lighttpd/Makefile | 4 ++-- net/lighttpd/patches/020-meson-mod_webdav_min.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 74052c9bca..8f7ae3bb34 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd -PKG_VERSION:=1.4.71 +PKG_VERSION:=1.4.72 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:=b8b6915da20396fdc354df3324d5e440169b2e5ea7859e3a775213841325afac +PKG_HASH:=f7cade4d69b754a0748c01463c33cd8b456ca9cc03bb09e85a71bcbcd54e55ec PKG_MAINTAINER:=W. Michael Petullo 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 774eb60e4c..d165618744 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 -@@ -876,6 +876,16 @@ if libsasl.found() +@@ -877,6 +877,16 @@ if libsasl.found() ] endif -- 2.30.2