]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libtool: Update to 2.4.7
authorPeter Müller <peter.mueller@ipfire.org>
Wed, 30 Nov 2022 15:36:35 +0000 (16:36 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Dec 2022 10:14:46 +0000 (10:14 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libtool/libtool.nm

index 4467fbf4bd6380f4c6dc43e10e47361e39602bcf..e95e7ff30936387466fa89125f3378738b33bb78 100644 (file)
@@ -4,11 +4,11 @@
 ###############################################################################
 
 name       = libtool
-version    = 2.4.6
-release    = 2
+version    = 2.4.7
+release    = 1
 
 groups     = System/Libraries
-url        = http://www.gnu.org/software/libtool/
+url        = https://www.gnu.org/software/libtool/
 license    = GPLv2+ and LGPLv2+ and GFDL
 summary    = Runtime libraries for GNU Libtool Dynamic Module Loader.
 
@@ -19,14 +19,15 @@ description
        interface which simplifies the process of using shared libraries.
 end
 
-source_dl  = http://ftp.gnu.org/gnu/libtool/
-sources    = %{thisapp}.tar.gz
+source_dl  = https://ftp.gnu.org/gnu/libtool/
+sources    = %{thisapp}.tar.xz
 
 build
        requires
                autoconf
                automake
                m4
+               perl(Data::Dumper)
        end
 end