Changeset 99ece5d


Ignore:
Timestamp:
06/07/2014 12:59:33 AM (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.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:
7bef0aa5
Parents:
28690a0
Message:

samba-4.1.8.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r28690a0 r99ece5d  
    451451<!ENTITY rpcbind-version              "0.2.1">
    452452<!ENTITY rsync-version                "3.1.0">
    453 <!ENTITY samba-version                "4.1.7">
     453<!ENTITY samba-version                "4.1.8">
    454454<!ENTITY wget-version                 "1.15">
    455455<!ENTITY wireless-tools-version       "29">
  • introduction/welcome/changelog.xml

    r28690a0 r99ece5d  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - samba-4.1.8. Fixes
     51          <ulink url="&blfs-ticket-root;5132">#5132</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[igor] - Update to wpa_supplicant-2.2. Fixes
    5155          <ulink url="&blfs-ticket-root;5137">#5137</ulink>.</para>
  • networking/netprogs/samba.xml

    r28690a0 r99ece5d  
    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        "bc44b0a245468c3574ef07644206ede3">
    10   <!ENTITY samba-size          "22 MB">
    11   <!ENTITY samba-buildsize     "504 MB (additional 27 MB for the quicktest,
    12                                 reputedly up to 500 MB additional for all tests)">
    13   <!ENTITY samba-time          "7.9 SBU (additional 8.7 SBU for the quicktest,
    14                                 reputedly up to 110 SBU to run all tests)">
     9  <!ENTITY samba-md5sum        "212b7568d44e7668a7dc8a45c5558764">
     10  <!ENTITY samba-size          "23 MB">
     11  <!ENTITY samba-buildsize     "459 MB (additional 396 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
     12  <!ENTITY samba-time          "6.1 SBU (additional 4.1 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
    1513]>
    1614
     
    116114    --with-piddir=/run/samba            \
    117115    --with-pammodulesdir=/lib/security  \
     116    --without-systemd                   \
    118117    --enable-fhs                        \
    119118    --enable-nss-wrapper                &amp;&amp;
    120119
    121120make</userinput></screen>
     121
     122    <para>According to <application>Samba</application> developers, the
     123    limitation to 108 characters of the path length of a unix named pipe socket
     124    may be the cause of errors, so that over 1/3 of the tests might fail. For
     125    this reason, the switch <option>--with-selftest-prefix=/tmp/quick</option>
     126    (or another path with small number of characters) can be used with
     127    configure. Even so, the
     128    <quote><replaceable>samba3.raw.eas</replaceable></quote> test may fail,
     129    apparently for the same reason. If one quicktest fails, it can be disabled.
     130    For example, <quote><replaceable>samba3.raw.eas</replaceable></quote> may
     131    be disabled with the following command:</para>
     132
     133<screen><userinput>sed -i "/samba3.blackbox.failure.failure/i \^samba3.raw.eas" selftest/knownfail</userinput></screen>
    122134
    123135    <para>To test the results, as the <systemitem
     
    125137    quicktest</command>.  There are other targets (test, subunit-test)
    126138    available, but take a very long time (over 100 SBU).</para>
    127 
    128     <para>If one quicktest fails, it can be disabled. For example,
    129     <quote><replaceable>samba3.raw.eas</replaceable></quote> has been reported
    130     to fail for prior Samba versions. To disable it, run the following
    131     command:</para>
    132 
    133 <screen><userinput>sed -i "/samba3.blackbox.failure.failure/i \^samba3.raw.eas" selftest/knownfail</userinput></screen>
    134139
    135140    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    170175    library.</para>
    171176
     177    <para><parameter>--without-systemd</parameter>: Disable
     178    <application>systemd</application> integration, which is not part of
     179    LFS/BLFS. If you use <application>systemd</application>, replace by
     180    <parameter>--with-systemd</parameter>.</para>
     181
    172182    <para><option>--enable-socket-wrapper</option> and
    173183    <option>--enable-selftest</option>: These options are required to run
    174184    the test suite.</para>
     185
     186    <para><option>--with-selftest-prefix=SELFTEST_PREFIX</option>: This option
     187    specify the test suite work directory (default=./st).</para>
    175188
    176189    <para><command>mv -v /usr/lib/libnss_win{s,bind}.so* /lib</command>:
     
    465478        libtorture.so, libwbclient.so, mit_samba.so, the pam_winbind.so and
    466479        pam_smbpass.so PAM libraries, winbind_krb5_locator.so, and assorted
    467         character set, filesystem and support modules.</seg>
     480        character set, filesystem and support modules under
     481        /usr/lib/{python&python2-majorver;,samba}</seg>
    468482       
    469483        <seg>/etc/samba, /run/samba, /usr/include/samba-4.0,
    470         /usr/lib/python&python2-majorver;/site-packages/samba,
    471         /usr/lib/samba, /usr/share/doc/samba-&samba-version;,
    472         /usr/share/perl5/Parse/Pidl/Samba{3,4},
    473         /usr/share/samba, /var/cache/samba, /var/lib/samba, /var/lock/samba,
    474         /var/log/samba, and /var/run/samba</seg>
     484        /usr/lib/perl5/vendor_perl/5.x.y/Parse/Pidl/Samba{3,4},
     485        /usr/lib/python&python2-majorver;/site-packages/samba, /usr/lib/samba,
     486        /usr/share/doc/samba-&samba-version;, /usr/share/samba, and
     487        /var/{cache,lib,lock,log,run}/samba</seg>
    475488
    476489      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.