[Pkg-sks-commit] r166 - in sks/trunk/sks/debian: . patches

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


Author: chrism
Date: 2008-06-19 15:15:28 +0000 (Thu, 19 Jun 2008)
New Revision: 166

Modified:
   sks/trunk/sks/debian/changelog
   sks/trunk/sks/debian/patches/500_debian_fhs
Log:
[project @ 168]
Fix 500_debian_fhs, so that we do not create a thousand diff-xxx files.

Original author: weasel
Date: 2005-01-20 16:19:32.993486+00:00

Modified: sks/trunk/sks/debian/changelog
===================================================================
--- sks/trunk/sks/debian/changelog	2008-06-19 15:15:19 UTC (rev 165)
+++ sks/trunk/sks/debian/changelog	2008-06-19 15:15:28 UTC (rev 166)
@@ -1,3 +1,12 @@
+sks (1.0.9-0.4) UNRELEASED; urgency=low
+
+  * Fix 500_debian_fhs, so that we do not create a thousand
+    diff-xxx files because client ports in recon are changing
+    all the time.  Upstream got that right, but the patch
+    reverted that to a (previous? and) broken behaviour.
+
+ -- Peter Palfrader <weasel at debian.org>  Thu, 20 Jan 2005 17:18:58 +0100
+
 sks (1.0.9-0.3) UNRELEASED; urgency=low
 
   * Changed maintainer to myself.

Modified: sks/trunk/sks/debian/patches/500_debian_fhs
===================================================================
--- sks/trunk/sks/debian/patches/500_debian_fhs	2008-06-19 15:15:19 UTC (rev 165)
+++ sks/trunk/sks/debian/patches/500_debian_fhs	2008-06-19 15:15:28 UTC (rev 166)
@@ -62,7 +62,7 @@
  	let hashes = hashconvert results in
  	print_hashes (sockaddr_to_string http_addr) hashes;
 -	log_diffs (sprintf "diff-%s.txt" (sockaddr_to_name http_addr)) hashes;
-+	log_diffs (sprintf "/var/spool/sks/diff-%s.txt" (sockaddr_to_name partner)) hashes;
++	log_diffs (sprintf "/var/spool/sks/diff-%s.txt" (sockaddr_to_name http_addr)) hashes;
  	match results with
  	    [] -> []
  	  | _ ->




More information about the Pkg-sks-commit mailing list