Changeset 71d9ded


Ignore:
Timestamp:
09/17/2020 08:30:47 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
73eb857
Parents:
e326344
Message:

Update to node-12.18.4.
Update to icewm-1.8.3.
Update to mesa-20.1.8. Made patch generic/not version dependent.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    re326344 r71d9ded  
    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        "cb746f860a64fced875d8aa3ebf69591">
     9  <!ENTITY nodejs-md5sum        "4ee7077af74d17cea8187f167f55c8c6">
    1010  <!ENTITY nodejs-size          "23 MB">
    11   <!ENTITY nodejs-buildsize     "677 MB (add 39 MB for tests)">
    12   <!ENTITY nodejs-time          "8.0 SBU (using parallelism=4; add 2.9 SBU for tests)">
     11  <!ENTITY nodejs-buildsize     "607 MB (add 20 MB for tests)">
     12  <!ENTITY nodejs-time          "6.3 SBU (using parallelism=4; add 2.1 SBU for tests)">
    1313  <!-- timing may be shorter on intel -->
    1414]>
  • introduction/welcome/changelog.xml

    re326344 r71d9ded  
    4343    -->
    4444    <listitem>
     45      <para>September 17th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to node-12.18.4. Fixes
     49          <ulink url="&blfs-ticket-root;14040">#14040</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to icewm-1.8.3. Fixes
     53          <ulink url="&blfs-ticket-root;14041">#14041</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to mesa-20.1.8. Fixes
     57          <ulink url="&blfs-ticket-root;14043">#14043</ulink>.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
     62    <listitem>
    4563      <para>September 16th, 2020</para>
    4664      <itemizedlist>
  • packages.ent

    re326344 r71d9ded  
    175175<!ENTITY lzo-version                  "2.10">
    176176<!ENTITY mtdev-version                "1.1.6">
    177 <!ENTITY nodejs-version               "12.18.3">
     177<!ENTITY nodejs-version               "12.18.4">
    178178<!ENTITY npth-version                 "1.6">
    179179<!ENTITY nspr-version                 "4.28">
     
    686686<!ENTITY xkeyboard-config-version     "2.30">
    687687<!ENTITY mesa-major-minor             "20.1">
    688 <!ENTITY mesa-version                 "&mesa-major-minor;.7">
     688<!ENTITY mesa-version                 "&mesa-major-minor;.8">
    689689<!ENTITY xcb-util-version             "0.4.0">
    690690<!ENTITY xcb-util-image-version       "0.4.0">
     
    764764<!-- Chapter 27 -->
    765765<!ENTITY fluxbox-version              "1.3.7">
    766 <!ENTITY icewm-version                "1.8.2">
     766<!ENTITY icewm-version                "1.8.3">
    767767<!ENTITY openbox-version              "3.6.1">
    768768<!ENTITY sawfish-version              "1.12.0">
  • x/installing/mesa.xml

    re326344 r71d9ded  
    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        "d4a092d7b5a2c6ed52aad0f6b6b1447c">
     9  <!ENTITY mesa-md5sum        "143ded7a408c0cfd21b9fbb7e138c842">
    1010  <!ENTITY mesa-size          "12 MB">
    11   <!ENTITY mesa-buildsize     "566 MB (with demos and docs), add 157 MB for tests">
    12   <!ENTITY mesa-time          "2.3 SBU (with parallelism=4, demos, and docs), add 0.3 SBU for tests">
     11  <!ENTITY mesa-buildsize     "440 MB (with demos and docs), add 157 MB for tests">
     12  <!ENTITY mesa-time          "2.2 SBU (with parallelism=4, demos, and docs), add 0.3 SBU for tests">
    1313]>
    1414
     
    8484          Recommended patch:
    8585          <ulink
    86             url="&patch-root;/mesa-&mesa-version;-add_xdemos-1.patch"/>
     86            url="&patch-root;/mesa-add_xdemos-1.patch"/>
     87            <!--url="&patch-root;/mesa-&mesa-version;-add_xdemos-1.patch"/>-->
    8788          (installs 2 demo programs for testing Mesa - not needed if you
    8889          install the <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/">
     
    161162    </para>
    162163
    163 <screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-1.patch</userinput></screen>
     164<!--<screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-1.patch</userinput></screen>-->
     165<screen><userinput>patch -Np1 -i ../mesa-add_xdemos-1.patch</userinput></screen>
    164166
    165167   <!-- Note that freedreno, vc4, and virgl all need special support from
  • x/wm/icewm.xml

    re326344 r71d9ded  
    77  <!ENTITY icewm-download-http "https://github.com/ice-wm/icewm/archive/&icewm-version;/icewm-&icewm-version;.tar.gz">
    88  <!ENTITY icewm-download-ftp  " ">
    9   <!ENTITY icewm-md5sum        "c3cedecfdd371fd9ef3d2df28981ed71">
     9  <!ENTITY icewm-md5sum        "8eceb6adf45b82feb7f3906035c04a49">
    1010  <!ENTITY icewm-size          "2.1 MB">
    1111  <!ENTITY icewm-buildsize     "46 MB">
Note: See TracChangeset for help on using the changeset viewer.