Changeset 1d88a48 for x/lib


Ignore:
Timestamp:
12/01/2023 05:20:25 AM (6 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
fca053a3
Parents:
8c25fe7
Message:

Update to qtwebengine-5.15.17 (Security Update)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    r8c25fe7 r1d88a48  
    1111  <!ENTITY qtwebengine-download-http "&sources-anduin-http;/qtwebengine/qtwebengine-&qtwebengine-version;.tar.xz">
    1212  <!ENTITY qtwebengine-download-ftp  " ">
    13   <!ENTITY qtwebengine-md5sum        "6bb50d47dd854c59d38e67c1ccb6e80d">
     13  <!ENTITY qtwebengine-md5sum        "9f430acf599605c762a8098000155045">
    1414  <!ENTITY qtwebengine-size          "307 MB">
    15   <!ENTITY qtwebengine-buildsize     "5.1 GB (153 MB installed)">
    16   <!ENTITY qtwebengine-time          "41 SBU (Using parallelism=8)">
     15  <!ENTITY qtwebengine-buildsize     "5.1 GB (154 MB installed)">
     16  <!ENTITY qtwebengine-time          "45 SBU (Using parallelism=8)">
    1717]>
    1818
     
    289289      <!-- awkward wording - libxslt needs libxml2, if libxml2 is built
    290290           before icu then the *shipped* icu will be used -->
    291       <xref linkend="icu"/> (built before <xref linkend="libxml2"/>) ,
     291      <xref linkend="icu"/> (built before <xref linkend="libxml2"/>),
    292292      <xref linkend="libwebp"/>,
    293293      <xref linkend="libxslt"/>, and
     
    460460<screen><userinput>sed -e 's/^#define BA_LB_COUNT.*$/#define BA_LB_COUNT 40/' \
    461461    -i src/3rdparty/chromium/third_party/blink/renderer/platform/text/text_break_iterator.cc</userinput></screen>
     462
     463    <para>
     464      If you are using the system copy of libxml2 (which requires that libxml2
     465      has been built with the '--with-icu' option), adapt to an API change:
     466    </para>
     467
     468<screen role="nodump"><userinput>sed -e 's/xmlError/const xmlError/' \
     469-i src/3rdparty/chromium/third_party/blink/renderer/core/xml/xslt_processor.h \
     470-i src/3rdparty/chromium/third_party/blink/renderer/core/xml/xslt_processor_libxslt.cc</userinput></screen>
    462471
    463472    <para>
Note: See TracChangeset for help on using the changeset viewer.