]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd.spec
- svn 1154 is known to build
[packages/lighttpd.git] / lighttpd.spec
index 1e23ee2ae28989f3356d4d6e05adffa1768b939a..3cd21f6ee0ad347a44b7cdc116e29beaadbdbeb3 100644 (file)
 %define _source http://www.lighttpd.net/download/%{name}-%{version}.tar.gz
 %endif
 
-%define                _rel 2
+%define                _rel 3
 
 Summary:       Fast and light HTTP server
 Summary(pl):   Szybki i lekki serwer HTTP
 Name:          lighttpd
-Version:       1.4.10
+Version:       1.4.11
 Release:       %{_rel}%{?_snap:.%(echo %{_snap}|tr - _)}
 License:       BSD
 Group:         Networking/Daemons
 Source0:       %{_source}
-# Source0-md5: 51e42c2cc98a1f9986b9f232ff5a01f2
+# Source0-md5: f55eebb9815c94a7de35906bb557ecd3
 Source1:       %{name}.init
 Source2:       %{name}.conf
 Source3:       %{name}.user
@@ -63,7 +63,8 @@ Source10:     http://gdl.hopto.org/~spider/pldstats/gfx/pld1.png
 # Source10-md5:        486ecec3f6f4fe7f9bf7cee757b864f4
 Source11:      %{name}-pld.html
 Patch0:                %{name}-mod_deflate.patch
-Patch1:                %{name}-memory_leak.patch
+Patch1:                %{name}-use_bin_sh.patch
+Patch2:                %{name}-initgroups.patch
 URL:           http://www.lighttpd.net/
 %{?with_xattr:BuildRequires:   attr-devel}
 BuildRequires: autoconf
@@ -245,6 +246,7 @@ pomocy serwera WWW ani samego programu.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 install %{SOURCE6} mime.types.sh
 
 # build mime.types.conf
@@ -400,6 +402,7 @@ fi
 %attr(755,root,root) %{_libdir}/mod_evhost.so
 %attr(755,root,root) %{_libdir}/mod_expire.so
 %attr(755,root,root) %{_libdir}/mod_fastcgi.so
+%attr(755,root,root) %{_libdir}/mod_flv_streaming.so
 %attr(755,root,root) %{_libdir}/mod_indexfile.so
 %attr(755,root,root) %{_libdir}/mod_proxy.so
 %attr(755,root,root) %{_libdir}/mod_redirect.so
This page took 0.102607 seconds and 4 git commands to generate.