all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22089: installs packages with bad signatures
@ 2015-12-03 23:10 Glenn Morris
  2015-12-04  0:14 ` Artur Malabarba
  2015-12-04  8:12 ` Michael Albinus
  0 siblings, 2 replies; 9+ messages in thread
From: Glenn Morris @ 2015-12-03 23:10 UTC (permalink / raw)
  To: 22089

Package: emacs
Version: 25.0.50
Severity: important

Emacs happily installs packages with bad gpg signatures.
This has been flagged by the test-suite and automated builds for the past
several weeks. (I feel like asking why we even have those things, for
all the attention they seem to get.)

This seems to be the first failure.
http://hydra.nixos.org/build/27800227

Here is the diff from the previous build, with several package changes:
http://hydra.nixos.org/api/scmdiff?type=git&rev2=937565268a5dc3377d4c9bff6d48eb3645a77160&rev1=70f1fda4ae6abb5e11dcf281738c25f6f5b06061&uri=git%3A%2F%2Fgit.sv.gnu.org%2Femacs.git&branch=

Here's a standalone recipe in the emacs-25 branch:

cd test/automated
mkdir /tmp/foo
HOME=/tmp/foo ../../src/emacs -Q
(setq package-archives `(("gnu" . ,(expand-file-name "data/package/signed/"))))
(package-import-keyring "data/package/key.pub")
(package-initialize)
(package-refresh-contents)
(package-install 'signed-bad)

M-x list-packages    ->  signed-bad installed





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

end of thread, other threads:[~2015-12-06 14:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-03 23:10 bug#22089: installs packages with bad signatures Glenn Morris
2015-12-04  0:14 ` Artur Malabarba
2015-12-04  8:12 ` Michael Albinus
2015-12-04 18:42   ` Glenn Morris
2015-12-05 11:35     ` Artur Malabarba
2015-12-05 19:34       ` Artur Malabarba
2015-12-06  9:01         ` Michael Albinus
2015-12-06 14:01           ` Artur Malabarba
2015-12-05 18:50     ` Hydra not sending "build broken" emails Dmitry Gutov

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.