Changeset 237383 in webkit


Ignore:
Timestamp:
Oct 24, 2018 7:32:43 AM (5 years ago)
Author:
Claudio Saavedra
Message:

[GTK] TestSSL failing because of missing libsoup patch
https://bugs.webkit.org/show_bug.cgi?id=190869

Reviewed by Michael Catanzaro.

  • gtk/jhbuild.modules: Add the patch below to fix the API test TestSSL
  • gtk/patches/libsoup-soup-socket-fix-critical-warning-when-the-peer-certi.patch: Added.
Location:
trunk/Tools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r237368 r237383  
     12018-10-24  Claudio Saavedra  <csaavedra@igalia.com>
     2
     3        [GTK] TestSSL failing because of missing libsoup patch
     4        https://bugs.webkit.org/show_bug.cgi?id=190869
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * gtk/jhbuild.modules: Add the patch below to fix the API test TestSSL
     9        * gtk/patches/libsoup-soup-socket-fix-critical-warning-when-the-peer-certi.patch: Added.
     10
    1112018-10-23  Justin Fan  <justin_fan@apple.com>
    212
  • trunk/Tools/gtk/jhbuild.modules

    r237178 r237383  
    253253      <patch file="libsoup-auth-do-not-use-cached-credentials-in-lookup-method-.patch" strip="1"/>
    254254      <patch file="libsoup-soup-message-io-Do-not-fail-when-there-s-no-empty-li.patch" strip="1"/>
     255      <patch file="libsoup-soup-socket-fix-critical-warning-when-the-peer-certi.patch" strip="1"/>
    255256    </branch>
    256257  </autotools>
Note: See TracChangeset for help on using the changeset viewer.