Changeset d28648d


Ignore:
Timestamp:
08/31/2019 05:29:21 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, 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:
d953bb9
Parents:
17e976e3
Message:

Update to ruby-2.6.4
mariadb: bring libaio dependency internal
xindy/tex-prefix: very minor tweaks such as extra period removals.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r17e976e3 rd28648d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 29th, &year;">
     9<!ENTITY releasedate  "August 30th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/ruby.xml

    r17e976e3 rd28648d  
    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        "60c8b3883cde410f8f8db374febdb0d8">
     9  <!ENTITY ruby-md5sum        "624ecd14d366b20f41db35f06337d007">
    1010  <!ENTITY ruby-size          "11 MB">
    11   <!ENTITY ruby-buildsize     "414 MB (add 277 MB for C API docs)">
    12   <!ENTITY ruby-time          "1.2 SBU (using parallelism=4; add 3.6 SBU for tests; add 0.6 SBU for C API docs)">
     11  <!ENTITY ruby-buildsize     "532 MB (add 481 MB for C API docs)">
     12  <!ENTITY ruby-time          "1.2 SBU (using parallelism=4; add 4.3 SBU for tests; add 0.5 SBU for C API docs)">
    1313]>
    1414
     
    8080      <xref linkend="graphviz"/>,
    8181      <xref linkend="libyaml"/>,
    82       <xref linkend="tk"/>, and
    83       <xref linkend="valgrind"/>
     82      <xref linkend="tk"/>,
     83      <xref linkend="valgrind"/>, and
     84      <ulink url="http://dtrace.org/blogs/about/">DTrace</ulink>
    8485    </para>
    8586
     
    160161      <seglistitem>
    161162        <seg>
    162           erb, gem, irb, rake, rdoc, ri, and ruby
     163          bundle, bundler, erb, gem, irb, rake, rdoc, ri, and ruby
    163164        </seg>
    164165        <seg>
    165           libruby.so and libruby-static.a
     166          libruby.so
    166167        </seg>
    167168        <seg>
     
    179180      <?dbhtml list-presentation="table"?>
    180181
     182      <varlistentry id="bundle">
     183        <term><command>bundle</command></term>
     184        <listitem>
     185          <para>
     186            creates bundles of Ruby Gems.
     187          </para>
     188          <indexterm zone="ruby bundle">
     189            <primary sortas="b-bundle">bundle</primary>
     190          </indexterm>
     191        </listitem>
     192      </varlistentry>
     193
     194      <varlistentry id="bundler">
     195        <term><command>bundler</command></term>
     196        <listitem>
     197          <para>
     198            manages an application's dependencies throughout it's lifecycle.
     199          </para>
     200          <indexterm zone="ruby bundler">
     201            <primary sortas="b-bundler">bundler</primary>
     202          </indexterm>
     203        </listitem>
     204      </varlistentry>
     205
    181206      <varlistentry id="erb">
    182207        <term><command>erb</command></term>
  • introduction/welcome/changelog.xml

    r17e976e3 rd28648d  
    4242    </listitem>
    4343       -->
     44    <listitem>
     45      <para>August 30th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to Ruby-2.6.4 (Security Patch). Fixes
     49          <ulink url="&blfs-ticket-root;12456">#12456</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>August 29th, 2019</para>
  • packages.ent

    r17e976e3 rd28648d  
    336336<!ENTITY python3-version              "3.7.4">
    337337<!ENTITY ruby-minor-version           "2.6">
    338 <!ENTITY ruby-patch-version           "3">
     338<!ENTITY ruby-patch-version           "4">
    339339<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    340340<!ENTITY rust-version                 "1.35.0">
  • pst/typesetting/xindy.xml

    r17e976e3 rd28648d  
    3434      <application>Xindy</application> is an index processor that can be used
    3535      to generate book-like indexes for arbitrary document-preparation systems.
    36       This includes systems such as TeX and LaTeX, the roff-family,
     36      This includes systems such as TeX and LaTeX, the roff-family, and
    3737      SGML/XML-based systems (e.g., HTML) that process some kind of text and
    3838      generate indexing information.
     
    8787    <bridgehead renderas="sect4">Required</bridgehead>
    8888    <para role="required">
    89       <xref linkend="clisp"/>,
     89      <xref linkend="clisp"/> and
    9090      <xref linkend="texlive"/>
    9191    </para>
  • server/databases/mariadb.xml

    r17e976e3 rd28648d  
    9292    <para role="optional">
    9393      <xref linkend="boost"/>,
     94      <xref linkend="libaio"/>,
    9495      <xref linkend="libxml2"/>,
    9596      <xref linkend="linux-pam"/>,
     
    102103      <ulink url="http://www.phontron.com/kytea/">KyTea</ulink>,
    103104      <ulink url="http://sourceforge.net/projects/judy/">Judy</ulink>,
    104       <ulink url="http://packages.debian.org/source/sid/libaio">libaio</ulink>,
    105105      <ulink url="https://github.com/Cyan4973/lz4">lz4</ulink>,
    106106      <ulink url="http://taku910.github.io/mecab">MeCab</ulink>,
  • xincludes/tex-prefix.xml

    r17e976e3 rd28648d  
    1111  will overwrite any corresponding files previously installed by
    1212  <application>install-tl-unx</application> so that the alternative methods of
    13   installing <application>texlive</application> are consistent..
     13  installing <application>texlive</application> are consistent.
    1414</para>
Note: See TracChangeset for help on using the changeset viewer.