[Rt-commit] rt branch, 4.4/set-gnupg-path-in-constructor, repushed
Dianne Skoll
dianne at bestpractical.com
Thu Oct 1 14:02:15 EDT 2020
The branch 4.4/set-gnupg-path-in-constructor was deleted and repushed:
was aa2a60adfc523f2b974b5418752e822f6406e675
now d9a22cfe0b539764a3fdd2d1ff41374745c0e65d
1: aa2a60adfc ! 1: d9a22cfe0b Set path to GnuPG binary in GnuPG::Interface constructor.
@@ -2,7 +2,14 @@
Set path to GnuPG binary in GnuPG::Interface constructor.
- RT ticket: https://rt.bestpractical.com/Ticket/Display.html?id=36623
+ Old versions of GnuPG::Interface would check the GnuPG version in the
+ constructor. If the path is not supplied in the constructor, it would
+ attempt to execute the default gpg binary and potentially error out.
+
+ While there is a fix for the problem in GnuPG::Interface, this change
+ should let RT work properly with unfixed versions of GnuPG::Interface
+
+ Fixes: I#36623
diff --git a/lib/RT/Crypt/GnuPG.pm b/lib/RT/Crypt/GnuPG.pm
--- a/lib/RT/Crypt/GnuPG.pm
More information about the rt-commit
mailing list