mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Update to samba-4.1.7
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12975 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7c2cf8ef16
commit
b45d8f34ba
@ -448,7 +448,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY ntp-version "4.2.6p5">
|
||||
<!ENTITY rpcbind-version "0.2.1">
|
||||
<!ENTITY rsync-version "3.1.0">
|
||||
<!ENTITY samba-version "4.1.6">
|
||||
<!ENTITY samba-version "4.1.7">
|
||||
<!ENTITY wget-version "1.15">
|
||||
<!ENTITY wireless-tools-version "29">
|
||||
<!ENTITY wpa_supplicant-version "2.1">
|
||||
|
@ -47,6 +47,10 @@
|
||||
<listitem>
|
||||
<para>April 17th, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to samba-4.1.7. Fixes
|
||||
<ulink url="&blfs-ticket-root;4972">#4972</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - gnome-system-monitor-3.12.1. Partially fixes
|
||||
<ulink url="&blfs-ticket-root;4958">#4958</ulink>.</para>
|
||||
|
@ -6,11 +6,11 @@
|
||||
|
||||
<!ENTITY samba-download-http "http://ftp.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
|
||||
<!ENTITY samba-download-ftp "ftp://ftp.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
|
||||
<!ENTITY samba-md5sum "9dc64658c0cc81e7637f9b975c19638c">
|
||||
<!ENTITY samba-size "23 MB">
|
||||
<!ENTITY samba-buildsize "468 MB (additional 27 MB for the quicktest,
|
||||
reputedly up to 900 MB additional for all tests)">
|
||||
<!ENTITY samba-time "6.0 SBU (additional 1.2 SBU for the quicktest,
|
||||
<!ENTITY samba-md5sum "bc44b0a245468c3574ef07644206ede3">
|
||||
<!ENTITY samba-size "22 MB">
|
||||
<!ENTITY samba-buildsize "504 MB (additional 27 MB for the quicktest,
|
||||
reputedly up to 500 MB additional for all tests)">
|
||||
<!ENTITY samba-time "7.9 SBU (additional 8.7 SBU for the quicktest,
|
||||
reputedly up to 110 SBU to run all tests)">
|
||||
]>
|
||||
|
||||
@ -110,9 +110,7 @@
|
||||
<para>Install <application>Samba</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>sed -e "s:(Function \*)callback:(rl_command_func_t \*)callback:g" \
|
||||
-i libcli/smbreadline/smbreadline.c &&
|
||||
./configure \
|
||||
<screen><userinput>./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
@ -130,7 +128,8 @@ make</userinput></screen>
|
||||
|
||||
<para>If one quicktest fails, it can be disabled. For example,
|
||||
<quote><replaceable>samba3.raw.eas</replaceable></quote> has been reported
|
||||
to fail. To disable it, run the following command:</para>
|
||||
to fail for prior Samba versions. To disable it, run the following
|
||||
command:</para>
|
||||
|
||||
<screen><userinput>sed -i "/samba3.blackbox.failure.failure/i \^samba3.raw.eas" selftest/knownfail</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user