Changeset d714f22
- Timestamp:
- 01/25/2018 09:36:49 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 595d1d0
- Parents:
- 7c419ee
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r7c419ee rd714f22 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 3"> <!-- Always 2 digits -->3 <!ENTITY day "25"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 2 3rd, &year;">9 <!ENTITY releasedate "January 25th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r7c419ee rd714f22 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>January 25th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to curl-7.58.0 (security fix). Fixes 49 <ulink url="&blfs-ticket-root;10301">#10301</ulink>. Users who need to 50 send name+password to all intermediate hosts thst the site may 51 redirect to should read the --location-trusted entry in the manual. 52 </para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 44 57 <listitem> 45 58 <para>January 23rd, 2018</para> -
networking/netlibs/curl.xml
r7c419ee rd714f22 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 " 93157c8f6593691bc00ae238a4c53863">9 <!ENTITY curl-md5sum "fcf429f28adddf9295ed0c42e79cb097"> 10 10 <!ENTITY curl-size "2.2 MB"> 11 <!ENTITY curl-buildsize " 36 MB (add 11 MB for tests)">12 <!ENTITY curl-time "0. 3 SBU (add 13+ SBU for tests)">11 <!ENTITY curl-buildsize "43 MB (add 11 MB for tests without valgrind)"> 12 <!ENTITY curl-time "0.4 SBU (add 11+ SBU for tests)"> 13 13 ]> 14 14 … … 112 112 </para> 113 113 114 <bridgehead renderas="sect4">Optional forRunning the Test Suite</bridgehead>114 <bridgehead renderas="sect4">Optional if Running the Test Suite</bridgehead> 115 115 <para role="optional"> 116 <!-- stunnel is still listed in the docs as required, but 7.58.0 117 tests completed happily without it, although the test for unit1323 118 reported that the tool set in the test case does not exist - ken --> 116 119 <xref linkend="stunnel"/> (for the HTTPS and FTPS tests) and 117 <xref linkend="valgrind"/> 120 <xref linkend="valgrind"/> (this will slow the tests down) 118 121 </para> 119 122 … … 160 163 <note> 161 164 <para> 162 To run the tests for this package, valgrind requires a version of the 163 /lib/ld-2.23.so (or later) library with debugging symbols present. 165 If running the tests for this package with valgrind, it will require a 166 version of /lib/ld-2.[MINORVERSION].so library 167 with debugging symbols present. 164 168 </para> 165 169 166 <para>Current versions of LFS do not strip /lib/ld- 2.23.so but170 <para>Current versions of LFS do not strip /lib/ld-[MINORVERSION].so but 167 171 previous versions of LFS stripped these debugging symbols at the end of 168 172 Chapter 6. To get this library on older systems, glibc must be rebuilt 169 with the current 173 with the currently running 170 174 glibc version using the same compiler that was used to build LFS. The 171 ld- 2.23.so can then be renamed to ld-2.23.so.dbg and copied to /lib. Then172 a symlink needs to be changed:175 ld-[MINORVERSION].so can then be renamed to ld-2.[MINORVERSION].so.dbg 176 and copied to /lib. Then a symlink needs to be changed: 173 177 </para> 174 178 175 <screen role="nodump"><userinput>ln -sfv ld-2. 23.so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen>179 <screen role="nodump"><userinput>ln -sfv ld-2.[MINORVERSION].so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen> 176 180 177 181 <para> 178 182 Adjust the above instruction as needed for a 32-bit system 179 or for a differentversion of glibc.183 and to match your installed version of glibc. 180 184 </para> 181 185 </note> 182 186 183 187 <para> 188 To run the test suite, issue: <command>make test</command>. <!-- 189 if stunnel and valgrind are not installed, and also most options 190 (I had rtmpdump), the tests complete without problems. 191 Warning: smb server unexpectedly alive 192 Warning: dict server unexpectedly alive 193 TESTDONE: 938 tests out of 938 reported OK: 100% 194 TESTDONE: 1175 tests were considered during 355 seconds. 195 and no. I don't have smb - so commenting the rest of this: 184 196 To run the test suite, issue: <command>make test</command>. Many tests 185 197 may fail that depend on optional dependencies that may not be installed 186 198 or upstream servers that may not be available, especially for tests 187 199 numbered 700 and above. 188 Test time may be significantly increase due to hanging tests that fail. 200 Test time may be significantly increase due to hanging tests that fail. --> 189 201 </para> 190 202 -
packages.ent
r7c419ee rd714f22 459 459 <!-- Chapter 17 --> 460 460 <!ENTITY c-ares-version "1.12.0"> 461 <!ENTITY curl-version "7.5 7.0">461 <!ENTITY curl-version "7.58.0"> 462 462 <!ENTITY geoclue2-version "2.4.7"> 463 463 <!ENTITY glib-networking-version "2.54.1">
Note:
See TracChangeset
for help on using the changeset viewer.