From patchwork Thu Nov 12 08:05:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 543255 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 29B6B1413BC for ; Thu, 12 Nov 2015 19:05:58 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=ofioPEs+; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4EA0A26B9D; Thu, 12 Nov 2015 08:05:57 +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 DwjGfu7+CqeV; Thu, 12 Nov 2015 08:05:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 2AC082698E; Thu, 12 Nov 2015 08:05:54 +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 DD6C61C0BE0 for ; Thu, 12 Nov 2015 08:05:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9669493CC7 for ; Thu, 12 Nov 2015 08:05:52 +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 SfKl2rCxWD3F for ; Thu, 12 Nov 2015 08:05:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by hemlock.osuosl.org (Postfix) with ESMTPS id D4C8F93BFE for ; Thu, 12 Nov 2015 08:05:50 +0000 (UTC) Received: by pasz6 with SMTP id z6so59726023pas.2 for ; Thu, 12 Nov 2015 00:05:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=dWvPLJPIGZyiadjdsARD52N82bZXjQTSMC05oOzfaVY=; b=ofioPEs+tRKisUA7cd5ZIaMTna+H2S/R/OHXE852+09z4uhx0QhgGEChaNgNbl15oC x1KY0l0Wr456QPyiTgX8L+MvfpppveLvNCg/Mh0b1X8GiSLpMH8VyJfV2gNGAZMinOyC Rxfv5e4xIq9IKHlV3HQLvf7nDqE/eg29UHUSCvyTj1U47EyxzjDjRf8FRZE1dwYmffYO Q56RBhwaRoXLSXeI0qfdGOs3vMnEv53SDr47+zEYLSXeDm6IEboWV36KgGphZ+YcKwth q4PcbPEVzdx1727af0lkZugZoZb2OAcHT2WyzEGwQ+gOg5ycxL8MGwD3N9o28XvSxBvz d4dQ== X-Received: by 10.68.57.171 with SMTP id j11mr21382067pbq.17.1447315550534; Thu, 12 Nov 2015 00:05:50 -0800 (PST) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by smtp.gmail.com with ESMTPSA id dd4sm13292229pbb.52.2015.11.12.00.05.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Nov 2015 00:05:48 -0800 (PST) From: Fabio Porcedda To: buildroot@buildroot.org Date: Thu, 12 Nov 2015 09:05:41 +0100 Message-Id: <1447315541-1522-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.6.2 Subject: [Buildroot] [PATCH] barebox: bump to version 2015.11.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 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index 7e81181..e9021fb 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.10.0" + bool "2015.11.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2015.10.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2015.11.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 1b927ba..bb2ecc2 100644 --- a/boot/barebox/barebox.hash +++ b/boot/barebox/barebox.hash @@ -1,5 +1,5 @@ -# http://www.barebox.org/download/barebox-2015.10.0.tar.bz2.md5 -md5 50b787db3f91bebd5ed646e80a05caab barebox-2015.10.0.tar.bz2 +# http://www.barebox.org/download/barebox-2015.11.0.tar.bz2.md5 +md5 05951fa64000f5baedfc1064dbcfcad0 barebox-2015.11.0.tar.bz2 # Locally calculated -sha256 8353042fe27a30a01a00fe1e1f4a34f292a291027b9637d3ea8f305387407880 barebox-2015.10.0.tar.bz2 +sha256 ea40cef0a5ef76c4d68e76ac0e5c71c758c563ffa48c08e0b284688ec6f9d422 barebox-2015.11.0.tar.bz2