Re: [update] gnupg-2.4.3

2023-07-12 Thread Jeremie Courreges-Anglas
On Tue, Jul 11 2023, Jeremie Courreges-Anglas wrote: > On Tue, Jul 11 2023, Renato Aguiar wrote: >> I found out that my Yubikey works on gnupg-2.4.3 after disabling CCID in >> scdaemon by adding "disable-ccid" to "~/.gnupg/scdaemon.conf" :) >> >> $ man scdaemon >> [...] >>--disable-ccid >

Re: [update] gnupg-2.4.3

2023-07-11 Thread Jeremie Courreges-Anglas
On Tue, Jul 11 2023, Renato Aguiar wrote: > I found out that my Yubikey works on gnupg-2.4.3 after disabling CCID in > scdaemon by adding "disable-ccid" to "~/.gnupg/scdaemon.conf" :) > > $ man scdaemon > [...] >--disable-ccid > Disable the integrated support for CCID complia

Re: [update] gnupg-2.4.3

2023-07-10 Thread Renato Aguiar
I found out that my Yubikey works on gnupg-2.4.3 after disabling CCID in scdaemon by adding "disable-ccid" to "~/.gnupg/scdaemon.conf" :) $ man scdaemon [...] --disable-ccid Disable the integrated support for CCID compliant readers. This allows falling back to

Re: [update] gnupg-2.4.3

2023-07-10 Thread Renato Aguiar
"Jeremie Courreges-Anglas" writes: > > Indeed, it looks like there was some regression in scdaemon. Can you > please confirm that your yubikey was usable and useful with > gnupg-2.2.41? > Yes, it was and it is now working again after reinstalling gnupg-2.2.41 using ports. > > With a borrowed

Re: [update] gnupg-2.4.3

2023-07-10 Thread Jeremie Courreges-Anglas
On Sun, Jul 09 2023, Renato Aguiar wrote: > I can't use OpenPGP card (Yubikey) after upgrading it to 2.4.3: > > $ gpg --card-status > gpg: selecting card failed: Operation not supported by device > gpg: OpenPGP card not available: Operation not supported by device Indeed, it looks like there was

Re: [update] gnupg-2.4.3

2023-07-09 Thread Renato Aguiar
I can't use OpenPGP card (Yubikey) after upgrading it to 2.4.3: $ gpg --card-status gpg: selecting card failed: Operation not supported by device gpg: OpenPGP card not available: Operation not supported by device -- Renato Aguiar

Re: [update] gnupg-2.4.3

2023-07-08 Thread Jeremie Courreges-Anglas
On Sat, Jul 08 2023, Antoine Jacoutot wrote: > On Sat, Jul 08, 2023 at 09:47:51AM +0200, Christian Weisgerber wrote: >> Jeremie Courreges-Anglas: >> >> > > gnupg-2.4.3 was released today, with one build regression in the default >> > > (non-ldap) FLAVOR. >> > >> > I couldn't spot any issue at ru

Re: [update] gnupg-2.4.3

2023-07-08 Thread Antoine Jacoutot
On Sat, Jul 08, 2023 at 09:47:51AM +0200, Christian Weisgerber wrote: > Jeremie Courreges-Anglas: > > > > gnupg-2.4.3 was released today, with one build regression in the default > > > (non-ldap) FLAVOR. > > > > I couldn't spot any issue at runtime so I committed this. > > Two ports fail to buil

Re: [update] gnupg-2.4.3

2023-07-08 Thread Christian Weisgerber
Jeremie Courreges-Anglas: > > gnupg-2.4.3 was released today, with one build regression in the default > > (non-ldap) FLAVOR. > > I couldn't spot any issue at runtime so I committed this. Two ports fail to build because they check for gnupg's version number and don't know about 2.4: x11/gnome/l

Re: [update] gnupg-2.4.3

2023-07-06 Thread Jeremie Courreges-Anglas
On Wed, Jul 05 2023, Jeremie Courreges-Anglas wrote: > On Tue, Jul 04 2023, Jeremie Courreges-Anglas wrote: >> Here's a major update to gnupg-2.4.2. Changelog for 2.4.X: >> https://dev.gnupg.org/source/gnupg/browse/STABLE-BRANCH-2-4/NEWS >> >> Ports-wise: >> - use gmake so that the build system

[update] gnupg-2.4.3 (was: Re: [update] gnupg-2.4.2 (new stable release))

2023-07-05 Thread Jeremie Courreges-Anglas
On Tue, Jul 04 2023, Jeremie Courreges-Anglas wrote: > Here's a major update to gnupg-2.4.2. Changelog for 2.4.X: > https://dev.gnupg.org/source/gnupg/browse/STABLE-BRANCH-2-4/NEWS > > Ports-wise: > - use gmake so that the build system doesn't try to foolishly rebuild > the .info files. Our ol