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

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 14:52:09 UTC 2008


Author: chrism
Date: 2008-06-19 14:52:09 +0000 (Thu, 19 Jun 2008)
New Revision: 79

Modified:
   sks/trunk/sks/debian/patches/504_key_types
Log:
[project @ 80]
Fix alignment in verbose index

Original author: weasel
Date: 2003-12-09 15:24:47.338866+00:00

Modified: sks/trunk/sks/debian/patches/504_key_types
===================================================================
--- sks/trunk/sks/debian/patches/504_key_types	2008-06-19 14:51:57 UTC (rev 78)
+++ sks/trunk/sks/debian/patches/504_key_types	2008-06-19 14:52:09 UTC (rev 79)
@@ -1,6 +1,6 @@
 diff -ruN sks-1.0.6-old/htmlTemplates.ml sks-1.0.6/htmlTemplates.ml
---- sks-1.0.6-old/htmlTemplates.ml	2003-10-12 22:20:18.000000000 +0200
-+++ sks-1.0.6/htmlTemplates.ml	2003-12-09 14:13:44.000000000 +0100
+--- sks-1.0.6-old/htmlTemplates.ml	Sun Oct 12 22:20:18 2003
++++ sks-1.0.6/htmlTemplates.ml	Tue Dec  9 16:10:28 2003
 @@ -67,11 +67,22 @@
    let uidstr = String.concat ~sep:"\r\n                           " userids in
    base ^ uidstr
@@ -27,8 +27,26 @@
        (tm.tm_mon + 1) 
        tm.tm_mday 
 diff -ruN sks-1.0.6-old/index.ml sks-1.0.6/index.ml
---- sks-1.0.6-old/index.ml	2003-11-29 15:25:51.000000000 +0100
-+++ sks-1.0.6/index.ml	2003-12-09 14:14:13.000000000 +0100
+--- sks-1.0.6-old/index.ml	Sat Nov 29 15:25:51 2003
++++ sks-1.0.6/index.ml	Tue Dec  9 16:21:51 2003
+@@ -202,7 +202,7 @@
+       | 0x11 -> " sig1"
+       | 0x12 -> " sig2"
+       | 0x13 -> " sig3"
+-      | 0x20 | 0x28 | 0x30 -> "<font color=\"red\"><b>revok</b></font>"
++      | 0x20 | 0x28 | 0x30 -> "<font color=\"red\"><b>revok </b></font>"
+       | 0x1f -> "dirct"
+       | 0x18 -> "sbind"
+       | x -> sprintf " 0x%02x" x
+@@ -248,7 +248,7 @@
+ 	"no keyid"
+   in
+ 
+-  let firstline = sprintf "sig %s %s %s %s %s %s"
++  let firstline = sprintf "sig %-6s %s %s %s %s %s"
+ 		    sigtype_string keyid_string
+ 		    sig_creation_string sig_expiration_string 
+ 		    key_expiration_string
 @@ -345,9 +345,11 @@
  	   ~port:http_port ~keyid:keyid_long ) 
  	keyid_short




More information about the Pkg-sks-commit mailing list