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

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 15:05:32 UTC 2008


Author: chrism
Date: 2008-06-19 15:05:31 +0000 (Thu, 19 Jun 2008)
New Revision: 134

Added:
   sks/trunk/sks/debian/patches/202_correct_x_keyserver
Log:
[project @ 136]
use correct X-KeyServer-Sent header

Original author: weasel
Date: 2004-03-24 08:25:11.131466+00:00

Added: sks/trunk/sks/debian/patches/202_correct_x_keyserver
===================================================================
--- sks/trunk/sks/debian/patches/202_correct_x_keyserver	                        (rev 0)
+++ sks/trunk/sks/debian/patches/202_correct_x_keyserver	2008-06-19 15:05:31 UTC (rev 134)
@@ -0,0 +1,12 @@
+diff -ruN sks-1.0.7-old/dbserver.ml sks-1.0.7/dbserver.ml
+--- sks-1.0.7-old/dbserver.ml	Fri Feb 20 13:21:57 2004
++++ sks-1.0.7/dbserver.ml	Wed Mar 24 07:21:39 2004
+@@ -557,7 +557,7 @@
+ 			    "Subject","incremental";
+ 			    "Precedence","list";
+ 			    "Content-type", "application/pgp-keys";
+-			    "X-KeyServer-Sent",!Settings.hostname;
++			    "X-KeyServer-Sent", Settings.get_from_addr ();
+ 			  ] ;
+ 			Sendmail.body = body;
+ 		      }




More information about the Pkg-sks-commit mailing list