Changeset f89b587


Ignore:
Timestamp:
04/09/2017 12:00:58 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:
c22aa86
Parents:
a85e5ce
Message:

Update to Samba-4.6.2. Fixes #9046.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    ra85e5ce rf89b587  
    4343-->
    4444    <listitem>
     45      <para>April 9th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Update to Samba-4.6.2. Fixes
     49          <ulink url="&blfs-ticket-root;9046">#9046</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>April 8th, 2017</para>
    4656      <itemizedlist>
  • networking/netprogs/samba.xml

    ra85e5ce rf89b587  
    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        "e80c4501c5290a058bbb1c759e46e012">
     9  <!ENTITY samba-md5sum        "461def8190ffc651fd8458b24ca2a622">
    1010  <!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)">
     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.7 SBU (add 4.3 SBU for quicktest, and up to 100 SBU to run developer tests)">
    1313]>
    1414
     
    8686      <xref linkend="gdb"/>,
    8787      <xref linkend="git"/>,
     88      <xref linkend="gnupg2"/> (required for ADS and testsuite),
    8889      <xref linkend="gnutls"/>,
    8990      <xref linkend="libarchive"/>,
     
    103104      <ulink url="http://ftp.de.debian.org/debian/pool/main/liba/libaio/">libaio</ulink>,
    104105      <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>,
    105       <ulink url="https://www.samba.org/ftp/ldb/">ldb</ulink> (included),
     106      <ulink url="https://ldb.samba.org/">ldb</ulink> (included),
    106107      <ulink url="&pypi;/m2crypto">M2Crypto</ulink> (required for ADS),
    107108      <ulink url="http://www.openafs.org/">OpenAFS</ulink>,
     
    192193    <systemitem class="username">root</systemitem> user, issue:
    193194    <command>make quicktest</command>. The test suite will produce lines that
    194     look like failures, but these are innocuous. The summary should report
    195     <emphasis>"ALL OK"</emphasis> for a good test run.</para>
     195    look like failures, but these are innocuous. The last few lines of output
     196    should report <emphasis>"ALL OK"</emphasis> for a good test run. A summary
     197    of any failures can be found in
     198    <filename class="directory">./st/summary</filename>.</para>
    196199
    197200    <note>
     
    236239    in the SYS V version of LFS/BLFS.</para>
    237240
    238     <para revision="sysv"><parameter>--without-ad-dc</parameter>: Disable
     241    <para><parameter>--without-ad-dc</parameter>: Disable
    239242    Active Directory Domain Controller functionality. See <ulink
    240243    url="https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller">
  • packages.ent

    ra85e5ce rf89b587  
    407407<!ENTITY rpcbind-version              "0.2.4">
    408408<!ENTITY rsync-version                "3.1.2">
    409 <!ENTITY samba-version                "4.6.0">
     409<!ENTITY samba-version                "4.6.2">
    410410<!ENTITY wget-version                 "1.19.1">
    411411<!ENTITY wireless-tools-version       "29">
Note: See TracChangeset for help on using the changeset viewer.