Ignore:
Timestamp:
06/08/2019 06:33:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
f914d6b
Parents:
cbf7be5
Message:

Merge to HEAD 21661.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    rcbf7be5 rfb7ec07  
    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        "e20678bebd7cf625dc2c9f53101366fe">
     9  <!ENTITY samba-md5sum        "ef745b96eba9ca56334f2b5526427acd">
    1010  <!ENTITY samba-size          "17 MB">
    11   <!ENTITY samba-buildsize     "615 MB (add 562 MB for quicktest)">
    12   <!ENTITY samba-time          "7.0 SBU (add 5.6 SBU for quicktest)">
     11  <!ENTITY samba-buildsize     "616 MB (add 625 MB for quicktest)">
     12  <!ENTITY samba-time          "7.0 SBU (add 16 SBU for quicktest)">
    1313]>
    1414
     
    8585    <para role="optional">
    8686      <xref linkend="avahi"/>,
     87      <xref linkend="bind"/>,
    8788      <xref linkend="cups"/>,
    8889      <xref linkend="cyrus-sasl"/>,
     
    107108      <ulink url="https://cmocka.org/">cmocka</ulink>,
    108109      <ulink url="https://ctdb.samba.org/">ctdb</ulink> (included),
     110      <ulink url="https://cwrap.org/">cwrap</ulink>,
     111      <ulink url="&pypi;/dnspython/">dnspython</ulink>,
     112      <ulink url="https://packages.debian.org/stretch/fam/">FAM</ulink>,
    109113      <ulink url="https://people.gnome.org/~veillard/gamin/">Gamin</ulink>,
    110114      <ulink url="https://github.com/gluster/glusterfs/">GlusterFS</ulink>,
    111115      <ulink url="http://www.h5l.org/">Heimdal</ulink> (included),
    112     <!--  <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, -->
    113     <!--      <ulink url="http://ftp.de.debian.org/debian/pool/main/liba/libaio/">libaio</ulink>, -->
    114116      <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>,
    115117      <ulink url="https://ldb.samba.org/">ldb</ulink> (included),
     
    165167<screen revision="sysv"><userinput>CFLAGS="-I/usr/include/tirpc"          \
    166168LDFLAGS="-ltirpc"                      \
    167   ./configure                          \
     169./configure                            \
    168170    --prefix=/usr                      \
    169171    --sysconfdir=/etc                  \
     
    179181<screen revision="systemd"><userinput>CFLAGS="-I/usr/include/tirpc"          \
    180182LDFLAGS="-ltirpc"                      \
    181   ./configure                          \
     183./configure                            \
    182184    --prefix=/usr                      \
    183185    --sysconfdir=/etc                  \
     
    198200    <filename class="directory">./st/summary</filename>.</para>
    199201
     202    <!-- If doing a security update or a new minor version (point releases do not apply
     203    here), run 'make testenv' before running 'make test' and 'make subunit-test'. This
     204    will setup the test environment and make the tests run faster, as well as point
     205    out any glaring issues that might affect the new Samba installation. With 4.10.4,
     206    I got 236 failures, 73 errors, and 2 unexpected successes. These were all known
     207    upstream, and you can find them in the knownfail list in their git repo.
     208    This is per Upstream's recommendation over IRC.-->
     209
    200210    <note>
    201211      <para>Additionally, developer test suites are available. If you've
    202212      installed the optional python modules above, you can run these tests with
    203213      <command>make test</command>. It is not recommended for the average
    204       builder at nearly 100 SBU and over a gigabyte of disk space, and you
    205       should expect ~80 errors and ~30 failures from the 3000+ tests.</para>
     214      builder at nearly 240 SBU and over a gigabyte of disk space, and you
     215      should expect ~73 errors and ~30 failures from the 3000+ tests.</para>
    206216    </note>
    207217
     
    715725        <term><command>ldbrename</command></term>
    716726        <listitem>
    717           <para>allows you to edit LDB databases using your preferred
    718           editor.</para>
     727          <para>allows you to rename LDB databases.</para>
    719728          <indexterm zone="samba ldbrename">
    720729            <primary sortas="b-ldbrename">ldbrename</primary>
Note: See TracChangeset for help on using the changeset viewer.