From patchwork Fri May 29 09:38:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Compagnucci X-Patchwork-Id: 477726 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 E0356140E56 for ; Fri, 29 May 2015 19:39:07 +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=xKhay7VI; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 24F4C8C044; Fri, 29 May 2015 09:39:07 +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 weFZc0w2ERoH; Fri, 29 May 2015 09:39:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id ADB858BDAD; Fri, 29 May 2015 09:39:03 +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 4ACAC1C087D for ; Fri, 29 May 2015 09:39:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 44A3E8AE42 for ; Fri, 29 May 2015 09:39:00 +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 EtLYAMnlRBAS for ; Fri, 29 May 2015 09:38:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by whitealder.osuosl.org (Postfix) with ESMTPS id 89F438ADC6 for ; Fri, 29 May 2015 09:38:59 +0000 (UTC) Received: by wgme6 with SMTP id e6so57665465wgm.2 for ; Fri, 29 May 2015 02:38:58 -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=NF5NPgclddsOeJiVeDkqIipdOG7cfpP2hwPezwlwVdo=; b=xKhay7VIH9BbXm4uUu9CMdbLr1d1vU8/qx8qVXsbjNyTd80M66vwHqYvkHkv7Wi6wH ewHS+g4fdd37NQLK3l6fs1GdHW9rvFsbSO8HGOUOr4rTB9riGedlxsSJCtPBTB+Sr2EJ Yb63s8vw0ZuXJMJ/8WLnTGUWKUKQJpR5xJc+DoFkwAxMefZ0cYhjcxEzaLPPvus0WgGu 8Nj75cj2vzDothoXP1sUkuHORqnQha9liqysjbhb23bKI1r9xLD/uk/nk2EJz0QC4XhA JwcxeBG0eRALnUi2+AWmyZ8rwZXttCzZ8eHD+bh8rs8U4CBirt+MjMmLzdHL/ZvSoPln Yc6w== X-Received: by 10.180.73.10 with SMTP id h10mr3308441wiv.21.1432892338123; Fri, 29 May 2015 02:38:58 -0700 (PDT) Received: from localhost.localdomain ([89.202.204.100]) by mx.google.com with ESMTPSA id lz17sm2210670wic.24.2015.05.29.02.38.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 29 May 2015 02:38:57 -0700 (PDT) From: Angelo Compagnucci To: buildroot@buildroot.org Date: Fri, 29 May 2015 11:38:45 +0200 Message-Id: <1432892326-10261-3-git-send-email-angelo.compagnucci@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1432892326-10261-1-git-send-email-angelo.compagnucci@gmail.com> References: <1432892326-10261-1-git-send-email-angelo.compagnucci@gmail.com> Subject: [Buildroot] [PATCH 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 --- 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 2164a74..b73821e 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 AT91BOOTSTRAP3_LICENSE_FILES = main.c