Changeset 0f53ca47


Ignore:
Timestamp:
01/12/2014 04:25:00 PM (10 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.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9c1fbda4
Parents:
933d7c9
Message:

Update to Samba-4.1.4.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r933d7c9 r0f53ca47  
    436436<!ENTITY rpcbind-version              "0.2.1">
    437437<!ENTITY rsync-version                "3.1.0">
    438 <!ENTITY samba-version                "4.1.3">
     438<!ENTITY samba-version                "4.1.4">
    439439<!ENTITY wget-version                 "1.14">
    440440<!ENTITY wireless-tools-version       "29">
  • introduction/welcome/changelog.xml

    r933d7c9 r0f53ca47  
    4545-->
    4646    <listitem>
     47      <para>January 12th, 2014</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[fernando] - Update to Samba-4.1.4. Fixes
     51          <ulink url="&blfs-ticket-root;4547">#4547</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>January 11th, 2014</para>
    4858      <itemizedlist>
  • networking/netprogs/samba.xml

    r933d7c9 r0f53ca47  
    77  <!ENTITY samba-download-http "http://ftp.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  "ftp://ftp.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    9   <!ENTITY samba-md5sum        "a5dbfe87f4cb3d9d91e15e5df99a59a1">
     9  <!ENTITY samba-md5sum        "c7871012ac40b8c74afff42bbd873bd7">
    1010  <!ENTITY samba-size          "23 MB">
    11   <!ENTITY samba-buildsize     "493 MB (up to 900MB additional for all tests)">
    12   <!ENTITY samba-time          "6.6 SBU (up to 110 SBU to run all tests)">
     11  <!ENTITY samba-buildsize     "467 MB (additional 27 MB for the quicktest,
     12                                reputedly up to 900 MB additional for all tests)">
     13  <!ENTITY samba-time          "5.7 SBU (additional 1.2 SBU for the quicktest,
     14                                reputedly up to 110 SBU to run all tests)">
    1315]>
    1416
     
    124126
    125127    <para>To test the results, as the <systemitem
    126     class="username">root</systemitem> user,issue: <command>make
    127     quicktest</command> (about 8 SBU).  There are other targets (test,
    128     subunit-test) available, but take a very long (over 100 SBU) time.</para>
     128    class="username">root</systemitem> user, issue: <command>make
     129    quicktest</command>.  There are other targets (test, subunit-test)
     130    available, but take a very long time (over 100 SBU).</para>
     131
     132    <para>If one quicktest fails, it can be disabled. For example,
     133    <quote><replaceable>samba3.raw.eas</replaceable></quote> has been reported
     134    to fail. To disable it, run the following command:</para>
     135
     136<screen><userinput>sed -i "/samba3.blackbox.failure.failure/i \^samba3.raw.eas" selftest/knownfail</userinput></screen>
    129137
    130138    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    297305        <quote>dos charset</quote> and <quote>unix charset</quote> parameters
    298306        to the <quote>[global]</quote> section as described in Scenario 1 in
    299         order to prevent filename corruption.</para>
     307        order to prevent filename corruption. For security reasons, you may
     308        wish to define
     309        <replaceable>path = /home/alice/shared-files</replaceable>,
     310        assuming your user name is <replaceable>alice</replaceable> and you
     311        only want to share the files in that directory, instead of your entire
     312        home. Then, replace <replaceable>homes</replaceable> by
     313        <replaceable>shared-files</replaceable> and change also the
     314        <quote><literal>comment</literal></quote> if used the configuration
     315        file below or the <filename>/etc/samba/smb.conf.default</filename>
     316        to create yours.</para>
    300317
    301318        <para>The following configuration file creates a separate share for each
     
    465482        character set, filesystem and support modules.</seg>
    466483       
    467         <seg>/etc/samba, /usr/include/samba-4.0, /usr/lib/samba,
     484        <seg>/etc/samba, /usr/include/samba-4.0,
     485        /usr/lib/python&python2-majorver;/site-packages/samba,
     486        /usr/lib/samba, /usr/share/doc/samba-&samba-version;,
     487        /usr/share/perl5/Parse/Pidl/Samba{3,4},
    468488        /usr/share/samba, /var/cache/samba, /var/lib/samba, /var/lock/samba,
    469489        /var/log/samba, and /var/run/samba</seg>
Note: See TracChangeset for help on using the changeset viewer.