From patchwork Sat Jan 18 13:10:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1225146 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.a=rsa-sha256 header.s=default header.b=gsPtDaDC; dkim-atps=neutral Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 480JFl22JJz9sNF for ; Sun, 19 Jan 2020 00:10:35 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B06AC87F73; Sat, 18 Jan 2020 13:10:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BiK-o+Sy1yZ5; Sat, 18 Jan 2020 13:10:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id F201B87F44; Sat, 18 Jan 2020 13:10:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 380571BF681 for ; Sat, 18 Jan 2020 13:10:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 2FEC587E94 for ; Sat, 18 Jan 2020 13:10:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D3EGdzcDC674 for ; Sat, 18 Jan 2020 13:10:20 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by hemlock.osuosl.org (Postfix) with ESMTPS id B72DD87E8F for ; Sat, 18 Jan 2020 13:10:20 +0000 (UTC) Received: from menoah.home (lfbn-bor-1-1001-35.w90-120.abo.wanadoo.fr [90.120.192.35]) by koncepto.io (Postfix) with ESMTPSA id 6B1E9602D4; Sat, 18 Jan 2020 14:10:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1579353019; bh=XoqzaMoxnTJ1GnyMjSLP9pttFKdfBFVe+7KbSecShSU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gsPtDaDCcD2XfBrgaqYSV1ADf9bbGt/GKwKj35GFyDAl9IkD/FzUffLkLykmWmRVc ZfsmOUAes3/f9TQOACVPYM3VONEqJ5IA+bMIc8vTdAvICR3QhW5U2GyOspPbnQyquD /8dG30+v9nAQls1sicSmTEFvrtZXufcEoVvjPrj6BGwYzet6tU1HP5KsEE9q05e6Tt 8TVhsyTUReZGmmYtkmlbWbYG2SQJlynriPTLc5jMW/IusbX8hf87ZbZPtifq19Yc8m XQDYmuVsp7m8a60bCKeZYD+TNtKcs4s7pVn+6te9JtbKD2hoh6fTJeV9MfzrJLWqOK jB7yEuo77DikQ== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Sat, 18 Jan 2020 14:10:13 +0100 Message-Id: <1579353013-3395-2-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1579353013-3395-1-git-send-email-pjtexier@koncepto.io> References: <1579353013-3395-1-git-send-email-pjtexier@koncepto.io> Subject: [Buildroot] [PATCH 2/2] package/micropython: add hash for license file X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier , Chris Packham MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Pierre-Jean Texier --- package/micropython/micropython.hash | 1 + 1 file changed, 1 insertion(+) diff --git a/package/micropython/micropython.hash b/package/micropython/micropython.hash index a889044..49fd903 100644 --- a/package/micropython/micropython.hash +++ b/package/micropython/micropython.hash @@ -1,2 +1,3 @@ #locally computed sha256 330cd32c7b67cb6b531d158eabcf68af3a7d7ad7b5a4b0ce3c73da3d241da6a2 micropython-1.12.tar.gz +sha256 afde3432122205e8e08d615fcb920aca58631c52b6c0c01813854287a457b298 LICENSE