Author: fernando Date: Thu Feb 26 07:38:31 2015 New Revision: 15569 Log: Update to samba-4.1.17. GDB-7.9: s/http/https/.
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/gdb.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/networking/netprogs/samba.xml trunk/BOOK/packages.ent Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Thu Feb 26 07:37:06 2015 (r15568) +++ trunk/BOOK/general.ent Thu Feb 26 07:38:31 2015 (r15569) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "25"> <!-- Always 2 digits --> +<!ENTITY day "26"> <!-- Always 2 digits --> <!ENTITY month "02"> <!-- Always 2 digits --> <!ENTITY year "2015"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "February 25th, &year;"> +<!ENTITY releasedate "February 26th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development] --> Modified: trunk/BOOK/general/prog/gdb.xml ============================================================================== --- trunk/BOOK/general/prog/gdb.xml Thu Feb 26 07:37:06 2015 (r15568) +++ trunk/BOOK/general/prog/gdb.xml Thu Feb 26 07:38:31 2015 (r15569) @@ -4,7 +4,7 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY gdb-download-http "http://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz"> + <!ENTITY gdb-download-http "https://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz"> <!ENTITY gdb-download-ftp "ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz"> <!ENTITY gdb-md5sum "e6279f26559d839f0b4218a482bcb43e"> <!ENTITY gdb-size "17 MB"> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Thu Feb 26 07:37:06 2015 (r15568) +++ trunk/BOOK/introduction/welcome/changelog.xml Thu Feb 26 07:38:31 2015 (r15569) @@ -45,6 +45,16 @@ --> <listitem> + <para>February 26th, 2015</para> + <itemizedlist> + <listitem> + <para>[fernando] - Update to samba-4.1.17. Fixes + <ulink url="&blfs-ticket-root;6168">#6168</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>February 25th, 2015</para> <itemizedlist> <listitem> Modified: trunk/BOOK/networking/netprogs/samba.xml ============================================================================== --- trunk/BOOK/networking/netprogs/samba.xml Thu Feb 26 07:37:06 2015 (r15568) +++ trunk/BOOK/networking/netprogs/samba.xml Thu Feb 26 07:38:31 2015 (r15569) @@ -6,10 +6,10 @@ <!ENTITY samba-download-http "https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz"> <!ENTITY samba-download-ftp " "> - <!ENTITY samba-md5sum "9c3bc2fb98fd3bac9945b911c71fdc66"> + <!ENTITY samba-md5sum "8fed0f23a672e6a8d0716d96aca88671"> <!ENTITY samba-size "19 MB"> <!ENTITY samba-buildsize "416 MB (additional 397 MB for the quicktest, reputedly up to 500 MB additional for all tests)"> - <!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)"> + <!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)"> ]> <sect1 id="samba" xreflabel="Samba-&samba-version;"> @@ -139,10 +139,13 @@ <screen><userinput>sed -i "/samba3.blackbox.failure.failure/i \^samba3.raw.eas" selftest/knownfail</userinput></screen> - <para>To test the results, as the <systemitem - class="username">root</systemitem> user, issue: <command>make - quicktest</command>. There are other targets (test, subunit-test) - available, but take a very long time (over 100 SBU).</para> + <para>To test the results, as the + <systemitem class="username">root</systemitem> user, issue: + <command>make quicktest 2>&1 | tee quicktest.log</command>. Summary of + the test results and some other information may be obtained with + <command>grep -A5 testsuites quicktest.log</command>. There are other + targets (test, subunit-test) available, but take a very long time + (over 100 SBU).</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Thu Feb 26 07:37:06 2015 (r15568) +++ trunk/BOOK/packages.ent Thu Feb 26 07:38:31 2015 (r15569) @@ -348,7 +348,7 @@ <!ENTITY ntp-version "4.2.8p1"> <!ENTITY rpcbind-version "0.2.2"> <!ENTITY rsync-version "3.1.1"> -<!ENTITY samba-version "4.1.16"> +<!ENTITY samba-version "4.1.17"> <!ENTITY wget-version "1.16.1"> <!ENTITY wireless-tools-version "29"> <!ENTITY wpa_supplicant-version "2.3"> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
