From 397fafca3e0fbeba7b811fc0a4d7268d74e11445 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 10 May 2023 20:49:24 -0400 Subject: [PATCH] lighttpd: update to lighttpd 1.4.70 release hash remove patches included upstream Signed-off-by: Glenn Strauss (cherry picked from commit 0d5b110077d4c51a12d797a844495ce63071a205) --- net/lighttpd/Makefile | 6 +++--- net/lighttpd/patches/020-meson-mod_webdav_min.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 0e1c2eb888..9bfbd2ffcd 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd -PKG_VERSION:=1.4.69 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.70 +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:=16ac8db95e719629ba61949b99f8a26feba946a81d185215b28379bb4116b0b4 +PKG_HASH:=921ebe1cf4b6b9897e03779ab7a23a31f4ba40a1abe2067525c33cd3ce61fe85 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 6c7ab078ee..bef6f2e566 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 -@@ -865,6 +865,16 @@ if libsasl.found() +@@ -879,6 +879,16 @@ if libsasl.found() ] endif -- 2.30.2