Changeset 25ce227


Ignore:
Timestamp:
09/21/2022 07:51:48 PM (19 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
71b368b
Parents:
59949b6
Message:

Update to glib-2.74.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r59949b6 r25ce227  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "ef67f7e19e47c8e082256d614f1ab8f4">
    10   <!ENTITY glib2-size          "4.7 MB">
    11   <!ENTITY glib2-buildsize     "133 MB (add 6 MB for tests)">
    12   <!ENTITY glib2-time          "0.5 SBU (add 0.5 SBU for tests; both using parallelism=4)">
     9  <!ENTITY glib2-md5sum        "06745709784eddb4a3860e1814f795e8">
     10  <!ENTITY glib2-size          "4.9 MB">
     11  <!ENTITY glib2-buildsize     "119 MB (add 7 MB for tests)">
     12  <!ENTITY glib2-time          "0.4 SBU (add 0.5 SBU for tests; both using parallelism=4)">
    1313]>
    1414
     
    7474    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7575    <itemizedlist spacing="compact">
    76       <!-- is applied in glib-2.72.3
    77       <listitem>
    78         <para>
    79           Recommended patch, that fixes and issue in webkitgtk:
    80           <ulink url="&patch-root;/glib-&glib2-version;-fix_xdgmime-1.patch"/>
    81         </para>
    82       </listitem>-->
    8376      <listitem>
    8477        <para>
     
    9487    <para role="recommended">
    9588      <xref linkend="libxslt"/> and
    96       <xref linkend="pcre"/> (built with Unicode properties)
     89      <xref linkend="pcre2"/>
    9790    </para>
    9891
     
    235228    <para>
    236229      To test the results, after having installed the package, issue:
    237       <command>ninja test</command> as a non-&root; user.
     230      <command>LC_ALL=C ninja test</command> as a non-&root; user.
    238231      <!-- glib issue #1954: -->
    239232      <!-- One test named gdbus-server-auth sometimes fails.-->
     
    252245      <!-- with 2.70.2 on sysV, all tests pass. -->
    253246      <!-- with 2.72.3 on sysV, all tests pass. [pierre, July 2022] -->
     247      <!-- with 2.74.0 on sysV, all tests pass. [bdubbs, Sep 2022] -->
    254248    </para>
    255249
  • introduction/welcome/changelog.xml

    r59949b6 r25ce227  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to glib-2.74.0. Fixes
     49          <ulink url="&blfs-ticket-root;17061">#17061</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[renodr] - Update to nss-3.83. Fixes
    4953          <ulink url="&blfs-ticket-root;17038">#17038</ulink>.</para>
  • packages.ent

    r59949b6 r25ce227  
    9898<!ENTITY exempi-version               "2.6.2">
    9999<!ENTITY fftw-version                 "3.3.10">
    100 <!ENTITY glib2-minor                  "2.72">
    101 <!ENTITY glib2-version                "&glib2-minor;.3">
     100<!ENTITY glib2-minor                  "2.74">
     101<!ENTITY glib2-version                "&glib2-minor;.0">
    102102<!ENTITY glibmm-version               "2.66.2">
    103103<!ENTITY gmime3-version               "3.2.7">
Note: See TracChangeset for help on using the changeset viewer.