Darcsweb-Url: 
http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-0.6;a=darcs_commitdiff;h=20070728122315-e2957-20bab22c4da95581bfef7170e547dfdc9fb1f2fc.gz;

[lighttpd-1.4.16-1terminus1-i686
VMiklos <[EMAIL PROTECTED]>**20070728122315
 secfix bump
 closes #2271
] {
hunk ./source/network-extra/lighttpd/FrugalBuild 6
-pkgver=1.4.13
-pkgrel=3terminus1
+pkgver=1.4.16
+pkgrel=1terminus1
hunk ./source/network-extra/lighttpd/FrugalBuild 13
-       $pkgname.conf rc.$pkgname index.html 
http://frugalware.org/images/frugalware.png \
-       lighttpd-1.4.x_crlf_parsing_dos.patch 
lighttpd-1.4.x_zero_mtime_crash.patch)
+       $pkgname.conf rc.$pkgname index.html 
http://frugalware.org/images/frugalware.png)
hunk ./source/network-extra/lighttpd/FrugalBuild 38
-sha1sums=('b17553e66609f85baec50263712a4a5aeca50ca5'\
-          '1a1d742bba61f24b42a4aea99623ceabbd345d3e'\
-          'f30cb68ad73467a43317afabe0f4a90472df222e'\
-          'd6c2577965670f3e116d9358551cdc2f4b10b4b4'\
-          '62fdfe9e07b2b55be660bd107bb6e1c742d90a3e'\
-          '12bbd3d910696680083c4dd4753318b5677c0903'\
-          '7e107e822a27d67289582b493406d92ceb0b8739')
+sha1sums=('b160cece6c0dd15746d10957d28ba02b2e9e77ce' \
+          '1a1d742bba61f24b42a4aea99623ceabbd345d3e' \
+          'f30cb68ad73467a43317afabe0f4a90472df222e' \
+          'd6c2577965670f3e116d9358551cdc2f4b10b4b4' \
+          '62fdfe9e07b2b55be660bd107bb6e1c742d90a3e')
hunk ./source/network-extra/lighttpd/lighttpd-1.4.x_crlf_parsing_dos.patch 1
-------------------------------------------------------------------------
-r1473 | jakabosky | 2006-12-15 07:13:43 +0100 (Fri, 15 Dec 2006) | 6 lines
-Changed paths:
-   M /branches/lighttpd-1.4.x/src/connections.c
-
-If client connection aborts during parse of "\r\n\r\n", then lighttpd never 
cleans up the
-connection and keeps trying to read from the died connection.  lighttpd still 
responses
-to other requests, it just eats up all the cpu trying to handle the died 
connection.
-
-this commit fixes that problem
-
-------------------------------------------------------------------------
-Index: src/connections.c
-===================================================================
---- src/connections.c  (revision 1472)
-+++ src/connections.c  (revision 1473)
-@@ -970,7 +970,7 @@
-                                                               }
-                                                       } else {
-                                                               /* a splited \r 
\n */
--                                                              return -1;
-+                                                              break;
-                                                       }
-                                               }
-                                       }
rmfile ./source/network-extra/lighttpd/lighttpd-1.4.x_crlf_parsing_dos.patch
hunk ./source/network-extra/lighttpd/lighttpd-1.4.x_zero_mtime_crash.patch 1
-------------------------------------------------------------------------
-r1519 | darix | 2007-01-14 10:58:14 +0100 (Sun, 14 Jan 2007) | 4 lines
-Changed paths:
-   M /branches/lighttpd-1.4.x
-   M /branches/lighttpd-1.4.x/src/server.c
-
- [EMAIL PROTECTED]:  darix | 2007-01-14 10:55:33 +0100
- - fix a crash for files with an mtime of 0 
-   reported by cubiq on irc
-
-------------------------------------------------------------------------
-Index: src/server.c
-===================================================================
---- src/server.c       (revision 1518)
-+++ src/server.c       (revision 1519)
-@@ -163,6 +163,7 @@
- #undef CLEAN
- 
-       for (i = 0; i < FILE_CACHE_MAX; i++) {
-+              srv->mtime_cache[i].mtime = (time_t)-1;
-               srv->mtime_cache[i].str = buffer_init();
-       }
- 
rmfile ./source/network-extra/lighttpd/lighttpd-1.4.x_zero_mtime_crash.patch
}
_______________________________________________
Frugalware-darcs mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-darcs

Reply via email to