Ignore:
Timestamp:
05/12/2024 11:07:19 AM (5 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
lazarus
Children:
7d55a6a
Parents:
cd255e1 (diff), 910936c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk to 'lazarus' branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    rcd255e1 ra722d59  
    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        "123979dc044d747be56393dcb455454e">
    10   <!ENTITY samba-size          "40 MB">
    11   <!ENTITY samba-buildsize     "610 MB (add 64 MB for quicktest)">
     9  <!ENTITY samba-md5sum        "3563da3ffc17f3f2b37572c15f37a0b4">
     10  <!ENTITY samba-size          "41 MB">
     11  <!ENTITY samba-buildsize     "615 MB (add 64 MB for quicktest)">
    1212  <!ENTITY samba-time          "2.1 SBU (using parallelism=4; add 0.4 SBU for quicktest)">
    1313]>
     
    7777      <xref linkend="gnutls"/>,
    7878      <xref linkend="jansson"/>,
    79       <xref linkend="perl-json"/>,
    8079      <xref linkend="libtirpc"/>,
    8180      <xref linkend="perl-parse-yapp"/>, and
     
    9291      <xref linkend="libtasn1"/>,
    9392      <xref linkend="libxslt"/> (for documentation),
    94       <xref linkend="linux-pam"/>, and
     93      <xref linkend="linux-pam"/>,
     94      <xref linkend="mitkrb"/>, and
    9595      <xref linkend="openldap"/>
    9696    </para>
     
    113113      <xref linkend="lmdb"/>,
    114114      <xref linkend="markdown"/>,
    115       <xref linkend="mitkrb"/>,
    116115      <xref linkend="nss"/>,
    117116      <xref linkend="popt"/>,
     
    182181    --without-ad-dc                        \
    183182    --without-systemd                      \
     183    --with-system-mitkrb5                  \
    184184    --enable-selftest                      &amp;&amp;
    185185make</userinput></screen>
     
    194194    --enable-fhs                           \
    195195    --without-ad-dc                        \
     196    --with-system-mitkrb5                  \
    196197    --enable-selftest                      &amp;&amp;
    197198make</userinput></screen>
     
    296297      needed for ADS support. Note that BLFS does not provide a samba bootscript
    297298      or systemd unit for an Active Directory domain controller.
     299    </para>
     300
     301    <para>
     302      <parameter>--with-system-mitkrb5</parameter>: Enables
     303      building with the system version of Kerberos. This
     304      mitigates security vulnerabilities and reduces build time.
     305      Remove this if you do not have <xref linkend="mitkrb"/> installed.
    298306    </para>
    299307
Note: See TracChangeset for help on using the changeset viewer.