From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#17625: 24.4.50; All installed packages marked "unsigned", no archive listed Date: Wed, 25 Jun 2014 11:39:36 -0400 Message-ID: References: <87tx89ffax.fsf@pellet.i-did-not-set--mail-host-address--so-tickle-me> <2vvbsnrgpk.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1403710836 20280 80.91.229.3 (25 Jun 2014 15:40:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Jun 2014 15:40:36 +0000 (UTC) Cc: 17625@debbugs.gnu.org To: Daiki Ueno Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jun 25 17:40:29 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WzpJ9-0001D2-KG for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Jun 2014 17:40:23 +0200 Original-Received: from localhost ([::1]:38737 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzpJ9-0007GC-1x for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Jun 2014 11:40:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzpIw-000707-EI for bug-gnu-emacs@gnu.org; Wed, 25 Jun 2014 11:40:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzpIo-0002nc-Uh for bug-gnu-emacs@gnu.org; Wed, 25 Jun 2014 11:40:10 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzpIo-0002nT-SK for bug-gnu-emacs@gnu.org; Wed, 25 Jun 2014 11:40:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WzpIo-0007pg-Cj for bug-gnu-emacs@gnu.org; Wed, 25 Jun 2014 11:40:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 25 Jun 2014 15:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17625 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 17625-submit@debbugs.gnu.org id=B17625.140371078130053 (code B ref 17625); Wed, 25 Jun 2014 15:40:02 +0000 Original-Received: (at 17625) by debbugs.gnu.org; 25 Jun 2014 15:39:41 +0000 Original-Received: from localhost ([127.0.0.1]:60618 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WzpIS-0007oW-Kq for submit@debbugs.gnu.org; Wed, 25 Jun 2014 11:39:40 -0400 Original-Received: from relais.videotron.ca ([24.201.245.36]:11414) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WzpIQ-0007oI-6s for 17625@debbugs.gnu.org; Wed, 25 Jun 2014 11:39:38 -0400 Original-Received: from ceviche.home ([24.201.170.218]) by VL-VM-MR001.ip.videotron.ca (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTP id <0N7Q008FVE60IJ50@VL-VM-MR001.ip.videotron.ca> for 17625@debbugs.gnu.org; Wed, 25 Jun 2014 11:39:36 -0400 (EDT) Original-Received: by ceviche.home (Postfix, from userid 20848) id 642DB66167; Wed, 25 Jun 2014 11:39:36 -0400 (EDT) In-reply-to: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:90789 Archived-At: Hi Daiki, I have the impression you might have missed this bug-report, could you take a look at it? There are several issues in it: 1- why have `package-desc-signed' (and the foo.signed files)? I don't think APT has such a feature and I'm wondering what would be the interest. In any case given that all packages installed so far are not signed, the `list-packages' currently shouldn't scream "unsigned" since it's the normal expected case. 2- Could you fix package--check-signature so that we don't signal an error when we `allow-unsigned' and there's a signature, but the signature just can't be checked for lack of key. 3- I think we need support for a keyring distributed with Emacs. Maybe to make things simpler, this keyring would only be used to seed the user's ~/.emacs.d/elpa/gnupg. -- Stefan