Changeset 2ca3997
- Timestamp:
- 11/05/2014 05:31:04 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c5e155d2
- Parents:
- c78fab5
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rc78fab5 r2ca3997 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 4"> <!-- Always 2 digits -->3 <!ENTITY day "05"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 4th, &year;">9 <!ENTITY releasedate "November 5th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rc78fab5 r2ca3997 46 46 47 47 <listitem> 48 <para>November 5th, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to curl-7.39.0. Fixes 52 <ulink url="&blfs-ticket-root;5773">#5773</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 57 <listitem> 48 58 <para>November 4th, 2014</para> 49 59 <itemizedlist> -
networking/netlibs/curl.xml
rc78fab5 r2ca3997 7 7 <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma"> 8 8 <!ENTITY curl-download-ftp " "> 9 <!ENTITY curl-md5sum " fdafc30cbf0acd2fe6bc31b956b856a5">10 <!ENTITY curl-size "2. 5MB">11 <!ENTITY curl-buildsize "4 0MB (additional 7 MB for tests)">12 <!ENTITY curl-time "0.4 SBU (additional 9SBU for tests)">9 <!ENTITY curl-md5sum "e9aa6dec29920eba8ef706ea5823bad7"> 10 <!ENTITY curl-size "2.6 MB"> 11 <!ENTITY curl-buildsize "41 MB (additional 7 MB for tests)"> 12 <!ENTITY curl-time "0.4 SBU (additional 10 SBU for tests)"> 13 13 ]> 14 14 … … 91 91 <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>, 92 92 <ulink url="http://www.libssh2.org">libssh2</ulink>, and 93 <ulink url="http:// www.vintela.com/resources/topics/spnego/">93 <ulink url="http://spnego.sourceforge.net/"> 94 94 SPNEGO</ulink> 95 95 </para> … … 120 120 121 121 <para> 122 To test the results, issue: <command>make test</command>. 123 </para> 124 <!-- Tests need many conditions to run successfully, and some may fail. 125 Usually, each failed test takes a long time. If you wish to disable some 126 tests, include them in the appropriate file and run the tests again: 127 </para> 122 Running the test suite is optional. About 2% of the tests fail. Increase 123 in test time by each failed test is about 10%. Tests SBU above was 124 obtained disabling failing tests, with: 125 </para> 128 126 129 127 <screen><userinput>cat >> tests/data/DISABLED << "EOF" 130 <literal>numb1 131 ... 132 numbN 133 ...</literal> 134 EOF</userinput></screen>--> 128 <literal>564 129 700 130 701 131 703 132 706 133 707 134 708 135 709 136 710 137 711 138 712 139 2034</literal> 140 EOF</userinput></screen> 141 142 <para> 143 and running <command>make test</command>. 144 </para> 135 145 136 146 <para> -
packages.ent
rc78fab5 r2ca3997 367 367 368 368 <!-- Chapter 17 --> 369 <!ENTITY curl-version "7.3 8.0">369 <!ENTITY curl-version "7.39.0"> 370 370 <!ENTITY geoclue-version "0.12.0"> 371 371 <!ENTITY glib-networking-version "2.42.0">
Note:
See TracChangeset
for help on using the changeset viewer.