summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-04-27 12:13:11 +0000
committerwiz <wiz@pkgsrc.org>2021-04-27 12:13:11 +0000
commitcc8f3db2d8bbbc08ad0a479274a742b39a0ecf8a (patch)
tree3fbfea599f9a2da73abe7edfecb9f29a513c3e53 /security
parent46fdd18a3480202357c7aaf9728b4be3e48e1d24 (diff)
downloadpkgsrc-cc8f3db2d8bbbc08ad0a479274a742b39a0ecf8a.tar.gz
p5-GnuPG-Interface: update to 1.02.
1.02 - 2021-04-09 - Work around an issue with CLI options for deleting secret keys in gpg 2.2 1.01 - 2021-01-26 - Make $gnupg->call('foo') update the internal GnuPG version number. - Localize tainted PATH env to make exec happy
Diffstat (limited to 'security')
-rw-r--r--security/p5-GnuPG-Interface/Makefile8
-rw-r--r--security/p5-GnuPG-Interface/distinfo10
-rw-r--r--security/p5-GnuPG-Interface/options.mk3
3 files changed, 8 insertions, 13 deletions
diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile
index 9b47609cdef..2d93f3e47f7 100644
--- a/security/p5-GnuPG-Interface/Makefile
+++ b/security/p5-GnuPG-Interface/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2020/08/31 18:11:18 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2021/04/27 12:13:11 wiz Exp $
-DISTNAME= GnuPG-Interface-1.00
+DISTNAME= GnuPG-Interface-1.02
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GnuPG/}
@@ -15,9 +14,6 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
DEPENDS+= p5-MooX-late>=0.100nb1:../../devel/p5-MooX-late
DEPENDS+= p5-MooX-HandlesVia-[0-9]*:../../devel/p5-MooX-HandlesVia
-# This should not be a direct dependency, but I didn't find which DEPENDS
-# should pull this in instead.
-DEPENDS+= p5-Class-Tiny-[0-9]*:../../devel/p5-Class-Tiny
PERL5_PACKLIST= auto/GnuPG/Interface/.packlist
diff --git a/security/p5-GnuPG-Interface/distinfo b/security/p5-GnuPG-Interface/distinfo
index a2040916c0f..a7994af9e95 100644
--- a/security/p5-GnuPG-Interface/distinfo
+++ b/security/p5-GnuPG-Interface/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2020/06/08 14:18:15 wiz Exp $
+$NetBSD: distinfo,v 1.15 2021/04/27 12:13:11 wiz Exp $
-SHA1 (GnuPG-Interface-1.00.tar.gz) = f64a6cba3f5402967332a7d91ba95b603e5a3e91
-RMD160 (GnuPG-Interface-1.00.tar.gz) = 5461c92f2557175bf202c92e39dd8bd3c6ffcee1
-SHA512 (GnuPG-Interface-1.00.tar.gz) = 82436543cc3fff19c10fce2be70db5c056e1e186c283127e4e197aa213dc70b5d6d5b61ccd66b577c411a822aef8f2c02057c996e561d5b192fcc2d96a677f07
-Size (GnuPG-Interface-1.00.tar.gz) = 75108 bytes
+SHA1 (GnuPG-Interface-1.02.tar.gz) = 4fe43c859b01afb9579688a8ba91da60d27a20b4
+RMD160 (GnuPG-Interface-1.02.tar.gz) = b9027479ec5757761b2b4450ab4c3466655a0984
+SHA512 (GnuPG-Interface-1.02.tar.gz) = ff4365aa75fbcd2dc77c915ec36c0b578219ae1a2148e936b4769221f91c78a3bc3d371159b5130e7bee36ecf0e169b6a16e3a160d2598811d6f70850119f6e4
+Size (GnuPG-Interface-1.02.tar.gz) = 75523 bytes
SHA1 (patch-Makefile.PL) = db48ace347c859d561b4bb4f4ab0a7af82b15e41
diff --git a/security/p5-GnuPG-Interface/options.mk b/security/p5-GnuPG-Interface/options.mk
index fce08fac7c4..59ea06db67d 100644
--- a/security/p5-GnuPG-Interface/options.mk
+++ b/security/p5-GnuPG-Interface/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2020/06/08 14:18:15 wiz Exp $
+# $NetBSD: options.mk,v 1.7 2021/04/27 12:13:11 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.p5_GnuPG_Interface
PKG_OPTIONS_REQUIRED_GROUPS= gnupg
@@ -13,7 +13,6 @@ DEPENDS+= gnupg2>=2.2:../../security/gnupg2
SUBST_CLASSES+= gpg
SUBST_SED.gpg+= -e "s,'gpg','gpg2',g"
SUBST_FILES.gpg+= lib/GnuPG/Interface.pm
-SUBST_FILES.gpg+= t/Interface.t
SUBST_STAGE.gpg= pre-configure
SUBST_MESSAGE.gpg= Fixing path to gnupg binary.