Changeset ce508efa for general/genlib


Ignore:
Timestamp:
12/17/2017 07:21:17 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
e23dd212
Parents:
57e07f4
Message:

Update to node.js-9.3.0.
Update to icu-60.1.
Update to libgcrypt-1.8.2.
Update to ffmpeg-3.4.1.
Update to rpcsvc-proto-1.3.

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

Location:
general/genlib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/icu.xml

    r57e07f4 rce508efa  
    88           "http://download.icu-project.org/files/icu4c/&icu-version;/icu4c-&icu-dl-version;-src.tgz">
    99  <!ENTITY icu-download-ftp  " ">
    10   <!ENTITY icu-md5sum        "3d164a2d1bcebd1464c6160ebb8315ef">
     10  <!ENTITY icu-md5sum        "43861b127744b3c0b9d7f386f4b9fa40">
    1111  <!ENTITY icu-size          "22 MB">
    12   <!ENTITY icu-buildsize     "329 MB (add 32 MB for tests)">
    13   <!ENTITY icu-time          "1.2 SBU (add 1.3 SBU for tests)">
     12  <!ENTITY icu-buildsize     "293 MB (add 33 MB for tests)">
     13  <!ENTITY icu-time          "0.4 SBU (using parallelism=4; add 1.4 SBU for tests)">
    1414]>
    1515
  • general/genlib/libgcrypt.xml

    r57e07f4 rce508efa  
    99  <!-- <!ENTITY libgcrypt-download-ftp  "&gnupg-ftp;/libgcrypt/libgcrypt-&libgcrypt-version;.tar.bz2"> -->
    1010  <!ENTITY libgcrypt-download-ftp  " ">
    11   <!ENTITY libgcrypt-md5sum        "b21817f9d850064d2177285f1073ec55">
     11  <!ENTITY libgcrypt-md5sum        "cfb0b5c79eab07686b6898160a407139">
    1212  <!ENTITY libgcrypt-size          "2.8 MB">
    13   <!ENTITY libgcrypt-buildsize     "44 MB (with tests; add 8.1 MB for building docs)">
    14   <!ENTITY libgcrypt-time          "0.4 SBU (with docs; add 0.5 SBU for tests)">
     13  <!ENTITY libgcrypt-buildsize     "40 MB (with tests; add 8.1 MB for building docs)">
     14  <!ENTITY libgcrypt-time          "0.3 SBU (with docs; add 0.5 SBU for tests)">
    1515]>
    1616
  • general/genlib/nodejs.xml

    r57e07f4 rce508efa  
    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        "bbbcf496412a5e62bb025e0dfe7975d5">
    10   <!ENTITY nodejs-size          "17 MB">
    11   <!ENTITY nodejs-buildsize     "315 MB">
     9  <!ENTITY nodejs-md5sum        "6a8767bc083d19de915e0097f7fd75cc">
     10  <!ENTITY nodejs-size          "18 MB">
     11  <!ENTITY nodejs-buildsize     "316 MB">
    1212  <!ENTITY nodejs-time          "3.7 SBU (using parallelism=4)">
    1313]>
     
    8383      <xref linkend="c-ares"/>,
    8484      <xref linkend="icu"/>, and
    85       <xref linkend="openssl10"/>
     85      <xref linkend="openssl"/>
    8686    </para>
    8787
     
    108108    </para>
    109109
    110 <screen><userinput>PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
    111     ./configure --prefix=/usr                  \
    112                 --shared-cares                 \
    113                 --shared-openssl               \
    114                 --shared-zlib                  \
    115                 --with-intl=system-icu         &amp;&amp;
     110<screen><userinput>./configure --prefix=/usr                  \
     111            --shared-cares                 \
     112            --shared-openssl               \
     113            --shared-zlib                  \
     114            --with-intl=system-icu         &amp;&amp;
    116115make</userinput></screen>
    117116
Note: See TracChangeset for help on using the changeset viewer.