diff --git a/lighttpd-1.4.56-defaultconf.patch b/lighttpd-1.4.56-defaultconf.patch index 68fd07c7b16696ae2ee29c962e0f58968d786f26..1b3eaf03b32f5cafccaf495156ee36d1b0800d32 100644 --- a/lighttpd-1.4.56-defaultconf.patch +++ b/lighttpd-1.4.56-defaultconf.patch @@ -53,7 +53,7 @@ -var.server_root = "/srv/www" -var.state_dir = "/run" +var.server_root = "/var/www" -+var.state_dir = "/run/lighttpd" ++var.state_dir = "/var/run" var.home_dir = "/var/lib/lighttpd" var.conf_dir = "/etc/lighttpd" diff --git a/lighttpd.spec b/lighttpd.spec index 010800644237b8acdc8da24d4d0b147d5f310db1..51b6b047564ff44ab94787c686cb6291d63eb058 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -20,7 +20,7 @@ Summary: Lightning fast webserver with light system requirements Name: lighttpd Version: 1.4.56 -Release: 1 +Release: 2 License: BSD-3-Clause and OML and GPLv3 and GPLv2 URL: https://github.com/lighttpd/lighttpd1.4 Source0: http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-%{version}.tar.gz @@ -256,6 +256,9 @@ fi %attr(0700, lighttpd, lighttpd) %dir %{webroot}/ %changelog +* Fri Sep 30 2022 yaoxin - 1.4.56-2 +- Fix excuting systemctl start lighttpd.service error + * Wed Sep 21 2022 yaoxin - 1.4.56-1 - Update to 1.4.56 and fix CVE-2022-37797