Changeset a6e9ec1


Ignore:
Timestamp:
03/15/2017 04:30:29 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.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:
c2c08bac
Parents:
ee4bec2d
Message:

Update to samba-4.6.0. Fixes #8983.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ree4bec2d ra6e9ec1  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 14th &year;">
     9<!ENTITY releasedate  "March 15th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    ree4bec2d ra6e9ec1  
    4343-->
    4444    <listitem>
     45      <para>March 15th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Update to samba-4.6.0. Fixes
     49          <ulink url="&blfs-ticket-root;8983">#8983</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>March 14th, 2017</para>
    4656      <itemizedlist>
  • networking/netprogs/samba.xml

    ree4bec2d ra6e9ec1  
    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        "b6d784970333387cbafdd172d914bed2">
    10   <!ENTITY samba-size          "20 MB">
    11   <!ENTITY samba-buildsize     "515 MB (add 364 MB for quicktest, and up to 1.6 GB additional for developer tests)">
    12   <!ENTITY samba-time          "5.2 SBU, using parallelism=4 (add 6.0 SBU for quicktest, and up to 100 SBU to run developer tests)">
     9  <!ENTITY samba-md5sum        "e80c4501c5290a058bbb1c759e46e012">
     10  <!ENTITY samba-size          "20.1 MB">
     11  <!ENTITY samba-buildsize     "568 MB (add 195 MB for quicktest, and up to 1.6 GB additional for developer tests)">
     12  <!ENTITY samba-time          "7.7 SBU (add 4.3 SBU for quicktest, and up to 100 SBU to run developer tests)">
    1313]>
    1414
     
    105105      <ulink url="&pypi;/m2crypto">M2Crypto</ulink> (required for ADS),
    106106      <ulink url="http://www.openafs.org/">OpenAFS</ulink>,
    107       <ulink url="&pypi;/pycrypto/">PyCrypto</ulink> (required for ADS),
     107      <ulink url="&pypi;/pycrypto/">PyCrypto</ulink> (required for both ADS and
     108      the test suite),
    108109      <ulink url="&pypi;/pygpgme/">PyGPGME</ulink> (recommended for ADS),
    109110      <ulink url="https://tevent.samba.org/">tevent</ulink> (included), and
     
    144145    <title>Installation of Samba</title>
    145146
     147    <para>Fix a test that always fails:</para>
     148
     149<screen><userinput>echo "^samba4.rpc.echo.*on.*ncacn_np.*with.*object.*nt4_dc" >> selftest/knownfail</userinput></screen>
     150
    146151    <para>Install <application>Samba</application> by running the following
    147152    commands:</para>
     
    578583
    579584        <seg>
    580           cifsdd, dbwrap_tool, eventlogadm, gentest, ldbadd, ldbdel,
     585          cifsdd, dbwrap_tool, eventlogadm, findsmb,gentest, ldbadd, ldbdel,
    581586          ldbedit, ldbmodify, ldbrename, ldbsearch, locktest, masktest,
    582           ndrdump, net, nmbd, nmblookup, ntlm_auth, oLschema2ldif,
     587          mvxattr, ndrdump, net, nmbd, nmblookup, ntlm_auth, oLschema2ldif,
    583588          pdbedit, pidl, profiles, regdiff, regpatch, regshell, regtree,
    584589          rpcclient, samba, samba_dnsupdate, samba_kcc, samba-regedit,
     
    656661      </varlistentry>
    657662
     663      <varlistentry id="findsmb">
     664        <term><command>findsmb</command></term>
     665        <listitem>
     666          <para>is used to list info about machines that respond to SMB name
     667          queries on a subnet.</para>
     668          <indexterm zone="samba findsmb">
     669            <primary sortas="b-findsmb">findsmb</primary>
     670          </indexterm>
     671        </listitem>
     672      </varlistentry>
     673
    658674      <varlistentry id="gentest">
    659675        <term><command>gentest</command></term>
     
    750766          <indexterm zone="samba masktest">
    751767            <primary sortas="b-masktest">masktest</primary>
     768          </indexterm>
     769        </listitem>
     770      </varlistentry>
     771
     772      <varlistentry id="mvxattr">
     773        <term><command>mvxattr</command></term>
     774        <listitem>
     775          <para>is used to recursively rename extended attributes.</para>
     776          <indexterm zone="samba mvxattr">
     777            <primary sortas="b-mvxattr">mvxattr</primary>
    752778          </indexterm>
    753779        </listitem>
  • packages.ent

    ree4bec2d ra6e9ec1  
    404404<!ENTITY rpcbind-version              "0.2.4">
    405405<!ENTITY rsync-version                "3.1.2">
    406 <!ENTITY samba-version                "4.5.5">
     406<!ENTITY samba-version                "4.6.0">
    407407<!ENTITY wget-version                 "1.19.1">
    408408<!ENTITY wireless-tools-version       "29">
Note: See TracChangeset for help on using the changeset viewer.