Changeset 240245 in webkit


Ignore:
Timestamp:
Jan 21, 2019 5:18:28 PM (5 years ago)
Author:
Fujii Hironori
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.
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r240240 r240245  
     12019-01-21  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        [GTK][WPE] libgcrypt-1.7.6 can't be compiled on Ubuntu 18.10
     4        https://bugs.webkit.org/show_bug.cgi?id=193643
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * gtk/jhbuild.modules: Bumped to libgcrypt-1.8.4.
     9        * wpe/jhbuild.modules: Ditto.
     10
    1112019-01-21  Zalan Bujtas  <zalan@apple.com>
    212
  • trunk/Tools/gtk/jhbuild.modules

    r239436 r240245  
    446446  <autotools id="libgcrypt"
    447447             autogen-sh="configure">
    448     <branch module="libgcrypt/libgcrypt-1.7.6.tar.bz2"
    449             version="1.7.6"
     448    <branch module="libgcrypt/libgcrypt-${version}.tar.bz2"
     449            version="1.8.4"
    450450            repo="gnupg.org"
    451             hash="sha256:626aafee84af9d2ce253d2c143dc1c0902dda045780cc241f39970fc60be05bc">
     451            hash="sha256:f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227">
    452452        <patch file="libgcrypt-use-only-dev-urandom-for-testing.patch" strip="1"/>
    453453    </branch>
  • trunk/Tools/wpe/jhbuild.modules

    r239436 r240245  
    195195
    196196  <autotools id="libgcrypt" autogen-sh="configure">
    197     <branch module="libgcrypt/libgcrypt-1.7.6.tar.bz2"
    198             version="1.7.6"
     197    <branch module="libgcrypt/libgcrypt-${version}.tar.bz2"
     198            version="1.8.4"
    199199            repo="gnupg.org"
    200             hash="sha256:626aafee84af9d2ce253d2c143dc1c0902dda045780cc241f39970fc60be05bc">
     200            hash="sha256:f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227">
    201201        <patch file="libgcrypt-use-only-dev-urandom-for-testing.patch" strip="1"/>
    202202    </branch>
Note: See TracChangeset for help on using the changeset viewer.