Changeset 7dff3ca
- Timestamp:
- 01/05/2018 10:04:24 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c225bfa
- Parents:
- 855a40e8
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/php.xml
r855a40e8 r7dff3ca 7 7 <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz"> 8 8 <!ENTITY php-download-ftp " "> 9 <!ENTITY php-md5sum " ef8d4764f16d5f066e9893fe91887a31">10 <!ENTITY php-size "1 1MB">9 <!ENTITY php-md5sum "f8682afff613f7e4661c77f122e4dbfd"> 10 <!ENTITY php-size "12 MB"> 11 11 <!ENTITY php-buildsize "502 MB (with tests, add 108 MB for documentation)"> 12 <!ENTITY php-time "1.1 SBU (with parallelism=4; add 2. 8SBU for tests)">12 <!ENTITY php-time "1.1 SBU (with parallelism=4; add 2.9 SBU for tests)"> 13 13 ]> 14 14 -
introduction/welcome/changelog.xml
r855a40e8 r7dff3ca 45 45 <para>January 5th, 2018</para> 46 46 <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> 47 55 <listitem> 48 56 <para>[ken] Update to firefox-57.0.4 to provide some mitigation -
packages.ent
r855a40e8 r7dff3ca 327 327 <!ENTITY ninja-version "1.8.2"> 328 328 <!ENTITY npapi-sdk-version "0.27.2"> 329 <!ENTITY php-version "7.2. 0">329 <!ENTITY php-version "7.2.1"> 330 330 <!ENTITY python2-version "2.7.14"> 331 331 <!ENTITY python3-version "3.6.4"> … … 509 509 <!ENTITY db-version "6.2.32"> 510 510 <!ENTITY lmdb-version "0.9.21"> 511 <!ENTITY mariadb-version "10.2.1 1">511 <!ENTITY mariadb-version "10.2.12"> 512 512 <!ENTITY postgresql-version "10.1"> 513 513 <!ENTITY sqlite-version "3.21.0"> -
postlfs/config/firmware.xml
r855a40e8 r7dff3ca 131 131 <para>The first step is to get the most recent version of the Intel 132 132 microcode. This must be done by navigating to 133 <ulink url='https://downloadcenter.intel.com/download/2 6400/Linux-Processor-Microcode-Data-File'/>133 <ulink url='https://downloadcenter.intel.com/download/27377/Linux-Processor-Microcode-Data-File'/> 134 134 and following the instructions there. As of this writing the most recent 135 version of the microcode is <filename>microcode-2017 0511.tgz</filename>.135 version of the microcode is <filename>microcode-20171117.tgz</filename>. 136 136 Extract this file in the normal way to create an <filename>intel-ucode</filename> 137 137 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> 138 142 139 143 <para>Now you need to determine your processor's identity to see if there -
server/databases/mariadb.xml
r855a40e8 r7dff3ca 8 8 <!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz"> 9 9 <!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"> 11 11 <!ENTITY mariadb-size "69 MB"> 12 <!ENTITY mariadb-buildsize "1. 3GB">13 <!ENTITY mariadb-time "8. 6SBU (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)"> 14 14 ]> 15 15 -
x/dm/lightdm.xml
r855a40e8 r7dff3ca 276 276 277 277 <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"> 281 282 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> 286 287 <indexterm zone="lightdm lightdm-bootscript"> 287 288 <primary sortas="f-lightdm">lightdm</primary> 288 289 </indexterm> 289 290 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 && 297 systemctl enable lightdm</userinput></screen> 293 298 294 299 </sect3>
Note:
See TracChangeset
for help on using the changeset viewer.