1 |
unnilennium |
1.1 |
Patch by Robert Scheck <robert@fedoraproject.org> for Crypt::GPG <= 1.64, which |
2 |
|
|
sets the default path to the GnuPG binary equivalent to where GnuPG is installed |
3 |
|
|
at Fedora and Red Hat Enterprise Linux. |
4 |
|
|
|
5 |
|
|
--- Crypt-GPG-1.64/GPG.pm 2014-09-18 21:23:58.000000000 +0200 |
6 |
|
|
+++ Crypt-GPG-1.64/GPG.pm.gpg 2014-10-12 19:54:11.000000000 +0200 |
7 |
|
|
@@ -26,7 +26,7 @@ |
8 |
|
|
( $VERSION ) = '$Revision: 1.64 $' =~ /\s+([\d\.]+)/; |
9 |
|
|
|
10 |
|
|
sub new { |
11 |
|
|
- bless { GPGBIN => '/usr/local/bin/gpg', |
12 |
|
|
+ bless { GPGBIN => '/usr/bin/gpg', |
13 |
|
|
FORCEDOPTS => '--no-secmem-warning', |
14 |
|
|
GPGOPTS => '--lock-multiple --compress-algo 1 ' . |
15 |
|
|
'--cipher-algo cast5 --force-v3-sigs', |