Ignore:
Timestamp:
03/01/2018 06:48:53 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
5ac4aad2
Parents:
d133d429
Message:

Update to samba-4.7.5. Fixes #10353.
Tags for NT related packages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    rd133d429 r3310eeb1  
    77  <!ENTITY samba-download-http "https://www.samba.org/ftp/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  " ">
    9   <!ENTITY samba-md5sum        "427e7feb988603c51f01c97803305fed">
     9  <!ENTITY samba-md5sum        "3629a134253d6a4a16ebd23a508b0d5b">
    1010  <!ENTITY samba-size          "16.1 MB">
    11   <!ENTITY samba-buildsize     "573 MB (add 421 MB for quicktest)">
    12   <!ENTITY samba-time          "7.9 SBU (add 5.7 SBU for quicktest)">
     11  <!ENTITY samba-buildsize     "538 MB (add 15 MB for quicktest)">
     12  <!ENTITY samba-time          "5.4 SBU (add 0.5 SBU for quicktest)">
    1313]>
    1414
     
    3737    among other things provides LAN browsing support).</para>
    3838
    39     &lfs81_checked;
     39    &lfs82_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9090      <xref linkend="libcap-pam"/>,
    9191      <xref linkend="libgcrypt"/>,
     92      <xref linkend="libnsl"/>,
    9293      <xref linkend="linux-pam"/>,
    9394      <xref linkend="mitkrb"/>,
     
    151152    commands:</para>
    152153
    153 <screen revision="sysv"><userinput>./configure                            \
     154<screen revision="sysv"><userinput>CLFAGS="-I/usr/include/tirpc -ltirpc"  \
     155  ./configure                          \
    154156    --prefix=/usr                      \
    155157    --sysconfdir=/etc                  \
     
    163165make</userinput></screen>
    164166
    165 <screen revision="systemd"><userinput>./configure                            \
     167<screen revision="systemd"><userinput>CFLAGS="-I/usr/include/tirpc -ltirpc"  \
     168  ./configure                          \
    166169    --prefix=/usr                      \
    167170    --sysconfdir=/etc                  \
     
    454457        <filename>/etc/samba/smb.conf</filename> file. If you utilize the
    455458        <option>guest account =</option> parameter, ensure this user exists in
    456         the <filename>/etc/passwd</filename> file. To use the default user,
    457         create the following group and account, if you haven't done so in LFS.
    458         As the <systemitem class='username'>root</systemitem> user:</para>
    459 
    460 <screen role="role=nodump"><userinput>groupadd -g 99 nogroup &amp;&amp;
    461 useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
    462         -s /bin/false -u 99 nobody</userinput></screen>
     459        the <filename>/etc/passwd</filename> file.</para>
    463460
    464461      </sect4>
Note: See TracChangeset for help on using the changeset viewer.