Changeset 1d8fc7d


Ignore:
Timestamp:
07/23/2021 10:10:16 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
27a26c2
Parents:
74d0fc8f
Message:

Upgrade libuv-1.42.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libuv.xml

    r74d0fc8f r1d8fc7d  
    77  <!ENTITY libuv-download-http "https://dist.libuv.org/dist/v&libuv-version;/libuv-v&libuv-version;.tar.gz">
    88  <!ENTITY libuv-download-ftp  " ">
    9   <!ENTITY libuv-md5sum        "73a570da1c45da649f26b060689a7ba9">
     9  <!ENTITY libuv-md5sum        "484dec4a06e183c20be815019ce9ddd0">
    1010  <!ENTITY libuv-size          "1.2 MB">
    1111  <!ENTITY libuv-buildsize     "13 MB (add 12 MB for tests)">
     
    128128    <para>
    129129      If you want to run the tests, run: <command>make check</command>.
     130<!-- as of version 1.42.0 - all tests passed
    130131      One test, ipc_closed_handle, is known to fail.
     132-->
    131133    </para>
    132 
    133134    <para>
    134135      Now, as the <systemitem class="username">root</systemitem> user:
  • introduction/welcome/changelog.xml

    r74d0fc8f r1d8fc7d  
    4343    -->
    4444    <listitem>
     45      <para>July 23rd, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[thomas] - Update to libuv-1.42.0. Fixes
     49          <ulink url="&blfs-ticket-root;15298">#15298</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>July 22nd, 2021</para>
    4656      <itemizedlist>
  • packages.ent

    r74d0fc8f r1d8fc7d  
    166166<!ENTITY libusb-version               "1.0.24">
    167167<!ENTITY libusb-compat-version        "0.1.5">
    168 <!ENTITY libuv-version                "1.41.1">
     168<!ENTITY libuv-version                "1.42.0">
    169169<!ENTITY libxkbcommon-version         "1.3.0">
    170170<!-- the libxml2-version is also used for the python2 module,
Note: See TracChangeset for help on using the changeset viewer.