rpms/lighttpd/devel lighttpd-1.4.12-fix.patch, NONE, 1.1 lighttpd.spec, 1.26, 1.27

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Oct 3 17:15:05 UTC 2006


Author: thias

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

Modified Files:
	lighttpd.spec 
Added Files:
	lighttpd-1.4.12-fix.patch 
Log Message:
Include fix for segfaults (lighttpd bug #876, changeset 1352).


lighttpd-1.4.12-fix.patch:

--- NEW FILE lighttpd-1.4.12-fix.patch ---
Index: /branches/lighttpd-1.4.x/src/connections.c
===================================================================
--- /branches/lighttpd-1.4.x/src/connections.c (revision 1345)
+++ /branches/lighttpd-1.4.x/src/connections.c (revision 1352)
@@ -953,5 +953,5 @@
 
 									last_chunk = lookahead_chunk;
-									last_offset = missing_chars + 1;
+									last_offset = missing_chars;
 
 									break;


Index: lighttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/lighttpd.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- lighttpd.spec	25 Sep 2006 15:48:21 -0000	1.26
+++ lighttpd.spec	3 Oct 2006 17:15:05 -0000	1.27
@@ -3,7 +3,7 @@
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
 Version: 1.4.12
-Release: 1%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -16,6 +16,7 @@
 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.12-fix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires(pre): /usr/sbin/useradd
 Requires(post): /sbin/chkconfig
@@ -67,6 +68,7 @@
 %prep
 %setup
 %patch0 -p1 -b .defaultconf
+%patch1 -p3 -b .fix
 
 
 %build
@@ -173,6 +175,9 @@
 
 
 %changelog
+* Tue Oct  3 2006 Matthias Saou <http://freshrpms.net/> 1.4.12-3
+- Include fix for segfaults (lighttpd bug #876, changeset 1352).
+
 * Mon Sep 25 2006 Matthias Saou <http://freshrpms.net/> 1.4.12-1
 - Update to 1.4.12 final.
 




More information about the fedora-extras-commits mailing list