rpms/lighttpd/devel .cvsignore, 1.9, 1.10 lighttpd.spec, 1.14, 1.15 sources, 1.9, 1.10 lighttpd-1.4.3-stat_cache.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Oct 11 23:04:58 UTC 2005


Author: thias

Update of /cvs/extras/rpms/lighttpd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9015

Modified Files:
	.cvsignore lighttpd.spec sources 
Removed Files:
	lighttpd-1.4.3-stat_cache.patch 
Log Message:
Update to 1.4.6.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	2 Sep 2005 10:45:33 -0000	1.9
+++ .cvsignore	11 Oct 2005 23:04:56 -0000	1.10
@@ -1 +1 @@
-lighttpd-1.4.3.tar.gz
+lighttpd-1.4.6.tar.gz


Index: lighttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/lighttpd.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- lighttpd.spec	13 Sep 2005 14:33:57 -0000	1.14
+++ lighttpd.spec	11 Oct 2005 23:04:56 -0000	1.15
@@ -2,8 +2,8 @@
 
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
-Version: 1.4.3
-Release: 2%{?dist}
+Version: 1.4.6
+Release: 1%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -16,17 +16,16 @@
 Source13: http://www.lighttpd.net/light_button.png
 Source14: http://www.lighttpd.net/light_logo.png
 Patch0: lighttpd-1.3.10-defaultconf.patch
-Patch1: lighttpd-1.4.3-stat_cache.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires(pre): /usr/sbin/useradd
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/service, /sbin/chkconfig
 Requires(postun): /sbin/service
 BuildRequires: openssl-devel, pcre-devel, bzip2-devel, zlib-devel, gcc-c++
-%{?_with_ldap:BuildRequires: openldap-devel}
+%{!?_without_ldap:BuildRequires: openldap-devel}
 %{?_with_gamin:BuildRequires: gamin-devel}
-%{?_with_gdbm:BuildRequires: gdbm-devel}
-%{?_with_lua:BuildRequires: lua-devel}
+%{!?_without_gdbm:BuildRequires: gdbm-devel}
+%{!?_without_lua:BuildRequires: lua-devel}
 
 %description
 Secure, fast, compliant and very flexible web-server which has been optimized
@@ -37,7 +36,8 @@
 problems.
 
 Available rpmbuild rebuild options :
---with : ldap gamin gdbm memcache lua
+--with : memcache webdavprops gamin
+--without : ldap gdbm lua (cml)
 
 
 %package mod_mysql_vhost
@@ -67,19 +67,19 @@
 %prep
 %setup
 %patch0 -p1 -b .defaultconf
-%patch1 -p1 -b .stat_cache
 
 
 %build
 %configure \
     --libdir="%{_libdir}/lighttpd" \
     --with-mysql \
-    %{?_with_ldap:--with-ldap} \
+    %{!?_without_ldap:--with-ldap} \
     --with-openssl \
-    %{?_with_gamin:--with-gamin} \
-    %{?_with_gdbm:--with-gdbm} \
+    %{?_with_gamin:--with-fam} \
+    %{!?_without_gdbm:--with-gdbm} \
     %{?_with_memcache:--with-memcache} \
-    %{?_with_lua:--with-lua} \
+    %{?!_without_lua:--with-lua} \
+    %{?_with_webdavprops:--with-webdav-props}
 %{__make}
 
 
@@ -173,6 +173,29 @@
 
 
 %changelog
+* Wed Oct 12 2005 Matthias Saou <http://freshrpms.net/> 1.4.6-1
+- Update to 1.4.6.
+
+* Mon Oct  3 2005 Matthias Saou <http://freshrpms.net/> 1.4.5-1
+- Update to 1.4.5.
+- Disable gamin/fam support for now, it does not work.
+
+* Tue Sep 27 2005 Matthias Saou <http://freshrpms.net/> 1.4.4-3
+- Update to current SVN to check if it fixes the remaining load problems.
+
+* Wed Sep 21 2005 Matthias Saou <http://freshrpms.net/> 1.4.4-2
+- Patch to SVN 722 revision : Fixes a crash in mod_mysql_vhost and a problem
+  with keepalive and certain browsers.
+
+* Mon Sep 19 2005 Matthias Saou <http://freshrpms.net/> 1.4.4-1
+- Update to 1.4.4 final.
+- Enable ldap auth, gdbm and gamin/fam support by default.
+
+* Thu Sep 15 2005 Matthias Saou <http://freshrpms.net/> 1.4.4-0
+- Update to 1.4.4 pre-release (fixes another fastcgi memleak).
+- Enable lua (cml module) by default.
+- Add --with-webdav-props conditional option.
+
 * Tue Sep 13 2005 Matthias Saou <http://freshrpms.net/> 1.4.3-2
 - Include lighttpd-1.4.3-stat_cache.patch to fix memleak.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	2 Sep 2005 10:45:33 -0000	1.9
+++ sources	11 Oct 2005 23:04:56 -0000	1.10
@@ -1 +1 @@
-5a08721c2ea7fbfc6790a1cf0063c8ef  lighttpd-1.4.3.tar.gz
+dec3ff6ff004868303407165d218bcdf  lighttpd-1.4.6.tar.gz


--- lighttpd-1.4.3-stat_cache.patch DELETED ---




More information about the fedora-extras-commits mailing list