Ignore:
Timestamp:
03/15/2017 04:30:29 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
c2c08bac
Parents:
ee4bec2d
Message:

Update to samba-4.6.0. Fixes #8983.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    ree4bec2d ra6e9ec1  
    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        "b6d784970333387cbafdd172d914bed2">
    10   <!ENTITY samba-size          "20 MB">
    11   <!ENTITY samba-buildsize     "515 MB (add 364 MB for quicktest, and up to 1.6 GB additional for developer tests)">
    12   <!ENTITY samba-time          "5.2 SBU, using parallelism=4 (add 6.0 SBU for quicktest, and up to 100 SBU to run developer tests)">
     9  <!ENTITY samba-md5sum        "e80c4501c5290a058bbb1c759e46e012">
     10  <!ENTITY samba-size          "20.1 MB">
     11  <!ENTITY samba-buildsize     "568 MB (add 195 MB for quicktest, and up to 1.6 GB additional for developer tests)">
     12  <!ENTITY samba-time          "7.7 SBU (add 4.3 SBU for quicktest, and up to 100 SBU to run developer tests)">
    1313]>
    1414
     
    105105      <ulink url="&pypi;/m2crypto">M2Crypto</ulink> (required for ADS),
    106106      <ulink url="http://www.openafs.org/">OpenAFS</ulink>,
    107       <ulink url="&pypi;/pycrypto/">PyCrypto</ulink> (required for ADS),
     107      <ulink url="&pypi;/pycrypto/">PyCrypto</ulink> (required for both ADS and
     108      the test suite),
    108109      <ulink url="&pypi;/pygpgme/">PyGPGME</ulink> (recommended for ADS),
    109110      <ulink url="https://tevent.samba.org/">tevent</ulink> (included), and
     
    144145    <title>Installation of Samba</title>
    145146
     147    <para>Fix a test that always fails:</para>
     148
     149<screen><userinput>echo "^samba4.rpc.echo.*on.*ncacn_np.*with.*object.*nt4_dc" >> selftest/knownfail</userinput></screen>
     150
    146151    <para>Install <application>Samba</application> by running the following
    147152    commands:</para>
     
    578583
    579584        <seg>
    580           cifsdd, dbwrap_tool, eventlogadm, gentest, ldbadd, ldbdel,
     585          cifsdd, dbwrap_tool, eventlogadm, findsmb,gentest, ldbadd, ldbdel,
    581586          ldbedit, ldbmodify, ldbrename, ldbsearch, locktest, masktest,
    582           ndrdump, net, nmbd, nmblookup, ntlm_auth, oLschema2ldif,
     587          mvxattr, ndrdump, net, nmbd, nmblookup, ntlm_auth, oLschema2ldif,
    583588          pdbedit, pidl, profiles, regdiff, regpatch, regshell, regtree,
    584589          rpcclient, samba, samba_dnsupdate, samba_kcc, samba-regedit,
     
    656661      </varlistentry>
    657662
     663      <varlistentry id="findsmb">
     664        <term><command>findsmb</command></term>
     665        <listitem>
     666          <para>is used to list info about machines that respond to SMB name
     667          queries on a subnet.</para>
     668          <indexterm zone="samba findsmb">
     669            <primary sortas="b-findsmb">findsmb</primary>
     670          </indexterm>
     671        </listitem>
     672      </varlistentry>
     673
    658674      <varlistentry id="gentest">
    659675        <term><command>gentest</command></term>
     
    750766          <indexterm zone="samba masktest">
    751767            <primary sortas="b-masktest">masktest</primary>
     768          </indexterm>
     769        </listitem>
     770      </varlistentry>
     771
     772      <varlistentry id="mvxattr">
     773        <term><command>mvxattr</command></term>
     774        <listitem>
     775          <para>is used to recursively rename extended attributes.</para>
     776          <indexterm zone="samba mvxattr">
     777            <primary sortas="b-mvxattr">mvxattr</primary>
    752778          </indexterm>
    753779        </listitem>
Note: See TracChangeset for help on using the changeset viewer.