[Rt-commit] rt branch, 5.0/support-gpg-2.2, repushed
? sunnavy
sunnavy at bestpractical.com
Sat May 16 01:35:22 EDT 2020
The branch 5.0/support-gpg-2.2 was deleted and repushed:
was 42488ef0061d96da027e5eb9dcb5bdba940da743
now 4126e51357b513342a7dadd43180971ae60010ab
1: 734bc6972f = 1: 734bc6972f Fix uninitialized warnings of $latest_user_main_key for gpg 2.2
2: 4cc1b76b74 = 2: 4cc1b76b74 Handle FAILURE keyword for gpg 2.2
3: ee9a2a7bcf = 3: ee9a2a7bcf Add extra ignored keywords for gnupg 2.2.x
4: 37eb1901a6 = 4: 37eb1901a6 Default cert-digest-algo from SHA1 to SHA256
5: d7db6faad8 ! 5: 9f530c6e79 Add gpg.conf for gpg 2.2 so we can specify passphrase in command line
@@ -39,7 +39,7 @@
}
+
+sub gnupg_version {
-+ require GnuPG::Interface;
++ GnuPG::Interface->require or return;
+ require version;
+ state $gnupg_version = version->parse(GnuPG::Interface->new->version);
+}
6: 3722d4c205 = 6: 57b2292a26 Update warning message tests for gpg 2.2
7: 147ebd0beb = 7: 2bc08cfd89 Don't override fingerprint if it exsits already
8: 0063439530 = 8: c3101d5b1f Make t/mail/crypt-gnupg.t happy with gpg 2.2
9: 77ed189c47 = 9: c2eaf92a4e Bump GnuPG::Interface to 1.00 to support gpg 2.2
10: e8d43332fa = 10: aa620ae296 Quit gpg-agent after tests for gpg 2.2
11: 194b1ac55b = 11: 122f8af631 Move signed_old_style_with_attachment.eml to emails directory where it belongs to
12: 42488ef006 = 12: 4126e51357 Always use temp gpg homedir to get a cleaner env
More information about the rt-commit
mailing list