Package: sig2dot
Version: 0.34-4
Severity: normal
Tags: patch

sig2dot does recognize a line

  sig 3      4 ABCDABCD 2006-01-18  Stub CA

but not a line

  sig 3      T DCBADCBA 2006-01-18  Root CA

That is to say, GnuPG reports trust signature level 10 and above using 
a letter T but sig2dot does not know that.

-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Kernel: Linux 2.6.14-2-powerpc
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)

Versions of packages sig2dot depends on:
ii  perl                       5.8.4-8sarge3 Larry Wall's Practical
 Extraction

-- no debconf information
diff -ru sig2dot-0.35.orig/sig2dot sig2dot-0.35/sig2dot
--- sig2dot-0.35.orig/sig2dot	2006-01-19 00:31:12.686000000 +0200
+++ sig2dot-0.35/sig2dot	2006-01-19 00:31:43.941000000 +0200
@@ -164,7 +164,7 @@
 #sig 3        9456ADE2 2004-02-07  Michael Schiansky <michael#schiansky.de>
 
                  # type                          id       date       name
-   if ($line =~ m#([\w]+)[ !\?][ \dLNPRX]{0,8} +([^ ]+) +([^ ]+)(?: +"?([^<"]*))?#)
+   if ($line =~ m#([\w]+)[ !\?][ \dLNPRTX]{0,8} +([^ ]+) +([^ ]+)(?: +"?([^<"]*))?#)
 # differences:
 # " " -> "[ !\?]" (to use 'gpg --check-sigs|sig2dot.mio|springgraph|display')
 # "[ \d]" -> "[ \dLRXP]" (signature attributes)

Reply via email to