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:
Bruce Dubbs 2014-04-17 21:51:36 +00:00
parent 7c2cf8ef16
commit b45d8f34ba
3 changed files with 13 additions and 10 deletions

View File

@ -448,7 +448,7 @@ export -f as_root</userinput></screen>
<!ENTITY ntp-version "4.2.6p5"> <!ENTITY ntp-version "4.2.6p5">
<!ENTITY rpcbind-version "0.2.1"> <!ENTITY rpcbind-version "0.2.1">
<!ENTITY rsync-version "3.1.0"> <!ENTITY rsync-version "3.1.0">
<!ENTITY samba-version "4.1.6"> <!ENTITY samba-version "4.1.7">
<!ENTITY wget-version "1.15"> <!ENTITY wget-version "1.15">
<!ENTITY wireless-tools-version "29"> <!ENTITY wireless-tools-version "29">
<!ENTITY wpa_supplicant-version "2.1"> <!ENTITY wpa_supplicant-version "2.1">

View File

@ -47,6 +47,10 @@
<listitem> <listitem>
<para>April 17th, 2014</para> <para>April 17th, 2014</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[bdubbs] - Updated to samba-4.1.7. Fixes
<ulink url="&blfs-ticket-root;4972">#4972</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[fernando] - gnome-system-monitor-3.12.1. Partially fixes <para>[fernando] - gnome-system-monitor-3.12.1. Partially fixes
<ulink url="&blfs-ticket-root;4958">#4958</ulink>.</para> <ulink url="&blfs-ticket-root;4958">#4958</ulink>.</para>

View File

@ -6,11 +6,11 @@
<!ENTITY samba-download-http "http://ftp.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz"> <!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-download-ftp "ftp://ftp.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
<!ENTITY samba-md5sum "9dc64658c0cc81e7637f9b975c19638c"> <!ENTITY samba-md5sum "bc44b0a245468c3574ef07644206ede3">
<!ENTITY samba-size "23 MB"> <!ENTITY samba-size "22 MB">
<!ENTITY samba-buildsize "468 MB (additional 27 MB for the quicktest, <!ENTITY samba-buildsize "504 MB (additional 27 MB for the quicktest,
reputedly up to 900 MB additional for all tests)"> reputedly up to 500 MB additional for all tests)">
<!ENTITY samba-time "6.0 SBU (additional 1.2 SBU for the quicktest, <!ENTITY samba-time "7.9 SBU (additional 8.7 SBU for the quicktest,
reputedly up to 110 SBU to run all tests)"> reputedly up to 110 SBU to run all tests)">
]> ]>
@ -110,9 +110,7 @@
<para>Install <application>Samba</application> by running the following <para>Install <application>Samba</application> by running the following
commands:</para> commands:</para>
<screen><userinput>sed -e "s:(Function \*)callback:(rl_command_func_t \*)callback:g" \ <screen><userinput>./configure \
-i libcli/smbreadline/smbreadline.c &amp;&amp;
./configure \
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--localstatedir=/var \ --localstatedir=/var \
@ -130,7 +128,8 @@ make</userinput></screen>
<para>If one quicktest fails, it can be disabled. For example, <para>If one quicktest fails, it can be disabled. For example,
<quote><replaceable>samba3.raw.eas</replaceable></quote> has been reported <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> <screen><userinput>sed -i "/samba3.blackbox.failure.failure/i \^samba3.raw.eas" selftest/knownfail</userinput></screen>