Changeset ea11b87


Ignore:
Timestamp:
09/19/2022 09:34:29 PM (19 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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/llvm18, xry111/xf86-video-removal
Children:
c8391c3d
Parents:
3bd2305
Message:

Update to qtwebengine-5.15.11.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r3bd2305 rea11b87  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to qtwebengine-5.15.11 (Security Update).
     49          Fixes <ulink url="&blfs-ticket-root;17028">#17028</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to harfbuzz-5.2.0. Fixes
    4953          <ulink url="&blfs-ticket-root;17056">#17056</ulink>.</para>
  • packages.ent

    r3bd2305 rea11b87  
    717717<!ENTITY pangomm-version              "2.46.2">
    718718<!ENTITY qt5-version                  "5.15.6">
    719 <!ENTITY qtwebengine-version          "5.15.10">
     719<!ENTITY qtwebengine-version          "5.15.11">
    720720<!ENTITY startup-notification-version "0.12">
    721721<!ENTITY webkitgtk-version            "2.36.7">    <!-- Even minors only -->
  • x/lib/qtwebengine.xml

    r3bd2305 rea11b87  
    1111  <!ENTITY qtwebengine-download-http "&sources-anduin-http;/qtwebengine/qtwebengine-&qtwebengine-version;.tar.xz">
    1212  <!ENTITY qtwebengine-download-ftp  " ">
    13   <!ENTITY qtwebengine-md5sum        "d963e40e47449d7a11f83d0249e7643a">
    14   <!ENTITY qtwebengine-size          "307 MB">
     13  <!ENTITY qtwebengine-md5sum        "1302667c7e8a045fb0cc776f7e3627ad">
     14  <!ENTITY qtwebengine-size          "306 MB">
    1515  <!ENTITY qtwebengine-buildsize     "5.1 GB (152 MB installed)">
    16   <!ENTITY qtwebengine-time          "93 SBU (typical, Using parallelism=4)">
     16  <!ENTITY qtwebengine-time          "103 SBU (typical, Using parallelism=4)">
    1717]>
    1818
     
    106106      git checkout origin/87-branch (or whatever)
    107107       Use git log or git tk to look at its HEAD and check it seems appropriate.
     108       If this doesn't work, use 'git submodule update'
    108109
    109110      To decide when it might be worth creating a new tarball, periodically keep
     
    138139      tarball, go down to src/3rdparty and untar the submodule tarball.
    139140      Decide on what to call the result and create a full xz tarball using tar -cJf.
     141
     142      NOTE: To use git archive, use something like this:
     143      git archive - -format tar.gz - -output qtwebengine.tar.gz HEAD
     144      git archive - -format tar.gz - -output chromium.tar.gz HEAD
    140145
    141146      UPDATE: Since we have to host the tarball, and it is over 300MB, it makes
Note: See TracChangeset for help on using the changeset viewer.