rpms/lighttpd/F-7 lighttpd-1.4.17-defaultconf.patch, NONE, 1.1 .cvsignore, 1.20, 1.21 lighttpd.spec, 1.34, 1.35 sources, 1.20, 1.21 lighttpd-1.4.13-defaultconf.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Sep 10 15:46:12 UTC 2007


Author: thias

Update of /cvs/extras/rpms/lighttpd/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21976/F-7

Modified Files:
	.cvsignore lighttpd.spec sources 
Added Files:
	lighttpd-1.4.17-defaultconf.patch 
Removed Files:
	lighttpd-1.4.13-defaultconf.patch 
Log Message:
Update to 1.4.18 (security update).


lighttpd-1.4.17-defaultconf.patch:

--- NEW FILE lighttpd-1.4.17-defaultconf.patch ---
diff -Naupr lighttpd-1.4.17.orig/doc/lighttpd.conf lighttpd-1.4.17/doc/lighttpd.conf
--- lighttpd-1.4.17.orig/doc/lighttpd.conf	2007-08-14 21:05:57.000000000 +0200
+++ lighttpd-1.4.17/doc/lighttpd.conf	2007-09-05 13:08:33.000000000 +0200
@@ -37,7 +37,7 @@ server.modules              = (
 
 ## a static document-root, for virtual-hosting take look at the
 ## server.virtual-* options
-server.document-root        = "/srv/www/htdocs/"
+server.document-root        = "/srv/www/lighttpd/"
 
 ## where to send error-messages to
 server.errorlog             = "/var/log/lighttpd/error.log"
@@ -51,6 +51,7 @@ index-file.names            = ( "index.p
 
 # mimetype mapping
 mimetype.assign             = (
+  ".rpm"          =>      "application/x-rpm",
   ".pdf"          =>      "application/pdf",
   ".sig"          =>      "application/pgp-signature",
   ".spl"          =>      "application/futuresplash",
@@ -147,7 +148,7 @@ static-file.exclude-extensions = ( ".php
 #server.error-handler-404   = "/error-handler.php"
 
 ## to help the rc.scripts
-#server.pid-file            = "/var/run/lighttpd.pid"
+server.pid-file            = "/var/run/lighttpd.pid"
 
 
 ###### virtual hosts
@@ -186,10 +187,10 @@ static-file.exclude-extensions = ( ".php
 #server.chroot              = "/"
 
 ## change uid to <uid> (default: don't care)
-#server.username            = "wwwrun"
+server.username            = "lighttpd"
 
 ## change uid to <uid> (default: don't care)
-#server.groupname           = "wwwrun"
+server.groupname           = "lighttpd"
 
 #### compress module
 #compress.cache-dir         = "/var/cache/lighttpd/compress/"
@@ -213,7 +214,7 @@ static-file.exclude-extensions = ( ".php
 #                               ( "localhost" =>
 #                                 (
 #                                   "socket" => "/var/run/lighttpd/php-fastcgi.socket",
-#                                   "bin-path" => "/usr/local/bin/php-cgi"
+#                                   "bin-path" => "/usr/bin/php-cgi"
 #                                 )
 #                               )
 #                            )


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/F-7/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	26 Jul 2007 08:07:57 -0000	1.20
+++ .cvsignore	10 Sep 2007 15:45:39 -0000	1.21
@@ -1 +1 @@
-lighttpd-1.4.16.tar.bz2
+lighttpd-1.4.18.tar.bz2


Index: lighttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/F-7/lighttpd.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- lighttpd.spec	26 Jul 2007 08:07:57 -0000	1.34
+++ lighttpd.spec	10 Sep 2007 15:45:39 -0000	1.35
@@ -2,7 +2,7 @@
 
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
-Version: 1.4.16
+Version: 1.4.18
 Release: 1%{?dist}
 License: BSD
 Group: System Environment/Daemons
@@ -15,13 +15,14 @@
 Source12: powered_by_fedora.png
 Source13: http://www.lighttpd.net/light_button.png
 Source14: http://www.lighttpd.net/light_logo.png
-Patch0: lighttpd-1.4.13-defaultconf.patch
+Patch0: lighttpd-1.4.17-defaultconf.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
+BuildRequires: /usr/bin/awk
 %{!?_without_ldap:BuildRequires: openldap-devel}
 %{?_with_gamin:BuildRequires: gamin-devel}
 %{!?_without_gdbm:BuildRequires: gdbm-devel}
@@ -119,6 +120,9 @@
 # Install empty log directory to include
 %{__mkdir_p} %{buildroot}%{_var}/log/lighttpd
 
+# Install empty run directory to include (for the example fastcgi socket)
+%{__mkdir_p} %{buildroot}%{_var}/run/lighttpd
+
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -153,12 +157,14 @@
 %config(noreplace) %{_sysconfdir}/sysconfig/lighttpd
 %{_sysconfdir}/rc.d/init.d/lighttpd
 %{_sbindir}/lighttpd
+%{_sbindir}/lighttpd-angel
 %{_libdir}/lighttpd/
 %exclude %{_libdir}/lighttpd/*.la
 %exclude %{_libdir}/lighttpd/mod_fastcgi.so
 %exclude %{_libdir}/lighttpd/mod_mysql_vhost.so
 %{_mandir}/man1/lighttpd.1*
 %attr(0750, lighttpd, lighttpd) %{_var}/log/lighttpd/
+%attr(0750, lighttpd, lighttpd) %{_var}/run/lighttpd/
 %{webroot}/
 
 %files mod_mysql_vhost
@@ -178,6 +184,24 @@
 
 
 %changelog
+* Mon Sep 10 2007 Matthias Saou <http://freshrpms.net/> 1.4.18-1
+- Update to 1.4.18.
+- Include newly installed lighttpd-angel ("angel" process meant to always run
+  as root and restart lighttpd when it crashes, spawn processes on SIGHUP), but
+  it's in testing stage and must be run with -D for now.
+
+* Wed Sep  5 2007 Matthias Saou <http://freshrpms.net/> 1.4.17-1
+- Update to 1.4.17.
+- Update defaultconf patch to match new example configuration.
+- Include patch to fix log file rotation with max-workers set (trac #902).
+- Add /var/run/lighttpd/ directory where to put fastcgi sockets.
+
+* Thu Aug 23 2007 Matthias Saou <http://freshrpms.net/> 1.4.16-3
+- Add /usr/bin/awk build requirement, used to get LIGHTTPD_VERSION_ID.
+
+* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 1.4.16-2
+- Rebuild to fix wrong execmem requirement on ppc32.
+
 * Thu Jul 26 2007 Matthias Saou <http://freshrpms.net/> 1.4.16-1
 - Update to 1.4.16 security fix release.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/F-7/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	26 Jul 2007 08:07:57 -0000	1.20
+++ sources	10 Sep 2007 15:45:39 -0000	1.21
@@ -1 +1 @@
-ea671997591f772417b7e540d325f8cc  lighttpd-1.4.16.tar.bz2
+26f98dddf9d8c0775221b800986003ee  lighttpd-1.4.18.tar.bz2


--- lighttpd-1.4.13-defaultconf.patch DELETED ---




More information about the scm-commits mailing list