Changeset 15fb148


Ignore:
Timestamp:
12/09/2018 09:28:42 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
4019070
Parents:
db6385b
Message:

Update to subversion-1.11.0.
Update to ruby-2.5.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20788 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    rdb6385b r15fb148  
    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        "b7d48b39fd09933e232f172384d03b94">
     9  <!ENTITY ruby-md5sum        "7eeae640892f1dc89403edcfbb901223">
    1010  <!ENTITY ruby-size          "11 MB">
    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)">
     11  <!ENTITY ruby-buildsize     "366 MB, with checks (add 202 MB for C API docs)">
     12  <!ENTITY ruby-time          "1.2 SBU (using parallelism=4; add 3.0 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 17388 tests.  A few (about 11) fail and one test may hang, but
    114       the test process can continue with ctrl-C.  If the tests are
     113      are 17393 tests.  A few (two) fail.
     114      If the tests are
    115115      run in a directory that has a world writable component (e.g. /tmp)
    116       then several additional tests fail and the tests terminate after
     116      then several additional tests may fail and the tests terminate after
    117117      25 failures.
    118118    </para>
  • general/prog/subversion.xml

    rdb6385b r15fb148  
    77  <!ENTITY subversion-download-http "https://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    88  <!ENTITY subversion-download-ftp  " ">
    9   <!ENTITY subversion-md5sum        "34b493f22988956af2e2e8fdb2ad0151">
    10   <!ENTITY subversion-size          "8.0 MB">
    11   <!-- for 1.10.0
    12        make javahl: 0.3 SBU 22 MB;
    13        swig-pl swig-py and swig-rb: 1.2 SBU 95 MB -->
    14   <!ENTITY subversion-buildsize     "172 MB (add 117 MB for bindings, 24 MB for docs, 1.0 GB for tests)">
    15   <!ENTITY subversion-time          "0.5 SBU (Using parallelism=4; add 1.5 SBU for bindings, 5.5 SBU for tests)">
     9  <!ENTITY subversion-md5sum        "b0401a17fe9f4a769e36fcfcfad93461">
     10  <!ENTITY subversion-size          "8.1 MB">
     11  <!-- for 1.11.0
     12       make javahl: 0.4 SBU 26 MB;
     13       swig-pl swig-py and swig-rb: 1.6 SBU 90 MB -->
     14  <!ENTITY subversion-buildsize     "174 MB (add 116 MB for bindings, 24 MB for docs, 1.0 GB for tests)">
     15  <!ENTITY subversion-time          "0.5 SBU (Using parallelism=4; add 2.0 SBU for bindings, 5.5 SBU for tests)">
    1616]>
    1717
  • introduction/welcome/changelog.xml

    rdb6385b r15fb148  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to subversion-1.11.0. Fixes
     49          <ulink url="&blfs-ticket-root;11301">#11301</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to ruby-2.5.3. Fixes
     53          <ulink url="&blfs-ticket-root;11264">#11264</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[bdubbs] - Update to cups-filters-1.21.5. Fixes
    4957          <ulink url="&blfs-ticket-root;11419">#11419</ulink>.</para>
  • packages.ent

    rdb6385b r15fb148  
    339339<!ENTITY python3-version              "3.7.1">
    340340<!ENTITY ruby-minor-version           "2.5">
    341 <!ENTITY ruby-patch-version           "1">
     341<!ENTITY ruby-patch-version           "3">
    342342<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    343343<!ENTITY rust-version                 "1.29.2">
    344344<!ENTITY scons-version                "3.0.0">
    345345<!ENTITY slang-version                "2.3.2">
    346 <!ENTITY subversion-version           "1.10.3">
     346<!ENTITY subversion-version           "1.11.0">
    347347<!ENTITY swig-version                 "3.0.12">
    348348<!ENTITY tcl-version                  "8.6.9">
Note: See TracChangeset for help on using the changeset viewer.