From patchwork Tue Jun 2 08:46:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Compagnucci X-Patchwork-Id: 479342 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id D8C5C1412E9 for ; Tue, 2 Jun 2015 18:46:45 +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=YlM41q3T; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 31F19A3E79; Tue, 2 Jun 2015 08:46:45 +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 uWrSWHZMoQLL; Tue, 2 Jun 2015 08:46:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 09A35A3E61; Tue, 2 Jun 2015 08:46:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id EEF7B1C0FB2 for ; Tue, 2 Jun 2015 08:46:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E5F1991FAD for ; Tue, 2 Jun 2015 08:46:41 +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 VUIywxNpztTf for ; Tue, 2 Jun 2015 08:46:41 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id D634791F9D for ; Tue, 2 Jun 2015 08:46:40 +0000 (UTC) Received: by wgme6 with SMTP id e6so133911827wgm.2 for ; Tue, 02 Jun 2015 01:46:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=bQ9Qd8M0lzBgC0fNbbPRsz8q5ARVraemK/fpgJpa1CM=; b=YlM41q3Tu7JLqEVZAQmCOaR0GBajHjSNpooUjegWgaIK182/OLzW4gDAuVU6fMV/Wq bR+7v0kNDsWrB/OYAx0jsD9slhqEECMwoacdKMC+VYIY7OjLhfotj86Hc+SkbBWb/fv3 N+mP+J3x/ryg0qAaEeiMbMr1KVLPrGslZhWPbkXZEg3RTLspA9weKQfRs/XMG6Op2hh/ fY8Vvr68syBNhy2t/lvRlrMR1K4kDKt+KcPwlh0mBMpcF2VvXDXc2LP4WSdm6r8lVpGF NMpI+ulRpAV6gtJogVVYl8DL5PLtyDyGPPI9HityaSRpwxSNWGms8h9BH7OkY7NePo3D 0pNw== X-Received: by 10.180.83.163 with SMTP id r3mr29421514wiy.28.1433234799537; Tue, 02 Jun 2015 01:46:39 -0700 (PDT) Received: from localhost.localdomain ([89.202.204.147]) by mx.google.com with ESMTPSA id vz2sm16419932wjc.18.2015.06.02.01.46.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 02 Jun 2015 01:46:38 -0700 (PDT) From: Angelo Compagnucci To: buildroot@buildroot.org Date: Tue, 2 Jun 2015 10:46:19 +0200 Message-Id: <1433234780-21084-3-git-send-email-angelo.compagnucci@gmail.com> X-Mailer: git-send-email 2.4.2 In-Reply-To: <1433234780-21084-1-git-send-email-angelo.compagnucci@gmail.com> References: <1433234780-21084-1-git-send-email-angelo.compagnucci@gmail.com> Subject: [Buildroot] [PATCH v2 2/3] boot/at91bootstrap3: bump to version 3.7.2 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" This patch bumps at91bootstrap3 version to 3.7.2 Signed-off-by: Angelo Compagnucci --- Changes v1 -> v2: - No changes boot/at91bootstrap3/at91bootstrap3.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/at91bootstrap3/at91bootstrap3.mk b/boot/at91bootstrap3/at91bootstrap3.mk index a997152..2e25617 100644 --- a/boot/at91bootstrap3/at91bootstrap3.mk +++ b/boot/at91bootstrap3/at91bootstrap3.mk @@ -4,7 +4,7 @@ # ################################################################################ -AT91BOOTSTRAP3_VERSION = v3.7.1 +AT91BOOTSTRAP3_VERSION = v3.7.2 AT91BOOTSTRAP3_SITE = $(call github,linux4sam,at91bootstrap,$(AT91BOOTSTRAP3_VERSION)) AT91BOOTSTRAP3_LICENSE = BSD-2c with endorsement clause AT91BOOTSTRAP3_LICENSE_FILES = main.c