[openpgp-applet] 22/42: Use gpg2, for improved compatibility with smartcards and modern crypto.
Clement Hermann
nodens at nodens.org
Wed Oct 26 16:47:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
nodens-guest pushed a commit to branch master
in repository openpgp-applet.
commit 921c580adf4b80722b591113d13e934accc65cd7
Author: intrigeri <intrigeri at boum.org>
Date: Mon Aug 29 09:51:49 2016 +0000
Use gpg2, for improved compatibility with smartcards and modern crypto.
---
bin/openpgp-applet | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/openpgp-applet b/bin/openpgp-applet
index 63e116a..81260c5 100755
--- a/bin/openpgp-applet
+++ b/bin/openpgp-applet
@@ -93,6 +93,7 @@ use constant COMBO_FINGERPRINT => 2;
use constant COMBO_ROLE => 3;
my $gnupg = Crypt::OpenPGP_Applet::GnuPG::Interface->new();
+$gnupg->call('gpg2');
my $codeset = langinfo(CODESET());
my $encoding = find_encoding($codeset);
my $main_window = Gtk2::Window->new();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/openpgp-applet.git
More information about the Pkg-perl-cvs-commits
mailing list