SPECS: lighttpd.spec - updated to 1.3.14
glen
glen at pld-linux.org
Thu Jun 16 13:48:11 CEST 2005
Author: glen Date: Thu Jun 16 11:48:11 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.3.14
---- Files affected:
SPECS:
lighttpd.spec (1.110 -> 1.111)
---- Diffs:
================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.110 SPECS/lighttpd.spec:1.111
--- SPECS/lighttpd.spec:1.110 Thu Jun 16 13:21:01 2005
+++ SPECS/lighttpd.spec Thu Jun 16 13:48:05 2005
@@ -1,8 +1,7 @@
# $Revision$, $Date$
#
-# TODO
+# TODO:
# - test ldap and mysql (failed at this time)
-# - documentroot specified in config doesn't exist
# - mysql issue: http://www.freebsd.org/cgi/query-pr.cgi?pr=76866
#
# Conditional build for lighttpd:
@@ -27,17 +26,17 @@
%define _source http://www.lighttpd.net/download/%{name}-%{version}.tar.gz
%endif
-%define _rel 3.8
+%define _rel 1
Summary: Fast and light HTTP server
Summary(pl): Szybki i lekki serwer HTTP
Name: lighttpd
-Version: 1.3.13
+Version: 1.3.14
Release: %{_rel}%{?_snap:.%(echo %{_snap}|tr - _)}
Group: Networking/Daemons
License: BSD
Source0: %{_source}
-# Source0-md5: 2f017b936be376ad6f6c2ee26db93467
+# Source0-md5: 16d9f8c40bcb5638ee452fa23b21e346
Source1: %{name}.init
Source2: %{name}.conf
Source3: %{name}.user
@@ -45,9 +44,6 @@
Source5: %{name}.sysconfig
Patch0: http://minghetti.ch/blob/dirlist-hide.patch
Patch1: %{name}-fcgi-verbose.patch
-Patch2: %{name}-proxy-error-handler.patch
-Patch3: %{name}-fcgi-retry-timeout.patch
-Patch4: http://glen.alkohol.ee/pld/lighttpd-request_header-print.patch
URL: http://www.lighttpd.net/
BuildRequires: autoconf
BuildRequires: automake
@@ -119,16 +115,12 @@
%setup -q
%{?with_dirhide:%patch0 -p0}
%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
%build
%{__libtoolize}
%{__aclocal}
%{__autoconf}
-CPPFLAGS="-DFCGI_RETRY_TIMEOUT=1"
%configure \
%{?with_valgrind:--with-valgrind} \
%{?with_xattr:--with-attr} \
@@ -224,6 +216,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.111 2005/06/16 11:48:05 glen
+- updated to 1.3.14
+
Revision 1.110 2005/06/16 11:21:01 glen
- fix CPPFLAGS passing
@@ -258,10 +253,10 @@
Revision 1.102 2005/03/06 20:27:50 glen
- 1.3.13
- - added customizable directory listings
- - fixed compile error on all BSD unixes
- - fixed PATHINFO handling for FastCGI
- - fixed handling of remote-close on FreeBSD and OpenSSL
+ - added customizable directory listings
+ - fixed compile error on all BSD unixes
+ - fixed PATHINFO handling for FastCGI
+ - fixed handling of remote-close on FreeBSD and OpenSSL
Revision 1.101 2005/03/02 14:12:48 eothane
- updated to 1.3.12, builds.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.110&r2=1.111&f=u
More information about the pld-cvs-commit
mailing list