Author: glen                         Date: Thu Apr 16 21:53:36 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update to current svn

---- Files affected:
SOURCES:
   lighttpd-branding.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-branding.patch
diff -u SOURCES/lighttpd-branding.patch:1.3 SOURCES/lighttpd-branding.patch:1.4
--- SOURCES/lighttpd-branding.patch:1.3 Fri Sep 19 17:03:45 2008
+++ SOURCES/lighttpd-branding.patch     Thu Apr 16 23:53:30 2009
@@ -1,11 +1,11 @@
---- lighttpd-1.4.19/src/response.c~    2008-09-19 17:51:25.000000000 +0300
-+++ lighttpd-1.4.19/src/response.c     2008-09-19 17:54:05.496023995 +0300
+--- lighttpd-1.4.22/src/response.c~    2009-04-17 00:50:21.000000000 +0300
++++ lighttpd-1.4.22/src/response.c     2009-04-17 00:51:22.174367972 +0300
 @@ -105,7 +105,7 @@
  
        if (!have_server) {
                if (buffer_is_empty(con->conf.server_tag)) {
--                      buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: 
" PACKAGE_NAME "/" PACKAGE_VERSION));
-+                      buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: 
" PACKAGE_NAME "/" PACKAGE_VERSION " (PLD Linux)"));
+-                      buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: 
" PACKAGE_DESC));
++                      buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: 
" PACKAGE_DESC " (PLD Linux)"));
                } else if (con->conf.server_tag->used > 1) {
                        buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: 
"));
                        buffer_append_string_encoded(b, 
CONST_BUF_LEN(con->conf.server_tag), ENCODING_HTTP_HEADER);
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lighttpd-branding.patch?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to