mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Update to Samba-4.6.2. Fixes #9046.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18575 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a85e5ce338
commit
f89b5871bf
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "08"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "04"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2017">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "April 8th &year;">
|
||||
<!ENTITY releasedate "April 9th &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>April 9th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Update to Samba-4.6.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;9046">#9046</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>April 8th, 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 "e80c4501c5290a058bbb1c759e46e012">
|
||||
<!ENTITY samba-md5sum "461def8190ffc651fd8458b24ca2a622">
|
||||
<!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)">
|
||||
<!ENTITY samba-buildsize "566 MB (add 371 MB for quicktest, add up to 1.6 GB additional for developer tests)">
|
||||
<!ENTITY samba-time "8.7 SBU (add 4.3 SBU for quicktest, and up to 100 SBU to run developer tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="samba" xreflabel="Samba-&samba-version;">
|
||||
@ -85,6 +85,7 @@
|
||||
<xref linkend="cyrus-sasl"/>,
|
||||
<xref linkend="gdb"/>,
|
||||
<xref linkend="git"/>,
|
||||
<xref linkend="gnupg2"/> (required for ADS and testsuite),
|
||||
<xref linkend="gnutls"/>,
|
||||
<xref linkend="libarchive"/>,
|
||||
<xref linkend="libcap-pam"/>,
|
||||
@ -102,7 +103,7 @@
|
||||
<ulink url="http://www.h5l.org/">Heimdal</ulink> (currently not working),
|
||||
<ulink url="http://ftp.de.debian.org/debian/pool/main/liba/libaio/">libaio</ulink>,
|
||||
<ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>,
|
||||
<ulink url="https://www.samba.org/ftp/ldb/">ldb</ulink> (included),
|
||||
<ulink url="https://ldb.samba.org/">ldb</ulink> (included),
|
||||
<ulink url="&pypi;/m2crypto">M2Crypto</ulink> (required for ADS),
|
||||
<ulink url="http://www.openafs.org/">OpenAFS</ulink>,
|
||||
<ulink url="&pypi;/pygpgme/">PyGPGME</ulink> (recommended for ADS),
|
||||
@ -191,8 +192,10 @@ make</userinput></screen>
|
||||
<para>To test the results, as the
|
||||
<systemitem class="username">root</systemitem> user, issue:
|
||||
<command>make quicktest</command>. The test suite will produce lines that
|
||||
look like failures, but these are innocuous. The summary should report
|
||||
<emphasis>"ALL OK"</emphasis> for a good test run.</para>
|
||||
look like failures, but these are innocuous. The last few lines of output
|
||||
should report <emphasis>"ALL OK"</emphasis> for a good test run. A summary
|
||||
of any failures can be found in
|
||||
<filename class="directory">./st/summary</filename>.</para>
|
||||
|
||||
<note>
|
||||
<para>Additionally, developer test suites are available. If you've
|
||||
@ -235,7 +238,7 @@ install -v -m755 examples/LDAP/{get*,ol*} \
|
||||
<application>systemd</application> integration, since it is not built
|
||||
in the SYS V version of LFS/BLFS.</para>
|
||||
|
||||
<para revision="sysv"><parameter>--without-ad-dc</parameter>: Disable
|
||||
<para><parameter>--without-ad-dc</parameter>: Disable
|
||||
Active Directory Domain Controller functionality. See <ulink
|
||||
url="https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller">
|
||||
Setup a Samba Active Directory Domain Controller</ulink> for detailed
|
||||
|
@ -406,7 +406,7 @@
|
||||
<!ENTITY ntp-version "4.2.8p10">
|
||||
<!ENTITY rpcbind-version "0.2.4">
|
||||
<!ENTITY rsync-version "3.1.2">
|
||||
<!ENTITY samba-version "4.6.0">
|
||||
<!ENTITY samba-version "4.6.2">
|
||||
<!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