Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-GnuPG-Interface-0.52-bp153.1.3 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: perl-GnuPG-Interface Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.52 Vendor: openSUSE
Release: bp153.1.3 Build date: Sat Mar 6 11:46:43 2021
Group: Development/Libraries/Perl Build host: lamb21
Size: 141381 Source RPM: perl-GnuPG-Interface-0.52-bp153.1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/GnuPG-Interface
Summary: Perl interface to GnuPG
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.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Thu Mar 14 2019 Lars Vogdt <lars@linux-schulserver.de>
  - disable the tests for old SUSE distributions: they are using a
    too old gpg version
* Tue Feb 05 2019 Stephan Kulow <coolo@suse.com>
  - Align cpanspec.yml
* Sun Oct 07 2018 Dirk Stoecker <opensuse@dstoecker.de>
  - Fix build
    Add 1.patch to fix newer GnuPG versions
    and gpg2.2.6_7c85ac40660861e7507c43d043323c3f1b83921b.patch and
    gpg2.2.8_b356e7fda15e39e037da1888a24000a96fc85c90.patch for further
    changes
* Tue Apr 14 2015 coolo@suse.com
  - updated to 0.52
    see /usr/share/doc/packages/perl-GnuPG-Interface/Changes
    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
* Mon Dec 29 2014 lars@linux-schulserver.de
  - updated to 0.51:
    + Update README file
    + Work around gpg2 bug by omitting --homedir during symmetric
      encryption
  - change permission of test homedir to avoid warnings during tests
* Mon Sep 15 2014 coolo@suse.com
  - updated 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
* Wed Sep 25 2013 coolo@suse.com
  - rerun make test twice - the trustdb needs to be created for
    the test to succeed (broken test)
    reported as https://rt.cpan.org/Public/Bug/Display.html?id=88963
* Thu Jun 20 2013 coolo@suse.com
  - updated to 0.46
      Add a ->search_keys method
      Add a ->version method
      Remove dead code for finding gnupg2 binary
      Include trailing columns when parsing --fixed-list-mode output
* Sat Oct 15 2011 coolo@suse.com
  - updated to 0.44
      Bump Math::BigInt dependency to get the new 'try GMP' syntax.
* Thu Mar 31 2011 coolo@novell.com
  - update to 0.43:
      Additional cleanups from dkg
      GnuPG::Revoker: improve docs, compare() should fail if the signature counts differ - dkg
      Handle revoker packets (rvk) - dkg
      Move compare() into GnuPG::Signature, got rid of t/GnuPG/ComparableSignature.pm - dkg
      Move signature comparison into ComparableKey.pm instead of ComparableSubKey.pm - dkg
      Move fingerprint comparison directly into GnuPG::Fingerprint - dkg
      Change around some variable names for consistency's sake:
      $current_key becomes $current_primary_key
      $current_fingerprinted_key becomes $current_key  -dkg
      Fixed synopsis example in GnuPG::Signature pod - dkg
      Allow for primary key to have per-key (useful for signatures of class 0x1f, see http://tools.ietf.org/html/rfc4880#section-5.2.1) - dkg
      Add revocations to keys and user ids and user attributes - dkg
      Add signature class and exportability to GnuPG::Signature - dkg
      Introduced GnuPG::UserAttribute to handle uat packets - dkg
      Actually check validity of signatures and report them - dkg
      Support more than 1 signature over each subkey - dkg
      Do not bother shipping test/random_seed - dkg
      Fix copy method of GnuPG::Options.
      The result of not checking for definedness here is to never copy the
      meta_immutable value successfully (as that is true by default).  This led
      to a FTBFS (failure to build from source) when running non-interactively.
      See also:  http://bugs.debian.org/549743  - Tim Retout
      Expose signature expiration times - dkg
      Take advantage of --fixed-list-mode and report timestamps at 1Hz precision instead of daily precision - dkg
      Always use --fixed-list-mode for consistency and better granularity of data - dkg
      Unescape strings to handle User IDs with colons in them - dkg
      Add usage_flags to keys - dkg
      Several doc patches from Daniel Kahn Gillmor
      Fix for documented typos reported by SYSMON Fixes rt.cpan.org#50377 - jesse
      Fix POD errors - alexmv

Files

/usr/lib/perl5/vendor_perl/5.26.1/GnuPG
/usr/lib/perl5/vendor_perl/5.26.1/GnuPG/Fingerprint.pm
/usr/lib/perl5/vendor_perl/5.26.1/GnuPG/Handles.pm
/usr/lib/perl5/vendor_perl/5.26.1/GnuPG/HashInit.pm
/usr/lib/perl5/vendor_perl/5.26.1/GnuPG/Interface.pm
/usr/lib/perl5/vendor_perl/5.26.1/GnuPG/Key.pm
/usr/lib/perl5/vendor_perl/5.26.1/GnuPG/Options.pm
/usr/lib/perl5/vendor_perl/5.26.1/GnuPG/PrimaryKey.pm
/usr/lib/perl5/vendor_perl/5.26.1/GnuPG/PublicKey.pm
/usr/lib/perl5/vendor_perl/5.26.1/GnuPG/Revoker.pm
/usr/lib/perl5/vendor_perl/5.26.1/GnuPG/SecretKey.pm
/usr/lib/perl5/vendor_perl/5.26.1/GnuPG/Signature.pm
/usr/lib/perl5/vendor_perl/5.26.1/GnuPG/SubKey.pm
/usr/lib/perl5/vendor_perl/5.26.1/GnuPG/UserAttribute.pm
/usr/lib/perl5/vendor_perl/5.26.1/GnuPG/UserId.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-GnuPG-Interface
/usr/share/doc/packages/perl-GnuPG-Interface/Changes
/usr/share/doc/packages/perl-GnuPG-Interface/README
/usr/share/man/man3/GnuPG::Fingerprint.3pm.gz
/usr/share/man/man3/GnuPG::Handles.3pm.gz
/usr/share/man/man3/GnuPG::Interface.3pm.gz
/usr/share/man/man3/GnuPG::Key.3pm.gz
/usr/share/man/man3/GnuPG::Options.3pm.gz
/usr/share/man/man3/GnuPG::PrimaryKey.3pm.gz
/usr/share/man/man3/GnuPG::PublicKey.3pm.gz
/usr/share/man/man3/GnuPG::Revoker.3pm.gz
/usr/share/man/man3/GnuPG::SecretKey.3pm.gz
/usr/share/man/man3/GnuPG::Signature.3pm.gz
/usr/share/man/man3/GnuPG::SubKey.3pm.gz
/usr/share/man/man3/GnuPG::UserAttribute.3pm.gz
/usr/share/man/man3/GnuPG::UserId.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024