From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH 2/2] gmp: Update to 6.2.0
Date: Thu, 11 Jun 2020 09:44:41 +0100 [thread overview]
Message-ID: <DE9F09A5-910D-4B11-B536-22B9EB329B34@ipfire.org> (raw)
In-Reply-To: <20200610220813.8662-2-matthias.fischer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 4430 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 10 Jun 2020, at 23:08, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> Needed for gnutls 3.6.14
>
> For details see:
> https://gmplib.org/gmp6.2
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> config/rootfiles/common/aarch64/gmp | 4 ++--
> config/rootfiles/common/armv5tel/gmp | 4 ++--
> config/rootfiles/common/i586/gmp | 8 ++++----
> config/rootfiles/common/x86_64/gmp | 6 ++++--
> lfs/gmp | 6 +++---
> 5 files changed, 15 insertions(+), 13 deletions(-)
>
> diff --git a/config/rootfiles/common/aarch64/gmp b/config/rootfiles/common/aarch64/gmp
> index 919b0845a..8a95add05 100644
> --- a/config/rootfiles/common/aarch64/gmp
> +++ b/config/rootfiles/common/aarch64/gmp
> @@ -4,12 +4,12 @@
> #usr/lib/libgmp.la
> #usr/lib/libgmp.so
> usr/lib/libgmp.so.10
> -usr/lib/libgmp.so.10.3.2
> +usr/lib/libgmp.so.10.4.0
> #usr/lib/libgmpxx.a
> #usr/lib/libgmpxx.la
> #usr/lib/libgmpxx.so
> usr/lib/libgmpxx.so.4
> -usr/lib/libgmpxx.so.4.5.2
> +usr/lib/libgmpxx.so.4.6.0
> #usr/share/info/gmp.info
> #usr/share/info/gmp.info-1
> #usr/share/info/gmp.info-2
> diff --git a/config/rootfiles/common/armv5tel/gmp b/config/rootfiles/common/armv5tel/gmp
> index 919b0845a..8a95add05 100644
> --- a/config/rootfiles/common/armv5tel/gmp
> +++ b/config/rootfiles/common/armv5tel/gmp
> @@ -4,12 +4,12 @@
> #usr/lib/libgmp.la
> #usr/lib/libgmp.so
> usr/lib/libgmp.so.10
> -usr/lib/libgmp.so.10.3.2
> +usr/lib/libgmp.so.10.4.0
> #usr/lib/libgmpxx.a
> #usr/lib/libgmpxx.la
> #usr/lib/libgmpxx.so
> usr/lib/libgmpxx.so.4
> -usr/lib/libgmpxx.so.4.5.2
> +usr/lib/libgmpxx.so.4.6.0
> #usr/share/info/gmp.info
> #usr/share/info/gmp.info-1
> #usr/share/info/gmp.info-2
> diff --git a/config/rootfiles/common/i586/gmp b/config/rootfiles/common/i586/gmp
> index 636dc5c45..c1d6a7d9d 100644
> --- a/config/rootfiles/common/i586/gmp
> +++ b/config/rootfiles/common/i586/gmp
> @@ -4,14 +4,14 @@
> #usr/lib/libgmp.la
> #usr/lib/libgmp.so
> usr/lib/libgmp.so.10
> -usr/lib/libgmp.so.10.3.2
> +usr/lib/libgmp.so.10.4.0
> #usr/lib/libgmpxx.a
> #usr/lib/libgmpxx.la
> #usr/lib/libgmpxx.so
> usr/lib/libgmpxx.so.4
> -usr/lib/libgmpxx.so.4.5.2
> -usr/lib/sse2/libgmp.so.10
> -usr/lib/sse2/libgmp.so.10.3.2
> +usr/lib/libgmpxx.so.4.6.0
> +#usr/lib/pkgconfig/gmp.pc
> +#usr/lib/pkgconfig/gmpxx.pc
> #usr/share/info/gmp.info
> #usr/share/info/gmp.info-1
> #usr/share/info/gmp.info-2
> diff --git a/config/rootfiles/common/x86_64/gmp b/config/rootfiles/common/x86_64/gmp
> index 919b0845a..c1d6a7d9d 100644
> --- a/config/rootfiles/common/x86_64/gmp
> +++ b/config/rootfiles/common/x86_64/gmp
> @@ -4,12 +4,14 @@
> #usr/lib/libgmp.la
> #usr/lib/libgmp.so
> usr/lib/libgmp.so.10
> -usr/lib/libgmp.so.10.3.2
> +usr/lib/libgmp.so.10.4.0
> #usr/lib/libgmpxx.a
> #usr/lib/libgmpxx.la
> #usr/lib/libgmpxx.so
> usr/lib/libgmpxx.so.4
> -usr/lib/libgmpxx.so.4.5.2
> +usr/lib/libgmpxx.so.4.6.0
> +#usr/lib/pkgconfig/gmp.pc
> +#usr/lib/pkgconfig/gmpxx.pc
> #usr/share/info/gmp.info
> #usr/share/info/gmp.info-1
> #usr/share/info/gmp.info-2
> diff --git a/lfs/gmp b/lfs/gmp
> index 98671b594..ea6e96402 100644
> --- a/lfs/gmp
> +++ b/lfs/gmp
> @@ -1,7 +1,7 @@
> ###############################################################################
> # #
> # IPFire.org - A linux based firewall #
> -# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
> +# Copyright (C) 2007-2020 IPFire Team <info(a)ipfire.org> #
> # #
> # 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 @@
>
> include Config
>
> -VER = 6.1.2
> +VER = 6.2.0
>
> THISAPP = gmp-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -49,7 +49,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = f58fa8001d60c4c77595fbbb62b63c1d
> +$(DL_FILE)_MD5 = a325e3f09e6d91e62101e59f9bda3ec1
>
> install : $(TARGET)
>
> --
> 2.17.1
>
next prev parent reply other threads:[~2020-06-11 8:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-10 22:08 [PATCH 1/2] gnutls: Update to 3.6.14 Matthias Fischer
2020-06-10 22:08 ` [PATCH 2/2] gmp: Update to 6.2.0 Matthias Fischer
2020-06-11 8:44 ` Michael Tremer [this message]
2020-06-11 8:44 ` [PATCH 1/2] gnutls: Update to 3.6.14 Michael Tremer
2020-06-11 10:09 ` Matthias Fischer
2020-06-11 12:15 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DE9F09A5-910D-4B11-B536-22B9EB329B34@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox