Changeset 148506 in webkit


Ignore:
Timestamp:
Apr 16, 2013 2:35:23 AM (11 years ago)
Author:
Philippe Normand
Message:

[EFL] Bump libsoup dependency to 2.42.0
https://bugs.webkit.org/show_bug.cgi?id=113927

Patch by Manuel Rego Casasnovas <Manuel Rego Casasnovas> on 2013-04-16
Reviewed by Gyuyoung Kim.

Update libsoup required version to v2.42.0 and GLib to v2.36.0 as
required by libsoup for EFL port.

.:

  • Source/cmake/OptionsEfl.cmake:

Tools:

  • efl/jhbuild.modules:
  • efl/patches/libsoup-2.40-auth-fix.patch: Removed as it's already

included in v2.42.0.

Location:
trunk
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r148463 r148506  
     12013-04-16  Manuel Rego Casasnovas  <rego@igalia.com>
     2
     3        [EFL] Bump libsoup dependency to 2.42.0
     4        https://bugs.webkit.org/show_bug.cgi?id=113927
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        Update libsoup required version to v2.42.0 and GLib to v2.36.0 as
     9        required by libsoup for EFL port.
     10
     11        * Source/cmake/OptionsEfl.cmake:
     12
    1132013-04-15  Patrick Gansterer  <paroga@webkit.org>
    214
  • trunk/Source/cmake/OptionsEfl.cmake

    r148463 r148506  
    2525find_package(ZLIB REQUIRED)
    2626
    27 find_package(GLIB 2.33.2 REQUIRED COMPONENTS gio gobject gthread)
    28 find_package(LibSoup 2.40.3 REQUIRED)
     27find_package(GLIB 2.36.0 REQUIRED COMPONENTS gio gobject gthread)
     28find_package(LibSoup 2.42.0 REQUIRED)
    2929
    3030set(WTF_USE_ICU_UNICODE 1)
  • trunk/Tools/ChangeLog

    r148504 r148506  
     12013-04-16  Manuel Rego Casasnovas  <rego@igalia.com>
     2
     3        [EFL] Bump libsoup dependency to 2.42.0
     4        https://bugs.webkit.org/show_bug.cgi?id=113927
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        Update libsoup required version to v2.42.0 and GLib to v2.36.0 as
     9        required by libsoup for EFL port.
     10
     11        * efl/jhbuild.modules:
     12        * efl/patches/libsoup-2.40-auth-fix.patch: Removed as it's already
     13        included in v2.42.0.
     14
    1152013-04-16  Ryosuke Niwa  <rniwa@webkit.org>
    216
  • trunk/Tools/efl/jhbuild.modules

    r147998 r148506  
    129129      <dep package="libffi"/>
    130130    </dependencies>
    131     <branch module="/pub/GNOME/sources/glib/2.33/glib-2.33.2.tar.xz" version="2.33.2"
     131    <branch module="/pub/GNOME/sources/glib/2.36/glib-2.36.0.tar.xz" version="2.36.0"
    132132            repo="ftp.gnome.org"
    133             hash="sha256:b7163e9f159775d13ecfb433d67c3f0883e0e518e85b2e970d4ad9773d7cd0b4"
    134             md5sum="06ef0099fed22afcf34ade39ddff9a5b"/>
     133            hash="sha256:455a8abe8692c5174bcc7ffa15b96a7521a2f2f9fb47594405927c35cb9bb227"/>
    135134  </autotools>
    136135
     
    150149      <dep package="glib-networking"/>
    151150    </dependencies>
    152     <branch module="/pub/gnome/sources/libsoup/2.40/libsoup-2.40.3.tar.xz" version="2.40.3"
     151    <branch module="/pub/gnome/sources/libsoup/2.42/libsoup-2.42.0.tar.xz" version="2.42.0"
    153152            repo="ftp.gnome.org"
    154             hash="sha256:82c92f1f6f4cbfd501df783ed87e7de9410b4a12a3bb0b19c64722e185d2bbc9">
    155       <patch file="libsoup-2.40-auth-fix.patch" strip="1"/>
     153            hash="sha256:9e0e7eb5d3f7401ccf521fbc289fc1fa0923b7c7833729e2ed7696f7b848893e">
    156154    </branch>
    157155  </autotools>
Note: See TracChangeset for help on using the changeset viewer.