Changeset f4327ad9 for general


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

Location:
general
Files:
3 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>
Note: See TracChangeset for help on using the changeset viewer.