[packages/lighttpd] Up to 1.4.81; many fixes (between .76 and this) including CVE-2025-8671
arekm
arekm at pld-linux.org
Fri Aug 22 10:21:20 CEST 2025
commit 63a47a25bcf0676a8ced3e834ffb17b12ed6a175
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Aug 22 10:21:03 2025 +0200
Up to 1.4.81; many fixes (between .76 and this) including CVE-2025-8671
lighttpd.spec | 8 +++++---
systemd.patch | 8 +++++---
2 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/lighttpd.spec b/lighttpd.spec
index 48da544..c56d139 100644
--- a/lighttpd.spec
+++ b/lighttpd.spec
@@ -43,12 +43,12 @@
Summary: Fast and light HTTP server
Summary(pl.UTF-8): Szybki i lekki serwer HTTP
Name: lighttpd
-Version: 1.4.76
+Version: 1.4.81
Release: 1
License: BSD
Group: Networking/Daemons/HTTP
Source0: https://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz
-# Source0-md5: f9018cda389b1aa6dae4c5f962c20825
+# Source0-md5: f7a6187732169fad75f2189ff5c967b1
Source1: %{name}.init
Source2: %{name}.conf
Source3: %{name}.user
@@ -882,7 +882,9 @@ if [ "$ver" != "%{version}" ]; then
exit 1
fi
-%{__aclocal} -I m4 -I scripts/m4
+# unused but aclocal wants it
+install -d m4
+%{__aclocal} -I scripts/m4
%{__libtoolize}
%{__autoconf}
%{__autoheader}
diff --git a/systemd.patch b/systemd.patch
index c26d90a..d494039 100644
--- a/systemd.patch
+++ b/systemd.patch
@@ -1,14 +1,16 @@
---- lighttpd-1.4.55/doc/systemd/lighttpd.service~ 2020-02-01 04:49:09.000000000 +0200
-+++ lighttpd-1.4.55/doc/systemd/lighttpd.service 2020-02-01 14:28:00.972414996 +0200
-@@ -5,8 +5,9 @@
+--- lighttpd-1.4.81/doc/systemd/lighttpd.service.org 2025-08-22 10:09:31.986585211 +0200
++++ lighttpd-1.4.81/doc/systemd/lighttpd.service 2025-08-22 10:09:39.566152904 +0200
+@@ -15,9 +15,10 @@ WantedBy=multi-user.target
[Service]
Type=simple
PIDFile=/run/lighttpd.pid
-ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf
-ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
+-ExecReload=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf
+EnvironmentFile=-/etc/sysconfig/lighttpd
+ExecStartPre=/usr/sbin/lighttpd-angel -tt -f /etc/lighttpd/lighttpd.conf
+ExecStart=/usr/sbin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf $HTTPD_OPTS
++ExecReload=/usr/sbin/lighttpd-angel -tt -f /etc/lighttpd/lighttpd.conf
ExecReload=/bin/kill -USR1 $MAINPID
Restart=on-failure
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/63a47a25bcf0676a8ced3e834ffb17b12ed6a175
More information about the pld-cvs-commit
mailing list