Changeset 0cd81836


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

Files:
5 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
  • introduction/welcome/changelog.xml

    r9f574bb r0cd81836  
    4848      <para>June 9th, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to lua-5.3.3. Fixes
     52          <ulink url="&blfs-ticket-root;7923">#7923</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to wireshark-2.0.4. Fixes
     56          <ulink url="&blfs-ticket-root;7931">#7931</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[bdubbs] - Update to wget-1.18. Fixes
     60          <ulink url="&blfs-ticket-root;7934">#7934</ulink>.</para>
     61        </listitem>
    5062        <listitem>
    5163          <para>[pierre] - Update to git-2.8.4. Fixes
  • networking/netprogs/wget.xml

    r9f574bb r0cd81836  
    99  <!ENTITY wget-download-ftp
    1010           "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
    11   <!ENTITY wget-md5sum        "b0d58ef4963690e71effba24c105ed52">
     11  <!ENTITY wget-md5sum        "af9ca95a4bb8ac4a9bf10aeae66fa5ec">
    1212  <!ENTITY wget-size          "1.8 MB">
    13   <!ENTITY wget-buildsize     "28 MB (with tests)">
     13  <!ENTITY wget-buildsize     "25 MB (with tests)">
    1414  <!ENTITY wget-time          "0.5 SBU (with tests)">
    1515]>
  • networking/netutils/wireshark.xml

    r9f574bb r0cd81836  
    77  <!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.bz2">
    88  <!ENTITY wireshark-download-ftp  "ftp://ftp.uni-kl.de/pub/wireshark/src/wireshark-&wireshark-version;.tar.bz2">
    9   <!ENTITY wireshark-md5sum        "62dc20f5a77542feed2e38f18db8ae3b">
     9  <!ENTITY wireshark-md5sum        "622928dc6cb31c227c672ec3ec697f28">
    1010  <!ENTITY wireshark-size          "30 MB">
    11   <!ENTITY wireshark-buildsize     "1.8 GB, with default GUI front-ends">
    12   <!ENTITY wireshark-time          "9.6 SBU, with default GUI front-ends">
     11  <!ENTITY wireshark-buildsize     "1.9 GB, with default GUI front-ends">
     12  <!ENTITY wireshark-time          "10.8 SBU, with default GUI front-ends">
    1313]>
    1414
     
    196196
    197197./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    198 
    199198make</userinput></screen>
    200199
  • packages.ent

    r9f574bb r0cd81836  
    287287<!ENTITY librep-version               "0.92.6">
    288288<!ENTITY llvm-version                 "3.8.0">
    289 <!ENTITY lua-version                  "5.3.2">
     289<!ENTITY lua-version                  "5.3.3">
    290290<!ENTITY mercurial-version            "3.8.3">
    291291<!ENTITY nasm-version                 "2.12.01">
     
    391391<!ENTITY rsync-version                "3.1.2">
    392392<!ENTITY samba-version                "4.4.3">
    393 <!ENTITY wget-version                 "1.17.1">
     393<!ENTITY wget-version                 "1.18">
    394394<!ENTITY wireless-tools-version       "29">
    395395<!ENTITY wpa_supplicant-version       "2.5">
     
    405405<!ENTITY whois-version                "5.2.12">
    406406<!ENTITY wicd-version                 "1.7.4">
    407 <!ENTITY wireshark-version            "2.0.3">  <!-- even minors only -->
     407<!ENTITY wireshark-version            "2.0.4">  <!-- even minors only -->
    408408
    409409<!ENTITY wicd-major-version           "1.7">
Note: See TracChangeset for help on using the changeset viewer.