From patchwork Wed Oct 28 14:21:23 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 537353 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id B4AD91402C8 for ; Thu, 29 Oct 2015 01:21:37 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=embedded.rocks header.i=@embedded.rocks header.b=lPLo1+1z; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7A73D2F388; Wed, 28 Oct 2015 14:21:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aroMD-7H63pC; Wed, 28 Oct 2015 14:21:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 3F82A30089; Wed, 28 Oct 2015 14:21:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 68DB51C14FC for ; Wed, 28 Oct 2015 14:21:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 65B678B17C for ; Wed, 28 Oct 2015 14:21:33 +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 iDFBpnd93Wuu for ; Wed, 28 Oct 2015 14:21:32 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by fraxinus.osuosl.org (Postfix) with ESMTPS id D24F18B17D for ; Wed, 28 Oct 2015 14:21:31 +0000 (UTC) Received: from dovecot03.posteo.de (dovecot03.posteo.de [172.16.0.13]) by mout01.posteo.de (Postfix) with ESMTPS id 1F58220853 for ; Wed, 28 Oct 2015 15:21:29 +0100 (CET) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot03.posteo.de (Postfix) with ESMTPSA id 3nmBsh478Dz5vNL for ; Wed, 28 Oct 2015 15:21:28 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.embedded.rocks (Postfix) with ESMTP id 519A4EE0C1B; Wed, 28 Oct 2015 15:21:26 +0100 (CET) Authentication-Results: mail.embedded.rocks (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=embedded.rocks DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embedded.rocks; h=content-transfer-encoding:content-type:content-type :mime-version:x-mailer:message-id:date:date:subject:subject:from :from:received:received; s=default; t=1446042084; x=1446646885; bh=kfC5a9xOM7Y8QobGwT90hXYoM+B8unknySsChUdWfgw=; b=lPLo1+1zBC93 eJO94lA5xGpgLXTtEpWz4KliHVvR0xPV933jxvmnysp5MsFELITDf7f/xD2yczvz F59eh+3l+cIWSSk6HzCDwT1mLd3wJi32nBURo+sWWsuZrZ5+uHCA6JvcGGr+PbPX K39NPyc/TkBbdITl1cEKJCE2TLShGzgj7vBvPoCFKxtqRTDIUeC7KbMifmx7IYvs TIeaYYP5BHjegnstmKB4qyXMaGAtEy/GGvfvsMiXbH8AMNoFBC0bkp8H+9CAlCpQ FaYsKKPDhRrmP9kyeu6D83qqFy4DSdvFkr7YisRfVDU7NABfcAOQQOtVO0pBk8HX jQ/k+euIGA== X-Virus-Scanned: Debian amavisd-new at mail.embedded.rocks Received: from mail.embedded.rocks ([127.0.0.1]) by localhost (mail.embedded.rocks [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AMqr4hmVXSb9; Wed, 28 Oct 2015 15:21:24 +0100 (CET) Received: from timelineX.localdomain (ip5b40a1a5.dynamic.kabel-deutschland.de [91.64.161.165]) (Authenticated sender: joerg.krause@embedded.rocks) by mail.embedded.rocks (Postfix) with ESMTPSA; Wed, 28 Oct 2015 15:21:24 +0100 (CET) From: =?UTF-8?q?J=C3=B6rg=20Krause?= To: buildroot@buildroot.org Date: Wed, 28 Oct 2015 15:21:23 +0100 Message-Id: <1446042083-18799-1-git-send-email-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.6.2 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] uboot: fix hash for 2015.10 version 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Commit bf2bd1132128175362cba26d80d8ef4216b2c32c bumped U-Boot to version 2015.10 but forgot to update the hash as well. Signed-off-by: Jörg Krause --- boot/uboot/uboot.hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/uboot/uboot.hash b/boot/uboot/uboot.hash index 3b687d5..b1d8ba0 100644 --- a/boot/uboot/uboot.hash +++ b/boot/uboot/uboot.hash @@ -1,2 +1,2 @@ # Locally computed: -sha256 0b48c9bd717f2c322ef791f8282e14c88be942dc7d1226df7e31a812a3af94d9 u-boot-2015.07.tar.bz2 +sha256 bdc68d5f9455ad933b059c735d983f2c8b6b552dafb062e5ff1444f623021955 u-boot-2015.10.tar.bz2