pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/caff



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 24 10:45:38 UTC 2016

Modified Files:
        pkgsrc/security/caff: Makefile distinfo

Log Message:
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@localhost>  Mon, 22 Aug 2016 00:19:48 +0200


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/caff/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/caff/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/caff/Makefile
diff -u pkgsrc/security/caff/Makefile:1.41 pkgsrc/security/caff/Makefile:1.42
--- pkgsrc/security/caff/Makefile:1.41  Sat Jul  9 06:38:53 2016
+++ pkgsrc/security/caff/Makefile       Wed Aug 24 10:45:38 2016
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2016/07/09 06:38:53 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2016/08/24 10:45:38 wiz Exp $
 
-VERSION=       2.3
+VERSION=       2.4
 DISTNAME=      signing-party_${VERSION}.orig
 PKGNAME=       caff-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/s/signing-party/}
 

Index: pkgsrc/security/caff/distinfo
diff -u pkgsrc/security/caff/distinfo:1.28 pkgsrc/security/caff/distinfo:1.29
--- pkgsrc/security/caff/distinfo:1.28  Thu May  5 20:07:36 2016
+++ pkgsrc/security/caff/distinfo       Wed Aug 24 10:45:38 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.28 2016/05/05 20:07:36 tron Exp $
+$NetBSD: distinfo,v 1.29 2016/08/24 10:45:38 wiz Exp $
 
-SHA1 (signing-party_2.3.orig.tar.gz) = eb65e32668e0b3fccd8c5e4d73b2aa66761a7e86
-RMD160 (signing-party_2.3.orig.tar.gz) = b87a56883d8e93632e4973e73ae1d40a476a80b7
-SHA512 (signing-party_2.3.orig.tar.gz) = 5c901a491a4349fd0ab92aa7358c78da141f4616572140f5a4d22f6ba7152e877d5d9734fa0b26477e7c9a49bd972b1fc3047a115f4fd868969387df572fd231
-Size (signing-party_2.3.orig.tar.gz) = 196864 bytes
+SHA1 (signing-party_2.4.orig.tar.gz) = 2a3b7b79afd9508e87293a0fb216b2a454058118
+RMD160 (signing-party_2.4.orig.tar.gz) = 68c939e68a4db9f1c99931d04ff3a3e30eb52b59
+SHA512 (signing-party_2.4.orig.tar.gz) = 0ab18af70314839193d25053c6b3de31afba173ae70a39b84e19aad8ec4864bbd95f9b685b3bc807674310c35af2dc75145eb6eb9d03d6a0ce84ce45ac7f29c0
+Size (signing-party_2.4.orig.tar.gz) = 197731 bytes
 SHA1 (patch-Makefile) = 728bb40fa8be2f0ac63254f2e86b37ee9fa1199f



Home | Main Index | Thread Index | Old Index