Changeset 4801ff50 for general


Ignore:
Timestamp:
12/23/2017 03:41:30 AM (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:
dc436a1
Parents:
5344b56
Message:

Update to boost_1_66_0.
Update to exim-4.90.
Update to Archive-Zip-1.60 (perl module).
Update to File-Slurper-0.011 (perl module).

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r5344b56 r4801ff50  
    77  <!ENTITY boost-download-http "https://dl.bintray.com/boostorg/release/&boost-version;/source/boost_&boost-dl-version;.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "41d7542ce40e171f3f7982aff008ff0d">
    10   <!ENTITY boost-size          "78 MB">
    11   <!ENTITY boost-buildsize     "849 MB (with regression tests)">
    12   <!ENTITY boost-time          "1.7 SBU (using -j4; add 2.2 SBU for regression tests)">
     9  <!ENTITY boost-md5sum        "b2dfbd6c717be4a7bb2d88018eaccf75">
     10  <!ENTITY boost-size          "82 MB">
     11  <!ENTITY boost-buildsize     "875 MB (add 2 MB for checks)">
     12  <!ENTITY boost-time          "1.2 SBU (using -j4; add 2.2 SBU for tests)">
    1313]>
    1414
     
    112112
    113113    <para>
    114       To run the Boost.Build's regression test (<xref linkend="python2"/>
    115       is required), issue <command>pushd tools/build/test; python test_all.py;
    116       popd</command>. All 131 tests should pass.
     114      To run the Boost.Build's regression test, (<xref linkend="python2"/>
     115      is required).  In addition, one file needs to be renamed
     116      to avoid a conflict with a standard python module. 
     117      Run the tests with: issue <command>pushd tools/build/test;
     118      mv zlib.py zlib.py-orig; python test_all.py; popd</command>.
     119      All 133 tests should pass.
    117120    </para>
    118121
     
    138141    <title>Command Explanations</title>
    139142
    140 <!--    <para>
    141       <command>sed ... has_binary_operator.hpp</command>: This command
    142       fixes a header to overcome a problem with Qt's moc command.  It
    143       is necessary for building some KDE packages.
    144     </para>
    145 -->
    146143    <para>
    147144      <parameter>threading=multi</parameter>: This parameter ensures that
  • general/prog/perl-modules.xml

    r5344b56 r4801ff50  
    1010
    1111  <!ENTITY Archive-Zip-download-http "&perl_authors;/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
    12   <!ENTITY Archive-Zip-md5sum "b649a593391573f9382cef8c08d1d5ba">
     12  <!ENTITY Archive-Zip-md5sum "ae7c617cdf909809b9b2210e620b03ca">
    1313
    1414  <!ENTITY autovivification-download-http "&perl_authors;/id/V/VP/VPIT/autovivification-&autovivification-version;.tar.gz">
     
    5858
    5959  <!ENTITY File-Slurper-download-http "&perl_authors;/id/L/LE/LEONT/File-Slurper-&File-Slurper-version;.tar.gz">
    60   <!ENTITY File-Slurper-md5sum "e3d593d0c5b689076b07f2ca93f3c5c9">
     60  <!ENTITY File-Slurper-md5sum "e0482d3d5a0522e39132ba54af9f1ce3">
    6161
    6262  <!ENTITY File-Which-download-http "&perl_authors;/id/P/PL/PLICEASE/File-Which-&File-Which-version;.tar.gz">
Note: See TracChangeset for help on using the changeset viewer.