[jhbuild] bootstrap: Update libtool to 2.4.2 (GNOME bug 683408)



commit 57de7b748e35a09852108d9c7815403498f0a4bb
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Wed Sep 5 13:38:55 2012 +0200

    bootstrap: Update libtool to 2.4.2 (GNOME bug 683408)
    
    libtool 2.2.6a is getting fairly old (released 4 years ago), and
    it does not work nicely with MinGW64. 2.4.2 is much newer, and does
    not have this issue.
    
    REMINDER: you really should be using the libtool version provided
    by your distro, and avoid using jhbuild bootstrap as much as possible.
    This reminder is valid for all tools built as part of jhbuild bootstrap.
    
    However, for people who have/want to use jhbuild bootstrap, it's still
    better to use a libtool version as good as possible.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683408

 modulesets/bootstrap.modules |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/modulesets/bootstrap.modules b/modulesets/bootstrap.modules
index 114f1e8..d20f97e 100644
--- a/modulesets/bootstrap.modules
+++ b/modulesets/bootstrap.modules
@@ -37,9 +37,10 @@
 
   <autotools id="libtool" autogen-sh="configure">
     <branch repo="ftp.gnu.org"
-            module="libtool/libtool-2.2.6a.tar.gz" version="2.2.6a"
-            size="2870524" md5sum="8ca1ea241cd27ff9832e045fe9afe4fd"
-            checkoutdir="libtool-2.2.6">
+            module="libtool/libtool-2.4.2.tar.xz" version="2.4.2"
+            size="868760" md5sum="2ec8997e0c07249eb4cbd072417d70fe"
+            hash="sha256:1d7b6862c1ed162e327f083a6f78f40eae29218f0db8c38393d61dab764c4407"
+            checkoutdir="libtool-2.4.2">
     </branch>
   </autotools>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]