From 19bc12b278adfe8beaf7c7862b80f039e3b0df4d Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 2 Aug 2022 11:17:48 +0800 Subject: [PATCH] sync release from 22.03 to 22.09 --- lighttpd.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/lighttpd.spec b/lighttpd.spec index 2d5d252..e4816d1 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -20,7 +20,7 @@ Summary: Lightning fast webserver with light system requirements Name: lighttpd Version: 1.4.63 -Release: 1 +Release: 4 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 @@ -258,8 +258,17 @@ fi %attr(0700, lighttpd, lighttpd) %dir %{webroot}/ %changelog -* Sat Jul 30 2022 wangkai - 1.4.63-1 -- Update to 1.4.63 +* Fri Mar 11 2022 baizhonggui - 1.4.63-4 +- Modify var.state_dir path from /etc/lighttpd/lighttpd.conf in lighttpd-1.4.62-defaultconf.patch + +* Sat Feb 19 2022 baizhonggui - 1.4.63-3 +- Fix excuting systemctl start lighttpd.service failed + +* Fri Jan 14 2022 yaoxin - 1.4.63-2 +- Fix CVE-2022-22707 + +* Thu Jan 13 2022 liyanan - 1.4.63-1 +- update to 1.4.63 * Fri May 27 2022 liyanan - 1.4.53-3 - Disable fam support as gamin is deprecated -- Gitee