From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45337) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFpEd-0000WX-6K for guix-patches@gnu.org; Sat, 21 Mar 2020 21:17:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFpEc-0000hR-BT for guix-patches@gnu.org; Sat, 21 Mar 2020 21:17:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42528) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jFpEb-0000gX-Vz for guix-patches@gnu.org; Sat, 21 Mar 2020 21:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jFpEb-0003EE-LJ for guix-patches@gnu.org; Sat, 21 Mar 2020 21:17:01 -0400 Subject: [bug#40021] gnu: Add mm-common. Resent-Message-ID: Mime-Version: 1.0 Date: Sun, 22 Mar 2020 01:16:22 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "Raghav Gururajan" Message-ID: <6d6543446f1a98606ba8eeceb152e85a@disroot.org> In-Reply-To: <20200321202134.66414abc@scratchpost.org> References: <20200321202134.66414abc@scratchpost.org> <20200311162432.089a7c18@scratchpost.org> <48564a26953b8419f74f44fc5d328c14@disroot.org> <7be770ee7b6782620abc9bc721061a38@disroot.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 40021@debbugs.gnu.org Hi Danny!=0A=0A> It is very dangerous to use wget for stuff like that. Fo= r example the usual cryptographic signature=0A> check is skipped--which m= eans that anyone could replace it by a bad version and nobody would=0A> n= otice.=0A=0AAh yes, you are right.=0A=0A> I would advise to instead add i= t as "origin" in "native-inputs" and copy it manually.=0A> That way its s= ha256 sum will be checked.=0A=0AThat's a good idea. Could you help with a= generic syntax for adding origin inside inputs?=0A=0AThank you!=0A=0AReg= ards,=0ARG.