rpms/lighttpd/devel .cvsignore, 1.21, 1.22 lighttpd.spec, 1.37, 1.38 sources, 1.21, 1.22 lighttpd-1.4.17-sighup.patch, 1.1, NONE

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


Author: thias

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	5 Sep 2007 11:25:10 -0000	1.21
+++ .cvsignore	10 Sep 2007 15:45:45 -0000	1.22
@@ -1 +1 @@
-lighttpd-1.4.17.tar.bz2
+lighttpd-1.4.18.tar.bz2


Index: lighttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/lighttpd.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- lighttpd.spec	5 Sep 2007 11:25:10 -0000	1.37
+++ lighttpd.spec	10 Sep 2007 15:45:45 -0000	1.38
@@ -2,7 +2,7 @@
 
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
-Version: 1.4.17
+Version: 1.4.18
 Release: 1%{?dist}
 License: BSD
 Group: System Environment/Daemons
@@ -16,7 +16,6 @@
 Source13: http://www.lighttpd.net/light_button.png
 Source14: http://www.lighttpd.net/light_logo.png
 Patch0: lighttpd-1.4.17-defaultconf.patch
-Patch1: lighttpd-1.4.17-sighup.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires(pre): /usr/sbin/useradd
 Requires(post): /sbin/chkconfig
@@ -73,7 +72,6 @@
 %prep
 %setup -q
 %patch0 -p1 -b .defaultconf
-%patch1 -p3 -b .sighup
 
 
 %build
@@ -159,6 +157,7 @@
 %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
@@ -185,6 +184,12 @@
 
 
 %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.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	5 Sep 2007 11:25:10 -0000	1.21
+++ sources	10 Sep 2007 15:45:45 -0000	1.22
@@ -1 +1 @@
-85c99c2d6baf8ad9e38e6267efe7d9aa  lighttpd-1.4.17.tar.bz2
+26f98dddf9d8c0775221b800986003ee  lighttpd-1.4.18.tar.bz2


--- lighttpd-1.4.17-sighup.patch DELETED ---




More information about the fedora-extras-commits mailing list