mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
Update to samba-4.6.0. Fixes #8983.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18490 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ee4bec2d94
commit
a6e9ec15bf
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "14"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "15"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2017">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "March 14th &year;">
|
||||
<!ENTITY releasedate "March 15th &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -41,6 +41,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>March 15th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Update to samba-4.6.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;8983">#8983</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 14th, 2017</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY samba-download-http "https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
|
||||
<!ENTITY samba-download-ftp " ">
|
||||
<!ENTITY samba-md5sum "b6d784970333387cbafdd172d914bed2">
|
||||
<!ENTITY samba-size "20 MB">
|
||||
<!ENTITY samba-buildsize "515 MB (add 364 MB for quicktest, and up to 1.6 GB additional for developer tests)">
|
||||
<!ENTITY samba-time "5.2 SBU, using parallelism=4 (add 6.0 SBU for quicktest, and up to 100 SBU to run developer tests)">
|
||||
<!ENTITY samba-md5sum "e80c4501c5290a058bbb1c759e46e012">
|
||||
<!ENTITY samba-size "20.1 MB">
|
||||
<!ENTITY samba-buildsize "568 MB (add 195 MB for quicktest, and up to 1.6 GB additional for developer tests)">
|
||||
<!ENTITY samba-time "7.7 SBU (add 4.3 SBU for quicktest, and up to 100 SBU to run developer tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="samba" xreflabel="Samba-&samba-version;">
|
||||
@ -104,7 +104,8 @@
|
||||
<ulink url="https://www.samba.org/ftp/ldb/">ldb</ulink> (included),
|
||||
<ulink url="&pypi;/m2crypto">M2Crypto</ulink> (required for ADS),
|
||||
<ulink url="http://www.openafs.org/">OpenAFS</ulink>,
|
||||
<ulink url="&pypi;/pycrypto/">PyCrypto</ulink> (required for ADS),
|
||||
<ulink url="&pypi;/pycrypto/">PyCrypto</ulink> (required for both ADS and
|
||||
the test suite),
|
||||
<ulink url="&pypi;/pygpgme/">PyGPGME</ulink> (recommended for ADS),
|
||||
<ulink url="https://tevent.samba.org/">tevent</ulink> (included), and
|
||||
<ulink url="https://tdb.samba.org/">tdb</ulink> (included)
|
||||
@ -143,6 +144,10 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Samba</title>
|
||||
|
||||
<para>Fix a test that always fails:</para>
|
||||
|
||||
<screen><userinput>echo "^samba4.rpc.echo.*on.*ncacn_np.*with.*object.*nt4_dc" >> selftest/knownfail</userinput></screen>
|
||||
|
||||
<para>Install <application>Samba</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
@ -577,9 +582,9 @@ systemctl start smbd.socket</userinput></screen>
|
||||
<seglistitem>
|
||||
|
||||
<seg>
|
||||
cifsdd, dbwrap_tool, eventlogadm, gentest, ldbadd, ldbdel,
|
||||
cifsdd, dbwrap_tool, eventlogadm, findsmb,gentest, ldbadd, ldbdel,
|
||||
ldbedit, ldbmodify, ldbrename, ldbsearch, locktest, masktest,
|
||||
ndrdump, net, nmbd, nmblookup, ntlm_auth, oLschema2ldif,
|
||||
mvxattr, ndrdump, net, nmbd, nmblookup, ntlm_auth, oLschema2ldif,
|
||||
pdbedit, pidl, profiles, regdiff, regpatch, regshell, regtree,
|
||||
rpcclient, samba, samba_dnsupdate, samba_kcc, samba-regedit,
|
||||
samba_spnupdate, samba-tool, samba_upgradedns, sharesec,
|
||||
@ -655,6 +660,17 @@ systemctl start smbd.socket</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="findsmb">
|
||||
<term><command>findsmb</command></term>
|
||||
<listitem>
|
||||
<para>is used to list info about machines that respond to SMB name
|
||||
queries on a subnet.</para>
|
||||
<indexterm zone="samba findsmb">
|
||||
<primary sortas="b-findsmb">findsmb</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="gentest">
|
||||
<term><command>gentest</command></term>
|
||||
<listitem>
|
||||
@ -753,6 +769,16 @@ systemctl start smbd.socket</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mvxattr">
|
||||
<term><command>mvxattr</command></term>
|
||||
<listitem>
|
||||
<para>is used to recursively rename extended attributes.</para>
|
||||
<indexterm zone="samba mvxattr">
|
||||
<primary sortas="b-mvxattr">mvxattr</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ndrdump">
|
||||
<term><command>ndrdump</command></term>
|
||||
<listitem>
|
||||
|
@ -403,7 +403,7 @@
|
||||
<!ENTITY ntp-version "4.2.8p9">
|
||||
<!ENTITY rpcbind-version "0.2.4">
|
||||
<!ENTITY rsync-version "3.1.2">
|
||||
<!ENTITY samba-version "4.5.5">
|
||||
<!ENTITY samba-version "4.6.0">
|
||||
<!ENTITY wget-version "1.19.1">
|
||||
<!ENTITY wireless-tools-version "29">
|
||||
<!ENTITY wpa_supplicant-version "2.6">
|
||||
|
Loading…
Reference in New Issue
Block a user