libtool: Update 2.4.6

Message ID 20200125191306.24916-1-matthias.fischer@ipfire.org
State Accepted
Commit ff3c71fb48bbc4ad15e22a7417f6b8adbd39b423
Headers
Series libtool: Update 2.4.6 |

Commit Message

Matthias Fischer Jan. 25, 2020, 7:13 p.m. UTC
  For details see:
https://savannah.gnu.org/forum/forum.php?forum_id=8210

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/libtool | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Michael Tremer Jan. 26, 2020, 10:10 a.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 25 Jan 2020, at 19:13, Matthias Fischer <matthias.fischer@ipfire.org> wrote:
> 
> For details see:
> https://savannah.gnu.org/forum/forum.php?forum_id=8210
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
> lfs/libtool | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/libtool b/lfs/libtool
> index 90dae11e8..e769a10d0 100644
> --- a/lfs/libtool
> +++ b/lfs/libtool
> @@ -1,7 +1,7 @@
> ###############################################################################
> #                                                                             #
> # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
> +# Copyright (C) 2007-2019  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        = 2.4.4
> +VER        = 2.4.6
> 
> THISAPP    = libtool-$(VER)
> DL_FILE    = $(THISAPP).tar.xz
> @@ -42,7 +42,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 51bf400de3354687d68dfa2392506b7e
> +$(DL_FILE)_MD5 = 1bfb9b923f2c1339b4d2ce1807064aa5
> 
> install : $(TARGET)
> 
> -- 
> 2.18.0
>
  

Patch

diff --git a/lfs/libtool b/lfs/libtool
index 90dae11e8..e769a10d0 100644
--- a/lfs/libtool
+++ b/lfs/libtool
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2019  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        = 2.4.4
+VER        = 2.4.6
 
 THISAPP    = libtool-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -42,7 +42,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 51bf400de3354687d68dfa2392506b7e
+$(DL_FILE)_MD5 = 1bfb9b923f2c1339b4d2ce1807064aa5
 
 install : $(TARGET)