GNOME Bugzilla – Bug 745843
Seahorse should support GnuPG 2.1
Last modified: 2015-11-18 11:13:17 UTC
--- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ GTK_REQ=3.4.0 GTK_MAX=GTK_VERSION_3_4 -GNUPG_ACCEPTED="1.2 1.4 2.0" +GNUPG_ACCEPTED="1.2 1.4 2.0 2.1" GPGME_REQUIRED=1.0.0 LIBSECRET_REQUIRED=0.16 AVAHI_GLIB_REQUIRED=0.6 It seems to work OK.
(In reply to Hristo Venev from comment #0) > --- a/configure.ac > +++ b/configure.ac > @@ -9,7 +9,7 @@ > GTK_REQ=3.4.0 > GTK_MAX=GTK_VERSION_3_4 > > -GNUPG_ACCEPTED="1.2 1.4 2.0" > +GNUPG_ACCEPTED="1.2 1.4 2.0 2.1" > GPGME_REQUIRED=1.0.0 > LIBSECRET_REQUIRED=0.16 > AVAHI_GLIB_REQUIRED=0.6 > > It seems to work OK. Hi Hristo, I think you should post this patch as an attachment for future review by the developers
Created attachment 302183 [details] [review] Patch OK, here it is as an attachment.
This can't be fixed until bug #742094 is fixed.
Looks like the way it will be fixed in gnome-keyring daemon is dropping its gpg-agent... then, I am not what should we do on seahorse (and libgcryptui that is also affected by this) side :/ Thanks for your help
libcryptui I meant
I guess this is fixed for seahorse with bug 750468... but libcryptui is still affected by this (it looks like it doesn't have its own bugzilla component apart of seahorse one yet :/)
Created attachment 313513 [details] [review] allow building with gnupg 2.1 Trivial patch to allow building with gnupg 2.1. OK to push?
Review of attachment 313513 [details] [review]: Assuming you've tested this, looks good to me.
(In reply to Stef Walter from comment #8) > Review of attachment 313513 [details] [review] [review]: > > Assuming you've tested this, looks good to me. Yup I did (we were using the same patch in OpenBSD ports). Thanks, it's in: 183d7619
I think this Bug could be closed now.