[Pkg-sks-commit] r227 - in sks/trunk/sks/debian: . patches
Christoph Martin
chrism at alioth.debian.org
Thu May 10 09:22:29 UTC 2012
Author: chrism
Date: 2012-05-10 09:22:29 +0000 (Thu, 10 May 2012)
New Revision: 227
Added:
sks/trunk/sks/debian/patches/520_fix_non-compliant_POST.patch
Modified:
sks/trunk/sks/debian/changelog
sks/trunk/sks/debian/patches/series
Log:
* Non-Maintainer Upload.
* emit proper HTTP 1.0 POSTs from recon process (Closes: #667695)
Modified: sks/trunk/sks/debian/changelog
===================================================================
--- sks/trunk/sks/debian/changelog 2012-05-10 09:17:01 UTC (rev 226)
+++ sks/trunk/sks/debian/changelog 2012-05-10 09:22:29 UTC (rev 227)
@@ -4,6 +4,13 @@
-- Christoph Martin <christoph.martin at uni-mainz.de> Thu, 10 May 2012 11:15:40 +0200
+sks (1.1.1+dpkgv3-7.1) unstable; urgency=low
+
+ * Non-Maintainer Upload.
+ * emit proper HTTP 1.0 POSTs from recon process (Closes: #667695)
+
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net> Fri, 06 Apr 2012 10:36:48 -0400
+
sks (1.1.1+dpkgv3-7) unstable; urgency=low
* remove default mailsync entry to prevent sks from sending email syncs
Added: sks/trunk/sks/debian/patches/520_fix_non-compliant_POST.patch
===================================================================
--- sks/trunk/sks/debian/patches/520_fix_non-compliant_POST.patch (rev 0)
+++ sks/trunk/sks/debian/patches/520_fix_non-compliant_POST.patch 2012-05-10 09:22:29 UTC (rev 227)
@@ -0,0 +1,11 @@
+--- sks-1.1.1/reconComm.ml 2009-03-25 22:14:44.000000000 -0400
++++ sks-1.1.2/reconComm.ml 2011-10-01 08:23:23.000000000 -0400
+@@ -81,7 +81,7 @@
+ let sout = Channel.new_buffer_outc 0 in
+ CMarshal.marshal_list ~f:CMarshal.marshal_string sout hashes;
+ let msg = sout#contents in
+- cout#write_string "POST /pks/hashquery\r\n";
++ cout#write_string "POST /pks/hashquery HTTP/1.0\r\n";
+ cout#write_string (sprintf "content-length: %d\r\n\r\n"
+ (String.length msg));
+ cout#write_string msg;
Modified: sks/trunk/sks/debian/patches/series
===================================================================
--- sks/trunk/sks/debian/patches/series 2012-05-10 09:17:01 UTC (rev 226)
+++ sks/trunk/sks/debian/patches/series 2012-05-10 09:22:29 UTC (rev 227)
@@ -8,3 +8,4 @@
510-allowed-chars.patch
511_gcc44.patch
512_no_XA_berkeleydb.patch
+520_fix_non-compliant_POST.patch
More information about the Pkg-sks-commit
mailing list