Changeset 5a66d6ac


Ignore:
Timestamp:
10/04/2018 03:50:29 AM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
ac8fc18
Parents:
001f592
Message:

Update to libuv-1.23.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20568 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libuv.xml

    r001f592 r5a66d6ac  
    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        "fdd44f630d300035aa4aaa9a732b70b7">
     9  <!ENTITY libuv-md5sum        "7e710afbc675d05b6a27903aa4589b96">
    1010  <!ENTITY libuv-size          "1.1 MB">
    11   <!ENTITY libuv-buildsize     "12 MB (add 10 MB for tests)">
    12   <!ENTITY libuv-time          "0.1 SBU (add 1.3 SBU for tests)">
     11  <!ENTITY libuv-buildsize     "13 MB (add 10 MB for tests)">
     12  <!ENTITY libuv-time          "0.1 SBU (add 1.4 SBU for tests)">
    1313]>
    1414
     
    136136      <segtitle>Installed Programs</segtitle>
    137137      <segtitle>Installed Library</segtitle>
    138       <segtitle>Installed Directories</segtitle>
     138      <segtitle>Installed Directory</segtitle>
    139139
    140140      <seglistitem>
     
    146146        </seg>
    147147        <seg>
    148           None
     148          /usr/include/uv
    149149        </seg>
    150150      </seglistitem>
    151151    </segmentedlist>
    152 <!--
     152
    153153    <variablelist>
    154154      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     
    160160        <listitem>
    161161          <para>
    162             contains the API functions ...
     162            contains API functions for asynchronous I/O operations
    163163          </para>
    164164          <indexterm zone="libuv libuv.so">
     
    169169
    170170    </variablelist>
    171 -->
     171
    172172  </sect2>
    173173
  • introduction/welcome/changelog.xml

    r001f592 r5a66d6ac  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[renodr] - Update to libuv-1.23.1. Fixes
     50          <ulink url="&blfs-ticket-root;11171">#11171</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[ken] - Perl module List::AllUtils does not use Number::Compare
    5054          or Text::Glob, and Test::LeakTrace no longer needs the 'unsafe' variant
  • networking/netlibs/curl.xml

    r001f592 r5a66d6ac  
    159159      To run the test suite, issue: <command>make test</command>. Two (of 857) tests
    160160      fail for unknown reasons, and all tests fail is valgrind is installed. Moving
    161       valgrind out of $PATH is recommended if you wish to run the tests suite while
     161      valgrind out of $PATH is recommended if you wish to run the test suite while
    162162      it is installed.
    163163<!--
     
    196196I only have c-ares and libidn2 installed, I will likely try before release
    197197with all optional dependencies in the book installed.
     198
     199=========
     2007.61.1 NOTE: The test suite is extremely noisy, complaining about verification errors.
     201It's possible this is due to openssl-1.1.1, BUT 79/79 tests report as 100% OK. I had
     202c-ares, libpsl, and libidn1/2 installed. - Doug
    198203-->
    199204    </para>
  • packages.ent

    r001f592 r5a66d6ac  
    165165<!ENTITY libusb-version               "1.0.22">
    166166<!ENTITY libusb-compat-version        "0.1.5">
    167 <!ENTITY libuv-version                "1.23.0">
     167<!ENTITY libuv-version                "1.23.1">
    168168<!ENTITY libxkbcommon-version         "0.8.2">
    169169<!-- the libxml2-version is also used for the python2 module,
Note: See TracChangeset for help on using the changeset viewer.