From patchwork Tue Jun 2 08:30:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 479326 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 CA39B1412E7 for ; Tue, 2 Jun 2015 18:30:32 +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=u2GNdG5g; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5482294F13; Tue, 2 Jun 2015 08:30:31 +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 KNHHLk0v53VU; Tue, 2 Jun 2015 08:30:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 2847494F1F; Tue, 2 Jun 2015 08:30:30 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 8A1721C0FB2 for ; Tue, 2 Jun 2015 08:30:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 83D0933582 for ; Tue, 2 Jun 2015 08:30:29 +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 LwWsCY0SsDcd for ; Tue, 2 Jun 2015 08:30:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by silver.osuosl.org (Postfix) with ESMTPS id AF427333B0 for ; Tue, 2 Jun 2015 08:30:28 +0000 (UTC) Received: by wgbgq6 with SMTP id gq6so133819632wgb.3 for ; Tue, 02 Jun 2015 01:30:27 -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=m8weNCtSh3fiXLm/meyWRpd9bOAw3DhJZ6JiYQ//Aqc=; b=u2GNdG5ghlwB25Bmb4IsGBUdzMu+ADEKOd81qTyk1RrA0AAcXzSLVdsgtMkJ+/ueJr qmwNofgPxbCmLcoT8Nfud/5Q6GavchJ3dWgZyU3eykDJU31yEf95oAPDZKXLqFmshOhW P8NUT5iKJAcEsL+wd4yqUOMMY4j+RsWInUziR5ryYK7iU+1cUOgbQWfAiXNN+nDbAY83 V+szfDcOcRtsuR9FqXmEY2GyLhGLL4/N4wyKkkqhygY6Yx7Q+q61ZZsNXLSMvHZx16cQ M4FmzPYtgw63UAUYItMkYjpLqLOJa35hHQv59RoeUvElyHWyDML4tFuFFJRbR6vPUAUZ idVA== X-Received: by 10.194.186.145 with SMTP id fk17mr48849209wjc.156.1433233827142; Tue, 02 Jun 2015 01:30:27 -0700 (PDT) Received: from beast.localdomain (dynamic-adsl-84-221-128-105.clienti.tiscali.it. [84.221.128.105]) by mx.google.com with ESMTPSA id di9sm20407113wib.16.2015.06.02.01.30.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Jun 2015 01:30:26 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Tue, 2 Jun 2015 10:30:25 +0200 Message-Id: <1433233825-4045-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.4.1 Subject: [Buildroot] [PATCH v2] barebox: bump to version 2015.05.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 --- Notes: v2: - add missing Signed-off-by line boot/barebox/Config.in | 4 ++-- boot/barebox/barebox.hash | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index 53d8013..ffac979 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.04.0" + bool "2015.05.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2015.04.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2015.05.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 5782fb5..aa0f12e 100644 --- a/boot/barebox/barebox.hash +++ b/boot/barebox/barebox.hash @@ -1,5 +1,6 @@ -# http://www.barebox.org/download/barebox-2015.04.0.tar.bz2.md5 -md5 749436075f39d4cd051c71ea52b24f67 barebox-2015.04.0.tar.bz2 +# http://www.barebox.org/download/barebox-2015.05.0.tar.bz2.md5 +md5 3b4f2c72ec3b7cc2f1f294fd2baf0c4d barebox-2015.05.0.tar.bz2 + # Locally calculated -sha256 905757f84366d8934c718165af4bba8a7c7f3187c29f05ee532566681711a903 barebox-2015.04.0.tar.bz2 +sha256 f650e15c7a6da8cb779bb1787829fa4184b3189baf604c8af3af4e0deefa5e8e barebox-2015.05.0.tar.bz2