From patchwork Sat Oct 24 08:49:22 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 535373 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id CE198141316 for ; Sat, 24 Oct 2015 19:49:40 +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=caF5pZYT; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 02F4A94AA6; Sat, 24 Oct 2015 08:49:40 +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 PRq5MGxv2Mk9; Sat, 24 Oct 2015 08:49:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 18163888EE; Sat, 24 Oct 2015 08:49:38 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id C29911C1034 for ; Sat, 24 Oct 2015 08:49:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id BDB722DD79 for ; Sat, 24 Oct 2015 08:49: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 y4S6JzOYV9P1 for ; Sat, 24 Oct 2015 08:49:35 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by silver.osuosl.org (Postfix) with ESMTPS id 9E47C2882A for ; Sat, 24 Oct 2015 08:49:35 +0000 (UTC) Received: by wicfv8 with SMTP id fv8so58450112wic.0 for ; Sat, 24 Oct 2015 01:49:34 -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=M1ie41Cukt6yO2IAuvrUaPP7PxjqlS8AUVGlwGOaVkA=; b=caF5pZYTDwOqy7FPAMP0oPUCKhGxlOguINnvhLXtPMfca66/qA2Zf5/dxH17mexVkS ZCW7LlFJKATT8TPO8PDUM+1G4v/ZFWvo8Xf7haPUcjGsOOPSDp0UuyFurEIcPd41cXfa E5eyikq8JV8DFoK67o6ecjDVpOkFFTLW5kYT8dTROys5WBR+hUA18NguTlBoq9SaiASk /njVT6O5MriD5/yrzq9j7ciLEDf0fGJAhQwciubkIqRsUOXKBEjKMzQf4Y5YaEc0RTYz CDynMXWIO4U4SrV3WCMFdN0hoVNcySsRCNGxGnwHRrnDrmoN/8TlXfEnwV6xHNMyh2fp l4kA== X-Received: by 10.180.72.146 with SMTP id d18mr9475282wiv.50.1445676574223; Sat, 24 Oct 2015 01:49:34 -0700 (PDT) Received: from dell.be.48ers.dk ([2001:6f8:1434:0:6267:20ff:fe4e:21b6]) by smtp.gmail.com with ESMTPSA id he3sm26954105wjc.48.2015.10.24.01.49.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 24 Oct 2015 01:49:33 -0700 (PDT) Received: from peko by dell.be.48ers.dk with local (Exim 4.84) (envelope-from ) id 1ZpuW1-0006Oz-94; Sat, 24 Oct 2015 10:49:29 +0200 From: Peter Korsgaard To: buildroot@buildroot.org Date: Sat, 24 Oct 2015 10:49:22 +0200 Message-Id: <1445676562-24568-2-git-send-email-peter@korsgaard.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1445676562-24568-1-git-send-email-peter@korsgaard.com> References: <1445676562-24568-1-git-send-email-peter@korsgaard.com> Subject: [Buildroot] [PATCH 2/2] uboot-tools: bump to 2015.10 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: Peter Korsgaard --- package/uboot-tools/uboot-tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk index 5a239ab..6e4d0ed 100644 --- a/package/uboot-tools/uboot-tools.mk +++ b/package/uboot-tools/uboot-tools.mk @@ -4,7 +4,7 @@ # ################################################################################ -UBOOT_TOOLS_VERSION = 2015.07 +UBOOT_TOOLS_VERSION = 2015.10 UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2 UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot UBOOT_TOOLS_LICENSE = GPLv2+