Changeset 99c3273


Ignore:
Timestamp:
02/26/2015 03:38:31 PM (9 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.7, 7.8, 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:
c24e4de
Parents:
fda88cea
Message:

Update to samba-4.1.17.
GDB-7.9: s/http/https/.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfda88cea r99c3273  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     3<!ENTITY day          "26">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 25th, &year;">
     9<!ENTITY releasedate  "February 26th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/gdb.xml

    rfda88cea r99c3273  
    55  %general-entities;
    66
    7   <!ENTITY gdb-download-http "http://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
     7  <!ENTITY gdb-download-http "https://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
    88  <!ENTITY gdb-download-ftp  "ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
    99  <!ENTITY gdb-md5sum        "e6279f26559d839f0b4218a482bcb43e">
  • introduction/welcome/changelog.xml

    rfda88cea r99c3273  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 26th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to samba-4.1.17. Fixes
     52          <ulink url="&blfs-ticket-root;6168">#6168</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • networking/netprogs/samba.xml

    rfda88cea r99c3273  
    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        "9c3bc2fb98fd3bac9945b911c71fdc66">
     9  <!ENTITY samba-md5sum        "8fed0f23a672e6a8d0716d96aca88671">
    1010  <!ENTITY samba-size          "19 MB">
    1111  <!ENTITY samba-buildsize     "416 MB (additional 397 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
    12   <!ENTITY samba-time          "2.7 SBU, using parallelism=4 (additional 4.6 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
     12  <!ENTITY samba-time          "2.7 SBU, using parallelism=4 (additional 4.5 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
    1313]>
    1414
     
    140140<screen><userinput>sed -i "/samba3.blackbox.failure.failure/i \^samba3.raw.eas" selftest/knownfail</userinput></screen>
    141141
    142     <para>To test the results, as the <systemitem
    143     class="username">root</systemitem> user, issue: <command>make
    144     quicktest</command>.  There are other targets (test, subunit-test)
    145     available, but take a very long time (over 100 SBU).</para>
     142    <para>To test the results, as the
     143    <systemitem class="username">root</systemitem> user, issue:
     144    <command>make quicktest 2>&amp;1 | tee quicktest.log</command>.  Summary of
     145    the test results and some other information may be obtained with
     146    <command>grep -A5 testsuites quicktest.log</command>.  There are other
     147    targets (test, subunit-test) available, but take a very long time
     148    (over 100 SBU).</para>
    146149
    147150    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • packages.ent

    rfda88cea r99c3273  
    349349<!ENTITY rpcbind-version              "0.2.2">
    350350<!ENTITY rsync-version                "3.1.1">
    351 <!ENTITY samba-version                "4.1.16">
     351<!ENTITY samba-version                "4.1.17">
    352352<!ENTITY wget-version                 "1.16.1">
    353353<!ENTITY wireless-tools-version       "29">
Note: See TracChangeset for help on using the changeset viewer.