Author: bdubbs Date: Fri Jan 5 14:04:24 2018 New Revision: 19653 Log: Update to mariadb-10.2.12. Update to php-7.2.1. Update location of intel firmware. Tweak lightdm.
Added: trunk/BOOK/blfs-systemd-units-20180105.tar.xz (contents, props changed) Modified: trunk/BOOK/general/prog/php.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/packages.ent trunk/BOOK/postlfs/config/firmware.xml trunk/BOOK/server/databases/mariadb.xml trunk/BOOK/x/dm/lightdm.xml Added: trunk/BOOK/blfs-systemd-units-20180105.tar.xz ============================================================================== Binary file. No diff available. Modified: trunk/BOOK/general/prog/php.xml ============================================================================== --- trunk/BOOK/general/prog/php.xml Fri Jan 5 12:41:43 2018 (r19652) +++ trunk/BOOK/general/prog/php.xml Fri Jan 5 14:04:24 2018 (r19653) @@ -6,10 +6,10 @@ <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz"> <!ENTITY php-download-ftp " "> - <!ENTITY php-md5sum "ef8d4764f16d5f066e9893fe91887a31"> - <!ENTITY php-size "11 MB"> + <!ENTITY php-md5sum "f8682afff613f7e4661c77f122e4dbfd"> + <!ENTITY php-size "12 MB"> <!ENTITY php-buildsize "502 MB (with tests, add 108 MB for documentation)"> - <!ENTITY php-time "1.1 SBU (with parallelism=4; add 2.8 SBU for tests)"> + <!ENTITY php-time "1.1 SBU (with parallelism=4; add 2.9 SBU for tests)"> ]> <sect1 id="php" xreflabel="PHP-&php-version;"> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Fri Jan 5 12:41:43 2018 (r19652) +++ trunk/BOOK/introduction/welcome/changelog.xml Fri Jan 5 14:04:24 2018 (r19653) @@ -45,6 +45,14 @@ <para>January 5th, 2018</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update to mariadb-10.2.12. Fixes + <ulink url="&blfs-ticket-root;10235">#10235</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to php-7.2.1. Fixes + <ulink url="&blfs-ticket-root;10233">#10233</ulink>.</para> + </listitem> + <listitem> <para>[ken] Update to firefox-57.0.4 to provide some mitigation against Spectre vulnerabilities. Fixes <ulink url="&blfs-ticket-root;10232">#10232</ulink>.</para> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Fri Jan 5 12:41:43 2018 (r19652) +++ trunk/BOOK/packages.ent Fri Jan 5 14:04:24 2018 (r19653) @@ -326,7 +326,7 @@ <!ENTITY nasm-version "2.13.02"> <!ENTITY ninja-version "1.8.2"> <!ENTITY npapi-sdk-version "0.27.2"> -<!ENTITY php-version "7.2.0"> +<!ENTITY php-version "7.2.1"> <!ENTITY python2-version "2.7.14"> <!ENTITY python3-version "3.6.4"> <!ENTITY ruby-minor-version "2.5"> @@ -508,7 +508,7 @@ <!-- Chapter 22 --> <!ENTITY db-version "6.2.32"> <!ENTITY lmdb-version "0.9.21"> -<!ENTITY mariadb-version "10.2.11"> +<!ENTITY mariadb-version "10.2.12"> <!ENTITY postgresql-version "10.1"> <!ENTITY sqlite-version "3.21.0"> Modified: trunk/BOOK/postlfs/config/firmware.xml ============================================================================== --- trunk/BOOK/postlfs/config/firmware.xml Fri Jan 5 12:41:43 2018 (r19652) +++ trunk/BOOK/postlfs/config/firmware.xml Fri Jan 5 14:04:24 2018 (r19653) @@ -130,12 +130,16 @@ <para>The first step is to get the most recent version of the Intel microcode. This must be done by navigating to - <ulink url='https://downloadcenter.intel.com/download/26400/Linux-Processor-Microcode-Data-File'/> + <ulink url='https://downloadcenter.intel.com/download/27377/Linux-Processor-Microcode-Data-File'/> and following the instructions there. As of this writing the most recent - version of the microcode is <filename>microcode-20170511.tgz</filename>. + version of the microcode is <filename>microcode-20171117.tgz</filename>. Extract this file in the normal way to create an <filename>intel-ucode</filename> directory, containing various blobs with names in the form XX-YY-ZZ.</para> + <note><para>The above URL may not be the latest page. If it is not, + a line at the top of the list will direct you to the latest page. + </para></note> + <para>Now you need to determine your processor's identity to see if there is any microcode for it. Determine the decimal values of the cpu family, model and stepping by running the following command (it will also report Modified: trunk/BOOK/server/databases/mariadb.xml ============================================================================== --- trunk/BOOK/server/databases/mariadb.xml Fri Jan 5 12:41:43 2018 (r19652) +++ trunk/BOOK/server/databases/mariadb.xml Fri Jan 5 14:04:24 2018 (r19653) @@ -7,10 +7,10 @@ <!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz"> <!ENTITY mariadb-download-ftp "ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz"> - <!ENTITY mariadb-md5sum "954088299fe5f11b4fda3b540558adbd"> + <!ENTITY mariadb-md5sum "c5bce588e3c53ebc417e37ecb0967aee"> <!ENTITY mariadb-size "69 MB"> - <!ENTITY mariadb-buildsize "1.3 GB"> - <!ENTITY mariadb-time "8.6 SBU (with parallelism=4, add 0.5 SBU for tests)"> + <!ENTITY mariadb-buildsize "1.4 GB"> + <!ENTITY mariadb-time "8.0 SBU (with parallelism=4, add 0.5 SBU for tests)"> ]> <sect1 id="mariadb" xreflabel="MariaDB-&mariadb-version;"> Modified: trunk/BOOK/x/dm/lightdm.xml ============================================================================== --- trunk/BOOK/x/dm/lightdm.xml Fri Jan 5 12:41:43 2018 (r19652) +++ trunk/BOOK/x/dm/lightdm.xml Fri Jan 5 14:04:24 2018 (r19653) @@ -275,21 +275,26 @@ </sect3> <sect3 id="lightdm-bootscript"> - <title>Boot Script</title> + <title><phrase revision="sysv">Boot Script</phrase> + <phrase revision="systemd">Systemd Unit</phrase></title> - <para> + <para revision="sysv"> Install the <filename revision="sysv">/etc/rc.d/init.d/lightdm</filename> - init script from the <xref linkend="bootscripts" revision="sysv"/> - <xref linkend="systemd-units" revision="systemd"/> package. + init script from the <xref linkend="bootscripts"/> </para> +<screen role="root" revision="sysv"><userinput>make install-lightdm</userinput></screen> <indexterm zone="lightdm lightdm-bootscript"> <primary sortas="f-lightdm">lightdm</primary> </indexterm> -<screen role="root" revision="sysv"><userinput>make install-lightdm</userinput></screen> + <para revision="systemd"> + Install and enable the systemd unit. From the + <xref linkend="systemd-units"/> package: + </para> -<screen role="root" revision="systemd"><userinput>systemctl enable lightdm</userinput></screen> +<screen role="root" revision="systemd"><userinput>make install-lightdm && +systemctl enable lightdm</userinput></screen> </sect3> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
