Changeset 5a66d6ac
- Timestamp:
- 10/04/2018 03:50:29 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ac8fc18
- Parents:
- 001f592
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libuv.xml
r001f592 r5a66d6ac 7 7 <!ENTITY libuv-download-http "https://dist.libuv.org/dist/v&libuv-version;/libuv-v&libuv-version;.tar.gz"> 8 8 <!ENTITY libuv-download-ftp " "> 9 <!ENTITY libuv-md5sum " fdd44f630d300035aa4aaa9a732b70b7">9 <!ENTITY libuv-md5sum "7e710afbc675d05b6a27903aa4589b96"> 10 10 <!ENTITY libuv-size "1.1 MB"> 11 <!ENTITY libuv-buildsize "1 2MB (add 10 MB for tests)">12 <!ENTITY libuv-time "0.1 SBU (add 1. 3SBU 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)"> 13 13 ]> 14 14 … … 136 136 <segtitle>Installed Programs</segtitle> 137 137 <segtitle>Installed Library</segtitle> 138 <segtitle>Installed Director ies</segtitle>138 <segtitle>Installed Directory</segtitle> 139 139 140 140 <seglistitem> … … 146 146 </seg> 147 147 <seg> 148 None148 /usr/include/uv 149 149 </seg> 150 150 </seglistitem> 151 151 </segmentedlist> 152 <!-- 152 153 153 <variablelist> 154 154 <bridgehead renderas="sect3">Short Descriptions</bridgehead> … … 160 160 <listitem> 161 161 <para> 162 contains the API functions ...162 contains API functions for asynchronous I/O operations 163 163 </para> 164 164 <indexterm zone="libuv libuv.so"> … … 169 169 170 170 </variablelist> 171 --> 171 172 172 </sect2> 173 173 -
introduction/welcome/changelog.xml
r001f592 r5a66d6ac 47 47 <itemizedlist> 48 48 <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> 49 53 <para>[ken] - Perl module List::AllUtils does not use Number::Compare 50 54 or Text::Glob, and Test::LeakTrace no longer needs the 'unsafe' variant -
networking/netlibs/curl.xml
r001f592 r5a66d6ac 159 159 To run the test suite, issue: <command>make test</command>. Two (of 857) tests 160 160 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 test ssuite while161 valgrind out of $PATH is recommended if you wish to run the test suite while 162 162 it is installed. 163 163 <!-- … … 196 196 I only have c-ares and libidn2 installed, I will likely try before release 197 197 with all optional dependencies in the book installed. 198 199 ========= 200 7.61.1 NOTE: The test suite is extremely noisy, complaining about verification errors. 201 It's possible this is due to openssl-1.1.1, BUT 79/79 tests report as 100% OK. I had 202 c-ares, libpsl, and libidn1/2 installed. - Doug 198 203 --> 199 204 </para> -
packages.ent
r001f592 r5a66d6ac 165 165 <!ENTITY libusb-version "1.0.22"> 166 166 <!ENTITY libusb-compat-version "0.1.5"> 167 <!ENTITY libuv-version "1.23. 0">167 <!ENTITY libuv-version "1.23.1"> 168 168 <!ENTITY libxkbcommon-version "0.8.2"> 169 169 <!-- the libxml2-version is also used for the python2 module,
Note:
See TracChangeset
for help on using the changeset viewer.