Change logs for signing-party source package in Xenial

  • signing-party (2.2-1) unstable; urgency=low
    
      * caff:
        + "gpgparticipants"-formated input: accept key blocks not starting with a
          number such as
                [x] Fingerprint(s) OK        [x] ID OK
          This makes caff able to process the Debconf 15 KSP file.  (Closes:
          #797714)
      * gpglist:
        + Don't prune revoked UIDs with a subsequent selfsig.  (Closes: #796664)
        + Add an option '--show-revoked' to show revoked UIDs.  Thanks Tomasz
          Buchert for the patch.
        + Mention in the manpage that the path to the gpg binary is taken from the
          GNUPGBIN environment variable, if defined.
    
     -- Guilhem Moulin <email address hidden>  Tue, 15 Dec 2015 03:10:43 +0100
  • signing-party (2.1-1) unstable; urgency=low
    
      * caff:
        + Only consider non-expired/invalid/revoked keys and UIDs when generating
          the caffrc.
        + Proper RFC 5322 validation of email addresses.  Currently gpg(1) only
          accepts a subset of RFC 5322-valid addresses (unless
          --allow-freeform-uid is set).  caff is now able to extract the email
          address from any UID of the form "addr-spec" or "[phrase] <addr-spec>"
          with a RFC 5322-valid addr-spec.
        + Prefix the signature by "-- \n" in the email template.
        + Automatically mkdir ~/.caff if it doesn't exit.  Regression introduced
          in r776.  (Closes: #786933)
    
     -- Guilhem Moulin <email address hidden>  Sat, 08 Aug 2015 16:34:16 +0200