Update to ruby-2.5.1.

Update to python3-3.6.5. 
Update to cmake-3.11.0. 
Update to node.js-9.10.1. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20026 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2018-03-31 22:12:39 +00:00
parent 83ff3c1e80
commit b548e98d4a
6 changed files with 35 additions and 18 deletions

View File

@ -6,7 +6,7 @@
<!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz">
<!ENTITY nodejs-download-ftp " ">
<!ENTITY nodejs-md5sum "0cf236b2172b101f5ea3b7006ee7e84f">
<!ENTITY nodejs-md5sum "0a7a57933c4837cb2d68cc52eda42b00">
<!ENTITY nodejs-size "18 MB">
<!ENTITY nodejs-buildsize "321 MB">
<!ENTITY nodejs-time "3.7 SBU (using parallelism=4)">

View File

@ -6,10 +6,10 @@
<!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
<!ENTITY cmake-download-ftp " ">
<!ENTITY cmake-md5sum "1c38c67295ca696aeafd8c059d748b38">
<!ENTITY cmake-size "7.5 MB">
<!ENTITY cmake-buildsize "334 MB (add 411 MB for tests)">
<!ENTITY cmake-time "2.1 SBU (add 5.2 SBU for tests, both using parallelism=4)">
<!ENTITY cmake-md5sum "f3ebc79b5dec85b49abe75958ffa1a03">
<!ENTITY cmake-size "7.6 MB">
<!ENTITY cmake-buildsize "390 MB (add 424 MB for tests)">
<!ENTITY cmake-time "2.3 SBU (add 3.3 SBU for tests, both using parallelism=4)">
]>
<sect1 id="cmake" xreflabel="CMake-&cmake-version;">

View File

@ -7,10 +7,10 @@
<!ENTITY python3-download-http
"https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
<!ENTITY python3-download-ftp " ">
<!ENTITY python3-md5sum "1325134dd525b4a2c3272a1a0214dd54">
<!ENTITY python3-md5sum "9f49654a4d6f733ff3284ab9d227e9fd">
<!ENTITY python3-size "16 MB">
<!ENTITY python3-buildsize "158 MB (add 30 MB for tests)">
<!ENTITY python3-time "0.6 SBU (using parallelism=4; add 3.4 SBU for tests)">
<!ENTITY python3-buildsize "159 MB (add 29 MB for tests)">
<!ENTITY python3-time "0.6 SBU (using parallelism=4; add 1.7 SBU for tests)">
<!ENTITY python3htmldoc-download-http
"https://docs.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2">

View File

@ -6,10 +6,10 @@
<!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
<!ENTITY ruby-download-ftp " ">
<!ENTITY ruby-md5sum "e3a98c7b7de49ed5134398367ab3a3bc">
<!ENTITY ruby-md5sum "b7d48b39fd09933e232f172384d03b94">
<!ENTITY ruby-size "11 MB">
<!ENTITY ruby-buildsize "361 MB, with checks (add 206 MB for C API docs)">
<!ENTITY ruby-time "1.3 SBU (using parallelism=4; add 3.7 SBU for tests; add 0.4 SBU for C API docs)">
<!ENTITY ruby-buildsize "364 MB, with checks (add 206 MB for C API docs)">
<!ENTITY ruby-time "1.1 SBU (using parallelism=4; add 3.4 SBU for tests; add 0.4 SBU for C API docs)">
]>
<sect1 id="ruby" xreflabel="Ruby-&ruby-version;">
@ -110,9 +110,9 @@ make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>. There
are 17327 tests. A few (about 3) fail and one test may hang, but
are 17388 tests. A few (about 11) fail and one test may hang, but
the test process can continue with ctrl-C. If the tests are
run in a directory that has a world writable component (e.g /tmp)
run in a directory that has a world writable component (e.g. /tmp)
then several additional tests fail and the tests terminate after
25 failures.
</para>

View File

@ -44,12 +44,29 @@
<listitem>
<para>March 31th, 2018</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to ruby-2.5.1. Fixes
<ulink url="&blfs-ticket-root;10597">#10597</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to python3-3.6.5. Fixes
<ulink url="&blfs-ticket-root;10596">#10596</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to cmake-3.11.0. Fixes
<ulink url="&blfs-ticket-root;10595">#10595</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to node.js-9.10.1. Fixes
<ulink url="&blfs-ticket-root;10594">#10594</ulink>.</para>
</listitem>
<listitem>
<para>[thomas] - Update to nano-2.9.5. Fixes
<ulink url="&blfs-ticket-root;10599">#10599</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>March 30th, 2018</para>
<itemizedlist>

View File

@ -172,7 +172,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY libzeitgeist-version "0.3.18">
<!ENTITY lzo-version "2.10">
<!ENTITY mtdev-version "1.1.5">
<!ENTITY nodejs-version "9.9.0">
<!ENTITY nodejs-version "9.10.1">
<!ENTITY npth-version "1.5">
<!ENTITY nspr-version "4.19">
<!ENTITY openobex-version "1.7.2">
@ -303,8 +303,8 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY bazaar-version "2.5.1">
<!ENTITY check-version "0.12.0">
<!ENTITY clisp-version "2.49">
<!ENTITY cmake-major-version "3.10">
<!ENTITY cmake-minor-version "3">
<!ENTITY cmake-major-version "3.11">
<!ENTITY cmake-minor-version "0">
<!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;">
<!--<!ENTITY cvs-version "1.11.23">-->
<!ENTITY dejagnu-version "1.6.1">
@ -328,9 +328,9 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY npapi-sdk-version "0.27.2">
<!ENTITY php-version "7.2.3">
<!ENTITY python2-version "2.7.14">
<!ENTITY python3-version "3.6.4">
<!ENTITY python3-version "3.6.5">
<!ENTITY ruby-minor-version "2.5">
<!ENTITY ruby-patch-version "0">
<!ENTITY ruby-patch-version "1">
<!ENTITY ruby-version "&ruby-minor-version;.&ruby-patch-version;">
<!ENTITY rust-version "1.22.1">
<!ENTITY scons-version "3.0.0">