Changeset 9e0ab833


Ignore:
Timestamp:
01/17/2022 01:40:18 PM (2 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5a828aaa
Parents:
34623f0e
Message:

Update to qtwebengine-5.15.8.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r34623f0e r9e0ab833  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Update to qtwebengine-5.15.8 (Security Fix). Fixes
     49          <ulink url="&blfs-ticket-root;15922">#15922</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[pierre] - Apply upstream fix to accountservice to be
    4953          able to build with newer versions of meson.</para>
  • packages.ent

    r34623f0e r9e0ab833  
    779779<!ENTITY pangomm-version              "2.46.2">
    780780<!ENTITY qt5-version                  "5.15.2">
    781 <!ENTITY qtwebengine-version          "5.15.6">
     781<!ENTITY qtwebengine-version          "5.15.8">
    782782<!ENTITY qtwebkit-version             "5.9.0">
    783783<!ENTITY qscintilla-version           "2.10.4">
  • x/lib/qtwebengine.xml

    r34623f0e r9e0ab833  
    1111  <!ENTITY qtwebengine-download-http "&sources-anduin-http;/qtwebengine/qtwebengine-&qtwebengine-version;.tar.xz">
    1212  <!ENTITY qtwebengine-download-ftp  " ">
    13   <!ENTITY qtwebengine-md5sum        "af799617842cca0b765102c312fbdd46">
     13  <!ENTITY qtwebengine-md5sum        "e9ff105f86c94bd302773a78db0d9738">
    1414  <!ENTITY qtwebengine-size          "306 MB">
    15   <!ENTITY qtwebengine-buildsize     "5.0 GB (154 MB installed)">
    16   <!ENTITY qtwebengine-time          "107 SBU (typical, Using parallelism=4)">
     15  <!ENTITY qtwebengine-buildsize     "5.1 GB (154 MB installed)">
     16  <!ENTITY qtwebengine-time          "103 SBU (typical, Using parallelism=4)">
    1717]>
    1818
     
    7878
    7979      <para> <!-- for git versions -->
    80         The tarball linked to below was created from the 5.15.6 git branch
     80        The tarball linked to below was created from the 5.15 git branch
    8181        and the 87-branch of the chromium submodule (which is forked from
    8282        chromium). See the GIT-VERSIONS file in the tarball (after applying
     
    171171    <note>
    172172      <para>
     173        If you  are upgrading and have installed a newer version of <xref
     174        linkend='icu'/> since you last installed <xref linkend='qt5'/>, you
     175        will need to reinstall Qt5 before upgrading, otherwise the final link
     176        of this package will fail with a warning that the version of icu
     177        libraries needed by libQt5Core.so may conflict with the version
     178        used for this package.
     179      </para>
     180
     181      <para>
    173182        Unusually, the shipped GN build system (used to create the Ninja files)
    174183        requires a static <filename class="libraryfile">libstdc++.a</filename>
     
    218227    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    219228    <itemizedlist spacing="compact">
    220       <listitem>
     229  <!--<listitem>
    221230        <para>
    222231          Required patch:
    223           <!-- keep links for releases and git versions as a reminder
     232          <!\-\- keep links for releases and git versions as a reminder
    224233               that the tarball names names differ
    225           <ulink url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-ICU68-2.patch"/> -->
     234          <ulink url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-ICU68-2.patch"/> \-\->
    226235           
    227236          <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-5.15.7-1.patch"/>
    228237        </para>
    229       </listitem>
     238      </listitem>-->
    230239      <listitem>
    231240        <para>
    232241          Required patch:-->
    233242     <!--     <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-build_fixes-1.patch"/> -->
    234           <ulink url="&patch-root;/qtwebengine-5.15.7-build_fixes-1.patch"/>
     243          <ulink url="&patch-root;/qtwebengine-5.15.8-build_fixes-1.patch"/>
    235244        </para>
    236245      </listitem>
     
    308317
    309318
    310     <para>
     319<!--<para>
    311320      Now apply a patch to update from 5.15.6 to the security and other fixes
    312321      contained in the 5.15.7 source:
    313322    </para>
    314323
    315 <screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-5.15.7-1.patch</userinput></screen>
     324<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-5.15.7-1.patch</userinput></screen>-->
    316325
    317326    <para>
     
    319328    </para>
    320329
    321 <screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-5.15.7-build_fixes-1.patch</userinput></screen>
     330<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-5.15.8-build_fixes-1.patch</userinput></screen>
    322331
    323332<!-- start of commands for git versions only -->
Note: See TracChangeset for help on using the changeset viewer.