Changeset 6a71920c for general/prog


Ignore:
Timestamp:
08/20/2015 10:58:32 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
6bb5b3b1
Parents:
298fee30
Message:
  • Update to ruby-2.2.3.
  • Update to gdk-pixbuf-2.31.6.
  • Update to libdrm-2.4.64.
  • Update to cups-filters-1.0.73.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r298fee30 r6a71920c  
    1010  <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/2.2/ruby-&ruby-version;.tar.xz">
    1111-->
    12   <!ENTITY ruby-md5sum        "dbce9b9d79d90f213ba8d448b0b6ed86">
     12  <!ENTITY ruby-md5sum        "2a8bc1f46aba8938add70f742e8af1ff">
    1313  <!ENTITY ruby-size          "10 MB">
    14   <!ENTITY ruby-buildsize     "585 MB (additional 467 MB for C API docs)">
    15   <!ENTITY ruby-time          "2.3 SBU (additional 0.4 SBU for C API docs and 0.1 SBU for tests)">
     14  <!ENTITY ruby-buildsize     "585 MB, with checks (additional 466 MB for C API docs)">
     15  <!ENTITY ruby-time          "2.4 SBU (additional 3 SBU for checks and 0.4 SBU for C API docs)">
    1616]>
    1717
     
    8383      <xref linkend="graphviz"/>,
    8484      <xref linkend="openssl"/>,
    85       <xref linkend="tk"/>, and
     85      <xref linkend="tk"/>,
     86      <xref linkend="valgrind"/>, and
    8687      <ulink url="http://pyyaml.org/wiki/LibYAML">libyaml</ulink>
    8788    </para>
     
    113114
    114115    <para>
    115       To test the results, issue: <command>make test</command>.
     116      To test the results, issue: <command>make -k check</command>. One out of
     117      16059 tests fails.
    116118    </para>
    117119
Note: See TracChangeset for help on using the changeset viewer.