Changeset 2b4a33b


Ignore:
Timestamp:
03/02/2023 03:00:29 AM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
79a6c29
Parents:
0c72a8b
git-author:
Xi Ruoyao <xry111@…> (03/02/2023 02:28:22 AM)
git-committer:
Xi Ruoyao <xry111@…> (03/02/2023 03:00:29 AM)
Message:

curl: Clarify what Samba is used for

See the added XML comment for details. The messages regarding the
impacket module also show up regardless if Samba is installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r0c72a8b r2b4a33b  
    101101      <xref linkend="nghttp2"/>,
    102102      <xref linkend="openldap"/>,
    103       <xref linkend="samba"/>,
     103      <!-- cURL implements the SMB client with own code.  Samba is only
     104           used for /usr/bin/ntlm_auth helper.  The path is correctly
     105           guessed even if Samba is not installed, so "runtime".  -->
     106      <xref role='runtime' linkend="samba"/>
     107      (runtime, for NTLM authentication),
    104108      <ulink url="https://www.gnu.org/software/gsasl/">gsasl</ulink>,
    105109      <ulink url="https://www.secureauth.com/labs/open-source-tools/impacket/">impacket</ulink>,
     
    175179       <!--Four tests, 1139, 1140, 1173, and 1177, are known to fail due to
    176180       missing executables from the optional dependencies.-->
    177        If Samba is installed, the related tests will output a message
     181       The tests related to the SMB protocol will output a message
    178182       duplicated many times complaining the Python module impacket (not a
    179183       part of BLFS) is missing and be skipped.<!-- If libssh2 is installed
Note: See TracChangeset for help on using the changeset viewer.