Changeset 60d4af1 for networking


Ignore:
Timestamp:
12/30/2016 04:48:35 PM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
f9a5b35
Parents:
3406acf
Message:

Update to NSS-3.28
Update to Samba-4.5.3
Fix something in the xfsprogs page
Comment out the test suite in Samba until I can add the Python Modules required

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    r3406acf r60d4af1  
    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        "723c483d6a4ebebaa3bfd5099dcff5af">
     9  <!ENTITY samba-md5sum        "6f30eed6dfbd036dfde023e03ed8b311">
    1010  <!ENTITY samba-size          "20 MB">
    11   <!ENTITY samba-buildsize     "509 MB (add 15 MB for quicktest, reputedly up to 348 MB additional for all tests)">
    12   <!ENTITY samba-time          "5.6 SBU, using parallelism=4 (add 0.3 SBU for quicktest, reputedly up to 110 SBU to run all tests)">
     11  <!ENTITY samba-buildsize     "509 MB (add 382 MB for quicktest, and up to 1.6 GB additional for all tests)">
     12  <!ENTITY samba-time          "5.2 SBU, using parallelism=4 (add 6.0 SBU for quicktest, and up to 218 SBU to run all tests)">
    1313]>
    1414
     
    7070    <bridgehead renderas="sect4">Recommended</bridgehead>
    7171    <para role="recommended">
     72      <xref linkend="gpgme"/>,
    7273      <xref linkend="libtirpc"/>,
    7374      <xref linkend="libxslt"/> (for documentation),
     
    9293      <xref linkend="popt"/>,
    9394      <xref linkend="python3"/>,
     95      <!-- <xref linkend="python-cryptography"/>, -->
     96      <!-- <xref linkend="m2crypto"/>, -->
     97      <!-- <xref linkend="python-gpgme"/>, -->
    9498      <xref linkend="talloc"/>,
    9599      <xref linkend="vala"/>,
     
    161165<screen><userinput>sed -i "/samba3.blackbox.failure.failure/i \^samba3.raw.eas" selftest/knownfail</userinput></screen>
    162166-->
     167
     168<!-- Commented out until I figure the Python Module situation out.
    163169    <para>To test the results, as the
    164170    <systemitem class="username">root</systemitem> user, issue:
     
    168174    targets (test, subunit-test) available, but take a very long time
    169175    (over 100 SBU).</para>
     176-->
    170177
    171178    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.