[packages/lighttpd] Up to 1.4.55
glen
glen at pld-linux.org
Sat Feb 1 13:30:58 CET 2020
commit c90b32a926ae5724717951791142c11e3c54cdf0
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Sat Feb 1 14:25:38 2020 +0200
Up to 1.4.55
- https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_55/
lighttpd.spec | 7 ++++---
systemd.patch | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/lighttpd.spec b/lighttpd.spec
index 4cc11ec..f3fa1a8 100644
--- a/lighttpd.spec
+++ b/lighttpd.spec
@@ -1,4 +1,5 @@
# TODO:
+# - don't use lighttpd-angel in systemd. systemd does the respawn/recovery logic itself
# - provide or autogenerated self signed cert in post, so after installing
# lighttpd-ssl server will still work
# - patch with mod_websocket: https://github.com/Juniper/lighttpd-for-juise
@@ -42,12 +43,12 @@
Summary: Fast and light HTTP server
Summary(pl.UTF-8): Szybki i lekki serwer HTTP
Name: lighttpd
-Version: 1.4.54
-Release: 2
+Version: 1.4.55
+Release: 1
License: BSD
Group: Networking/Daemons/HTTP
Source0: https://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz
-# Source0-md5: 7abc776243c811e9872f73ab38b7f8b5
+# Source0-md5: be4bda2c28bcbdac6eb941528f6edf03
Source1: %{name}.init
Source2: %{name}.conf
Source3: %{name}.user
diff --git a/systemd.patch b/systemd.patch
index 09b1496..c26d90a 100644
--- a/systemd.patch
+++ b/systemd.patch
@@ -1,9 +1,9 @@
---- lighttpd-1.4.45/doc/systemd/lighttpd.service~ 2017-10-14 19:59:01.000000000 +0300
-+++ lighttpd-1.4.45/doc/systemd/lighttpd.service 2017-10-14 19:59:43.077416066 +0300
+--- 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 @@
[Service]
Type=simple
- PIDFile=/var/run/lighttpd.pid
+ PIDFile=/run/lighttpd.pid
-ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf
-ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
+EnvironmentFile=-/etc/sysconfig/lighttpd
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/c90b32a926ae5724717951791142c11e3c54cdf0
More information about the pld-cvs-commit
mailing list