Title: [121782] trunk/Tools
Revision
121782
Author
[email protected]
Date
2012-07-03 10:15:50 -0700 (Tue, 03 Jul 2012)

Log Message

[jhbuild][EFL] Bump libffi dependency.
https://bugs.webkit.org/show_bug.cgi?id=85373

Reviewed by Gustavo Noronha Silva.

Update libffi to 3.0.11, which fixes the build on some platforms
where 3.0.10 had problems.

* efl/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (121781 => 121782)


--- trunk/Tools/ChangeLog	2012-07-03 17:14:54 UTC (rev 121781)
+++ trunk/Tools/ChangeLog	2012-07-03 17:15:50 UTC (rev 121782)
@@ -1,3 +1,15 @@
+2012-07-03  Raphael Kubo da Costa  <[email protected]>
+
+        [jhbuild][EFL] Bump libffi dependency.
+        https://bugs.webkit.org/show_bug.cgi?id=85373
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Update libffi to 3.0.11, which fixes the build on some platforms
+        where 3.0.10 had problems.
+
+        * efl/jhbuild.modules:
+
 2012-07-03  George Staikos  <[email protected]>
 
         [BlackBerry] Enable microdata support for BlackBerry.

Modified: trunk/Tools/efl/jhbuild.modules (121781 => 121782)


--- trunk/Tools/efl/jhbuild.modules	2012-07-03 17:14:54 UTC (rev 121781)
+++ trunk/Tools/efl/jhbuild.modules	2012-07-03 17:15:50 UTC (rev 121782)
@@ -70,10 +70,10 @@
   </autotools>
 
   <autotools id="libffi" autogen-sh="configure">
-    <branch module="/pub/libffi/libffi-3.0.10.tar.gz" version="3.0.10"
+    <branch module="/pub/libffi/libffi-3.0.11.tar.gz" version="3.0.11"
              repo="sourceware.org"
-             hash="sha256:f01eb9027e9eb56aeaeef636649877756d475d714ef8b47f627f65bc5f3b492f"
-             md5sum="79390673f5d07a8fb342bc09b5055b6f"/>
+             hash="sha256:70bfb01356360089aa97d3e71e3edf05d195599fd822e922e50d46a0055a6283"
+             md5sum="f69b9693227d976835b4857b1ba7d0e3"/>
   </autotools>
 
   <tarball id="freetype6">
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to