pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/caff caff: update to 2.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a3ad17d16e6
branches:  trunk
changeset: 319457:7a3ad17d16e6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 13 19:57:11 2019 +0000

description:
caff: update to 2.8.

signing-party (2.8-1) unstable; urgency=low

  [ Guilhem Moulin ]
  * caff:
    + Add the "only-sign-text-ids" to the list of gpg(1) options imported from
      ~/.gnupg/gpg.conf.
    + Ensure the terminal is "sane enough" when asking questions ('echo',
      'echok', 'icanon', 'icrnl' settings are all set), and restore original
      settings when exit()'ing the program. (Closes: #872529)
  * caff, gpglist, gpgsigs: in `gpg --with-colons` output, allow signature
    class to be followed with an optional revocation reason. gpg(1) does that
    since 2.2.9. (Closes: #905097.)
  * caff, gpg-key2latex, gpg-key2ps, gpglist, gpgsigs, keylookup: Remove
    references to https://pgp-tools.alioth.debian.org/ .
  * caff, gpg-key2latex, gpg-key2ps, gpg-mailkeys, gpglist, gpgparticipants,
    gpgsigs, keylookup: Remove SVN keywords ($Id$, $Rev$, etc.)

 -- Guilhem Moulin <guilhem%debian.org@localhost>  Mon, 28 Jan 2019 03:05:33 +0100

diffstat:

 security/caff/Makefile               |   8 +++-----
 security/caff/distinfo               |  12 ++++++------
 security/caff/patches/patch-Makefile |  10 +++++-----
 3 files changed, 14 insertions(+), 16 deletions(-)

diffs (67 lines):

diff -r 7b0c44820df4 -r 7a3ad17d16e6 security/caff/Makefile
--- a/security/caff/Makefile    Wed Feb 13 19:54:00 2019 +0000
+++ b/security/caff/Makefile    Wed Feb 13 19:57:11 2019 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2018/08/22 09:46:17 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2019/02/13 19:57:11 wiz Exp $
 
-VERSION=       2.7
+VERSION=       2.8
 DISTNAME=      signing-party_${VERSION}.orig
 PKGNAME=       caff-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/s/signing-party/}
 
@@ -12,8 +11,7 @@
 COMMENT=       Various GnuPG related tools
 LICENSE=       gnu-gpl-v2 AND modified-bsd
 
-#WRKSRC=               ${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//}
-WRKSRC=                ${WRKDIR}
+WRKSRC=                ${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//}
 
 USE_TOOLS+=    autoconf automake gmake pod2man
 USE_TOOLS+=    perl:run
diff -r 7b0c44820df4 -r 7a3ad17d16e6 security/caff/distinfo
--- a/security/caff/distinfo    Wed Feb 13 19:54:00 2019 +0000
+++ b/security/caff/distinfo    Wed Feb 13 19:57:11 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.33 2018/02/11 16:06:42 wiz Exp $
+$NetBSD: distinfo,v 1.34 2019/02/13 19:57:11 wiz Exp $
 
-SHA1 (signing-party_2.7.orig.tar.gz) = 53554389451e7153e5191d5c6472c282c8607e20
-RMD160 (signing-party_2.7.orig.tar.gz) = 40ad3c463b027bb347ca8c16f6b049bf119c9eeb
-SHA512 (signing-party_2.7.orig.tar.gz) = d1599ca0cb2dd554b4688bc8c77f4a1dd907d00539bb11abe147300dd2184f8548ebe9fdf793e83e2956a220b1c4bf9e19bd543b77f724b0c8ea4794ac945985
-Size (signing-party_2.7.orig.tar.gz) = 201320 bytes
-SHA1 (patch-Makefile) = 64a659cc698da2de7da600a34006254da90a158d
+SHA1 (signing-party_2.8.orig.tar.gz) = 7fa9b3f53f746f1df53d6d34b2713965e867d0d6
+RMD160 (signing-party_2.8.orig.tar.gz) = eca5ea2c2f1ca54bdfcbaf057ea4b41e4d6f1d9b
+SHA512 (signing-party_2.8.orig.tar.gz) = 25e0696836791f03b761d9e5b53ff0c7352c6db00f7ab45199cc07430b4fdbd9c1e35f1f9ada80663f53424b19cc6907bacae6cddb62ee342a9af2f0ce3301da
+Size (signing-party_2.8.orig.tar.gz) = 222287 bytes
+SHA1 (patch-Makefile) = 81f3be64cd3595d0cd8671f994f6b7034b5da7be
diff -r 7b0c44820df4 -r 7a3ad17d16e6 security/caff/patches/patch-Makefile
--- a/security/caff/patches/patch-Makefile      Wed Feb 13 19:54:00 2019 +0000
+++ b/security/caff/patches/patch-Makefile      Wed Feb 13 19:57:11 2019 +0000
@@ -1,16 +1,16 @@
-$NetBSD: patch-Makefile,v 1.3 2017/09/02 18:15:42 tron Exp $
+$NetBSD: patch-Makefile,v 1.4 2019/02/13 19:57:11 wiz Exp $
 
 Don't attempt to build "keyanalyze" and related utilties. They don't build
 on systems without SHA1 hash functions in the system library and we don't
 install them in the first place.
 
---- Makefile.orig      2017-07-07 16:06:13.000000000 +0100
-+++ Makefile   2017-09-02 19:14:30.000000000 +0100
+--- Makefile.orig      2019-01-28 02:07:32.000000000 +0000
++++ Makefile
 @@ -1,6 +1,4 @@
 --include /usr/share/dpkg/pkg-info.mk
 -
 -DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist gpgparticipants keyanalyze keylookup \
 +DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist gpgparticipants keylookup \
       sig2dot springgraph gpgwrap gpgdir keyart gpg-key2latex
- TGZ=../signing-party_$(DEB_VERSION_UPSREAM).orig.tar.gz
- TGZ_DIR=signing-party-$(DEB_VERSION_UPSREAM)
+ 
+ all:



Home | Main Index | Thread Index | Old Index