]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- add fix for mod_status (average requests miscalculated)
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 12 Jan 2005 22:54:36 +0000 (22:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.spec -> 1.80

lighttpd.spec

index c6f746ad9ab5d651054183868f61b8dd5384c8c4..2a633cec21214311fa10b8782a505d2f97fffb1f 100644 (file)
@@ -22,7 +22,7 @@ Summary:      Fast and light HTTP server
 Summary(pl):   Szybki i lekki serwer HTTP
 Name:          lighttpd
 Version:       1.3.7
-Release:       0.11
+Release:       0.12
 Group:         Networking/Daemons
 License:       BSD
 ## do not remove next two lines because atomic revisions are common in lighttpd
@@ -37,6 +37,7 @@ Source4:      %{name}.logrotate
 Source5:       %{name}.sysconfig
 Patch0:                %{name}-mod_status.patch
 Patch1:                %{name}-doublefree.patch
+Patch2:                %{name}-avg-req.patch
 URL:           http://www.lighttpd.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -108,6 +109,7 @@ pomocy serwera WWW ani samego programu.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.057255 seconds and 4 git commands to generate.