Changeset 215556 in webkit


Ignore:
Timestamp:
Apr 20, 2017 3:24:37 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK][jhbuild] Update glib and glib-networking to the latest stable versions
https://bugs.webkit.org/show_bug.cgi?id=170942

Patch by Xan Lopez <xlopez@igalia.com> on 2017-04-20
Reviewed by Carlos Garcia Campos.

Update glib and glib-networking to the last stable releases. This
is needed to get working TLS certificate verification at all at
least in Fedora.

  • gtk/install-dependencies: add libmount, needed for newer glib.
  • gtk/jhbuild.modules: update glib and glib-networking to last

stable releases.

Location:
trunk/Tools
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r215554 r215556  
     12017-04-20  Xan Lopez  <xlopez@igalia.com>
     2
     3        [GTK][jhbuild] Update glib and glib-networking to the latest stable versions
     4        https://bugs.webkit.org/show_bug.cgi?id=170942
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        Update glib and glib-networking to the last stable releases. This
     9        is needed to get working TLS certificate verification at all at
     10        least in Fedora.
     11
     12        * gtk/install-dependencies: add libmount, needed for newer glib.
     13        * gtk/jhbuild.modules: update glib and glib-networking to last
     14        stable releases.
     15
    1162017-04-20  Joanmarie Diggs  <jdiggs@igalia.com>
    217
  • trunk/Tools/gtk/install-dependencies

    r215409 r215556  
    119119        libhyphen-dev \
    120120        libjpeg-dev \
     121        libmount-dev \
    121122        libmpg123-dev \
    122123        libnotify-dev \
     
    289290        ninja \
    290291        ruby \
     292        util-linux \
    291293        xorg-font-utils \
    292294        wayland"
     
    396398        libgudev1-devel \
    397399        libjpeg-turbo-devel \
     400        libmount-devel \
    398401        libnotify-devel \
    399402        libpng-devel \
  • trunk/Tools/gtk/jhbuild.modules

    r214859 r215556  
    214214      <dep package="libffi"/>
    215215    </dependencies>
    216     <branch module="/pub/GNOME/sources/glib/2.44/glib-2.44.1.tar.xz" version="2.44.1"
    217             repo="ftp.gnome.org"
    218             hash="sha256:8811deacaf8a503d0a9b701777ea079ca6a4277be10e3d730d2112735d5eca07">
    219       <patch file="glib-warning-fix.patch" strip="1"/>
     216    <branch module="/pub/GNOME/sources/glib/2.52/glib-2.52.1.tar.xz" version="2.52.1"
     217            repo="ftp.gnome.org"
     218            hash="sha256:948c26b817f2d77e2a6cdd5082c60a51bf5dea854890286a1d5d4ccde5ce586f">
    220219      <patch file="gdate-suppress-string-format-literal-warning.patch" strip="1"/>
    221220    </branch>
     
    229228      <dep package="glib"/>
    230229    </dependencies>
    231     <branch module="/pub/GNOME/sources/glib-networking/2.41/glib-networking-2.41.4.tar.xz" version="2.41.4"
    232             repo="ftp.gnome.org"
    233             hash="sha256:930ad618865dcf81765d0f48cb6f13e22d76203efa59d30604aed0384ce80fd7"
    234             md5sum="f88e163322c0834f9781d6224771ab2e"/>
     230    <branch module="/pub/GNOME/sources/glib-networking/2.50/glib-networking-2.50.0.tar.xz" version="2.50.0"
     231            repo="ftp.gnome.org"
     232            hash="sha256:3f1a442f3c2a734946983532ce59ed49120319fdb10c938447c373d5e5286bee"
     233            md5sum="4d06d0224646f274918b1cb6da9a07f6"/>
    235234  </autotools>
    236235
Note: See TracChangeset for help on using the changeset viewer.