From owner-freebsd-pkgbase@freebsd.org Wed Jun 29 22:22:35 2016 Return-Path: Delivered-To: freebsd-pkgbase@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5ED1FB86BEB for ; Wed, 29 Jun 2016 22:22:35 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9BF26D5; Wed, 29 Jun 2016 22:22:34 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yuri.doctorlan.com (c-24-5-143-190.hsd1.ca.comcast.net [24.5.143.190]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id u5TMMYNN054855 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Wed, 29 Jun 2016 15:22:34 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-5-143-190.hsd1.ca.comcast.net [24.5.143.190] claimed to be yuri.doctorlan.com Subject: Re: Are signatures of system images verified? To: Glen Barber References: <2cde3a9e-8b4d-8c5e-408a-053710986e29@rawbw.com> <20160629213252.GI1453@FreeBSD.org> <5f72274d-6932-fbf2-8abd-86a865aec0d1@rawbw.com> <20160629215944.GJ1453@FreeBSD.org> Cc: freebsd-pkgbase@FreeBSD.org From: Yuri Message-ID: <7ac94438-4d39-2695-7b79-9ce04373e7e1@rawbw.com> Date: Wed, 29 Jun 2016 15:22:33 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <20160629215944.GJ1453@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2016 22:22:35 -0000 On 06/29/2016 14:59, Glen Barber wrote: > If I understand what you mean correctly, that would imply poudriere is > responsible for the contents of base.txz, which it is not. I think the > better solution (if I understood correctly) is RE needs to PGP-sign the > releases/${TARGET}/${TARGET_ARCH}/X.Y-RELEASE/MANIFEST file, and include > it in the announcement email for the release, as well as on the website. > > Please correct me if I did misunderstand. > > This way, poudriere could verify the hash of the file against what it > has downloaded, in addition to verifying the PGP fingerprint. Yes, only MANIFEST should be signed, I made a mistake suggesting that all binaries should be signed. I don't quite understand the connection between the poudriere run and the announcement email. Could you please elaborate on this? Just downloading something from the website isn't secure either. Thank you, Yuri