Changeset 4e9f28df


Ignore:
Timestamp:
01/10/2013 07:02:53 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 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:
cbda2a25
Parents:
ba1be62
Message:

Updated to Samba-3.6.10

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rba1be62 r4e9f28df  
    466466<!ENTITY rpcbind-version              "0.2.0">
    467467<!ENTITY rsync-version                "3.0.9">
    468 <!ENTITY samba3-version               "3.6.8">
     468<!ENTITY samba3-version               "3.6.10">
    469469<!ENTITY wget-version                 "1.14">
    470470<!ENTITY wireless-tools-version       "29">
  • introduction/welcome/changelog.xml

    rba1be62 r4e9f28df  
    4848      <para>January 10th, 2013</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[Randy] - Updated to Samba-3.6.10.</para>
     52        </listitem>
    5053        <listitem>
    5154          <para>[Randy] - Added dependencies to the Guile and GnuTLS
  • networking/netprogs/samba3.xml

    rba1be62 r4e9f28df  
    77  <!ENTITY samba3-download-http "http://ftp.samba.org/pub/samba/stable/samba-&samba3-version;.tar.gz">
    88  <!ENTITY samba3-download-ftp  "ftp://ftp.samba.org/pub/samba/stable/samba-&samba3-version;.tar.gz">
    9   <!ENTITY samba3-md5sum        "fbb245863eeef2fffe172df779a217be">
    10   <!ENTITY samba3-size          "32.5 MB">
    11   <!ENTITY samba3-buildsize     "472 MB">
    12   <!ENTITY samba3-time          "2.4 SBU">
     9  <!ENTITY samba3-md5sum        "b5f0560c216122529b1c3b7f41c62567">
     10  <!ENTITY samba3-size          "34 MB">
     11  <!ENTITY samba3-buildsize     "535 MB (includes running the test suite)">
     12  <!ENTITY samba3-time          "2.7 SBU (additionall 1.4 SBU to run the test suite)">
    1313]>
    1414
     
    8585    <xref linkend="mitkrb"/>,
    8686    <xref linkend="python2"/> (used only in parts of the test suite),
    87     <ulink url="http://tdb.samba.org/">tdb</ulink> (version 1.2.1),
     87    <ulink url="http://tdb.samba.org/">tdb</ulink>,
     88    <ulink url="http://ctdb.samba.org/">ctdb</ulink>,
    8889    <xref linkend="libcap2"/>,
    8990    <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>,
     
    9697    on using your system to join a Windows NT domain.</para>
    9798
    98     <bridgehead renderas="sect4">Optional for Samba4 Support</bridgehead>
     99    <!-- <bridgehead renderas="sect4">Optional for Samba4 Support</bridgehead>
    99100    <para role="optional"><xref linkend="gnutls"/> (recommended),
    100101    <xref linkend="python2"/>, and
    101     <xref linkend="sqlite"/></para>
     102    <xref linkend="sqlite"/></para> -->
    102103
    103104    <para condition="html" role="usernotes">User Notes:
     
    135136make</userinput></screen>
    136137
    137 <!--
    138138    <para>To test the results, issue: <command>make test</command>. If you have
    139139    <application>Linux-PAM</application> installed and built the PAM library
    140140    modules, you can perform a dlopen test by issuing:
    141141    <command>make test_pam_modules</command>.</para>
    142 -->
    143     <para>This program dose not come with a functional test suite.</para>
     142
     143    <!-- <para>This program dose not come with a functional test suite.</para> -->
    144144
    145145    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    173173    <title>Command Explanations</title>
    174174
    175     <para><option>--enable-merged-build</option>: Use this parameter to build
    176     the (alpha) Samba4 components (GnuTLS is recommended).</para>
     175    <!-- <para><option>-enable-merged-build</option>: Use this parameter to build
     176    the (alpha) Samba4 components (GnuTLS is recommended).</para> -->
    177177
    178178    <para><parameter>--sysconfdir=/etc</parameter>: Sets the configuration
     
    660660        filesystem and support modules.</seg>
    661661        <seg>/etc/samba, /usr/lib/samba, /usr/share/doc/samba-&samba3-version;,
    662         /usr/share/samba, /var/lib/samba and (if configured) /var/log/samba</seg>
     662        /usr/share/samba, /var/lib/samba, /var/log/samba (if configured), and
     663        /var/nmbd</seg>
    663664      </seglistitem>
    664665    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.