Changeset a4b38ab
- Timestamp:
- 06/09/2019 11:02:33 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- c45f906
- Parents:
- 48a14791
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libssh2.xml
r48a14791 ra4b38ab 75 75 <bridgehead renderas="sect4">Optional</bridgehead> 76 76 <para role="optional"> 77 <xref linkend="libgcrypt"/> and 78 <xref linkend="openssh"/> (both required for the testsuite) 77 <xref linkend="gnupg2"/>, 78 <xref linkend="libgcrypt"/>, and 79 <xref linkend="openssh"/> (all three required for the testsuite) 79 80 </para> 80 81 -
introduction/welcome/changelog.xml
r48a14791 ra4b38ab 45 45 <para>June 9th, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to curl-7.65.1. Fixes 49 <ulink url="&blfs-ticket-root;12087">#12087</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[xry111] - Update to network-manager-applet-1.8.22. Fixes -
networking/netlibs/curl.xml
r48a14791 ra4b38ab 7 7 <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz"> 8 8 <!ENTITY curl-download-ftp " "> 9 <!ENTITY curl-md5sum " 8d22827310223f24d8eacc866722cc10">9 <!ENTITY curl-md5sum "7809378831d10fde18f9f6ae033cd3f3"> 10 10 <!ENTITY curl-size "2.3 MB"> 11 <!ENTITY curl-buildsize "7 3 MB (add 13MB for tests)">12 <!ENTITY curl-time "0.4 SBU (add 1 6SBU for tests)">11 <!ENTITY curl-buildsize "79 MB (add 14 MB for tests)"> 12 <!ENTITY curl-time "0.4 SBU (add 13 SBU for tests)"> 13 13 ]> 14 14 … … 95 95 <ulink url="https://github.com/google/brotli/">Brotli</ulink>, 96 96 <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>, 97 <ulink url="http://rtmpdump.mplayerhq.hu/">librtmp</ulink>, 98 <ulink url="https://tls.mbed.org/">mbed TLS</ulink> (formerly known as 99 PolarSSL), and 97 <ulink url="http://rtmpdump.mplayerhq.hu/">librtmp</ulink>, and 98 <!--<ulink url="https://tls.mbed.org/">mbed TLS</ulink> (formerly known as 99 PolarSSL), and --> 100 <!-- mbedTLS/PolarSSL support was removed in 7.65.1 --> 100 101 <ulink url="http://spnego.sourceforge.net/">SPNEGO</ulink> 101 102 </para> … … 159 160 <para> 160 161 To run the test suite, issue: <command>make test</command>. 161 Test s 323, 1139, and 1140 areknown to fail.162 Test 1560 is known to fail. 162 163 <!-- Two (of 857) tests 163 164 fail for unknown reasons, and all tests fail is valgrind is installed. Moving … … 221 222 TESTFAIL: These test cases failed: 323 1139 1140 222 223 TESTDONE: 1242 tests were considered during 1483 seconds 224 225 ======= 226 Added by renodr for curl-7.65.1: 227 TESTDONE: 996 tests out of 997 reported OK: 99% 228 TESTFAIL: These test cases failed: 1560 229 TESTDONE: 1249 tests were considered during 1091 seconds. 230 All dependencies except for externals installed. 223 231 --> 224 232 </para> … … 288 296 <application>SSH</application> support to cURL. This is disabled 289 297 by default. 298 </para> 299 300 <para> 301 <option>--enable-ares</option>: This paramater adds 302 support for DNS resolution through the c-ares library. It is disabled 303 by default, but does speed up DNS resolution queries. 290 304 </para> 291 305 -
packages.ent
r48a14791 ra4b38ab 575 575 <!-- Chapter 17 --> 576 576 <!ENTITY c-ares-version "1.15.0"> 577 <!ENTITY curl-version "7.6 4.1">577 <!ENTITY curl-version "7.65.1"> 578 578 <!ENTITY geoclue2-version "2.5.3"> 579 579 <!ENTITY glib-networking-version "2.60.2">
Note:
See TracChangeset
for help on using the changeset viewer.