summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-02-13 19:57:11 +0000
committerwiz <wiz@pkgsrc.org>2019-02-13 19:57:11 +0000
commit67ac2d2d5dd3bc04324c13e45b7bd5e6ab8f37ae (patch)
treea515c6233de075043f1ad44f2a1ec37f54677dfb /security
parentd0afe6c7e87ccb3972a6cc34f67d20f34f404d68 (diff)
downloadpkgsrc-67ac2d2d5dd3bc04324c13e45b7bd5e6ab8f37ae.tar.gz
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> Mon, 28 Jan 2019 03:05:33 +0100
Diffstat (limited to 'security')
-rw-r--r--security/caff/Makefile8
-rw-r--r--security/caff/distinfo12
-rw-r--r--security/caff/patches/patch-Makefile10
3 files changed, 14 insertions, 16 deletions
diff --git a/security/caff/Makefile b/security/caff/Makefile
index 20fc5975977..edcd0666da9 100644
--- a/security/caff/Makefile
+++ b/security/caff/Makefile
@@ -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 @@ HOMEPAGE= http://pgp-tools.alioth.debian.org/
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 --git a/security/caff/distinfo b/security/caff/distinfo
index 5fb3601c442..dd0149db9bc 100644
--- a/security/caff/distinfo
+++ b/security/caff/distinfo
@@ -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 --git a/security/caff/patches/patch-Makefile b/security/caff/patches/patch-Makefile
index 09eb16a7085..a169862b4db 100644
--- a/security/caff/patches/patch-Makefile
+++ b/security/caff/patches/patch-Makefile
@@ -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: