Ignore:
Timestamp:
06/10/2016 12:12:48 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.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, nosym, 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:
302a619
Parents:
9f574bb
Message:

Update to lua-5.3.3.
Update to wireshark-2.0.4.
Update to wget-1.18.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/lua.xml

    r9f574bb r0cd81836  
    77  <!ENTITY lua-download-http "http://www.lua.org/ftp/lua-&lua-version;.tar.gz">
    88  <!ENTITY lua-download-ftp  " ">
    9   <!ENTITY lua-md5sum        "33278c2ab5ee3c1a875be8d55c1ca2a1">
    10   <!ENTITY lua-size          "284 KB">
    11   <!ENTITY lua-buildsize     "4 MB (add 440 KB for the Basic tests)">
     9  <!ENTITY lua-md5sum        "703f75caa4fdf4a911c1a72e67a27498">
     10  <!ENTITY lua-size          "288 KB">
     11  <!ENTITY lua-buildsize     "4.0 MB (add 444 KB for the Basic tests)">
    1212  <!ENTITY lua-time          "less than 0.1 SBU (with Basic tests)">
    1313
    1414  <!ENTITY lua-tests-download-http "http://www.lua.org/tests/lua-&lua-version;-tests.tar.gz">
    1515  <!ENTITY lua-tests-download-ftp  " ">
    16   <!ENTITY lua-tests-md5sum        "a2b7ab1b8ff82a0145376e233ef30a4a">
    17   <!ENTITY lua-tests-size          "100 KB">
     16  <!ENTITY lua-tests-md5sum        "76f4fb07f2a4970d554645ac26df86df">
     17  <!ENTITY lua-tests-size          "104 KB">
    1818]>
    1919
     
    4646    </para>
    4747
    48     &lfs79_checked;
     48    &lfs79_checked;&gcc6_checked;
    4949
    5050    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    152152
    153153<screen><userinput>patch -Np1 -i ../lua-&lua-version;-shared_library-1.patch &amp;&amp;
    154 
    155154sed -i '/#define LUA_ROOT/s:/usr/local/:/usr/:' src/luaconf.h &amp;&amp;
    156155
     
    162161      More comprehensive tests can be performed if you downloaded the "Test
    163162      suite" tarball. Those tests need to be executed after the package is
    164       installed, thus we defer to describe then below.
     163      installed, thus we defer to the description below.
    165164    </para>
    166165
     
    178177
    179178    <para>
    180       We are going to describe only the "Basic tests". Untar the tarball and
     179      Here we describe only the "Basic tests". Untar the tarball and
    181180      change to the
    182181      <filename class="directory">lua-&lua-version;-tests</filename> directory,
    183182      then issue
    184       <command>lua -e"_U=true" all.lua</command>. If the tests finish without
    185       error, you will see a message containing the string "final OK", at the
    186       end.
     183      <command>lua -e "_U=true" all.lua</command>. If the tests finish without
     184      error, you will see a message containing the string "final OK".
    187185    </para>
    188186
     
    193191
    194192    <para>
    195       <command>sed -i ... src/luaconf.h</command>: This command changes
    196       <application>Lua</application> search path to match the install paths.
     193      <command>sed -i ... src/luaconf.h</command>: This command changes the
     194      <application>Lua</application> search path to match the install path.
    197195    </para>
    198196
Note: See TracChangeset for help on using the changeset viewer.