gmp: update to 6.2.0

Message ID 690c0451-a03a-5cac-188d-dcd617bd1d11@ipfire.org
State Accepted
Headers
Series gmp: update to 6.2.0 |

Commit Message

Peter Müller May 3, 2020, 9:43 a.m. UTC
  Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 config/rootfiles/common/x86_64/gmp | 6 ++++--
 lfs/gmp                            | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)
  

Comments

Michael Tremer May 4, 2020, 11:23 a.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 3 May 2020, at 10:43, Peter Müller <peter.mueller@ipfire.org> wrote:
> 
> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
> ---
> config/rootfiles/common/x86_64/gmp | 6 ++++--
> lfs/gmp                            | 6 +++---
> 2 files changed, 7 insertions(+), 5 deletions(-)
> 
> 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@ipfire.org>                     #
> +# Copyright (C) 2007-2020  IPFire Team  <info@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.26.1
  

Patch

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@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@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)