From: Marcin Krol Date: Tue, 4 Dec 2018 10:07:03 +0000 (+0000) Subject: - updated to 1.4.52 X-Git-Url: https://git.tld-linux.org/?p=packages%2Flighttpd.git;a=commitdiff_plain;h=3ca4c0234c379fb07274a63ca0945ece22f182b7 - updated to 1.4.52 --- diff --git a/lighttpd.spec b/lighttpd.spec index b2def3b..2914b38 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -41,12 +41,12 @@ Summary: Fast and light HTTP server Summary(pl.UTF-8): Szybki i lekki serwer HTTP Name: lighttpd -Version: 1.4.50 -Release: 3 +Version: 1.4.52 +Release: 1 License: BSD Group: Networking/Daemons/HTTP Source0: https://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz -# Source0-md5: 0547831efda8492648b7f0c652865dfd +# Source0-md5: 34f5c79137325ba31484bed1e54e66e6 Source1: %{name}.init Source2: %{name}.conf Source3: %{name}.user @@ -643,6 +643,18 @@ webserver BEFORE they are handled. Ten moduł pozwala na przepisywanie zbioru URL-i wewnętrznie w serwerze WWW _przed_ ich obsługą. +%package mod_sockproxy +Summary: lighttpd module for socket forwarding +Summary(pl.UTF-8): Moduł lighttpd przekazywania gniazdek +Group: Networking/Daemons/HTTP +Requires: %{name} = %{version}-%{release} + +%description mod_sockproxy +Sock proxy module for socket forwarding. + +%description mod_sockproxy -l pl.UTF-8 +Moduł proxy do przekazywania gniazdek. + %package mod_rrdtool Summary: lighttpd module for monitoring traffic and server load Summary(pl.UTF-8): Moduł lighttpd do monitorowania ruchu i obciążenia serwera @@ -1183,6 +1195,7 @@ fi %module_scripts mod_proxy %module_scripts mod_redirect %module_scripts mod_rewrite +%module_scripts mod_sockproxy %module_scripts mod_scgi %module_scripts mod_secdownload %module_scripts mod_setenv @@ -1417,6 +1430,10 @@ fi %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rewrite.conf %attr(755,root,root) %{pkglibdir}/mod_rewrite.so +%files mod_sockproxy +%defattr(644,root,root,755) +%attr(755,root,root) %{pkglibdir}/mod_sockproxy.so + %files mod_rrdtool %defattr(644,root,root,755) %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rrdtool.conf