From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27437: Source downloader accepts X.509 certificate for incorrect domain Date: Thu, 27 Jul 2017 14:29:29 +0200 Message-ID: <87k22u3vx2.fsf@gnu.org> References: <20170621061752.GA32412@jasmine.lan> <87lgolipi0.fsf@gnu.org> <87injohwac.fsf@netris.org> <87o9tf1ytl.fsf@elephly.net> <20170623032401.GA13366@jasmine.lan> <87fuer9n6d.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dahvb-00023w-9U for bug-guix@gnu.org; Thu, 27 Jul 2017 08:30:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dahvX-0004BM-Ek for bug-guix@gnu.org; Thu, 27 Jul 2017 08:30:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55345) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dahvX-0004B3-C9 for bug-guix@gnu.org; Thu, 27 Jul 2017 08:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dahvX-0004Li-64 for bug-guix@gnu.org; Thu, 27 Jul 2017 08:30:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87fuer9n6d.fsf@elephly.net> (Ricardo Wurmus's message of "Fri, 23 Jun 2017 09:29:46 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: 27437@debbugs.gnu.org Ricardo Wurmus skribis: >>From 44b8f1c04713d11601d964ecfbe2fc248a15e7c0 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 23 Jun 2017 09:24:58 +0200 > Subject: [PATCH] doc: Encourage signature verification. > > * doc/contributing.texi (Submitting Patches): Remind contributors to veri= fy > cryptographic signatures. > --- > doc/contributing.texi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/contributing.texi b/doc/contributing.texi > index 925c584e4..0073f2451 100644 > --- a/doc/contributing.texi > +++ b/doc/contributing.texi > @@ -334,6 +334,12 @@ updates for a given software package in a single pla= ce and have them > affect the whole system---something that bundled copies prevent. >=20=20 > @item > +If the authors of the packaged software provide a cryptographic > +signature for the release tarball, make an effort to verify the > +authenticity of the archive. For a detached GPG signature file this > +would be done with the @code{gpg --verify} command. I would make it the very first item of the check list. If that=E2=80=99s fine with you, please push and maybe close the bug! Ludo=E2=80=99.