]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- updated to 1.3.12, builds.
authoreothane <eothane@pld-linux.org>
Wed, 2 Mar 2005 14:12:48 +0000 (14:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  from ChangeLog:
  * added ssl.ca-file
  * added support for \n\n as terminator
  * rewrote test-framework and added more tests
  * fixed cgi.assign with empty handler
  * fixed segfault in debug-code
  * fixed mod_expire if modification-timestamps are used
  * fixed segfault on duplication Host-headers
  * fixed endless loop in mod_fastcgi
  * fixed handling of dead fastcgi-processes

Changed files:
    lighttpd.spec -> 1.101

lighttpd.spec

index 62d202968ca0b61a2866e6a1325c7f9503d58077..c28c5ad3c1de0d9d3345dcd98b9184f4b23f2afd 100644 (file)
 %define _source http://www.lighttpd.net/download/%{name}-%{version}.tar.gz
 %endif
 
-%define                _rel 2
+%define                _rel 1
 
 Summary:       Fast and light HTTP server
 Summary(pl):   Szybki i lekki serwer HTTP
 Name:          lighttpd
-Version:       1.3.11
+Version:       1.3.12
 Release:       %{_rel}%{?_snap:.%(echo %{_snap}|tr - _)}
 Group:         Networking/Daemons
 License:       BSD
 Source0:       %{_source}
-# Source0-md5: 730c9b9d743360d23e523968ab4fe7c5
+# Source0-md5: ffd0bc5802646948e2724060031c05b5
 Source1:       %{name}.init
 Source2:       %{name}.conf
 Source3:       %{name}.user
 Source4:       %{name}.logrotate
 Source5:       %{name}.sysconfig
 URL:           http://www.lighttpd.net/
-Patch0:                %{name}-empty_cgi_handler.patch
-Patch1:                %{name}-error_format.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bzip2-devel
@@ -112,8 +110,6 @@ pomocy serwera WWW ani samego programu.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p0
 
 %build
 %{__libtoolize}
This page took 0.543778 seconds and 4 git commands to generate.