From 03fea14b1d3bedb20ce5ae2754f80428bd9a5a52 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Fri, 10 Jan 2025 19:35:23 -0500 Subject: [PATCH] lighttpd: update to 1.4.77 --- srcpkgs/lighttpd/files/lighttpd.conf | 3 +-- srcpkgs/lighttpd/template | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/lighttpd/files/lighttpd.conf b/srcpkgs/lighttpd/files/lighttpd.conf index 53e91fc4604266..b609371154ea61 100644 --- a/srcpkgs/lighttpd/files/lighttpd.conf +++ b/srcpkgs/lighttpd/files/lighttpd.conf @@ -1,8 +1,7 @@ # This is a minimal example config # See /usr/share/doc/lighttpd -# and http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions +# and https://wiki.lighttpd.net/Docs:ConfigurationOptions -server.port = 80 server.username = "_lighttpd" server.groupname = "_lighttpd" server.document-root = "/srv/www/lighttpd" diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template index 6e8734240517be..acbfde0d0ed806 100644 --- a/srcpkgs/lighttpd/template +++ b/srcpkgs/lighttpd/template @@ -1,6 +1,6 @@ # Template file for 'lighttpd' pkgname=lighttpd -version=1.4.76 +version=1.4.77 revision=1 build_style=meson configure_args="-Dwith_brotli=disabled -Dwith_bzip=disabled @@ -20,7 +20,7 @@ maintainer="Enno Boland " license="BSD-3-Clause" homepage="https://lighttpd.net" distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz" -checksum=8cbf4296e373cfd0cedfe9d978760b5b05c58fdc4048b4e2bcaf0a61ac8f5011 +checksum=acafabdbfa2267d8b6452d03d85fdd2a66525f3f05a36a79b6645c017f1562ce conf_files="/etc/lighttpd/lighttpd.conf" system_accounts="_lighttpd"