From patchwork Sun Aug 16 10:29:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3360 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 4BTtmC1bH7z3x0m for ; Sun, 16 Aug 2020 10:32:43 +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 4BTtk04TVHzmp; Sun, 16 Aug 2020 10:30:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTtk03ry9z2y5Q; Sun, 16 Aug 2020 10:30:48 +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 4BTtjz15mDz2xWn for ; Sun, 16 Aug 2020 10:30:47 +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 4BTtjt2ncQzlQ; Sun, 16 Aug 2020 10:30:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597573842; 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=f2UJ3fLT34PpoSNSbi19JueAPAFbk0ffuUr/QSiL0FI=; b=OjsNPFUZ2MOe/1n9nSvlUOj9GSmSmN1JRoQxG6RIcx/gnhsWtE4xUyBXrvirwZZd0rroXj GyESbWAvp1UlLvCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597573842; 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=f2UJ3fLT34PpoSNSbi19JueAPAFbk0ffuUr/QSiL0FI=; b=s3C0S3mexVK8afYncOecTVUkOSMnSkbzIr+B7YmY/DOJYk0efE4aczfHVgGJWC7Ckdwc4/ JDpmV1KBvxDZWnKF4Ffg0arsVkXbmJJKXlT/UVuvLA+rYJq+Z6Ctk74jQCTd93Ksxw4J04 2Kdqjt0Re6axlx+/K1BlmmSn63DNucPADcO3qI9RZXbOXKHEgg2W4ZJcbwCq030m1CxZPX 2DwTLXFW9awMrwvob3oRiib23hVOx/9xpPdAJ7pQ7m4ZepWghJLxMh4otgpicAmYhe9mjL r4meWa1GI7j5SeQhYv/5On0el3QvWLbEnc9wEn7X+wFcYxNFxHf3ocqBpye6Xg== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 54/62] gcc: Bundle against OS versions of gmp/mpfr Date: Sun, 16 Aug 2020 10:29:45 +0000 Message-Id: <20200816102953.3881-54-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 --- lfs/gcc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/gcc b/lfs/gcc index 77466a572..7cbc8e9e8 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -26,8 +26,8 @@ include Config VER = 10.2.0 -GMP_VER = 6.1.2 -MPFR_VER = 4.0.2 +GMP_VER = 6.2.0 +MPFR_VER = 4.1.0 MPC_VER = 1.1.0 THISAPP = gcc-$(VER) @@ -195,8 +195,8 @@ mpfr-$(MPFR_VER).tar.xz = $(DL_FROM)/mpfr-$(MPFR_VER).tar.xz mpc-$(MPC_VER).tar.gz = $(DL_FROM)/mpc-$(MPC_VER).tar.gz $(DL_FILE)_MD5 = e9fd9b1789155ad09bcf3ae747596b50 -gmp-$(GMP_VER).tar.xz_MD5 = f58fa8001d60c4c77595fbbb62b63c1d -mpfr-$(MPFR_VER).tar.xz_MD5 = 320fbc4463d4c8cb1e566929d8adc4f8 +gmp-$(GMP_VER).tar.xz_MD5 = a325e3f09e6d91e62101e59f9bda3ec1 +mpfr-$(MPFR_VER).tar.xz_MD5 = bdd3d5efba9c17da8d83a35ec552baef mpc-$(MPC_VER).tar.gz_MD5 = 4125404e41e482ec68282a2e687f6c73 install : $(TARGET)