Changeset b548e98


Ignore:
Timestamp:
03/31/2018 10:12:39 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bd9092e
Parents:
83ff3c1e
Message:

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r83ff3c1e rb548e98  
    77  <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz">
    88  <!ENTITY nodejs-download-ftp  " ">
    9   <!ENTITY nodejs-md5sum        "0cf236b2172b101f5ea3b7006ee7e84f">
     9  <!ENTITY nodejs-md5sum        "0a7a57933c4837cb2d68cc52eda42b00">
    1010  <!ENTITY nodejs-size          "18 MB">
    1111  <!ENTITY nodejs-buildsize     "321 MB">
  • general/prog/cmake.xml

    r83ff3c1e rb548e98  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "1c38c67295ca696aeafd8c059d748b38">
    10   <!ENTITY cmake-size          "7.5 MB">
    11   <!ENTITY cmake-buildsize     "334 MB (add 411 MB for tests)">
    12   <!ENTITY cmake-time          "2.1 SBU (add 5.2 SBU for tests, both using parallelism=4)">
     9  <!ENTITY cmake-md5sum        "f3ebc79b5dec85b49abe75958ffa1a03">
     10  <!ENTITY cmake-size          "7.6 MB">
     11  <!ENTITY cmake-buildsize     "390 MB (add 424 MB for tests)">
     12  <!ENTITY cmake-time          "2.3 SBU (add 3.3 SBU for tests, both using parallelism=4)">
    1313]>
    1414
  • general/prog/python3.xml

    r83ff3c1e rb548e98  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "1325134dd525b4a2c3272a1a0214dd54">
     10  <!ENTITY python3-md5sum        "9f49654a4d6f733ff3284ab9d227e9fd">
    1111  <!ENTITY python3-size          "16 MB">
    12   <!ENTITY python3-buildsize     "158 MB (add 30 MB for tests)">
    13   <!ENTITY python3-time          "0.6 SBU (using parallelism=4; add 3.4 SBU for tests)">
     12  <!ENTITY python3-buildsize     "159 MB (add 29 MB for tests)">
     13  <!ENTITY python3-time          "0.6 SBU (using parallelism=4; add 1.7 SBU for tests)">
    1414
    1515  <!ENTITY python3htmldoc-download-http
  • general/prog/ruby.xml

    r83ff3c1e rb548e98  
    77  <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    9   <!ENTITY ruby-md5sum        "e3a98c7b7de49ed5134398367ab3a3bc">
     9  <!ENTITY ruby-md5sum        "b7d48b39fd09933e232f172384d03b94">
    1010  <!ENTITY ruby-size          "11 MB">
    11   <!ENTITY ruby-buildsize     "361 MB, with checks (add 206 MB for C API docs)">
    12   <!ENTITY ruby-time          "1.3 SBU (using parallelism=4; add 3.7 SBU for tests; add 0.4 SBU for C API docs)">
     11  <!ENTITY ruby-buildsize     "364 MB, with checks (add 206 MB for C API docs)">
     12  <!ENTITY ruby-time          "1.1 SBU (using parallelism=4; add 3.4 SBU for tests; add 0.4 SBU for C API docs)">
    1313]>
    1414
     
    111111    <para>
    112112      To test the results, issue: <command>make check</command>. There
    113       are 17327 tests.  A few (about 3) fail and one test may hang, but
     113      are 17388 tests.  A few (about 11) fail and one test may hang, but
    114114      the test process can continue with ctrl-C.  If the tests are
    115       run in a directory that has a world writable component (e.g /tmp)
     115      run in a directory that has a world writable component (e.g. /tmp)
    116116      then several additional tests fail and the tests terminate after
    117117      25 failures.
  • introduction/welcome/changelog.xml

    r83ff3c1e rb548e98  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to ruby-2.5.1. Fixes
     49          <ulink url="&blfs-ticket-root;10597">#10597</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to python3-3.6.5. Fixes
     53          <ulink url="&blfs-ticket-root;10596">#10596</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to cmake-3.11.0. Fixes
     57          <ulink url="&blfs-ticket-root;10595">#10595</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to node.js-9.10.1. Fixes
     61          <ulink url="&blfs-ticket-root;10594">#10594</ulink>.</para>
     62        </listitem>
     63        <listitem>
    4864          <para>[thomas] - Update to nano-2.9.5. Fixes
    4965          <ulink url="&blfs-ticket-root;10599">#10599</ulink>.</para>
     
    5167      </itemizedlist>
    5268   </listitem>
     69
    5370   <listitem>
    5471      <para>March 30th, 2018</para>
  • packages.ent

    r83ff3c1e rb548e98  
    173173<!ENTITY lzo-version                  "2.10">
    174174<!ENTITY mtdev-version                "1.1.5">
    175 <!ENTITY nodejs-version               "9.9.0">
     175<!ENTITY nodejs-version               "9.10.1">
    176176<!ENTITY npth-version                 "1.5">
    177177<!ENTITY nspr-version                 "4.19">
     
    304304<!ENTITY check-version                "0.12.0">
    305305<!ENTITY clisp-version                "2.49">
    306 <!ENTITY cmake-major-version          "3.10">
    307 <!ENTITY cmake-minor-version          "3">
     306<!ENTITY cmake-major-version          "3.11">
     307<!ENTITY cmake-minor-version          "0">
    308308<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    309309<!--<!ENTITY cvs-version                  "1.11.23">-->
     
    329329<!ENTITY php-version                  "7.2.3">
    330330<!ENTITY python2-version              "2.7.14">
    331 <!ENTITY python3-version              "3.6.4">
     331<!ENTITY python3-version              "3.6.5">
    332332<!ENTITY ruby-minor-version           "2.5">
    333 <!ENTITY ruby-patch-version           "0">
     333<!ENTITY ruby-patch-version           "1">
    334334<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    335335<!ENTITY rust-version                 "1.22.1">
Note: See TracChangeset for help on using the changeset viewer.