diff --git a/lighttpd-1.4.72.tar.xz b/lighttpd-1.4.72.tar.xz deleted file mode 100644 index 62e103e40c8477ae9384722d4680efb752c7fde4..0000000000000000000000000000000000000000 Binary files a/lighttpd-1.4.72.tar.xz and /dev/null differ diff --git a/lighttpd-1.4.65-defaultconf.patch b/lighttpd-1.4.75-defaultconf.patch similarity index 69% rename from lighttpd-1.4.65-defaultconf.patch rename to lighttpd-1.4.75-defaultconf.patch index 013dcd83ec7cf3c00b6bc776181183d6d813e5e0..cc6e70338d27a3c7c5fda282fd59ce35d2ddee54 100644 --- a/lighttpd-1.4.65-defaultconf.patch +++ b/lighttpd-1.4.75-defaultconf.patch @@ -11,15 +11,6 @@ var.home_dir = "/var/lib/lighttpd" var.conf_dir = "/etc/lighttpd" -@@ -436,7 +436,7 @@ - ## # Check your cipher list with: openssl ciphers -v '...' - ## # (use single quotes with: openssl ciphers -v '...' - ## # as your shell won't like ! in double quotes) --## #ssl.cipher-list = "HIGH" # default -+## #ssl.cipher-list = "PROFILE=SYSTEM" - ## - ## # (recommended to accept only TLSv1.2 and TLSv1.3) - ## #ssl.openssl.ssl-conf-cmd = ("MinProtocol" => "TLSv1.2") # default --- doc/config/lighttpd.conf~ 2022-07-28 10:49:14.928564535 -0500 +++ doc/config/lighttpd.conf 2022-07-28 10:49:47.161444622 -0500 @@ -118,7 +118,7 @@ @@ -31,3 +22,14 @@ ## ## The value for the "Server:" response field. +--- doc/config/lighttpd.conf~ 2024-03-13 16:30:25.802182209 -0500 ++++ doc/config/lighttpd.conf 2024-03-13 16:42:06.747156691 -0500 +@@ -435,7 +435,7 @@ + ## # (use single quotes with: openssl ciphers -v '...' + ## # as your shell won't like ! in double quotes) + ## #ssl.openssl.ssl-conf-cmd += +-## # ("CipherString" => "EECDH+AESGCM:CHACHA20:!PSK:!DHE") # default ++## # ("CipherString" => "PROFILE=SYSTEM") # default + ## + ## # (recommended to accept only TLSv1.2 and TLSv1.3) + ## #ssl.openssl.ssl-conf-cmd += ("MinProtocol" => "TLSv1.2") # default diff --git a/lighttpd-1.4.76.tar.xz b/lighttpd-1.4.76.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..aaf939285a83f1b30a3f5b359e712e5a12a6c692 Binary files /dev/null and b/lighttpd-1.4.76.tar.xz differ diff --git a/lighttpd.spec b/lighttpd.spec index a90302c86163d48e3af94017b342aa1b4d7cba83..e43680bcae62135532b5511b38223e7dc5d1f5e9 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -27,7 +27,7 @@ %bcond_without tmpfiles Summary: Lightning fast webserver with light system requirements Name: lighttpd -Version: 1.4.72 +Version: 1.4.76 Release: 1 License: BSD-3-Clause and OML and GPLv3 and GPLv2 URL: https://github.com/lighttpd/lighttpd1.4 @@ -35,7 +35,7 @@ Source0: http://download.lighttpd.net/lighttpd/releases-1.4.x/lightt Source1: lighttpd.logrotate Source2: php.d-lighttpd.ini Source3: lighttpd.service -Patch0: lighttpd-1.4.65-defaultconf.patch +Patch0: lighttpd-1.4.75-defaultconf.patch Requires: %{name}-filesystem system-logos Requires(post): systemd Requires(preun): systemd @@ -518,6 +518,9 @@ mkdir -p %{buildroot}%{_var}/lib/lighttpd/ %attr(0700, lighttpd, lighttpd) %dir %{webroot}/ %changelog +* Tue Jul 09 2024 liweigang - 1.4.76-1 +- update to version 1.4.76 + * Fri Oct 27 2023 liyanan - 1.4.72-1 - Update to 1.4.72