From patchwork Tue Oct 22 17:38:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1181557 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="ae4fr/m8"; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46yLMc0ypqz9sNx for ; Wed, 23 Oct 2019 04:38:35 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2240384AF4; Tue, 22 Oct 2019 17:38:33 +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 cdPMmZou1Qdr; Tue, 22 Oct 2019 17:38:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 643BD84B60; Tue, 22 Oct 2019 17:38:31 +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 519071BF866 for ; Tue, 22 Oct 2019 17:38:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3F4B487627 for ; Tue, 22 Oct 2019 17:38:30 +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 JaK0AFUme-DP for ; Tue, 22 Oct 2019 17:38:29 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by hemlock.osuosl.org (Postfix) with ESMTPS id D580A87603 for ; Tue, 22 Oct 2019 17:38:28 +0000 (UTC) Received: from menoah.home (lfbn-1-6734-38.w90-120.abo.wanadoo.fr [90.120.168.38]) by koncepto.io (Postfix) with ESMTPSA id D93E8602D8; Tue, 22 Oct 2019 19:38:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1571765906; bh=dwSCxQA62i/gD8qYWs8BcqPm0GGeC5vzWT+RjrDhCnA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ae4fr/m8FsFnhDJjfWIGkPFZNQpFWxZJw7/dWTmibKOS292cDuU/8WbaM4SkhFKsR e0g6uGglbMXvMXPVQbn8pQVcBuo7DvNPbngPhK1FyCLUod+vwiHAKlmoRpQ/QWwT3N 7eItHvY+XcHFzas/XuOfvgQOhkmBrMoBICoHkn7MmtyRWb1X42c2om7dXRK/Z/TsII 4vKCNJ9yDa0tM4Y2nimEaZA9oK6Y0/XLgQsQ0vPGu7pd880latuxLMoANuPKSx5WNP pdZhjdj4x9ivnlvDy79HRiWkhQPUYaygovDvx9Ntgbe3w/+4zA6aMAhM7tpn/qzJrw 8fnuB87HwJcYQ== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Tue, 22 Oct 2019 19:38:22 +0200 Message-Id: <1571765902-878-2-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1571765902-878-1-git-send-email-pjtexier@koncepto.io> References: <1571765902-878-1-git-send-email-pjtexier@koncepto.io> Subject: [Buildroot] [PATCH v2] boot/at91bootstrap3: bump to version 3.9.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier , Ludovic Desroches , Simon Dawson MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Pierre-Jean Texier --- boot/at91bootstrap3/Config.in | 4 ++-- boot/at91bootstrap3/at91bootstrap3.hash | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boot/at91bootstrap3/Config.in b/boot/at91bootstrap3/Config.in index 89ef3fc..c3fc9d3 100644 --- a/boot/at91bootstrap3/Config.in +++ b/boot/at91bootstrap3/Config.in @@ -19,7 +19,7 @@ choice prompt "AT91 Bootstrap 3 version" config BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION - bool "3.8.13" + bool "3.9.0" config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT bool "Custom Git repository" @@ -44,7 +44,7 @@ endif config BR2_TARGET_AT91BOOTSTRAP3_VERSION string - default "v3.8.13" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION + default "v3.9.0" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION default BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION \ if BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT diff --git a/boot/at91bootstrap3/at91bootstrap3.hash b/boot/at91bootstrap3/at91bootstrap3.hash index ecfda3b..93f495f 100644 --- a/boot/at91bootstrap3/at91bootstrap3.hash +++ b/boot/at91bootstrap3/at91bootstrap3.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 a5a10579598d47475696fab56c086225b0f4b710299e2dc9e0f9b6f72ed98be8 at91bootstrap3-v3.8.13.tar.gz +sha256 9960b0d18fe42feee566d4c52efa0d7c8251685bf9acfdf343f30a27951ada1e at91bootstrap3-v3.9.0.tar.gz