From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id UOPnJa8SpV+0JAAA0tVLHw (envelope-from ) for ; Fri, 06 Nov 2020 09:09:03 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id AHXcIa8SpV/lfgAAB5/wlQ (envelope-from ) for ; Fri, 06 Nov 2020 09:09:03 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2651C9403CD for ; Fri, 6 Nov 2020 09:09:03 +0000 (UTC) Received: from localhost ([::1]:60270 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kaxjy-000076-06 for larch@yhetil.org; Fri, 06 Nov 2020 04:09:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60110) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kaxj4-00006y-Tp for emacs-orgmode@gnu.org; Fri, 06 Nov 2020 04:08:06 -0500 Received: from static.rcdrun.com ([95.85.24.50]:45389) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kaxj2-0004eL-Vl; Fri, 06 Nov 2020 04:08:06 -0500 Received: from localhost ([::ffff:197.157.0.43]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C0004.000000005FA51272.000059FA; Fri, 06 Nov 2020 09:08:01 +0000 Date: Fri, 6 Nov 2020 00:42:10 +0300 From: Jean Louis To: Bastien Subject: Re: Bug: unsigned file `archive-contents' on orgmode.org [9.4 (9.4-19-gb1de0c-elpa @ /home/data1/protected/.emacs.d/elpa/org-20201019/)] Message-ID: References: <87361nwwld.fsf@gnu.org> <87pn4rtw22.fsf@bzg.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <87pn4rtw22.fsf@bzg.fr> User-Agent: Mutt/+ (1036f0e) (2020-10-18) Received-SPF: pass client-ip=95.85.24.50; envelope-from=bugs@gnu.support; helo=static.rcdrun.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/06 04:08:03 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: 11 X-Spam_score: 1.1 X-Spam_bar: + X-Spam_report: (1.1 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_06_12=1.543, RCVD_IN_SORBS_WEB=1.5, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -0.51 X-TUID: g3jjawGqDZyT * Bastien [2020-11-05 22:59]: > Thanks a lot, that's very useful. > > Something I'm not sure: shall we sign only the "archive-contents" file > or both "archive-contents" and "org-YYYYMMDD.tar"? > > For the public key of Org ELPA, where would you expect to download it > from? https://orgmode.org/elpa/key.asc or https://pgp.mit.edu or both? Also packages shall be signed. So it is in GNU ELPA. As Org mode is part of Emacs, and you as maintainer signing it, I would personally expect it to be in ~/.emacs.d/elpa/gnupg where there is other key from GNU ELPA. But what is best you maybe coordinate with GNU ELPA maintainers. I think your key should be there in central GNU ELPA and with that key it should be possible to verify orgmode.org ELPA as well.