Commit graph

51 commits

Author SHA1 Message Date
wiz
8f568c47d0 caff: update to 2.7.
Bugfix release.
2018-02-11 16:06:42 +00:00
tron
e1828fe91f Fix bad merge on patch file which broke the build under macOS Sierra. 2017-09-02 18:15:42 +00:00
wiz
b8069f2e87 Fix gnupg2 dependency pattern. 2017-08-29 12:23:24 +00:00
wiz
2148e3b706 Remove references to gnupg21 in preparation for its removal. 2017-08-29 12:11:35 +00:00
wiz
10e0731fbd Updated caff to 2.6.
Bugfixes.
2017-08-14 20:48:02 +00:00
wiz
9d0e6e81af Allow choosing gnupg1, gnupg2, or gnupg21. Default to gnupg2. Bump PKGREVISION. 2017-06-06 20:37:15 +00:00
wiz
fc6442def3 Updated caff to 2.5.
Mostly documentation fixes.
2016-10-09 20:57:05 +00:00
wiz
ecadac0193 Updated caff to 2.4.
signing-party (2.4-1) unstable; urgency=medium

  * caff, gpg-key2latex, gpgsigs: Ignore "KEY_CONSIDERED" status output
    emitted by gpg 2.1.13 and later.
  * caff, gpgsigs: Allow input produced by gpgparticipants(1) using gpg
    2.1.13.  With this version, key IDs are not displayed by default and the
    "Key fingerprint = " prefix is omitted.
  * caff:
    + Fix GnuPG version number comparison.
    + With GnuPG 2.1.13 or later, use gpgconf(1) to determine the socket
      paths.  (It is not used on earlier gpg since earlier gpgconf do not
      support --homedir.)  This fixes compatibility with GnuPG 2.1.13.
      (Closes: #834984)
    + When ~/.caff/gnupghome/gpg.conf does not exist, instead of creating a
      temporary file (as it's done since signing-party 2.3), parse
      ~/.gnup/gpg.conf and pass the GnuPG options that are known to be safe
      (and useful) for caff to gpg(1) using command line options.  This soves
      the problem of lingering configuration files in case caff is killed.
    + Use full fingerprints internally to avoid collisions.  (However
      $CONFIG{'keyid'} and $CONFIG{'local-users'} are kept to 64-bits key IDs
      as per RFC 4880 full fingerprints are not available in key signatures,
      and thus not exposed by `gpg --with-colons --list-sigs`.)
    + Automatically import the $CONFIG{'also-encrypt-to'} from the normal
      GnuPGHOME when possible.
  * d/source.lintian-overrides: Add 'debian-watch-file-is-missing' as we're
    upstream.
  * d/control: Remove Franck Joncourt from the Uploaders list per request of
    the MIA team.  (Closes: #831321)

 -- Guilhem Moulin <guilhem@guilhem.org>  Mon, 22 Aug 2016 00:19:48 +0200
2016-08-24 10:45:38 +00:00
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
tron
6ce7c76568 Don't attempt to build "keyanalyze" and friends. We don't install those
programs anyway and it breaks the build under at least Mac OS X.
After this change we also don't need various "auto*" tools during
the build phase.
2016-05-05 20:07:36 +00:00
wiz
6ab46800f0 Updated caff to 2.3.
No changelog found, but changes look like caff will take
over more from the users default config.
2016-05-05 11:15:57 +00:00
wiz
3e49f02766 Update caff to 2.2.
Pattern fixes for signature recognition.
2015-12-27 21:32:14 +00:00
agc
5293710fb4 Add SHA512 digests for distfiles for security category
Problems found locating distfiles:
	Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz
	Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz
	Package libidea: missing distfile libidea-0.8.2b.tar.gz
	Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2
	Package uvscan: missing distfile vlp4510e.tar.Z

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:17:40 +00:00
wiz
a6941d4115 Update to 2.1:
make gnupg executable configurable
find out its version
2015-08-14 20:07:34 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
wiz
abb604ac77 Update to 2.0:
Allow configuring the GPG executable, improve documentation.
2015-04-19 18:41:48 +00:00
wiz
eb29bbc746 Simplify PKGNAME. 2015-01-10 20:33:49 +00:00
wiz
ee90f8576b Update to 1.1.12:
Allow option to set subject.
2015-01-04 23:15:19 +00:00
wiz
0e9a8c13b5 Update to 1.1.11: locale improvements. 2014-11-19 12:43:36 +00:00
wiz
e4bd95945d Update to 1.1.10: locale improvements. 2014-10-12 14:48:20 +00:00
wiz
1d487030c0 Update to 1.1.9:
Diff looks like perl style cleanups.
2014-08-31 21:40:54 +00:00
wiz
a8bf36265a Update to 1.1.8.
New keyart binary (not installed)
documenation improvements.
2014-07-22 11:23:11 +00:00
mef
020c303e9f Caff was packaged fine, but a module was missing at run.
Add dependency
+DEPENDS+=  p5-Net-IDN-Encode-[0-9]*:../../textproc/p5-Net-IDN-Encode
and bump PKGREVION. Thanks gdt@ for review.
2014-07-16 12:21:29 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
0f5b56b90f Update to 1.1.7, changes not found. 2014-05-20 08:27:47 +00:00
wiz
ec354bbeb6 Update to 1.1.6, changes not found. 2014-04-18 20:11:18 +00:00
wiz
ede80fa109 Update to 1.1.5: bugfixes, e.g. for perl-5.18 compat. 2014-02-03 16:48:21 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
ghen
e3ba207887 Hand in maintainership. 2013-04-13 07:55:01 +00:00
asau
1a433eae91 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
wiz
86b9bf1c9e Update to 1.1.4:
signing-party (1.1.4-1) unstable; urgency=low
 .
   [ Thijs Kinkhorst ]
   * caff:
     + Correct path of ~/.caffrc in informational messages (Closes: #582603).
     + Be more verbose on unexpected key ID (Closes: #645792).
   * gpg-key2ps:
     + Apply patch from Uwe Kleine-König to deal with latin1 characters
       (Closes: #596377).
 .
   [ Franck Joncourt ]
   * gpg-mailkeys:
     + Correct path of ~/.gpg-mailkeysrc and ~/.signature in manpage.
     + Add new environment variable SENDMAIL_ARGS to allow user to pass
       arguments to sendmail (closes: #599409).
   * caff:
     + Refactor import of own key and import for keys to sign from keyrings.
     + Also automatically import keys to sign from the user's normal gpg
       keyrings.
     + Use --no-auto-check-trustdb when importing keys from files or
       the user's normal gpg keyrings (closes: #539643).
 .
   [ Peter Palfrader ]
   * caff:
     + manpage: Refer to all of /usr/share/doc/signing-party/caff/ and not
       just to /usr/share/doc/signing-party/caff/caffrc.sample
       (closes: #568052).
     + Fix horrible &function calls used because of broken prototypes.
     + Even if all keys to sign were found in the user's normal gpg
       keyrings we still need to import them (again) from any keyrings
       passed with --key-files - the keys there might be newer, containing
       new subkeys (for encryption), uids (for signing) or revocations.
     + Make importing of keys to be signed from the normal gpg optional
       (--keys-from-gnupg).
     + refactor copying of command line options into global config variable.
     + Create the mail files in ~/.caff/keys even if mail is not sent
       (closes: #590666).
2011-11-28 16:36:57 +00:00
wiz
48c3df3a9a Update to 1.1.3:
* keylookup:
  + Fixed typo noticed by lintian in manpage keylookup.1.
* caff:
  + Set the Sender header with the email address which is used for the From
    header. This overrides the default value which was set by the
    MIME::Entity Perl module based on the local hostname. (Closes: #556782)
2010-02-16 11:29:42 +00:00
wiz
32222ff809 Update to 1.1.2:
* gpgsigs:
     + Added patch from Roland Rosenfeld to support RIPEMD160 checksum.
       (Closes: #533747).
     + Updated man page to mention support for SHA256 and RIPEMD160 checksum.
     + Made removal of nonexistent photos quiet by the use of the force option.
     + Updated generated tex file in latex mode so that it uses the grffile
       package. This allows pdflatex to process our tex file assuming the photos
       are previously converted to PDF. (Closes: #542478)
   * caff: Updated check for the local-user keyids.
     + Moved the current check to a new function get_local_user_keys().
     + Warned the user if a local-user keyid is not listed as a keyid in
       ./caffrc. (Closes: #540165).
   * gpgdir: New upstream release.
   * gpg-mailkeys:
     + The charset for the text of the message is deduced from the charset used
       by ~/.gpg-mailkeysrc and ~/.signature.
       The text message is encoded in quoted printable and thus it requires a
       new dependency on qprint in debian/control. (Closes: #545186)
     + Mentionned both the .gpg-mailkeysrc and .signature files in the manpage.
2009-10-31 00:20:24 +00:00
tron
40ef0d6f2e Correct license syntax. 2009-07-10 15:42:04 +00:00
tron
798435b481 Set the license to modified-bsd (caff) and gnu-gpl-v2 (the other tools). 2009-07-10 15:41:14 +00:00
tron
637feb9511 Update the "caff" package to version 1.1.1. The changes are undocumented. 2009-07-10 12:30:25 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
wiz
d3c0ff12c6 Update to 1.1, changes undocumented. 2009-03-01 15:02:02 +00:00
wiz
8015905674 Update to 1.0:
Ignore temporary build files
make make install install stuff.
Bump NEWS.Debian.
Proposed solution for #462897: unconditionally sync keys between
normal gnupg home and caff gnupg home on startup, to cope with
changed keys.
2008-04-13 22:26:34 +00:00
wiz
7461b89fc8 Update to 0.4.13:
Changes unknown.
2007-11-30 17:22:20 +00:00
tonio
d0e3a7ee00 Update security/caff to 0.4.10
signing-party (0.4.10-1) unstable; urgency=low
   * caff:
     + Fix syntax error in example config variables (Closes: #413020).
     + Fix perl warnings when calling pgp-fixkey with unknown keyid or
       with empty signature create date.
   * gpg-key2ps:
     + Add '-1' option to only display one column of slips, for extra
       wide keys (Closes: #399474).
   * keylookup:
     + Fix perl warnings caused by empty lines from gpg output.
   * Drop transitional and now obsolete keylookup package.
   * Remove no longer needed dependency on mailx.
2007-06-10 21:27:10 +00:00
tonio
7f09f334fa Update security/caff to 0.4.9
Changelog:
 * caff:
   + Fix a bug with checking if we have exactly one or more keys that failed
     downloading.
   + Mention in manpage that keyserver-options is a useful setting in
     .caff/gnupghome/gpg.conf (Closes: #392811).
   + q-p-encode From: header (Closes: #366745).
2007-01-15 21:34:43 +00:00
joerg
aa48c98240 DESTDIR support. 2006-11-05 17:31:09 +00:00
tonio
ed9e1069fe Update security/caff to 0.4.8
Changelog:
* gpglist: do not die with with-fingerprint (Closes: #382019).
* gpg-key2ps: add --list-key to gpg call (works around #382794).
* caff: when set, use $ENV{'GNUPGHOME'} to find secring.gpg. Suggested by
  Gerfried Fuchs.
2006-10-13 21:01:36 +00:00
tonio
00f3b905d0 Update security/caff to 0.4.7
From debian changelog:
signing-party (0.4.7-1) unstable; urgency=low
  * gpg-mailkeys: use right content-type for attached key,
    thanks Wesley Landaker
  * gpgsigs: recognize rvk (revoker), found in ksp-dc6.txt.
2006-08-16 09:53:49 +00:00
tonio
890b9c5456 Update security/caff to 0.4.6
Remove the hostname subst, since it was fixed upstream

Changelog:
caff: - try hostname without -f first to be compatible with BSD
      - make local-user a config option, and let it accept a list of keyids
pkg-clean: - add option to allow importing subkeys
2006-05-12 14:47:30 +00:00
tonio
23c64fe0a7 Update security/caff to 0.4.5
Changelog:
  * Update FSF addresses.
  * caff: tweak documentation.
  * caff: note that mailed keys are encrypted (suggested by Sune Vuorela).
  * caff: You can now specify additional arguments to pass to the
    send method of Mail::Mailer.  This allows you to send mails via
    SMTP and use authentication for instance.  Thanks to Martin von Gagern.
  * gpg-key2ps, keylookup: make them less dependent on specific
    installation paths and thus better portable outside of Debian
    (Closes: #354142).
2006-05-06 12:40:44 +00:00
tron
1328302238 Don't try to use "hostname -f" under anything but Linux because that
command line option isn't portable. Bump package revision because
of this fix.
2006-03-13 15:05:43 +00:00
tonio
d62d701c0e Merge wip/signing-party, and bump PKGREVISION
Let the caff package install other gpg related tools
 - pgp-clean: removes all non-self signatures from key
 - pgp-fixkey: removes broken packets from keys
 - gpg-mailkeys: simply mail out a signed key to its owner
 - gpg-key2ps: generate PostScript file with fingerprint paper strips
 - gpglist: show who signed which of your UIDs
 - gpgsigs: annotates list of GnuPG keys with already done signatures
 - keylookup: ncurses wrapper around gpg --search

Fix hardcoded path in man pages
2006-03-07 14:31:28 +00:00