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

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 14:51:57 UTC 2008


Author: chrism
Date: 2008-06-19 14:51:57 +0000 (Thu, 19 Jun 2008)
New Revision: 78

Modified:
   sks/trunk/sks/debian/patches/506_show_revoked
Log:
[project @ 79]
Say that we did not verify the revocation cert

Original author: weasel
Date: 2003-12-09 15:03:39.546679+00:00

Modified: sks/trunk/sks/debian/patches/506_show_revoked
===================================================================
--- sks/trunk/sks/debian/patches/506_show_revoked	2008-06-19 14:51:32 UTC (rev 77)
+++ sks/trunk/sks/debian/patches/506_show_revoked	2008-06-19 14:51:57 UTC (rev 78)
@@ -16,7 +16,7 @@
        (1900 + tm.tm_year) 
        (tm.tm_mon + 1) 
        tm.tm_mday 
-+      (if revoked then " *** KEY REVOKED ***\r\n                              " else "")
++      (if revoked then " *** KEY REVOKED *** [not verified]\r\n                              " else "")
    in
 -  let uidstr = String.concat ~sep:"\r\n                              " userids in
 +  let uidstr = String.concat ~sep:"\r\n                               " userids in




More information about the Pkg-sks-commit mailing list