Commit graph

14 commits

Author SHA1 Message Date
wiz
b8c2eb4d28 p5-GnuPG-Interface: update to 1.00.
1.0 - 2020-05-13
 - Limit support to GnuPG 2.2+ and 1.4
 - Additional information from keys when using GnuPG 2.2 or higher
 - Add support for use of agent/pinentry
 - Updated options to add ignore_mdc_error and logging
 - Improvements to tests
 - Update pubkey_data documentation
 - Special thanks to dkg on Github for a large PR with updates for GnuPG 2
 - Thanks also to ntyni on Github for a pointer to test updates also dealing
   with version changes
2020-06-08 14:18:15 +00:00
ryoon
c67e719d43 Fix build with Perl 5.26.0 2017-06-07 14:53:52 +00:00
agc
5293710fb4 Add SHA512 digests for distfiles for security category
Problems found locating distfiles:
	Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz
	Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz
	Package libidea: missing distfile libidea-0.8.2b.tar.gz
	Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2
	Package uvscan: missing distfile vlp4510e.tar.Z

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:17:40 +00:00
wiz
70858bd1fb 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
2015-02-19 13:18:10 +00:00
wiz
9449b9275c Update to 0.51:
0.51 - 2014-12-17
 - Update README file
 - Work around gpg2 bug by omitting --homedir during symmetric
   encryption
2014-12-30 13:04:03 +00:00
wiz
05d3bcd5c1 Update to 0.50:
0.50 - 2014-03-14
 - Version 0.49 implicitly required Moose; switch to a technique that
   does not
 - Modernize CHANGES

0.49 - 2014-03-13
 - Restore context-sensitive (array/arrayref) behavior of multiple array
   methods from 0.46.
 - Fix MANIFEST/.gitignore inconsistency

0.48 - 2014-03-10
 - Switch from --always-trust to --trust-model=always

0.47 - 2014-03-10
 - No changes from 0.47_02

0.47_02 - 2014-02-14
 - Remove a stray 'use Data::Dumper::Concise' added in 0.47_01

0.47_01 - 2014-01-27
 - Switch from Any::Moose to Moo
 - Accept "gpg (GnuPG/MacGPG2)" as a valid gpg version
 - Typo fixes in documentation
2014-09-06 14:24:04 +00:00
wiz
7ffd7c5dc1 Update to 0.46:
0.46 Thu Oct 25 14:04:17 EDT 2012

	Add a ->search_keys method
	Add a ->version method
	Remove dead code for finding gnupg2 binary
2013-06-01 07:34:58 +00:00
wiz
393fcd7171 Update to 0.45:
0.45 Wed Oct 26 00:11:17 EDT 2011

	Include trailing columns when parsing --fixed-list-mode output
2012-04-22 11:48:29 +00:00
hiramatsu
0e4543a617 Update p5-GnuPG-Interface to 0.44.
Changes from previous:
0.44 Mon May  2 21:36:13 EDT 2011

	Bump Math::BigInt dependency to get the new 'try GMP' syntax.

0.43 Tue Mar  8 09:13:31 EST 2011

	Stable release
2011-11-15 06:44:35 +00:00
wiz
79b8380d57 Update to 0.42, set LICENSE (still depend on gpg1 for now).
0.42 Wed Sep 30 23:20:58 JST 2009

	* Support for GPG2

0.41_01 Fri Sep 25 02:56:33 JST 2009

	* Beginnings of support for GPG2

0.40_04 Tue Apr 21 19:50:12 JST 2009

    * Use Any::Moose instead of Moose for Mouse celerity (Sartak)

0.40_1 Sat Nov 15 12:35:59 EST 2008
	* [rt.cpan.org #40963] Replace Class::MethodMaker with Moose  (Chris Prather)
2009-12-15 13:18:44 +00:00
he
bc6858a8f0 Update from version 0.34nb4 to 0.36.
Pkgsrc changes:
 o Change to use CPAN as distribution source
 o Change HOMEPAGE to use search.cpan.org; leave old
   HOMEPAGE pointing to sourceforge commented-out

Upstream changes:
0.36 Mon Aug 13 12:16:38 EDT 2007

    * [rt.cpan.org #28814] - Performance improvement
      from mehradek (Radoslaw Zielinski)
        -use English;
        +use English qw( -no_match_vars );


0.35 Fri Apr 20 12:33:53 EDT 2007 - Jesse Vincent <jesse@bestpractical.com>

    * New Maintainer: Jesse Vincent <jesse@bestpractical.com> took over
      maintenance of this module.
    * Removed test key expiry dates. (Fixes
      http://rt.cpan.org/Ticket/Display.html?id=17618)
    * Applied secret key output patch for modern GPG from
      http://rt.cpan.org/Ticket/Display.html?id=17619
    * Applied patch to support 'tru' record types from
      (http://search.cpan.org/src/JRED/Mail-GPG-1.0.6/patches/)
2008-07-30 13:26:52 +00:00
tv
69c509bf6b Make p5-GnuPG-Interface and pgpenvelope work again by switching to the
Class::MethodMaker v1 compatibility interface in Class::MakeMethods.
Bump PKGREVISION.
2005-03-04 20:57:50 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
tv
c0eb497c1f GnuPG::Interface and its associated modules are designed to provide an
object-oriented method for interacting with GnuPG, being able to perform
functions such as but not limited to encrypting, signing, decryption,
verification, and key-listing parsing.
2005-01-10 18:22:22 +00:00