Changeset f4327ad9


Ignore:
Timestamp:
05/27/2020 10:55:18 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 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:
07d609b
Parents:
21552cf
Message:

Update to udisks-2.9.0
Update to libdrm-2.4.102
Update to node.js-12.17.0
Update to HTTP::Daemon-6.10 (Perl Module)

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r21552cf rf4327ad9  
    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        "3f23ba05c01f6f03170059057a7bd727">
     9  <!ENTITY nodejs-md5sum        "337bec5ba5d31cc65f9bc5f5d4f9a565">
    1010  <!ENTITY nodejs-size          "23 MB">
    11   <!ENTITY nodejs-buildsize     "1.2 GB (add 21 MB for tests)">
    12   <!ENTITY nodejs-time          "9.4 SBU (using parallelism=4; add 2.6 SBU for tests)">
     11  <!ENTITY nodejs-buildsize     "677 MB (add 155 MB for tests)">
     12  <!ENTITY nodejs-time          "8.1 SBU (using parallelism=4; add 4.2 SBU for tests)">
    1313  <!-- timing is significantly longer on a Ryzen -->
    14   <!-- Size increases are due to using internal ICU -->
    1514]>
    1615
     
    9493    <para role="recommended">
    9594      <xref linkend="c-ares"/>,
    96       <!-- FIXME uncomment the icu dep when we are able to use system icu
    97       <xref linkend="icu"/>, -->
     95      <xref linkend="icu"/>,
    9896      <xref linkend="libuv"/>, and
    9997      <xref linkend="nghttp2"/>
     
    122120
    123121<screen><userinput>./configure --prefix=/usr                  \
    124             --download=icu                 \
    125122            --shared-cares                 \
    126123            --shared-libuv                 \
     
    128125            --shared-openssl               \
    129126            --shared-zlib                  \
    130             --with-intl=full-icu           &amp;&amp;
     127            --with-intl=system-icu         &amp;&amp;
    131128make</userinput></screen>
    132129
     
    151148    <title>Command Explanations</title>
    152149
    153     <!--
    154150    <para>
    155151      <parameter>- -with-intl=system-icu</parameter>: use the system version
     
    158154      <application>icu</application> library) and <option>small-icu</option>
    159155      (to build a local, minimal <application>icu</application> library).
    160     </para>
    161     -->
    162 
    163     <!-- These two options are due to using the internal ICU version.
    164          This prevents problems with ICU-67 -->
    165     <para>
    166       <parameter>--with-intl=full-icu</parameter>: This switch forces Node.js
    167       to use its internal version of ICU.
    168     </para>
    169 
    170     <para>
    171       <parameter>--download=icu</parameter>: This switch downloads the version
    172       of ICU that is appropriate for this version of Node.js.
    173156    </para>
    174157
  • general/prog/perl-modules/perl-http-daemon.xml

    r21552cf rf4327ad9  
    66
    77  <!ENTITY my-download-http "&perl_authors;/id/O/OA/OALDERS/HTTP-Daemon-&HTTP-Daemon-version;.tar.gz">
    8   <!ENTITY my-md5sum "c5d6e1d84f7f09770d9ce52d4bddef59">
     8  <!ENTITY my-md5sum "13288c84aee31e721c0854a2fd3f98cb">
    99
    1010]>
  • general/sysutils/udisks2.xml

    r21552cf rf4327ad9  
    77  <!ENTITY udisks2-download-http "https://github.com/storaged-project/udisks/releases/download/udisks-&udisks2-version;/udisks-&udisks2-version;.tar.bz2">
    88  <!ENTITY udisks2-download-ftp  " ">
    9   <!ENTITY udisks2-md5sum        "ee74a32fe2a7ab3dd3aa9e2283b844ea">
    10   <!ENTITY udisks2-size          "1.5 MB">
    11   <!ENTITY udisks2-buildsize     "36 MB (with tests)">
     9  <!ENTITY udisks2-md5sum        "6c9bc503c183c37f45bd8dafa86e5512">
     10  <!ENTITY udisks2-size          "1.6 MB">
     11  <!ENTITY udisks2-buildsize     "50 MB (with tests)">
    1212  <!ENTITY udisks2-time          "0.3 SBU (with tests)">
    1313]>
     
    123123    <title>Installation of UDisks</title>
    124124
     125<!-- Applied upstream in version 2.9.0.
    125126    <para>
    126127      First, fix a regression caused by glib-2.64:
     
    129130<screen><userinput remap="pre">sed -i '/stdout_channel = g/a g_io_channel_set_encoding (job->child_stdout_channel, NULL, NULL);' src/udisksspawnedjob.c &amp;&amp;
    130131sed -i '/stderr_channel = g/a g_io_channel_set_encoding (job->child_stderr_channel, NULL, NULL);' src/udisksspawnedjob.c</userinput></screen>
     132-->
    131133
    132134    <para>
  • introduction/welcome/changelog.xml

    r21552cf rf4327ad9  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to HTTP-Daemon-6.10 (Perl Module). Fixes
     49          <ulink url="&blfs-ticket-root;13578">#13578</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to Node.JS-12.17.0. Reinstates system ICU
     53          as well. Fixes
     54          <ulink url="&blfs-ticket-root;13576">#13576</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[renodr] - Update to udisks-2.9.0. Fixes
     58          <ulink url="&blfs-ticket-root;13577">#13577</ulink>.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[renodr] - Update to libdrm-2.4.102. Fixes
     62          <ulink url="&blfs-ticket-root;13579">#13579</ulink>.</para>
     63        </listitem>
     64        <listitem>
    4865          <para>[renodr] - Adapt Falkon to build with Qt-5.15.</para>
    4966        </listitem>
  • packages.ent

    r21552cf rf4327ad9  
    134134<!--<!ENTITY libcroco-version             "0.6.13">-->
    135135<!ENTITY libdaemon-version            "0.14">
    136 <!ENTITY libdrm-version               "2.4.101">
     136<!ENTITY libdrm-version               "2.4.102">
    137137<!ENTITY libepoxy-minor               "1.5">
    138138<!ENTITY libepoxy-version             "&libepoxy-minor;.4">
     
    176176<!ENTITY lzo-version                  "2.10">
    177177<!ENTITY mtdev-version                "1.1.6">
    178 <!ENTITY nodejs-version               "12.16.3">
     178<!ENTITY nodejs-version               "12.17.0">
    179179<!ENTITY npth-version                 "1.6">
    180180<!ENTITY nspr-version                 "4.25">
     
    308308<!--<!ENTITY systemd-stable               "6b4878d"> Unused for now -->
    309309<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
    310 <!ENTITY udisks2-version              "2.8.4">    <!-- stable lt .90 micro version -->
     310<!ENTITY udisks2-version              "2.9.0">    <!-- stable lt .90 micro version -->
    311311<!ENTITY unrar-version                "5.9.2">
    312312<!ENTITY unzip-version                "6.0">
     
    405405<!ENTITY File-Which-version           "1.23">
    406406<!ENTITY HTML-Parser-version          "3.72">
    407 <!ENTITY HTTP-Daemon-version          "6.06">
     407<!ENTITY HTTP-Daemon-version          "6.10">
    408408<!ENTITY IO-Socket-SSL-version        "2.068">
    409409<!ENTITY IO-String-version            "1.08">
  • x/lib/libdrm.xml

    r21552cf rf4327ad9  
    77  <!ENTITY libdrm-download-http "https://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.xz">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "e6a6f1b88963210b3d62acd7310a1cc7">
     9  <!ENTITY libdrm-md5sum        "586f1e0c324dd372841922089a04417c">
    1010  <!ENTITY libdrm-size          "400 KB">
    11   <!ENTITY libdrm-buildsize     "9.5 MB (with tests)">
    12   <!ENTITY libdrm-time          "less than 0.1 SBU (add 0.3 SBU for tests)">
     11  <!ENTITY libdrm-buildsize     "10 MB (with tests)">
     12  <!ENTITY libdrm-time          "0.1 SBU (with tests)">
     13  <!-- With version 2.4.102, the tests add 1 second to my build. -->
    1314]>
    1415
     
    113114
    114115    <para>
    115       To check the results, issue <command>ninja test</command>. One test,
     116      To check the results, issue <command>ninja test</command>. <!--One test,
    116117      'threaded' in the nouveau subdirectory, is known to fail with a
    117       30 second timeout.
     118      30 second timeout.-->
     119      <!-- Regarding the 'threaded' test, it's now skipped by default (2.4.102)
     120           -renodr -->
    118121     
    119122      <!-- Tests may hang
Note: See TracChangeset for help on using the changeset viewer.