mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Update to curl-7.45.0.
Update to icu4c-56_1. Update to liblinear-2.1. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16537 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7def17478f
commit
aaa73cfd8e
@ -7,10 +7,10 @@
|
||||
<!ENTITY icu-download-http
|
||||
"http://download.icu-project.org/files/icu4c/&icu-version;/icu4c-&icu-dl-version;-src.tgz">
|
||||
<!ENTITY icu-download-ftp " ">
|
||||
<!ENTITY icu-md5sum "e2d523df79d6cb7855c2fbe284f4db29">
|
||||
<!ENTITY icu-size "24 MB">
|
||||
<!ENTITY icu-buildsize "337 MB (additional 31 MB for the tests)">
|
||||
<!ENTITY icu-time "1.2 SBU (additional 1.6 SBU for the tests)">
|
||||
<!ENTITY icu-md5sum "c4a2d71ff56aec5ebfab2a3f059be99d">
|
||||
<!ENTITY icu-size "25 MB">
|
||||
<!ENTITY icu-buildsize "302 MB (additional 67 MB for the tests)">
|
||||
<!ENTITY icu-time "1.5 SBU (additional 1.9 SBU for the tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="icu" xreflabel="ICU-&icu-version;">
|
||||
@ -131,17 +131,17 @@ make</userinput></screen>
|
||||
<seglistitem>
|
||||
<seg>
|
||||
derb, genbrk, genccode, gencfu, gencmn, gencnval, gendict, gennorm2,
|
||||
genrb, gensprep, icu-config, icuinfo, icupkg, makeconv, pkgdata and
|
||||
genrb, gensprep, icu-config, icuinfo, icupkg, makeconv, pkgdata, and
|
||||
uconv
|
||||
</seg>
|
||||
<seg>
|
||||
libicudata.so, libicui18n.so, libicuio.so, libicule.so, libiculx.so,
|
||||
libicutest.so, libicutu.so and libicuuc.so
|
||||
libicutest.so, libicutu.so, and libicuuc.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/layout,
|
||||
/usr/include/unicode,
|
||||
/usr/lib/icu and
|
||||
/usr/lib/icu, and
|
||||
/usr/share/icu
|
||||
</seg>
|
||||
</seglistitem>
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY liblinear-download-http "http://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/liblinear-&liblinear-version;.tar.gz">
|
||||
<!ENTITY liblinear-download-ftp " ">
|
||||
<!ENTITY liblinear-md5sum "ea615ef0ea3c05ded206ca0e994100c7">
|
||||
<!ENTITY liblinear-size "372 KB">
|
||||
<!ENTITY liblinear-buildsize "1.4 MB">
|
||||
<!ENTITY liblinear-md5sum "0d87a71d054ed17c5ee7656efba06e89">
|
||||
<!ENTITY liblinear-size "376 KB">
|
||||
<!ENTITY liblinear-buildsize "1.2 MB">
|
||||
<!ENTITY liblinear-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
|
@ -47,6 +47,18 @@
|
||||
<listitem>
|
||||
<para>October 16th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to curl-7.45.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;7000">#7000</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to icu4c-56_1. Fixes
|
||||
<ulink url="&blfs-ticket-root;7003">#7003</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to liblinear-2.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;6976">#6976</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[igor] - Update to unrar-5.3.6. Fixes
|
||||
<ulink url="&blfs-ticket-root;6935">#6935</ulink>.</para>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
|
||||
<!ENTITY curl-download-ftp " ">
|
||||
<!ENTITY curl-md5sum "2f924c80bb7124dff1b39f54ffda3781">
|
||||
<!ENTITY curl-md5sum "c9a0a77f71fdc6b0f925bc3e79eb77f6">
|
||||
<!ENTITY curl-size "2.7 MB">
|
||||
<!ENTITY curl-buildsize "52 MB (including tests)">
|
||||
<!ENTITY curl-time "0.4 SBU (9.2 SBU including tests, with -j4)">
|
||||
<!ENTITY curl-buildsize "36 MB (additional 16 MB for tests)">
|
||||
<!ENTITY curl-time "0.3 SBU (additional 10.3 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="curl" xreflabel="cURL-&curl-version;">
|
||||
@ -139,12 +139,25 @@ make</userinput></screen>
|
||||
712</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
I had the following fail:
|
||||
300 301 303 304 306 309 310 311 312 325
|
||||
400 401 403 406 407 408 409 560 1112 2034
|
||||
2035 2037 2038 2041 2042
|
||||
|
||||
- Bruce 20151016
|
||||
|
||||
Tests may be using capabilites removed from recent ssh due to
|
||||
security issues.
|
||||
|
||||
|
||||
<para>
|
||||
and running <command>make test</command>.
|
||||
</para>-->
|
||||
|
||||
<para>
|
||||
To run the test suite, issue: <command>make test</command>.
|
||||
To run the test suite, issue: <command>make test</command>. Some
|
||||
tests (up to 2%) may fail due to timing issues, kernel configuration,
|
||||
or other issues.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -90,7 +90,7 @@
|
||||
<!ENTITY gobject-introspection-version "1.46.0">
|
||||
<!ENTITY gsl-version "1.16">
|
||||
|
||||
<!ENTITY icu-major "55">
|
||||
<!ENTITY icu-major "56">
|
||||
<!ENTITY icu-minor "1">
|
||||
<!ENTITY icu-patch "0">
|
||||
<!ENTITY icu-version "&icu-major;.&icu-minor;"><!-- .&icu-patch;-->
|
||||
@ -122,7 +122,7 @@
|
||||
<!ENTITY libidn-version "1.32">
|
||||
<!ENTITY libiodbc-version "3.52.10">
|
||||
<!ENTITY libksba-version "1.3.3">
|
||||
<!ENTITY liblinear-version "2.01">
|
||||
<!ENTITY liblinear-version "2.1">
|
||||
<!ENTITY libpaper-version "1.1.24+nmu4">
|
||||
<!ENTITY libsigc-version "2.6.1">
|
||||
<!ENTITY libsigsegv-version "2.10">
|
||||
@ -375,7 +375,7 @@
|
||||
<!ENTITY wicd-major-version "1.7">
|
||||
|
||||
<!-- Chapter 17 -->
|
||||
<!ENTITY curl-version "7.44.0">
|
||||
<!ENTITY curl-version "7.45.0">
|
||||
<!ENTITY geoclue-version "0.12.0">
|
||||
<!ENTITY glib-networking-version "2.44.0">
|
||||
<!ENTITY ldns-version "1.6.17">
|
||||
|
@ -20,7 +20,7 @@
|
||||
</indexterm>
|
||||
|
||||
<para> On some recent PCs it can be necessary, or desirable, to load firmware
|
||||
to make them work at their best. The kernel contains a directory, <filename
|
||||
to make them work at their best. There is a directory, <filename
|
||||
class="directory">/lib/firmware</filename>, where the kernel or kernel
|
||||
drivers look for firmware images.</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user