Changeset 0cd10a6c
- Timestamp:
- 04/05/2014 01:13:47 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2884969f
- Parents:
- 6336840d
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r6336840d r0cd10a6c 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 4"> <!-- Always 2 digits -->3 <!ENTITY day "05"> <!-- Always 2 digits --> 4 4 <!ENTITY month "04"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "April 4th, &year;">9 <!ENTITY releasedate "April 5th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 389 389 <!ENTITY nasm-version "2.11.02"> 390 390 <!ENTITY npapi-sdk-version "0.27.2"> 391 <!ENTITY php-version "5.5.1 0">391 <!ENTITY php-version "5.5.11"> 392 392 <!ENTITY python2-version "2.7.6"> 393 393 <!ENTITY python3-version "3.4.0"> … … 514 514 <!ENTITY mysql-version "5.6.16"> 515 515 <!ENTITY postgresql-version "9.3.3"> 516 <!ENTITY sqlite-version "3.8.4. 1">516 <!ENTITY sqlite-version "3.8.4.3"> 517 517 518 518 <!-- Chapter 23 --> -
general/prog/php.xml
r6336840d r0cd10a6c 7 7 <!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.bz2"> 8 8 <!ENTITY php-download-ftp "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.bz2"> 9 <!ENTITY php-md5sum " d608230c7890b6a0cc5b92e66e866226">9 <!ENTITY php-md5sum "c8c9ad960bae0265054b5879423f7a75"> 10 10 <!ENTITY php-size "13 MB"> 11 <!ENTITY php-buildsize " 357MB">12 <!ENTITY php-time " 2.4SBU (additional 2.1 SBU to run the test suite)">11 <!ENTITY php-buildsize "464 MB"> 12 <!ENTITY php-time "3.8 SBU (additional 2.1 SBU to run the test suite)"> 13 13 ]> 14 14 … … 201 201 202 202 <para>To test the results, issue: <command>make test</command>. A few 203 tests may fail.</para> 203 tests may fail, in which case you are asked whether you want to send 204 the report to the PHP developpers. If you want to automate the test, 205 you may prefix the command with <command>yes "n" | </command>.</para> 204 206 205 207 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -
introduction/welcome/changelog.xml
r6336840d r0cd10a6c 46 46 47 47 <listitem> 48 <para>April 5th, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[pierre] - PHP-5.5.11. Fixes 52 <ulink url="&blfs-ticket-root;4896">#4896</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[pierre] - SQLite-3.8.4.3. Fixes 56 <ulink url="&blfs-ticket-root;4900">#4900</ulink>.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 60 61 <listitem> 48 62 <para>April 4th, 2014</para> 49 63 <itemizedlist> -
server/databases/sqlite.xml
r6336840d r0cd10a6c 5 5 %general-entities; 6 6 7 <!ENTITY sqlite-dl-version "308040 1">8 <!ENTITY sqlite-doc-version "308040 1">7 <!ENTITY sqlite-dl-version "3080403"> 8 <!ENTITY sqlite-doc-version "3080403"> 9 9 10 10 <!ENTITY sqlite-download-http 11 11 "http://sqlite.org/2014/sqlite-autoconf-&sqlite-dl-version;.tar.gz"> 12 12 <!ENTITY sqlite-download-ftp " "> 13 <!ENTITY sqlite-md5sum " 6b8cb7b9063a1d97f7b5dc517e8ee0c4">13 <!ENTITY sqlite-md5sum "0f5459cde43cb269e5120ecd2c671ced"> 14 14 <!ENTITY sqlite-size "1.9 MB"> 15 <!ENTITY sqlite-buildsize "4 1MB (includes optional documentation)">16 <!ENTITY sqlite-time "0. 2SBU">15 <!ENTITY sqlite-buildsize "42 MB (includes optional documentation)"> 16 <!ENTITY sqlite-time "0.3 SBU"> 17 17 18 18 <!ENTITY sqlite-docs-download 19 19 "http://sqlite.org/2014/sqlite-doc-&sqlite-doc-version;.zip"> 20 <!ENTITY sqlite-docs-md5sum " 6411ba29baeab68f253fcc27fb262f3e">20 <!ENTITY sqlite-docs-md5sum "22e623b68930d0e30ab82614a6ae832b"> 21 21 <!ENTITY sqlite-docs-size "4.4 MB"> 22 22 ]>
Note:
See TracChangeset
for help on using the changeset viewer.