pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-GnuPG-Interface p5-GnuPG-Interface: update...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2244b2dca3dd
branches:  trunk
changeset: 451487:2244b2dca3dd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 27 12:13:11 2021 +0000

description:
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:

 security/p5-GnuPG-Interface/Makefile   |   8 ++------
 security/p5-GnuPG-Interface/distinfo   |  10 +++++-----
 security/p5-GnuPG-Interface/options.mk |   3 +--
 3 files changed, 8 insertions(+), 13 deletions(-)

diffs (57 lines):

diff -r 5e8e128b063b -r 2244b2dca3dd security/p5-GnuPG-Interface/Makefile
--- a/security/p5-GnuPG-Interface/Makefile      Tue Apr 27 12:10:20 2021 +0000
+++ b/security/p5-GnuPG-Interface/Makefile      Tue Apr 27 12:13:11 2021 +0000
@@ -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 @@
 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 -r 5e8e128b063b -r 2244b2dca3dd security/p5-GnuPG-Interface/distinfo
--- a/security/p5-GnuPG-Interface/distinfo      Tue Apr 27 12:10:20 2021 +0000
+++ b/security/p5-GnuPG-Interface/distinfo      Tue Apr 27 12:13:11 2021 +0000
@@ -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 -r 5e8e128b063b -r 2244b2dca3dd security/p5-GnuPG-Interface/options.mk
--- a/security/p5-GnuPG-Interface/options.mk    Tue Apr 27 12:10:20 2021 +0000
+++ b/security/p5-GnuPG-Interface/options.mk    Tue Apr 27 12:13:11 2021 +0000
@@ -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 @@
 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.
 



Home | Main Index | Thread Index | Old Index