From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#35739: Bad signature from GNU ELPA Date: Wed, 15 May 2019 17:40:16 +0300 Message-ID: <8336lfaii7.fsf@gnu.org> References: <87mujog0ao.fsf@gmail.com> <837easa178.fsf@gnu.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="164842"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 35739@debbugs.gnu.org, npostavs@gmail.com To: Richard Copley Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed May 15 16:41:12 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hQv5k-000ggg-47 for geb-bug-gnu-emacs@m.gmane.org; Wed, 15 May 2019 16:41:12 +0200 Original-Received: from localhost ([127.0.0.1]:38112 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQv5i-0007mr-T4 for geb-bug-gnu-emacs@m.gmane.org; Wed, 15 May 2019 10:41:10 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:34908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQv5b-0007mm-Gx for bug-gnu-emacs@gnu.org; Wed, 15 May 2019 10:41:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQv5a-0003CV-G6 for bug-gnu-emacs@gnu.org; Wed, 15 May 2019 10:41:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39609) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hQv5a-0003CJ-CR for bug-gnu-emacs@gnu.org; Wed, 15 May 2019 10:41:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hQv5a-0006lT-9I for bug-gnu-emacs@gnu.org; Wed, 15 May 2019 10:41:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 15 May 2019 14:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35739 X-GNU-PR-Package: emacs Original-Received: via spool by 35739-submit@debbugs.gnu.org id=B35739.155793124625955 (code B ref 35739); Wed, 15 May 2019 14:41:02 +0000 Original-Received: (at 35739) by debbugs.gnu.org; 15 May 2019 14:40:46 +0000 Original-Received: from localhost ([127.0.0.1]:53149 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hQv5F-0006kU-Hz for submit@debbugs.gnu.org; Wed, 15 May 2019 10:40:45 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:48650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hQv5A-0006kE-27 for 35739@debbugs.gnu.org; Wed, 15 May 2019 10:40:40 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQv53-0002qv-2l; Wed, 15 May 2019 10:40:30 -0400 Original-Received: from [176.228.60.248] (port=1604 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hQv52-0000Ym-7T; Wed, 15 May 2019 10:40:28 -0400 In-reply-to: (message from Richard Copley on Wed, 15 May 2019 07:46:12 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.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" Xref: news.gmane.org gmane.emacs.bugs:159343 Archived-At: > From: Richard Copley > Date: Wed, 15 May 2019 07:46:12 +0100 > Cc: Noam Postavsky , 35739@debbugs.gnu.org > > I don't see how disabling decoding could make sense, can you explain? > > Not in detail, it's not an area of expertise of mine. We call > (decode-coding-region (point-min) (point-max) 'undecided) on the > payload of "https://elpa.gnu.org/packages/archive-contents", > which is raw text. The resulting buffer's buffer-file-coding- > system is iso-latin-1-dos. > > > What does this code do on GNU/Linux? > > The same. The resulting coding system is iso-latin-1-unix. That URL seems to bring ASCII text. Are you saying that GPG produces a wrong signature because EOL format is significant for it? (Please forgive silly questions about GPG: I seldom if ever use it.) In any case, if we don't want EOL conversion, we should bind inhibit-eol-conversion to a non-nil value, and change nothing else. But this should not be done in url-insert-buffer-contents, it should be done in package.el, because the former is a general utility and not necessarily needs to inhibit EOL conversion for all of its callers.