Changeset 22320b4c


Ignore:
Timestamp:
09/21/2005 09:19:30 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
24a3d96f
Parents:
577a45c
Message:

Updated to Samba-3.0.20

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r577a45c r22320b4c  
    250250<!ENTITY portmap-version              "5beta">
    251251<!ENTITY rsync-version                "2.6.5">
    252 <!ENTITY samba3-version               "3.0.14a">
     252<!ENTITY samba3-version               "3.0.20">
    253253<!ENTITY subversion-version           "1.2.3">
    254254<!ENTITY tcpwrappers-version          "7.6">
  • introduction/welcome/changelog.xml

    r577a45c r22320b4c  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Samba-3.0.20.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[bdubbs] - Reverted gcc build instructions.</para>
    4952        </listitem>
  • server/major/samba3.xml

    r577a45c r22320b4c  
    66
    77  <!ENTITY samba3-download-http "http://us1.samba.org/samba/ftp/samba-&samba3-version;.tar.gz">
    8   <!ENTITY samba3-download-ftp "ftp://ftp.samba.org/pub/samba/samba-&samba3-version;.tar.gz">
    9   <!ENTITY samba3-md5sum "ebee37e66a8b5f6fd328967dc09088e8">
    10   <!ENTITY samba3-size "15.6 MB">
    11   <!ENTITY samba3-buildsize "147 MB">
    12   <!ENTITY samba3-time "2.21 SBU">
     8  <!ENTITY samba3-download-ftp  "ftp://ftp.samba.org/pub/samba/samba-&samba3-version;.tar.gz">
     9  <!ENTITY samba3-md5sum        "68e72ab16334c329901816febc43217a">
     10  <!ENTITY samba3-size          "17.1 MB">
     11  <!ENTITY samba3-buildsize     "146 MB">
     12  <!ENTITY samba3-time          "2.5 SBU">
    1313]>
    1414
     
    6060    </itemizedlist>
    6161
     62    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     63    <itemizedlist spacing="compact">
     64      <listitem>
     65        <para>Required patch if you have <application>Heimdal</application>
     66        installed: <ulink
     67        url="&patch-root;/samba-&samba3-version;-heimdal-1.patch"/></para>
     68      </listitem>
     69    </itemizedlist>
     70
    6271    <bridgehead renderas="sect3">Samba Dependencies</bridgehead>
    6372
     
    7079    <xref linkend="libxml2"/>,
    7180    <xref linkend="mysql"/> or <xref linkend="postgresql"/>,
    72     <xref linkend="python"/>,
    73     <xref linkend="xinetd"/> and
     81    <xref linkend="python"/> and
    7482    <ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
    7583
     
    7987    <title>Installation of Samba</title>
    8088
     89    <para>A <application>Samba</application> <filename>include.h</filename>
     90    header now does checks for C++ reserved names. The package will not build
     91    if you have <application>Heimdal</application> installed as Heimdal uses
     92    some of these reserved names inappropriately. If you have
     93    <application>Heimdal</application> installed, apply the following patch to
     94    disable these checks and allow the package to compile successfully:</para>
     95
     96<screen><userinput>patch -Np1 -i ../samba-&samba3-version;-heimdal-1.patch</userinput></screen>
     97
    8198    <para>Install <application>Samba</application> by running the following
    8299    commands:</para>
     100
     101    <note>
     102      <para>You may want to run <command>configure</command> with the
     103      <option>--help</option> parameter. There may be other parameters
     104      needed to take advantage of the optional dependencies.</para>
     105    </note>
    83106
    84107<screen><userinput>cd source &amp;&amp;
     
    91114    --with-smbmount &amp;&amp;
    92115make</userinput></screen>
     116
     117    <para>This package does not come with a test suite.</para>
    93118
    94119    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    107132install -v -m644 ../examples/smb.conf.default /etc/samba &amp;&amp;
    108133install -v -m644 ../docs/*.pdf /usr/share/samba</userinput></screen>
    109 
    110     <note>
    111       <para>You may want to run <command>configure</command> with the
    112       <option>--help</option> parameter. There may be other parameters
    113       needed to take advantage of the optional dependencies.</para>
    114     </note>
    115134
    116135  </sect2>
Note: See TracChangeset for help on using the changeset viewer.