Title: [240245] trunk/Tools
Revision
240245
Author
hironori.fu...@sony.com
Date
2019-01-21 17:18:28 -0800 (Mon, 21 Jan 2019)

Log Message

[GTK][WPE] libgcrypt-1.7.6 can't be compiled on Ubuntu 18.10
https://bugs.webkit.org/show_bug.cgi?id=193643

Reviewed by Michael Catanzaro.

* gtk/jhbuild.modules: Bumped to libgcrypt-1.8.4.
* wpe/jhbuild.modules: Ditto.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (240244 => 240245)


--- trunk/Tools/ChangeLog	2019-01-21 23:57:25 UTC (rev 240244)
+++ trunk/Tools/ChangeLog	2019-01-22 01:18:28 UTC (rev 240245)
@@ -1,3 +1,13 @@
+2019-01-21  Fujii Hironori  <hironori.fu...@sony.com>
+
+        [GTK][WPE] libgcrypt-1.7.6 can't be compiled on Ubuntu 18.10
+        https://bugs.webkit.org/show_bug.cgi?id=193643
+
+        Reviewed by Michael Catanzaro.
+
+        * gtk/jhbuild.modules: Bumped to libgcrypt-1.8.4.
+        * wpe/jhbuild.modules: Ditto.
+
 2019-01-21  Zalan Bujtas  <za...@apple.com>
 
         [LFC][Floats] Take float top position into account when computing containing block height.

Modified: trunk/Tools/gtk/jhbuild.modules (240244 => 240245)


--- trunk/Tools/gtk/jhbuild.modules	2019-01-21 23:57:25 UTC (rev 240244)
+++ trunk/Tools/gtk/jhbuild.modules	2019-01-22 01:18:28 UTC (rev 240245)
@@ -445,10 +445,10 @@
 
   <autotools id="libgcrypt"
              autogen-sh="configure">
-    <branch module="libgcrypt/libgcrypt-1.7.6.tar.bz2"
-            version="1.7.6"
+    <branch module="libgcrypt/libgcrypt-${version}.tar.bz2"
+            version="1.8.4"
             repo="gnupg.org"
-            hash="sha256:626aafee84af9d2ce253d2c143dc1c0902dda045780cc241f39970fc60be05bc">
+            hash="sha256:f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227">
         <patch file="libgcrypt-use-only-dev-urandom-for-testing.patch" strip="1"/>
     </branch>
     <dependencies>

Modified: trunk/Tools/wpe/jhbuild.modules (240244 => 240245)


--- trunk/Tools/wpe/jhbuild.modules	2019-01-21 23:57:25 UTC (rev 240244)
+++ trunk/Tools/wpe/jhbuild.modules	2019-01-22 01:18:28 UTC (rev 240245)
@@ -194,10 +194,10 @@
   </autotools>
 
   <autotools id="libgcrypt" autogen-sh="configure">
-    <branch module="libgcrypt/libgcrypt-1.7.6.tar.bz2"
-            version="1.7.6"
+    <branch module="libgcrypt/libgcrypt-${version}.tar.bz2"
+            version="1.8.4"
             repo="gnupg.org"
-            hash="sha256:626aafee84af9d2ce253d2c143dc1c0902dda045780cc241f39970fc60be05bc">
+            hash="sha256:f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227">
         <patch file="libgcrypt-use-only-dev-urandom-for-testing.patch" strip="1"/>
     </branch>
     <dependencies>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to