Changeset c0195385


Ignore:
Timestamp:
02/02/2019 08:35:13 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, 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:
5510d3e
Parents:
ae6ac67
Message:

Update to mesa-18.3.3.
Update to ruby-2.6.1.
Update to harfbuzz-2.3.1.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rae6ac67 rc0195385  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "31">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
     4<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 31st, &year;">
     9<!ENTITY releasedate  "February 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/harfbuzz.xml

    rae6ac67 rc0195385  
    88           "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "e2adaead3dc0cf82836b64b79dd90438">
     10  <!ENTITY harfbuzz-md5sum        "531de9df7c8a5405dd9c6a873fcee8c2">
    1111  <!ENTITY harfbuzz-size          "17 MB">
    12   <!ENTITY harfbuzz-buildsize     "141 MB (with tests)">
     12  <!ENTITY harfbuzz-buildsize     "146 MB (with tests)">
    1313  <!ENTITY harfbuzz-time          "0.5 SBU (Using parallelism=4; with tests)">
    1414]>
  • general/prog/ruby.xml

    rae6ac67 rc0195385  
    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        "0b77dc26b379a0088be45488e0eda60c">
     9  <!ENTITY ruby-md5sum        "8ef05a53e3767d03688e5c55f915ce80">
    1010  <!ENTITY ruby-size          "11 MB">
    11   <!ENTITY ruby-buildsize     "412 MB, with checks (add 240 MB for C API docs)">
    12   <!ENTITY ruby-time          "1.2 SBU (using parallelism=4; add 3.5 SBU for tests; add 0.5 SBU for C API docs)">
     11  <!ENTITY ruby-buildsize     "411 MB, with checks (add 279 MB for C API docs)">
     12  <!ENTITY ruby-time          "1.2 SBU (using parallelism=4; add 4.1 SBU for tests; add 0.6 SBU for C API docs)">
    1313]>
    1414
     
    111111    <para>
    112112      To test the results, issue: <command>make check</command>. There
    113       are 17393 tests.  A few (two) fail.
     113      are 20248 tests.  A one test, ungetbyte, fails.
    114114      If the tests are
    115115      run in a directory that has a world writable component (e.g. /tmp)
  • introduction/welcome/changelog.xml

    rae6ac67 rc0195385  
    4242    </listitem>
    4343-->
     44
     45    <listitem>
     46      <para>February 2nd, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to mesa-18.3.3. Fixes
     50          <ulink url="&blfs-ticket-root;11616">#11616</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to ruby-2.6.1. Fixes
     54          <ulink url="&blfs-ticket-root;11613">#11613</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to harfbuzz-2.3.1. Fixes
     58          <ulink url="&blfs-ticket-root;11612">#11612</ulink>.</para>
     59        </listitem>
     60      </itemizedlist>
     61    </listitem>
    4462
    4563    <listitem>
  • packages.ent

    rae6ac67 rc0195385  
    203203<!ENTITY giflib-version               "5.1.4">
    204204<!ENTITY graphite2-version            "1.3.13">
    205 <!ENTITY harfbuzz-version             "2.3.0">
     205<!ENTITY harfbuzz-version             "2.3.1">
    206206<!ENTITY ijs-version                  "0.35">
    207207<!ENTITY jasper-version               "2.0.14">
     
    336336<!ENTITY python3-version              "3.7.2">
    337337<!ENTITY ruby-minor-version           "2.6">
    338 <!ENTITY ruby-patch-version           "0">
     338<!ENTITY ruby-patch-version           "1">
    339339<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    340340<!ENTITY rust-version                 "1.32.0">
     
    652652<!ENTITY xkeyboard-config-version     "2.25">
    653653<!ENTITY mesa-major-minor             "18.3">
    654 <!ENTITY mesa-version                 "&mesa-major-minor;.2">
     654<!ENTITY mesa-version                 "&mesa-major-minor;.3">
    655655<!ENTITY xcb-util-version             "0.4.0">
    656656<!ENTITY xcb-util-image-version       "0.4.0">
  • x/installing/mesa.xml

    rae6ac67 rc0195385  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "4a82bf3ac2e81493a1a84dd7581ec786">
     9  <!ENTITY mesa-md5sum        "e9d1a24dbd5ca20efa75b9a29eb4566f">
    1010  <!ENTITY mesa-size          "11 MB">
    1111  <!ENTITY mesa-buildsize     "361 MB (with demos and docs, add 89 MB for tests)">
Note: See TracChangeset for help on using the changeset viewer.