Changeset d9e0208 for networking


Ignore:
Timestamp:
11/01/2015 11:59:31 PM (8 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.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:
217df4e
Parents:
366fbbb8
Message:
  • Update to samba-4.3.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    r366fbbb8 rd9e0208  
    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        "aeaa6ccee87727b7d01df7b6d0864c74">
     9  <!ENTITY samba-md5sum        "e63a481cad0603db1a9239d7606cbc9a">
    1010  <!ENTITY samba-size          "20 MB">
    11   <!ENTITY samba-buildsize     "476 MB (additional 397 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
    12   <!ENTITY samba-time          "2.1 SBU, using parallelism=4 (additional 7.4 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
     11  <!ENTITY samba-buildsize     "499 MB (additional 408 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
     12  <!ENTITY samba-time          "2.2 SBU, using parallelism=4 (additional 22.5 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
    1313]>
    1414
     
    8585      <xref linkend="mitkrb"/>,
    8686      <xref linkend="popt"/>,
     87      <xref linkend="python3"/>,
    8788      <xref linkend="talloc"/>,
    8889      <xref linkend="valgrind"/> (optionally used by the test suite),
     
    170171                   
    171172install -v -m755    examples/LDAP/{get*,ol*} \
    172                     /etc/openldap/schema              &amp;&amp;
    173 
    174 install -v -m755 -d /usr/share/doc/samba-&samba-version; &amp;&amp;
    175 
    176 install -v -m644    lib/ntdb/doc/design.pdf \
    177                     /usr/share/doc/samba-&samba-version;</userinput></screen>
     173                    /etc/openldap/schema</userinput></screen>
    178174
    179175  </sect2>
     
    469465
    470466        <seg>
    471           cifsdd, dbwrap_tool, eventlogadm, gentest, ldbadd, ldbdel, ldbedit,
    472           ldbmodify, ldbrename, ldbsearch, locktest, masktest, ndrdump, net,
    473           nmbd, nmblookup, ntdbbackup, ntdbdump, ntdbrestore, ntdbtool,
    474           ntlm_auth, oLschema2ldif, pdbedit, pidl, profiles, regdiff, regpatch,
    475           regshell, regtree, rpcclient, samba, samba_dnsupdate, samba_kcc,
    476           samba-regedit, samba_spnupdate, samba-tool, samba_upgradedns,
    477           sharesec, smbcacls, smbclient, smbcontrol, smbcquotas, smbd, smbget,
    478           smbpasswd, smbspool, smbstatus, smbtar, smbta-util, smbtorture,
    479           smbtree, tdbbackup, tdbdump, tdbrestore, tdbtool, testparm, wbinfo,
    480           and winbindd
     467          cifsdd, dbwrap_tool, eventlogadm, gentest, ldbadd, ldbdel,
     468          ldbedit, ldbmodify, ldbrename, ldbsearch, locktest, masktest,
     469          ndrdump, net, nmbd, nmblookup, ntlm_auth, oLschema2ldif,
     470          pdbedit, pidl, profiles, regdiff, regpatch, regshell, regtree,
     471          rpcclient, samba, samba_dnsupdate, samba_kcc, samba-regedit,
     472          samba_spnupdate, samba-tool, samba_upgradedns, sharesec,
     473          smbcacls, smbclient, smbcontrol, smbcquotas, smbd, smbget,
     474          smbpasswd, smbspool, smbstatus, smbtar, smbta-util,
     475          smbtorture, smbtree, tdbbackup, tdbdump, tdbrestore, tdbtool,
     476          testparm, wbinfo, and winbindd
    481477        </seg>
    482478
     
    499495          /usr/lib/perl5/vendor_perl/5.x.y/Parse/Pidl/{Samba{3,4},Wireshark},
    500496          /usr/lib/python&python2-majorver;/site-packages/samba,
    501           /usr/lib/samba, /usr/share/doc/samba-&samba-version;,
    502           /usr/share/samba, and /var/{cache,lib,lock,log,run}/samba
     497          /usr/lib/samba, /usr/share/samba, and
     498          /var/{cache,lib,lock,log,run}/samba
    503499        </seg>
    504500
     
    686682      </varlistentry>
    687683
    688       <varlistentry id="ntdbbackup">
    689         <term><command>ntdbbackup</command></term>
    690         <listitem>
    691           <para>is a tool for backing up and for validating the integrity of
    692            <application>Samba</application> <filename>.ntdb</filename> files.</para>
    693           <indexterm zone="samba ntdbbackup">
    694             <primary sortas="b-ntdbbackup">ntdbbackup</primary>
    695           </indexterm>
    696         </listitem>
    697       </varlistentry>
    698 
    699       <varlistentry id="ntdbdump">
    700         <term><command>ntdbdump</command></term>
    701         <listitem>
    702           <para>is a tool for printing the contents of
    703            <application>Samba</application> <filename>.ntdb</filename> files.</para>
    704           <indexterm zone="samba ntdbdump">
    705             <primary sortas="b-ntdbdump">ntdbdump</primary>
    706           </indexterm>
    707         </listitem>
    708       </varlistentry>
    709 
    710       <varlistentry id="ntdbrestore">
    711         <term><command>ntdbrestore</command></term>
    712         <listitem>
    713           <para>is a tool for creating a <application>Samba</application>
    714             <filename>.ntdb</filename> file out of a ntdbdump
    715             output.</para>
    716           <indexterm zone="samba ntdbrestore">
    717             <primary sortas="b-ntdbrestore">ntdbrestore</primary>
    718           </indexterm>
    719         </listitem>
    720       </varlistentry>
    721 
    722       <varlistentry id="ntdbtool">
    723         <term><command>ntdbtool</command></term>
    724         <listitem>
    725           <para>is used to manipulate the contents of <application>Samba</application>
    726             <filename>.ntdb</filename> files.</para>
    727           <indexterm zone="samba ntdbtool">
    728             <primary sortas="b-ntdbtool">ntdbtool</primary>
    729           </indexterm>
    730         </listitem>
    731       </varlistentry>
    732 
    733684      <varlistentry id="ntlm_auth">
    734685        <term><command>ntlm_auth</command></term>
Note: See TracChangeset for help on using the changeset viewer.