SPECS: lighttpd.spec - added memory leak patch ; rel 2

paszczus paszczus at pld-linux.org
Sun Feb 19 11:01:21 CET 2006


Author: paszczus                     Date: Sun Feb 19 10:01:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added memory leak patch ; rel 2

---- Files affected:
SPECS:
   lighttpd.spec (1.156 -> 1.157) 

---- Diffs:

================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.156 SPECS/lighttpd.spec:1.157
--- SPECS/lighttpd.spec:1.156	Sun Feb 19 10:50:50 2006
+++ SPECS/lighttpd.spec	Sun Feb 19 11:01:14 2006
@@ -37,7 +37,7 @@
 %define _source http://www.lighttpd.net/download/%{name}-%{version}.tar.gz
 %endif
 
-%define		_rel 1
+%define		_rel 2
 
 Summary:	Fast and light HTTP server
 Summary(pl):	Szybki i lekki serwer HTTP
@@ -64,6 +64,7 @@
 # Source10-md5:	486ecec3f6f4fe7f9bf7cee757b864f4
 Source11:	%{name}-pld.html
 Patch0:		%{name}-mod_deflate.patch
+Patch1:		%{name}-memory_leak.patch
 URL:		http://www.lighttpd.net/
 %{?with_xattr:BuildRequires:	attr-devel}
 BuildRequires:	autoconf
@@ -244,6 +245,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 install %{SOURCE6} mime.types.sh
 
 # build mime.types.conf
@@ -453,6 +455,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.157  2006/02/19 10:01:14  paszczus
+- added memory leak patch ; rel 2
+
 Revision 1.156  2006/02/19 09:50:50  paszczus
 - added patch to enable mod_deflate
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.156&r2=1.157&f=u



More information about the pld-cvs-commit mailing list