[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.52-56-gdce1ca5

Jim Brandt jbrandt at bestpractical.com
Wed May 13 15:45:26 EDT 2020


The branch, master has been updated
       via  dce1ca59bff8ebd643b6a7d17db1b1b5948f200c (commit)
       via  a7ec880f81ac8ef3fc71e8da0208b5fcdca6bf4a (commit)
      from  41366c351a8aeb46209f42552c487f4f64289a72 (commit)

Summary of changes:
 Makefile.PL            |  2 +-
 README                 | 11 ++++++++++-
 lib/GnuPG/Interface.pm | 13 ++++++++++++-
 3 files changed, 23 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit a7ec880f81ac8ef3fc71e8da0208b5fcdca6bf4a
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Wed May 13 15:34:36 2020 -0400

    Make sure dot gets added first

diff --git a/Makefile.PL b/Makefile.PL
index 30101a1..7066a69 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-push @INC, '.';
+BEGIN{push @INC, '.';}
 use strict;
 use warnings;
 use inc::Module::Install;

commit dce1ca59bff8ebd643b6a7d17db1b1b5948f200c
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Wed May 13 15:45:19 2020 -0400

    Add note about intermittent test failures on RHEL 7

diff --git a/README b/README
index 9b2feb2..2ef6dd4 100644
--- a/README
+++ b/README
@@ -440,12 +440,21 @@ NOTES
     the process table.
 
 BUGS
+  Large Amounts of Data
     Currently there are problems when transmitting large quantities of
     information over handles; I'm guessing this is due to buffering issues.
     This bug does not seem specific to this package; IPC::Open3 also appears
     affected.
 
-    I don't know yet how well this modules handles parsing OpenPGP v3 keys.
+  OpenPGP v3 Keys
+    I don't know yet how well this module handles parsing OpenPGP v3 keys.
+
+  RHEL 7 Test Failures
+    Testing with the updates for version 1.00 we saw intermittent test
+    failures on RHEL 7 with GnuPG version 2.2.20. In some cases the tests
+    would all pass for several runs, then one would fail. We're unable to
+    reliably reproduce this so we would be interested in feedback from other
+    users.
 
 SEE ALSO
     GnuPG::Options, GnuPG::Handles, GnuPG::PublicKey, GnuPG::SecretKey, gpg,
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index d30a1ae..b11e4d2 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -1421,12 +1421,23 @@ one should all B<wait> to clean up GnuPG from the process table.
 
 =head1 BUGS
 
+=head2 Large Amounts of Data
+
 Currently there are problems when transmitting large quantities
 of information over handles; I'm guessing this is due
 to buffering issues.  This bug does not seem specific to this package;
 IPC::Open3 also appears affected.
 
-I don't know yet how well this modules handles parsing OpenPGP v3 keys.
+=head2 OpenPGP v3 Keys
+
+I don't know yet how well this module handles parsing OpenPGP v3 keys.
+
+=head2 RHEL 7 Test Failures
+
+Testing with the updates for version 1.00 we saw intermittent test failures
+on RHEL 7 with GnuPG version 2.2.20. In some cases the tests would all pass
+for several runs, then one would fail. We're unable to reliably reproduce
+this so we would be interested in feedback from other users.
 
 =head1 SEE ALSO
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list