From patchwork Sun Aug 16 10:29:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3364 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BTtmY6mRSz3x0m for ; Sun, 16 Aug 2020 10:33:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BTtk24WRtz11Y; Sun, 16 Aug 2020 10:30:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTtk16TR7z30Wf; Sun, 16 Aug 2020 10:30:49 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BTtk04tY5z2xnn for ; Sun, 16 Aug 2020 10:30:48 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BTtjw3061z105; Sun, 16 Aug 2020 10:30:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597573844; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=H6UbSJf3Z+e/Q4oDMA34j205vXeFZTz6stAxuwxRXWE=; b=0/gLBdlvp/AD83vTZkrfkxUCHivTECqsWPCQpShFA7s9xM80KmCPBWh9SjGUdllD4rVzZp PmHw87jLrT074UCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597573844; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=H6UbSJf3Z+e/Q4oDMA34j205vXeFZTz6stAxuwxRXWE=; b=t+ZnadcsuzKUC7xmMKcHA9C74Ocg6mO5Nuu0zTAy2cB2GEOm0V07hu+Av0/m/qIMLPQQ4l ywWQFIOoW3FUXdiSbUcR2wQRMQF7WfwFkXajO+NJhVDPJwY6zok9LDxM6OCf9hzhyp8jln i3XwbepkWySajSu5/YVV9p27rtyGUWEhFrNSyTHIapJbEEaj3M8TVnAKetKeKwYkAaKGkJ c3IZhP1Z9dI8Jvyqp9wFcKa3PgfJ8sASPhm9LEHo8SZiDluzARcT4wGx634J6OO05Velij f91vpp0QceKFFlDs3en1zjMb9y8fvn4N/TJX3n5Pm1diZvTwRoiG8CchlpvZqg== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 57/62] make.sh: Bump toolchain version Date: Sun, 16 Aug 2020 10:29:48 +0000 Message-Id: <20200816102953.3881-57-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> References: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 99ac1bc85..f371a36a5 100755 --- a/make.sh +++ b/make.sh @@ -39,7 +39,7 @@ GIT_BRANCH="$(git rev-parse --abbrev-ref HEAD)" # Git Branch GIT_TAG="$(git tag | tail -1)" # Git Tag GIT_LASTCOMMIT="$(git rev-parse --verify HEAD)" # Last commit -TOOLCHAINVER=20200324 +TOOLCHAINVER=20200814 ############################################################################### #