Changeset ee792ef for networking


Ignore:
Timestamp:
11/12/2011 04:33:41 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
75f9474f
Parents:
0c6c35d
Message:

Update to samba-3.6.1.
Update to stunnel-4.46.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba3.xml

    r0c6c35d ree792ef  
    77  <!ENTITY samba3-download-http "http://samba.org/samba/ftp/stable/samba-&samba3-version;.tar.gz">
    88  <!ENTITY samba3-download-ftp  "ftp://samba.org/pub/samba/samba-&samba3-version;.tar.gz">
    9   <!ENTITY samba3-md5sum        "bf6c09ea497a166df8bd672db1d8da8f">
    10   <!ENTITY samba3-size          "30.8 MB">
    11   <!ENTITY samba3-buildsize     "451 MB">
    12   <!ENTITY samba3-time          "5 SBU (additional 1.4 SBU to run the test suite)">
     9  <!ENTITY samba3-md5sum        "5291717be0734e07dc07b6110e162e87">
     10  <!ENTITY samba3-size          "27.7 MB">
     11  <!ENTITY samba3-buildsize     "455 MB">
     12  <!ENTITY samba3-time          "5.1 SBU (including about 2.8 SBU to run the test suite)">
    1313]>
    1414
     
    3737    Active Directory domain and a NetBIOS (rfc1001/1002) nameserver (which
    3838    amongst other things provides LAN browsing support).</para>
     39
     40    &lfs70_checked;
    3941
    4042    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8385    <xref linkend="libcap2"/>,
    8486    <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>,
    85     <ulink url="http://people.redhat.com/dhowells/keyutils/">keyutils</ulink>
    86     (required to build the <command>cifs.upcall</command> program),
     87    <!-- <ulink url="http://people.redhat.com/dhowells/keyutils/">keyutils</ulink>
     88    (required to build the <command>cifs.upcall</command> program), -->
    8789    <xref linkend="avahi"/>,
    8890    <ulink url="http://www.openafs.org/">OpenAFS</ulink>,
     
    120122<screen><userinput>cd source3 &amp;&amp;
    121123
    122 ./configure \
    123     --prefix=/usr \
    124     --sysconfdir=/etc \
    125     --localstatedir=/var \
    126     --with-piddir=/var/run \
     124./configure                            \
     125    --prefix=/usr                      \
     126    --sysconfdir=/etc                  \
     127    --localstatedir=/var               \
     128    --with-piddir=/run                \
    127129    --with-pammodulesdir=/lib/security \
    128     --with-fhs \
    129     --with-automount \
    130     --with-cifsumount \
    131     --enable-nss-wrapper \
    132     --with-pthreads &amp;&amp;
     130    --with-fhs                         \
     131    --enable-nss-wrapper               \
     132    --enable-socket-wrapper            &amp;&amp;
    133133make</userinput></screen>
     134
     135<!-- - -enable-socket-wrapper for tests -->
    134136
    135137    <para>To test the results, issue: <command>make test</command>. If you have
     
    181183    a manner compliant with the Filesystem Hierarchy Standard (FHS).</para>
    182184
    183     <para><parameter>--with-automount</parameter>: Includes automounting
    184     support.</para>
    185 
    186     <para><parameter>--with-cifsumount</parameter>: Builds the
    187     <command>umount.cifs</command> program.</para>
    188 
    189185    <para><parameter>--enable-nss-wrapper</parameter>: Builds the nss-wrapper
    190186    library.</para>
    191187
    192     <para><parameter>--with-pthreads</parameter>: Adds threading support.</para>
     188    <para><parameter>--enable-socket-wrapper</parameter>: This options is
     189    required to run the test suite.</para>
    193190
    194191    <para><command>install -v -m755 nsswitch/libnss_win{s,bind}.so /lib</command>:
     
    229226
    230227    </sect3>
    231 
     228<!-- mount.cifs is now in the separate cifs-utils package
    232229    <sect3>
    233230      <title>Mounting Shares by Unprivileged Users</title>
     
    246243
    247244    </sect3>
    248 
     245-->
    249246    <sect3>
    250247      <title>Printing to SMB Clients</title>
Note: See TracChangeset for help on using the changeset viewer.