From patchwork Sat Jan 4 16:49:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2675 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 47qnmm39Z4z3xY5 for ; Sat, 4 Jan 2020 16:49:28 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 47qnmk2VjBz2Km; Sat, 4 Jan 2020 16:49:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47qnmj6Rl4z2ycc; Sat, 4 Jan 2020 16:49:25 +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 47qnmg6m4Sz2xdK for ; Sat, 4 Jan 2020 16:49:23 +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 47qnmg4ylMz2Km; Sat, 4 Jan 2020 16:49:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1578156563; 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; bh=zQeODLJ1yhpXLftwb7X7ONSUNXipy7vti7kap+iALmg=; b=evCv8//I5MN/hIb+Y+wf0jRsEkhhZ/gkoazMHYI7nfPIMTGHBsjOkcqOCMjxmhnLst5Rur sih0GMFogrvcynDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1578156563; 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; bh=zQeODLJ1yhpXLftwb7X7ONSUNXipy7vti7kap+iALmg=; b=QjjvAwoWvaExbz6+j4q9qWRYiIp3+5D/RCzGBhEmsGjaxXTHgc6ZlebmX36wJl30q5vc/Q ZbwsDSFKm9xloHp5cjaCBiUDfj1MTALbIzWNA5BTEexfBOH6u7LsdQYfgQ6qJ9oXQnV/bq mJCBm+J5XitUbVNJrbLD3qSNJqyM35LRi6c6xOF6qAGuLk3DA8ri+8/n3y6KqXNZTE7uPJ cJT6RPOAqUCq6RFspmri89K2l9Un+tbE0Wx1Yy+hXgNtbI3Q7NO4CTYO1nf42p1fIac0rh Af6EybQff87VfJyd7XL+TmYR+laN1pTHFcxw8GJ6knMDVtkBn/4Z4XOxQz+UbQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/6] mpfr: Update to 4.0.2 Date: Sat, 4 Jan 2020 16:49:11 +0000 Message-Id: <20200104164916.12051-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 --- config/rootfiles/common/mpfr | 6 ++++-- lfs/mpfr | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/mpfr b/config/rootfiles/common/mpfr index 34c4dbe78..4b6cdf424 100644 --- a/config/rootfiles/common/mpfr +++ b/config/rootfiles/common/mpfr @@ -3,8 +3,9 @@ #usr/lib/libmpfr.a #usr/lib/libmpfr.la #usr/lib/libmpfr.so -usr/lib/libmpfr.so.4 -usr/lib/libmpfr.so.4.1.5 +usr/lib/libmpfr.so.6 +usr/lib/libmpfr.so.6.0.2 +#usr/lib/pkgconfig/mpfr.pc #usr/share/doc/mpfr #usr/share/doc/mpfr/AUTHORS #usr/share/doc/mpfr/BUGS @@ -15,6 +16,7 @@ usr/lib/libmpfr.so.4.1.5 #usr/share/doc/mpfr/TODO #usr/share/doc/mpfr/examples #usr/share/doc/mpfr/examples/ReadMe +#usr/share/doc/mpfr/examples/can_round.c #usr/share/doc/mpfr/examples/divworst.c #usr/share/doc/mpfr/examples/rndo-add.c #usr/share/doc/mpfr/examples/sample.c diff --git a/lfs/mpfr b/lfs/mpfr index 2c6a5a6d9..daedd013c 100644 --- a/lfs/mpfr +++ b/lfs/mpfr @@ -24,7 +24,7 @@ include Config -VER = 3.1.5 +VER = 4.0.2 THISAPP = mpfr-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c4ac246cf9795a4491e7766002cd528f +$(DL_FILE)_MD5 = 320fbc4463d4c8cb1e566929d8adc4f8 install : $(TARGET)