/[smeserver]/rpms/spamassassin/sme10/spamassassin-4.0.1-gnupg2.patch
ViewVC logotype

Diff of /rpms/spamassassin/sme10/spamassassin-4.0.1-gnupg2.patch

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

Revision 1.1 by jcrisp, Mon Apr 1 11:42:49 2024 UTC Revision 1.2 by brianr, Tue Apr 2 12:57:48 2024 UTC
# Line 5  diff -ruN Mail-SpamAssassin-4.0.1.orig/s Line 5  diff -ruN Mail-SpamAssassin-4.0.1.orig/s
5     # find GPG in the PATH     # find GPG in the PATH
6     # bug 4958: for *NIX it's "gpg", in Windows it's "gpg.exe"     # bug 4958: for *NIX it's "gpg", in Windows it's "gpg.exe"
7     $GPGPath = 'gpg' . $Config{_exe};     $GPGPath = 'gpg' . $Config{_exe};
8  +  $GPGPath = 'gpg2' . $Config{_exe}    +  $GPGPath = 'gpg2' . $Config{_exe};
9     dbg("gpg: Searching for '$GPGPath'");     dbg("gpg: Searching for '$GPGPath'");
10    
11     if ($GPGPath = Mail::SpamAssassin::Util::find_executable_in_env_path($GPGPath)) {     if ($GPGPath = Mail::SpamAssassin::Util::find_executable_in_env_path($GPGPath)) {


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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