From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] gmp: Update to version 6.3.0 Date: Mon, 07 Aug 2023 18:45:38 +0200 Message-ID: <20230807164542.3448886-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0753085297498217842==" List-Id: --===============0753085297498217842== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update fromn version 6.2.1 to 6.3.0 - Update of rootfile - Changelog Changes between GMP version 6.2.* and 6.3.*. BUGS FIXED * A possible overflow of type int is avoided for mpz_cmp on huge operands. * A possible error condition when a malformed file is read with mpz_inp_raw is now correctly handled. FEATURES * New public function mpz_prevprime, companion of the existing mpz_nextprime. * New documented pointer types mpz_ptr, mpz_srcptr, and similar for other GMP types. Refer to the manual for full list and suggested usage. These types have been present in gmp.h at least since GMP-4.0, but previously not advertised to users. * Support for 64-bit Arm under Macos. * Support for the loongarch64 CPU family. * Support for building with LTO, link-time optimisations. SPEEDUPS * New special code for base =3D 2 in mpz_powm reduces the average time for the functions that test primality. * Speedup for the function mpz_nextprime on large operands. * Speedup for multiplications (some sizes only) thanks to new internal functions to compute small negacyclic products. * Special assembly code for IBM z13 and later "mainframe" CPUs, resulting = in a huge speedup. * Improved assembly for several 64-bit x86 CPUs, Risc-V, 64-bit Arm. Signed-off-by: Adolf Belka --- config/rootfiles/common/gmp | 4 ++-- lfs/gmp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/gmp b/config/rootfiles/common/gmp index 64d39effb..41c31d1b4 100644 --- a/config/rootfiles/common/gmp +++ b/config/rootfiles/common/gmp @@ -4,12 +4,12 @@ #usr/lib/libgmp.la #usr/lib/libgmp.so usr/lib/libgmp.so.10 -usr/lib/libgmp.so.10.4.1 +usr/lib/libgmp.so.10.5.0 #usr/lib/libgmpxx.a #usr/lib/libgmpxx.la #usr/lib/libgmpxx.so usr/lib/libgmpxx.so.4 -usr/lib/libgmpxx.so.4.6.1 +usr/lib/libgmpxx.so.4.7.0 #usr/lib/pkgconfig/gmp.pc #usr/lib/pkgconfig/gmpxx.pc #usr/share/info/gmp.info diff --git a/lfs/gmp b/lfs/gmp index 70a4d666c..555e9eeb5 100644 --- a/lfs/gmp +++ b/lfs/gmp @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2020 IPFire Team = # +# Copyright (C) 2007-2023 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 6.2.1 +VER =3D 6.3.0 =20 THISAPP =3D gmp-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D c0d85f175392a50cfa01bc6b0a312b235946ad8b4f6f84f6dabd33= d7a6f2cc75c9b0e1e33057be07750bfa0145b7c4cf3b6188a5be6ca9d7271ec2276c84ebcb +$(DL_FILE)_BLAKE2 =3D a865129e2b3f634ec5bad7f97ed89532e43f5662ac47a7d8ab7f0d= f8c9f8d0886bd984651422e2573c2163bca69c0547c248147ec90880accbd53db97dc0ddee =20 install : $(TARGET) =20 --=20 2.41.0 --===============0753085297498217842==--