Changeset 94bdff09 for networking


Ignore:
Timestamp:
05/13/2021 12:11:39 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
a4a4abf
Parents:
599c6d0
Message:

Update to samba-4.14.4 (security update)
Update to fetchmail-6.4.19
Update to apache-ant-1.10.10
Updaet to fuse-3.10.3

Location:
networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/fetchmail.xml

    r599c6d0 r94bdff09  
    77  <!ENTITY fetchmail-download-http "&sourceforge-dl;/fetchmail/fetchmail-&fetchmail-version;.tar.xz">
    88  <!ENTITY fetchmail-download-ftp  " ">
    9   <!ENTITY fetchmail-md5sum        "36e8beb20eca5554352182977af3c25d">
     9  <!ENTITY fetchmail-md5sum        "f9c2fe96065b19f168ad834a7e3e0a25">
    1010  <!ENTITY fetchmail-size          "1.3 MB">
    1111  <!ENTITY fetchmail-buildsize     "17 MB including tests">
  • networking/netprogs/samba.xml

    r599c6d0 r94bdff09  
    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        "2c726e392a7d36743ae0517e48db36eb">
     9  <!ENTITY samba-md5sum        "171629ad42b4b303107e8b0fff942a1f">
    1010  <!ENTITY samba-size          "18 MB">
    1111  <!ENTITY samba-buildsize     "620 MB (add 380 MB for quicktest)">
    12   <!ENTITY samba-time          "3.1 SBU (using parallelism=4; add 4.7 SBU for quicktest)">
     12  <!ENTITY samba-time          "3.1 SBU (using parallelism=4; add 4.8 SBU for quicktest)">
    1313]>
    1414
     
    9393      <xref linkend="gpgme"/>,
    9494      <xref linkend="icu"/>,
     95      <xref linkend="libtasn1"/>,
    9596      <xref linkend="libxslt"/> (for documentation),
    9697      <xref linkend="linux-pam"/>,
     
    198199CPPFLAGS="-I/usr/include/tirpc"        \
    199200LDFLAGS="-ltirpc"                      \
     201PATH=$PWD/pyvenv/bin:$PATH             \
    200202./configure                            \
    201203    --prefix=/usr                      \
     
    227229      To test the results, as the
    228230      <systemitem class="username">root</systemitem> user, issue:
    229       <command>make quicktest</command>. The test suite will produce lines that
    230       look like failures, but these are innocuous. The last few lines of output
    231       should report <emphasis>"ALL OK"</emphasis> for a good test run. A summary
    232       of any failures can be found in
    233       <filename class="directory">./st/summary</filename>. With Samba-4.12.0,
     231      <command>PATH=$PWD/pyvenv/bin:$PATH make quicktest</command>. The test
     232      suite will produce lines that look like failures, but these are innocuous.
     233      The last few lines of output should report <emphasis>"ALL OK"</emphasis>
     234      for a good test run. A summary of any failures can be found in
     235      <filename class="directory">./st/summary</filename>. With Samba-4.14.4,
    234236      many tests are known to fail.
    235237    </para>
     
    453455          There is no need to run any <application>Samba</application>
    454456          servers in this scenario, thus you don't need to install the provided
    455           bootscripts.
     457          <phrase revision="sysv">bootscripts.</phrase>
     458          <phrase revision="systemd">systemd units.</phrase>
    456459        </para>
    457460
     
    530533          Since the <command>smbd</command> and <command>nmbd</command> daemons
    531534          are needed in this case, install the <filename>samba</filename>
    532           bootscript. Be sure to run <command>smbpasswd</command> (with the
     535          <phrase revision="sysv">bootscript.</phrase>
     536          <phrase revision="systemd">systemd unit.</phrase>
     537          Be sure to run <command>smbpasswd</command> (with the
    533538          <option>-a</option> option to add users) to enable and set passwords
    534539          for all accounts that need <application>Samba</application> access.
     
    548553          covered in BLFS. Many complete books have been written on these topics
    549554          alone. Note that in some domain membership scenarios, the
    550           <command>winbindd</command> daemon and the corresponding bootscript
    551           are needed.
     555          <command>winbindd</command> daemon and the corresponding
     556          <phrase revision="sysv">bootscript</phrase>
     557          <phrase revision="systemd">systemd unit</phrase> are needed.
    552558        </para>
    553559
     
    15201526        <listitem>
    15211527          <para>
    1522             provides the API functions for the administration tools used
     1528            provides API functions for the administration tools used
    15231529            for Samba and remote CIFS servers
    15241530          </para>
     
    15331539        <listitem>
    15341540          <para>
    1535             provides the API functions for the Samba SMB client tools
     1541            provides API functions for the Samba SMB client tools
    15361542          </para>
    15371543          <indexterm zone="samba libsmbclient">
Note: See TracChangeset for help on using the changeset viewer.