[Pkg-sks-commit] r49 - sks/trunk/sks/debian/patches

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 14:42:43 UTC 2008


Author: chrism
Date: 2008-06-19 14:42:42 +0000 (Thu, 19 Jun 2008)
New Revision: 49

Added:
   sks/trunk/sks/debian/patches/503_server_version
Log:
[project @ 50]
on Jason Harris request

Original author: fabbione
Date: 2003-12-04 21:55:20.045502+00:00

Added: sks/trunk/sks/debian/patches/503_server_version
===================================================================
--- sks/trunk/sks/debian/patches/503_server_version	                        (rev 0)
+++ sks/trunk/sks/debian/patches/503_server_version	2008-06-19 14:42:42 UTC (rev 49)
@@ -0,0 +1,12 @@
+diff -ruN sks-1.0.6-old/wserver.ml sks-1.0.6/wserver.ml
+--- sks-1.0.6-old/wserver.ml	2003-10-12 22:20:19.000000000 +0200
++++ sks-1.0.6/wserver.ml	2003-12-04 22:37:54.000000000 +0100
+@@ -238,7 +238,7 @@
+ 
+ let send_result cout ?(error_code = 200) ?(content_type = "text/html") body =
+   fprintf cout "HTTP/1.0 %03d OK\r\n" error_code;
+-  fprintf cout "Server: sks_www/\r\n";
++  fprintf cout "Server: sks_www/1.0.6\r\n";
+   fprintf cout "Content-type: %s\r\n\r\n" content_type;
+   fprintf cout "%s\r\n" body;
+   flush cout




More information about the Pkg-sks-commit mailing list