[From nobody Fri Jul 17 20:10:21 2009
Received: (at submit) by bugs.debian.org; 10 Feb 2003 10:49:08 +0000
Return-path: &lt;tbm@cyrius.com&gt;
Received: from bangpath.uucico.de [195.71.9.197] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18iBUp-0007OM-00; Mon, 10 Feb 2003 04:49:07 -0600
Received: by bangpath.uucico.de (Postfix, from userid 10)
	id 53BDF26B2C; Mon, 10 Feb 2003 11:44:46 +0100 (CET)
Received: by regression.cyrius.com (Postfix, from userid 1000)
	id DAD702356B; Mon, 10 Feb 2003 11:49:17 +0100 (CET)
Date: Mon, 10 Feb 2003 11:49:17 +0100
From: Martin Michlmayr &lt;tbm@cyrius.com&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: gnupg: Sort signatures by signature date
Message-ID: &lt;20030210104917.GA9863@regression.cyrius.com&gt;
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.4i
X-Reportbug-Version: 1.99.47
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-7.2 required=5.0
	tests=SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT,
	USER_AGENT_MUTT version=2.41
X-Spam-Level: 

Package: gnupg
Version: 1.2.1-2
Severity: wishlist
Tags: upstream

Hi Werner,

At the moment, --list-sigs and --check-sigs shows the signature in the
order they happen to be in the key.  However, that can vary depending
on where you got the public key from.  I think a much nicer way of
displaying the signatures would be to sort by the date your key was
sorted.

At the moment, it looks like this:

sig 3       BC185AB3 2002-10-06   Robert Bihlmeyer &lt;robbe@debian.org&gt;
sig         7B8357E5 2001-07-07   Andreas Schuldei (old) &lt;schuldei@nikocity.de&gt;
sig         3CC88C09 2001-07-11   Fumitoshi UKAI &lt;ukai@debian.org&gt;
sig         797EBFAB 2001-07-09   Enrico Zini (Unibo) &lt;zinie@cs.unibo.it&gt;
sig 3       10FA4CD1 2002-08-30   Colin Watson &lt;cjwatson@flatline.org.uk&gt;
sig 3       307D56ED 2002-08-26   Nočl Köthe &lt;noel@debian.org&gt;
sig 3       248AEB73 2002-09-21   Rene Engelhard &lt;rene@rene-engelhard.de&gt;
sig         258D8781 2001-07-10   Michael Bramer &lt;michael@debsupport.de&gt;

I'd much prefer:

sig         7B8357E5 2001-07-07   Andreas Schuldei (old) &lt;schuldei@nikocity.de&gt;
sig         797EBFAB 2001-07-09   Enrico Zini (Unibo) &lt;zinie@cs.unibo.it&gt;
sig         258D8781 2001-07-10   Michael Bramer &lt;michael@debsupport.de&gt;
sig         3CC88C09 2001-07-11   Fumitoshi UKAI &lt;ukai@debian.org&gt;
sig 3       307D56ED 2002-08-26   Nočl Köthe &lt;noel@debian.org&gt;
sig 3       10FA4CD1 2002-08-30   Colin Watson &lt;cjwatson@flatline.org.uk&gt;
sig 3       248AEB73 2002-09-21   Rene Engelhard &lt;rene@rene-engelhard.de&gt;
sig 3       BC185AB3 2002-10-06   Robert Bihlmeyer &lt;robbe@debian.org&gt;

Chronological order makes sense since this shows more easily when I
met someone.
-- 
Martin Michlmayr
tbm@cyrius.com

]