/[smecontribs]/rpms/perl-Crypt-GPG/contribs9/perl-Crypt-GPG-1.64-gpg.patch
ViewVC logotype

Contents of /rpms/perl-Crypt-GPG/contribs9/perl-Crypt-GPG-1.64-gpg.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Apr 22 09:47:17 2016 UTC (8 years ago) by unnilennium
Branch: MAIN
CVS Tags: perl-Crypt-GPG-1_64-1_el5, perl-Crypt-GPG-1_64-2_el6_sme, perl-Crypt-GPG-1_64-1_el6_sme, HEAD
Initial import

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',

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed