From patchwork Sun Jul 5 09:59:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 491303 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id E9701140D2D for ; Sun, 5 Jul 2015 19:59:18 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=IrIhxatf; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2AE5D90CEF; Sun, 5 Jul 2015 09:59:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aM68yHL889B6; Sun, 5 Jul 2015 09:59:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 325E390D28; Sun, 5 Jul 2015 09:59:17 +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 6043F1C0BE3 for ; Sun, 5 Jul 2015 09:59:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5836494B6B for ; Sun, 5 Jul 2015 09:59:16 +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 HxuEQsBvj1sj for ; Sun, 5 Jul 2015 09:59:15 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by hemlock.osuosl.org (Postfix) with ESMTPS id 8DE9F949D0 for ; Sun, 5 Jul 2015 09:59:15 +0000 (UTC) Received: by wgqq4 with SMTP id q4so117909909wgq.1 for ; Sun, 05 Jul 2015 02:59:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=f52fxJ/ZG0r3gKkIhieOxTm9SLmQSJH0w/uhf6pJF8w=; b=IrIhxatfNp4kaZgmIeUp669NxnME3ThTr0pml982uft008BzFxkZeHhnWVXfTl5SVi ZAfBEmlev5WYh1cSgAn0cxrN2pE7SU76pz0ITbFwxwPUeaxFvTwxYJQ12gy7PSp8k0gV WLZEsrDP1A9WYHfzFkrfnWE8xNa16U+7sO+/FiRQwY5tBK0OQPQINXEQuVbXM9x2gbs8 XfOQStGpHC9jpOPWU16zPnQiOgfHOBvNs4kIC33B/ceyE8GmPKasCHuyj/EYOIVrs9Y0 vtgKVw5BDP/ZsmGJbBMhaGIOeSxjTFttOjGdDB28rh00sZhiyCw7gz73SsUeRVyvXq7y oMVw== X-Received: by 10.180.37.230 with SMTP id b6mr43252794wik.14.1436090354125; Sun, 05 Jul 2015 02:59:14 -0700 (PDT) Received: from beast.localdomain (pd-18-112-71.service.infuturo.it. [151.18.112.71]) by mx.google.com with ESMTPSA id o6sm22450723wiz.16.2015.07.05.02.59.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 05 Jul 2015 02:59:13 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Sun, 5 Jul 2015 11:59:09 +0200 Message-Id: <1436090349-4285-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.4.3 Subject: [Buildroot] [PATCH] barebox: bump to version 2015.07.0 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: Fabio Porcedda --- boot/barebox/Config.in | 4 ++-- boot/barebox/barebox.hash | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index ffac979..f6f8f15 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -12,7 +12,7 @@ choice Select the specific Barebox version you want to use config BR2_TARGET_BAREBOX_LATEST_VERSION - bool "2015.05.0" + bool "2015.07.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2015.05.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2015.07.0" if BR2_TARGET_BAREBOX_LATEST_VERSION default BR2_TARGET_BAREBOX_CUSTOM_VERSION_VALUE if BR2_TARGET_BAREBOX_CUSTOM_VERSION default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL default BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT diff --git a/boot/barebox/barebox.hash b/boot/barebox/barebox.hash index aa0f12e..ee09f8d 100644 --- a/boot/barebox/barebox.hash +++ b/boot/barebox/barebox.hash @@ -1,6 +1,5 @@ - -# http://www.barebox.org/download/barebox-2015.05.0.tar.bz2.md5 -md5 3b4f2c72ec3b7cc2f1f294fd2baf0c4d barebox-2015.05.0.tar.bz2 +# http://www.barebox.org/download/barebox-2015.07.0.tar.bz2.md5 +md5 8747cb02b607c2a92280f4c7db820828 barebox-2015.07.0.tar.bz2 # Locally calculated -sha256 f650e15c7a6da8cb779bb1787829fa4184b3189baf604c8af3af4e0deefa5e8e barebox-2015.05.0.tar.bz2 +sha256 0971be9a328b5e6b26912e3fa29ededdc061d4c3cf16d327e24d83cd5ca06695 barebox-2015.07.0.tar.bz2