Hi SKS maintainers--

I just uploaded sks_1.1.1+dpkgv3-7.1 to DELAYED/5 to fix
http://bugs.debian.org/667695

Attached is the debdiff between sks_1.1.1+dpkgv3-7 and
sks_1.1.1+dpkgv3-7.1.

Thanks for maintaining sks in debian.

Regards,

         --dkg

diff -Nru sks-1.1.1+dpkgv3/debian/changelog sks-1.1.1+dpkgv3/debian/changelog
--- sks-1.1.1+dpkgv3/debian/changelog	2011-05-31 11:05:38.000000000 -0400
+++ sks-1.1.1+dpkgv3/debian/changelog	2012-04-06 10:43:34.000000000 -0400
@@ -1,3 +1,10 @@
+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 <d...@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
diff -Nru sks-1.1.1+dpkgv3/debian/patches/520_fix_non-compliant_POST.patch sks-1.1.1+dpkgv3/debian/patches/520_fix_non-compliant_POST.patch
--- sks-1.1.1+dpkgv3/debian/patches/520_fix_non-compliant_POST.patch	1969-12-31 19:00:00.000000000 -0500
+++ sks-1.1.1+dpkgv3/debian/patches/520_fix_non-compliant_POST.patch	2012-04-06 10:43:59.000000000 -0400
@@ -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;
diff -Nru sks-1.1.1+dpkgv3/debian/patches/series sks-1.1.1+dpkgv3/debian/patches/series
--- sks-1.1.1+dpkgv3/debian/patches/series	2011-05-31 09:54:45.000000000 -0400
+++ sks-1.1.1+dpkgv3/debian/patches/series	2012-04-06 10:43:45.000000000 -0400
@@ -8,3 +8,4 @@
 510-allowed-chars.patch 
 511_gcc44.patch 
 512_no_XA_berkeleydb.patch
+520_fix_non-compliant_POST.patch

Attachment: pgpOsTxE7b6jp.pgp
Description: PGP signature

Reply via email to