From patchwork Wed Apr 8 16:57:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 459359 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id AEC851401DA for ; Thu, 9 Apr 2015 02:57:36 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=v3AZ3u3b; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id CC94395085; Wed, 8 Apr 2015 16:57:34 +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 nulhJkHefS08; Wed, 8 Apr 2015 16:57:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E929B95198; Wed, 8 Apr 2015 16:57:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id C5B6D1C2345 for ; Wed, 8 Apr 2015 16:57:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C3233A30D4 for ; Wed, 8 Apr 2015 16:57:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qu7L2dWNvvfA for ; Wed, 8 Apr 2015 16:57:27 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by fraxinus.osuosl.org (Postfix) with ESMTPS id CE741A305E for ; Wed, 8 Apr 2015 16:57:26 +0000 (UTC) Received: by wiun10 with SMTP id n10so66211677wiu.1 for ; Wed, 08 Apr 2015 09:57:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=RQe7fJyKcrABc3S+L6GrTlQURoGdddTu8vwSZBrckPg=; b=v3AZ3u3bQ/S68vW+VihWoKU0XyuS1z4q229r0LSUpXrIP8eZjiJJDSbuzY7IcKjOj5 FtrdGp1wfmaJo6U9UA/k5qjJ3m7EYi2lPpte1ROTb1+Dvdr8A1IJvdwiYmChE/6qCkix oDNijyZ7zPbSfdWlKflCUfINppgD44r2eY7H8UQqzi076d8+dmr0wRM5BzW8x/S4omOK Xmh5KVw3H3rJ62g97Z0E3pSUcyUxkYf8XQDzo3oimVGc7WUsIshRWJWAvtTxIqqtbEgO mt9t/o4NXOjRgBdTFbgsaZM3NuyOUsLt/cwun3LCSkLzL5KtVouNHmuqY7rUDTmpBVSH G5tA== X-Received: by 10.194.236.225 with SMTP id ux1mr375411wjc.52.1428512245560; Wed, 08 Apr 2015 09:57:25 -0700 (PDT) Received: from gourin.bzh.lan (ns304657.ip-46-105-103.eu. [46.105.103.66]) by mx.google.com with ESMTPSA id eh5sm1835266wic.20.2015.04.08.09.57.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 08 Apr 2015 09:57:24 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Wed, 8 Apr 2015 18:57:16 +0200 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH 1/8 v4] package/gcc: add hashes X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: "Yann E. MORIN" cc: Thomas Petazzoni Cc: Gustavo Zacarias Cc: Arnout Vandecappelle --- package/gcc/gcc-final/gcc-final.hash | 1 + package/gcc/gcc-initial/gcc-initial.hash | 1 + package/gcc/gcc.hash | 7 +++++++ 3 files changed, 9 insertions(+) create mode 120000 package/gcc/gcc-final/gcc-final.hash create mode 120000 package/gcc/gcc-initial/gcc-initial.hash create mode 100644 package/gcc/gcc.hash diff --git a/package/gcc/gcc-final/gcc-final.hash b/package/gcc/gcc-final/gcc-final.hash new file mode 120000 index 0000000..7ac9361 --- /dev/null +++ b/package/gcc/gcc-final/gcc-final.hash @@ -0,0 +1 @@ +../gcc.hash \ No newline at end of file diff --git a/package/gcc/gcc-initial/gcc-initial.hash b/package/gcc/gcc-initial/gcc-initial.hash new file mode 120000 index 0000000..7ac9361 --- /dev/null +++ b/package/gcc/gcc-initial/gcc-initial.hash @@ -0,0 +1 @@ +../gcc.hash \ No newline at end of file diff --git a/package/gcc/gcc.hash b/package/gcc/gcc.hash new file mode 100644 index 0000000..d9a04fc --- /dev/null +++ b/package/gcc/gcc.hash @@ -0,0 +1,7 @@ +# Locally computed (upstream only has sigs): +sha256 eef3f0456db8c3d992cbb51d5d32558190bc14f3bc19383dd93acc27acc6befc gcc-4.5.4.tar.bz2 +sha256 92e61c6dc3a0a449e62d72a38185fda550168a86702dea07125ebd3ec3996282 gcc-4.7.4.tar.bz2 +sha256 4a80aa23798b8e9b5793494b8c976b39b8d9aa2e53cd5ed5534aff662a7f8695 gcc-4.8.4.tar.bz2 +sha256 2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd gcc-4.9.2.tar.bz2 +# No hash for the ARC variant, comes from the github-helper: +none xxx gcc-arc-2014.12.tar.gz