Changeset e20b59be for networking


Ignore:
Timestamp:
12/02/2015 10:29:53 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.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, nosym, 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:
09ca457
Parents:
52e175b
Message:
  • Update to libgusb-0.2.8.
  • Update to librsvg-2.40.12.
  • Update to dbus-1.10.6.
  • Update to mercurial-3.6.2.
  • Update to samba-4.3.2.
  • Update to libass-0.13.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    r52e175b re20b59be  
    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        "e63a481cad0603db1a9239d7606cbc9a">
     9  <!ENTITY samba-md5sum        "61188e76b272c1b1b3730bf1933a791f">
    1010  <!ENTITY samba-size          "20 MB">
    1111  <!ENTITY samba-buildsize     "499 MB (additional 408 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
    12   <!ENTITY samba-time          "2.2 SBU, using parallelism=4 (additional 22.5 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
     12  <!ENTITY samba-time          "2.2 SBU, using parallelism=4 (additional 22.7 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
    1313]>
    1414
     
    120120    commands:</para>
    121121
    122 <screen><userinput>./configure                             \
     122<screen><userinput>sed -e "/deps='LIBASYNC_REQ'/ \
     123       {
     124         s/$/,/
     125         a\                 install=False
     126       }" \
     127    -i lib/async_req/wscript_build      &amp;&amp;
     128
     129./configure                             \
    123130    --prefix=/usr                       \
    124131    --sysconfdir=/etc                   \
     
    177184  <sect2 role="commands">
    178185    <title>Command Explanations</title>
     186
     187    <para><command>sed ... -i ./lib/async_req/wscript_build</command>: Do not
     188    install async_connect_send_test.</para><!-- Already pushed, so remove in the
     189    next version
     190    https://github.com/samba-team/samba/blob/632114584d3be0d4660e97a6c9e69e577a7bc1e2/lib/async_req/wscript_build
     191    http://samba.2283325.n4.nabble.com/PATCH-lib-async-req-do-not-install-async-connect-send-test-td4695220.html-->
     192
    179193
    180194    <para><parameter>--enable-fhs</parameter>: Assigns all other file paths in
Note: See TracChangeset for help on using the changeset viewer.