Changeset 995d8944 for networking


Ignore:
Timestamp:
04/07/2024 04:09:56 PM (3 weeks ago)
Author:
Rahul Chandra <rahul@…>
Branches:
trunk
Children:
2a406a80
Parents:
b759af7
Message:

Update to samba-4.20.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    rb759af7 r995d8944  
    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]>
     
    9292      <xref linkend="libtasn1"/>,
    9393      <xref linkend="libxslt"/> (for documentation),
    94       <xref linkend="linux-pam"/>, and
     94      <xref linkend="linux-pam"/>,
     95      <xref linkend="mitkrb"/>, and
    9596      <xref linkend="openldap"/>
    9697    </para>
     
    113114      <xref linkend="lmdb"/>,
    114115      <xref linkend="markdown"/>,
    115       <xref linkend="mitkrb"/>,
    116116      <xref linkend="nss"/>,
    117117      <xref linkend="popt"/>,
     
    182182    --without-ad-dc                        \
    183183    --without-systemd                      \
     184    --with-system-mitkrb5                  \
    184185    --enable-selftest                      &amp;&amp;
    185186make</userinput></screen>
     
    194195    --enable-fhs                           \
    195196    --without-ad-dc                        \
     197    --with-system-mitkrb5                  \
    196198    --enable-selftest                      &amp;&amp;
    197199make</userinput></screen>
     
    296298      needed for ADS support. Note that BLFS does not provide a samba bootscript
    297299      or systemd unit for an Active Directory domain controller.
     300    </para>
     301
     302    <para>
     303      <parameter>--with-system-mitkrb5</parameter>: Enables
     304      building with the system version of Kerberos. This
     305      mitigates security vulnerabilties and reduces build time.
     306      Remove this if you do not have <xref linkend="mitkrb"/> installed.
    298307    </para>
    299308
Note: See TracChangeset for help on using the changeset viewer.