lighttpd: update to lighttpd 1.4.70 release hash
authorGlenn Strauss <gstrauss@gluelogic.com>
Thu, 11 May 2023 00:49:24 +0000 (20:49 -0400)
committerTianling Shen <cnsztl@gmail.com>
Mon, 15 May 2023 10:12:03 +0000 (18:12 +0800)
remove patches included upstream

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit 0d5b110077d4c51a12d797a844495ce63071a205)

net/lighttpd/Makefile
net/lighttpd/patches/020-meson-mod_webdav_min.patch

index e99d445e2a80b78ab7b37740be3de661d4dea0e6..051b4dd4fb6b435b340f35d6f614329e88556824 100644 (file)
@@ -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 <mike@flyn.org>
 PKG_LICENSE:=BSD-3-Clause
index 6c7ab078ee353245753858b44c7a396cae2c6e26..bef6f2e566b0ea8560fd1fe022dc5bd063cfc826 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
-@@ -865,6 +865,16 @@ if libsasl.found()
+@@ -879,6 +879,16 @@ if libsasl.found()
        ]
  endif