Changeset 5ca14bdd for networking


Ignore:
Timestamp:
04/12/2016 07:14:07 PM (8 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, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
389246e
Parents:
60050c6
Message:

Update to samba-4.4.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    r60050c6 r5ca14bdd  
    77  <!ENTITY samba-download-http "https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  " ">
    9   <!ENTITY samba-md5sum        "48df803c6c6c475a714cae82a2dc219e">
     9  <!ENTITY samba-md5sum        "e42b884d0e07528c8571641a4df40666">
    1010  <!ENTITY samba-size          "20 MB">
    11   <!ENTITY samba-buildsize     "500 MB (additional 407 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
    12   <!ENTITY samba-time          "2.2 SBU, using parallelism=4 (additional 23.5 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
     11  <!ENTITY samba-buildsize     "401 MB (add 77 MB for quicktest, reputedly up to 500 MB additional for all tests)">
     12  <!ENTITY samba-time          "2.1 SBU, using parallelism=4 (add 0.4 SBU for quicktest, reputedly up to 110 SBU to run all tests)">
    1313]>
    1414
     
    8383      <xref linkend="libgpg-error"/>,
    8484      <xref linkend="linux-pam"/>,
    85       <xref linkend="mitkrb"/> (currently, problems, despite successful build),
     85      <xref linkend="mitkrb"/>,
    8686      <xref linkend="popt"/>,
    8787      <xref linkend="python3"/>,
     
    126126    --with-piddir=/run/samba           \
    127127    --with-pammodulesdir=/lib/security \
    128     --without-systemd                  \
    129     --enable-fhs                       &amp;&amp;
    130 
     128    --enable-fhs                       \
     129    --without-ad-dc                    \
     130    --without-systemd                  &amp;&amp;
    131131make</userinput></screen>
    132132
     
    185185    LFS/BLFS. If you use <application>systemd</application>, replace by
    186186    <parameter>--with-systemd</parameter>.</para>
    187 <!--
    188     <para><option>-/-enable-socket-wrapper</option> and
    189     <option>-/-enable-selftest</option>: These options are required to run
    190     the test suite.</para>-->
     187
     188    <para><option>--without-ad-dc</option>: Disable Active Directory Domain
     189    Controller functionality. See <ulink
     190    url="https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller">
     191    Setup a Samba Active Directory Domain Controller</ulink> for detailed
     192    information. </para>
    191193
    192194    <para><option>--with-selftest-prefix=SELFTEST_PREFIX</option>: This option
Note: See TracChangeset for help on using the changeset viewer.