Changeset 64fc864


Ignore:
Timestamp:
10/08/2017 03:55:40 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
eb31fb51
Parents:
4c54ce8
Message:

Update to samba-4.7.0. Fixes #9809.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4c54ce8 r64fc864  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dj] - Update to samba-4.7.0. Fixes
     49          <ulink url="&blfs-ticket-root;9809">#9809</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[dj] - Use upstream tarball for systemd with meson build.</para>
    4953        </listitem>
  • networking/netprogs/samba.xml

    r4c54ce8 r64fc864  
    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        "c6ee5c766016d59908c8fb672fbbd445">
    10   <!ENTITY samba-size          "21 MB">
    11   <!ENTITY samba-buildsize     "566 MB (add 371 MB for quicktest, add up to 1.6 GB additional for developer tests)">
    12   <!ENTITY samba-time          "8.5 SBU (add 4.2 SBU for quicktest, and up to 280 SBU to run developer tests)">
     9  <!ENTITY samba-md5sum        "cf5eaf34f510e3d5643c0dcfd49fcc40">
     10  <!ENTITY samba-size          "17 MB">
     11  <!ENTITY samba-buildsize     "535 MB (add 14 MB for quicktest)">
     12  <!ENTITY samba-time          "8.1 SBU (add 0.4 SBU for quicktest)">
    1313]>
    1414
     
    176176make</userinput></screen>
    177177
    178 <!--
    179     <para>According to <application>Samba</application> developers, the
    180     limitation to 108 characters of the path length of a unix named pipe socket
    181     may be the cause of errors, so that over 1/3 of the tests might fail. For
    182     this reason, the switch <option>- -with-selftest-prefix=/tmp/quick</option>
    183     (or another path with small number of characters) can be used with
    184     configure. Even so, the
    185     <quote><replaceable>samba3.raw.eas</replaceable></quote> test may fail,
    186     apparently for the same reason. If one quicktest fails, it can be disabled.
    187     For example, <quote><replaceable>samba3.raw.eas</replaceable></quote> may
    188     be disabled with the following command:</para>
    189 
    190 <screen><userinput>sed -i "/samba3.blackbox.failure.failure/i \^samba3.raw.eas" selftest/knownfail</userinput></screen>
    191 -->
    192 
    193178    <para>To test the results, as the
    194179    <systemitem class="username">root</systemitem> user, issue:
     
    203188      installed the optional python modules above, you can run these tests with
    204189      <command>make test</command>. It is not recommended for the average
    205       builder at nearly 100 SBU, and you should expect ~80 errors and ~30
    206       failures from the 3000+ tests.</para>
     190      builder at nearly 100 SBU and over a gigabyte of disk space, and you
     191      should expect ~80 errors and ~30 failures from the 3000+ tests.</para>
    207192    </note>
    208193
  • packages.ent

    r4c54ce8 r64fc864  
    426426<!ENTITY rpcbind-version              "0.2.4">
    427427<!ENTITY rsync-version                "3.1.2">
    428 <!ENTITY samba-version                "4.6.7">
     428<!ENTITY samba-version                "4.7.0">
    429429<!ENTITY wget-version                 "1.19.1">
    430430<!ENTITY wireless-tools-version       "29">
Note: See TracChangeset for help on using the changeset viewer.