unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#19002: 24.4, minor incompatibility in gnus' epg-list-keys with gnupg 2.1.0
@ 2014-11-09 12:05 Matthias Maier
  2014-11-28  7:11 ` Daiki Ueno
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Maier @ 2014-11-09 12:05 UTC (permalink / raw)
  To: 19002

[-- Attachment #1: Type: text/plain, Size: 798 bytes --]

Gnus v5.13 (from emacs v24.4) fails to encrypt messages with gnupg
2.1.0.

The reason for this is that freshly released gnupg 2.1.0 changed the
output slightly:

$ gpg-filter --with-colons --no-greeting --batch --with-fingerprint \
  --fixed-list-mode --list-keys "Matthias Maier"

  pub:u:4096:1:B5A4E06FBD3A97A3:1242087539:1468755388::u:::scESC::::::

older verions produced

  pub:u:4096:1:B5A4E06FBD3A97A3:1242087539:1468755388::u:::scESC:

instead. With the additional five empty colons ":::::", however,
epg--list-keys-1 returns additional arguments which let egp-list-keys
fail:

  epg-list-keys: Args out of range: ["pub" "u" "4096" "1"
  "B5A4E06FBD3A97A3" "1242087539" "1468755388" nil "u" nil ...], 15

So, a more robust filtering in epg--list-keys-1 might be necessary.

Best,
Matthias

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 820 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#19002: 24.4, minor incompatibility in gnus' epg-list-keys with gnupg 2.1.0
  2014-11-09 12:05 bug#19002: 24.4, minor incompatibility in gnus' epg-list-keys with gnupg 2.1.0 Matthias Maier
@ 2014-11-28  7:11 ` Daiki Ueno
  0 siblings, 0 replies; 2+ messages in thread
From: Daiki Ueno @ 2014-11-28  7:11 UTC (permalink / raw)
  To: Matthias Maier; +Cc: 19002

forcemerge 19002 18979
stop

Matthias Maier <tamiko@kyomu.43-1.org> writes:

>   epg-list-keys: Args out of range: ["pub" "u" "4096" "1"
>   "B5A4E06FBD3A97A3" "1242087539" "1468755388" nil "u" nil ...], 15
>
> So, a more robust filtering in epg--list-keys-1 might be necessary.

It should be fixed with:
http://git.sv.gnu.org/cgit/emacs.git/commit/?h=emacs-24&id=dbae12c5

Regards,
--
Daiki Ueno





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-28  7:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-09 12:05 bug#19002: 24.4, minor incompatibility in gnus' epg-list-keys with gnupg 2.1.0 Matthias Maier
2014-11-28  7:11 ` Daiki Ueno

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).