Changeset c75cce7


Ignore:
Timestamp:
07/19/2024 06:19:34 PM (7 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
8ae45f0
Parents:
12d2dfc
Message:

Update to qt-5.15.14 (components).

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r12d2dfc rc75cce7  
    4242      <para>July 18th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to qt-5.15.14 (components). Fixes
     46          <ulink url="&blfs-ticket-root;19442">#19442</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[bdubbs] - Update to xapian-core-1.4.26. Fixes
  • packages.ent

    r12d2dfc rc75cce7  
    898898<!ENTITY pangomm-version              "2.46.4">
    899899<!ENTITY pangomm2-version             "2.52.0">
    900 <!ENTITY qt5-version                  "5.15.12">
     900<!ENTITY qt5-version                  "5.15.14">
    901901<!ENTITY qtwebengine-major            "6.7">
    902902<!ENTITY qtwebengine-version          "6.7.2">
  • x/lib/qt5-components.xml

    r12d2dfc rc75cce7  
    1010  <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
    1111  <!ENTITY qt5-download-ftp  " ">
    12   <!ENTITY qt5-md5sum        "3fb1cd4f763f5d50d491508b7b99fb77">
     12  <!ENTITY qt5-md5sum        "0265e7988790d8845441558130d59311">
    1313  <!ENTITY qt5-size          "630 MB">
    14   <!ENTITY qt5-buildsize     "8.5 GB (154 MB installed)">
    15   <!ENTITY qt5-time          "7.4 SBU (using parallelism=4)">
     14  <!ENTITY qt5-buildsize     "9.0 GB (154 MB installed)">
     15  <!ENTITY qt5-time          "7.5 SBU (using parallelism=4)">
    1616]>
    1717
     
    104104        </para>
    105105      </listitem>
    106       <listitem>
    107         <para>
    108           Required patch:
    109           <ulink url="&patch-root;/qt-everywhere-opensource-src-&qt5-version;-security_fix-1.patch"/>
    110         </para>
    111       </listitem>
    112106    </itemizedlist>
    113107
     
    260254
    261255    <para>
    262       Fix a security vulnerability in qtbase:
    263     </para>
    264 
    265 <screen><userinput>patch -Np1 -i ../qt-everywhere-opensource-src-&qt5-version;-security_fix-1.patch</userinput></screen>
    266 
    267     <para>
    268256      At this point we want to set up skipping most components.  Do that with:
    269257    </para>
     
    298286            -no-rpath            \
    299287            -syslog              \
    300             $(cat tempconf)      \
    301             &amp;&amp;
     288            $(cat tempconf)      &amp;&amp;
    302289make</userinput></screen>
    303290
     
    313300            -no-rpath            \
    314301            -journald            \
    315             $(cat tempconf)      \
    316             &amp;&amp;
     302            $(cat tempconf)      &amp;&amp;
    317303make</userinput></screen>
    318304
Note: See TracChangeset for help on using the changeset viewer.