diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-19 13:18:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-19 13:18:10 +0000 |
commit | b2b363b6bf5e735d8c07ce9aadd45a5672dc487a (patch) | |
tree | ea018d4ce5d87dc472399a6228fdeae993201fb8 /security/p5-GnuPG-Interface | |
parent | 6e41617c174803a391f9c5faa6a128950b45c8a8 (diff) | |
download | pkgsrc-b2b363b6bf5e735d8c07ce9aadd45a5672dc487a.tar.gz |
Update to 0.52:
0.52 - 2016-02-16
- Skip "grp" records, generated by GPG 2.1; this suppresses "unknown
record type" warnings
- Add explicit Fatal dependency; though nominally part of code perl,
RedHat's perl does not ship with it
- Ensure that the trustdb is created before attempting to encrypt; gpg2
requires that it exist, even for commands with --trust-model=always.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751266
Diffstat (limited to 'security/p5-GnuPG-Interface')
-rw-r--r-- | security/p5-GnuPG-Interface/Makefile | 4 | ||||
-rw-r--r-- | security/p5-GnuPG-Interface/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile index 6b877f6de64..869e3da3b33 100644 --- a/security/p5-GnuPG-Interface/Makefile +++ b/security/p5-GnuPG-Interface/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2014/12/30 13:04:03 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/02/19 13:18:10 wiz Exp $ -DISTNAME= GnuPG-Interface-0.51 +DISTNAME= GnuPG-Interface-0.52 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GnuPG/} diff --git a/security/p5-GnuPG-Interface/distinfo b/security/p5-GnuPG-Interface/distinfo index 6e816a3304c..310e9c83aaa 100644 --- a/security/p5-GnuPG-Interface/distinfo +++ b/security/p5-GnuPG-Interface/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2014/12/30 13:04:03 wiz Exp $ +$NetBSD: distinfo,v 1.11 2015/02/19 13:18:10 wiz Exp $ -SHA1 (GnuPG-Interface-0.51.tar.gz) = 14bce47447e29a8b5f5a79ecda7bd3f7671b7e80 -RMD160 (GnuPG-Interface-0.51.tar.gz) = 07c32b756472ef113136db1b0db5b0f3ae87ad89 -Size (GnuPG-Interface-0.51.tar.gz) = 63560 bytes +SHA1 (GnuPG-Interface-0.52.tar.gz) = cb3ae8479edf668d88d7dd90c08036ceb79bbfa7 +RMD160 (GnuPG-Interface-0.52.tar.gz) = 1fc947172288205893642bace958fad3e6c34c6f +Size (GnuPG-Interface-0.52.tar.gz) = 63733 bytes |