Changeset b45d8f3 for networking


Ignore:
Timestamp:
04/17/2014 09:51:36 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eecab611
Parents:
7c2cf8ef
Message:

Update to samba-4.1.7

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    r7c2cf8ef rb45d8f3  
    77  <!ENTITY samba-download-http "http://ftp.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  "ftp://ftp.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    9   <!ENTITY samba-md5sum        "9dc64658c0cc81e7637f9b975c19638c">
    10   <!ENTITY samba-size          "23 MB">
    11   <!ENTITY samba-buildsize     "468 MB (additional 27 MB for the quicktest,
    12                                 reputedly up to 900 MB additional for all tests)">
    13   <!ENTITY samba-time          "6.0 SBU (additional 1.2 SBU for the quicktest,
     9  <!ENTITY samba-md5sum        "bc44b0a245468c3574ef07644206ede3">
     10  <!ENTITY samba-size          "22 MB">
     11  <!ENTITY samba-buildsize     "504 MB (additional 27 MB for the quicktest,
     12                                reputedly up to 500 MB additional for all tests)">
     13  <!ENTITY samba-time          "7.9 SBU (additional 8.7 SBU for the quicktest,
    1414                                reputedly up to 110 SBU to run all tests)">
    1515]>
     
    111111    commands:</para>
    112112
    113 <screen><userinput>sed -e "s:(Function \*)callback:(rl_command_func_t \*)callback:g" \
    114     -i libcli/smbreadline/smbreadline.c &amp;&amp;
    115 ./configure                             \
     113<screen><userinput>./configure                             \
    116114    --prefix=/usr                       \
    117115    --sysconfdir=/etc                   \
     
    131129    <para>If one quicktest fails, it can be disabled. For example,
    132130    <quote><replaceable>samba3.raw.eas</replaceable></quote> has been reported
    133     to fail. To disable it, run the following command:</para>
     131    to fail for prior Samba versions. To disable it, run the following
     132    command:</para>
    134133
    135134<screen><userinput>sed -i "/samba3.blackbox.failure.failure/i \^samba3.raw.eas" selftest/knownfail</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.