Changeset 7dff3ca


Ignore:
Timestamp:
01/05/2018 10:04:24 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
c225bfa
Parents:
855a40e8
Message:

Update to mariadb-10.2.12.
Update to php-7.2.1.
Update location of intel firmware.
Tweak lightdm.

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

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    r855a40e8 r7dff3ca  
    77  <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "ef8d4764f16d5f066e9893fe91887a31">
    10   <!ENTITY php-size          "11 MB">
     9  <!ENTITY php-md5sum        "f8682afff613f7e4661c77f122e4dbfd">
     10  <!ENTITY php-size          "12 MB">
    1111  <!ENTITY php-buildsize     "502 MB (with tests, add 108 MB for documentation)">
    12   <!ENTITY php-time          "1.1 SBU (with parallelism=4; add 2.8 SBU for tests)">
     12  <!ENTITY php-time          "1.1 SBU (with parallelism=4; add 2.9 SBU for tests)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r855a40e8 r7dff3ca  
    4545      <para>January 5th, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to mariadb-10.2.12. Fixes
     49          <ulink url="&blfs-ticket-root;10235">#10235</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to php-7.2.1. Fixes
     53          <ulink url="&blfs-ticket-root;10233">#10233</ulink>.</para>
     54        </listitem>
    4755        <listitem>
    4856          <para>[ken] Update to firefox-57.0.4 to provide some mitigation
  • packages.ent

    r855a40e8 r7dff3ca  
    327327<!ENTITY ninja-version                "1.8.2">
    328328<!ENTITY npapi-sdk-version            "0.27.2">
    329 <!ENTITY php-version                  "7.2.0">
     329<!ENTITY php-version                  "7.2.1">
    330330<!ENTITY python2-version              "2.7.14">
    331331<!ENTITY python3-version              "3.6.4">
     
    509509<!ENTITY db-version                   "6.2.32">
    510510<!ENTITY lmdb-version                 "0.9.21">
    511 <!ENTITY mariadb-version              "10.2.11">
     511<!ENTITY mariadb-version              "10.2.12">
    512512<!ENTITY postgresql-version           "10.1">
    513513<!ENTITY sqlite-version               "3.21.0">
  • postlfs/config/firmware.xml

    r855a40e8 r7dff3ca  
    131131     <para>The first step is to get the most recent version of the Intel
    132132     microcode.  This must be done by navigating to
    133      <ulink url='https://downloadcenter.intel.com/download/26400/Linux-Processor-Microcode-Data-File'/>
     133     <ulink url='https://downloadcenter.intel.com/download/27377/Linux-Processor-Microcode-Data-File'/>
    134134     and following the instructions there.  As of this writing the most recent
    135      version of the microcode is <filename>microcode-20170511.tgz</filename>.
     135     version of the microcode is <filename>microcode-20171117.tgz</filename>.
    136136     Extract this file in the normal way to create an <filename>intel-ucode</filename>
    137137     directory, containing various blobs with names in the form XX-YY-ZZ.</para>
     138
     139     <note><para>The above URL may not be the latest page.  If it is not,
     140     a line at the top of the list will direct you to the latest page.
     141     </para></note>
    138142
    139143     <para>Now you need to determine your processor's identity to see if there
  • server/databases/mariadb.xml

    r855a40e8 r7dff3ca  
    88  <!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    99  <!ENTITY mariadb-download-ftp  "ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    10   <!ENTITY mariadb-md5sum        "954088299fe5f11b4fda3b540558adbd">
     10  <!ENTITY mariadb-md5sum        "c5bce588e3c53ebc417e37ecb0967aee">
    1111  <!ENTITY mariadb-size          "69 MB">
    12   <!ENTITY mariadb-buildsize     "1.3 GB">
    13   <!ENTITY mariadb-time          "8.6 SBU (with parallelism=4, add 0.5 SBU for tests)">
     12  <!ENTITY mariadb-buildsize     "1.4 GB">
     13  <!ENTITY mariadb-time          "8.0 SBU (with parallelism=4, add 0.5 SBU for tests)">
    1414]>
    1515
  • x/dm/lightdm.xml

    r855a40e8 r7dff3ca  
    276276
    277277    <sect3 id="lightdm-bootscript">
    278       <title>Boot Script</title>
    279 
    280       <para>
     278      <title><phrase revision="sysv">Boot Script</phrase>
     279             <phrase revision="systemd">Systemd Unit</phrase></title>
     280
     281      <para revision="sysv">
    281282        Install the <filename revision="sysv">/etc/rc.d/init.d/lightdm</filename>
    282         init script from the <xref linkend="bootscripts" revision="sysv"/>
    283         <xref linkend="systemd-units" revision="systemd"/> package.
    284       </para>
    285 
     283        init script from the <xref linkend="bootscripts"/>
     284      </para>
     285
     286<screen role="root" revision="sysv"><userinput>make install-lightdm</userinput></screen>
    286287      <indexterm zone="lightdm lightdm-bootscript">
    287288        <primary sortas="f-lightdm">lightdm</primary>
    288289      </indexterm>
    289290
    290 <screen role="root" revision="sysv"><userinput>make install-lightdm</userinput></screen>
    291 
    292 <screen role="root" revision="systemd"><userinput>systemctl enable lightdm</userinput></screen>
     291      <para revision="systemd">
     292        Install and enable the systemd unit.  From the
     293        <xref linkend="systemd-units"/> package:
     294      </para>
     295
     296<screen role="root" revision="systemd"><userinput>make install-lightdm &amp;&amp;
     297systemctl enable lightdm</userinput></screen>
    293298
    294299    </sect3>
Note: See TracChangeset for help on using the changeset viewer.