Changeset 99c3273 for networking


Ignore:
Timestamp:
02/26/2015 03:38:31 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 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:
c24e4de
Parents:
fda88cea
Message:

Update to samba-4.1.17.
GDB-7.9: s/http/https/.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    rfda88cea r99c3273  
    77  <!ENTITY samba-download-http "https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  " ">
    9   <!ENTITY samba-md5sum        "9c3bc2fb98fd3bac9945b911c71fdc66">
     9  <!ENTITY samba-md5sum        "8fed0f23a672e6a8d0716d96aca88671">
    1010  <!ENTITY samba-size          "19 MB">
    1111  <!ENTITY samba-buildsize     "416 MB (additional 397 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
    12   <!ENTITY samba-time          "2.7 SBU, using parallelism=4 (additional 4.6 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
     12  <!ENTITY samba-time          "2.7 SBU, using parallelism=4 (additional 4.5 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
    1313]>
    1414
     
    140140<screen><userinput>sed -i "/samba3.blackbox.failure.failure/i \^samba3.raw.eas" selftest/knownfail</userinput></screen>
    141141
    142     <para>To test the results, as the <systemitem
    143     class="username">root</systemitem> user, issue: <command>make
    144     quicktest</command>.  There are other targets (test, subunit-test)
    145     available, but take a very long time (over 100 SBU).</para>
     142    <para>To test the results, as the
     143    <systemitem class="username">root</systemitem> user, issue:
     144    <command>make quicktest 2>&amp;1 | tee quicktest.log</command>.  Summary of
     145    the test results and some other information may be obtained with
     146    <command>grep -A5 testsuites quicktest.log</command>.  There are other
     147    targets (test, subunit-test) available, but take a very long time
     148    (over 100 SBU).</para>
    146149
    147150    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.