Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lighttpd: update to lighttpd 1.4.77 release hash #25721

Merged
merged 2 commits into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions net/lighttpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=lighttpd
PKG_VERSION:=1.4.76
PKG_RELEASE:=2
PKG_VERSION:=1.4.77
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:=8cbf4296e373cfd0cedfe9d978760b5b05c58fdc4048b4e2bcaf0a61ac8f5011
PKG_HASH:=acafabdbfa2267d8b6452d03d85fdd2a66525f3f05a36a79b6645c017f1562ce

PKG_MAINTAINER:=Glenn Strauss <gstrauss@gluelogic.com>
PKG_LICENSE:=BSD-3-Clause
Expand Down
2 changes: 2 additions & 0 deletions net/lighttpd/files/lighttpd.init
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ start_service() {
validate_conf || exit 1

procd_open_instance
procd_set_param reload_signal USR1
procd_set_param command $PROG -D -f /etc/lighttpd/lighttpd.conf
procd_close_instance
}

service_triggers() {
procd_add_reload_interface_trigger loopback
procd_add_reload_interface_trigger lan
procd_add_raw_trigger acme.renew 5000 /etc/init.d/lighttpd reload
}

reload_service() {
Expand Down
2 changes: 1 addition & 1 deletion net/lighttpd/patches/020-meson-mod_webdav_min.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: [PATCH] [meson] mod_webdav_min w/o deps: xml2 sqlite3 uuid

--- a/src/meson.build
+++ b/src/meson.build
@@ -871,6 +871,16 @@ if (host_machine.system() == 'darwin')
@@ -887,6 +887,16 @@ if (host_machine.system() == 'darwin')
plugin_suffix = 'so' # use "so" instead of "dylib"
endif

Expand Down

This file was deleted.

Loading