Author: pierre Date: Sat Apr 5 06:13:47 2014 New Revision: 12934 Log: Updates to PHP-5.5.11 and SQLite-3.8.4.3. Fixes #4896 and #4900.
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/php.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/server/databases/sqlite.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Fri Apr 4 17:43:20 2014 (r12933) +++ trunk/BOOK/general.ent Sat Apr 5 06:13:47 2014 (r12934) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "04"> <!-- Always 2 digits --> +<!ENTITY day "05"> <!-- Always 2 digits --> <!ENTITY month "04"> <!-- Always 2 digits --> <!ENTITY year "2014"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "April 4th, &year;"> +<!ENTITY releasedate "April 5th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development] --> @@ -388,7 +388,7 @@ <!ENTITY mercurial-version "2.9.1"> <!ENTITY nasm-version "2.11.02"> <!ENTITY npapi-sdk-version "0.27.2"> -<!ENTITY php-version "5.5.10"> +<!ENTITY php-version "5.5.11"> <!ENTITY python2-version "2.7.6"> <!ENTITY python3-version "3.4.0"> <!ENTITY ruby-version "2.1.1"> @@ -513,7 +513,7 @@ <!ENTITY mariadb-version "10.0.9"> <!ENTITY mysql-version "5.6.16"> <!ENTITY postgresql-version "9.3.3"> -<!ENTITY sqlite-version "3.8.4.1"> +<!ENTITY sqlite-version "3.8.4.3"> <!-- Chapter 23 --> <!ENTITY openldap-version "2.4.39"> Modified: trunk/BOOK/general/prog/php.xml ============================================================================== --- trunk/BOOK/general/prog/php.xml Fri Apr 4 17:43:20 2014 (r12933) +++ trunk/BOOK/general/prog/php.xml Sat Apr 5 06:13:47 2014 (r12934) @@ -6,10 +6,10 @@ <!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.bz2"> <!ENTITY php-download-ftp "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.bz2"> - <!ENTITY php-md5sum "d608230c7890b6a0cc5b92e66e866226"> + <!ENTITY php-md5sum "c8c9ad960bae0265054b5879423f7a75"> <!ENTITY php-size "13 MB"> - <!ENTITY php-buildsize "357 MB"> - <!ENTITY php-time "2.4 SBU (additional 2.1 SBU to run the test suite)"> + <!ENTITY php-buildsize "464 MB"> + <!ENTITY php-time "3.8 SBU (additional 2.1 SBU to run the test suite)"> ]> <sect1 id="php" xreflabel="PHP-&php-version;"> @@ -200,7 +200,9 @@ make</userinput></screen> <para>To test the results, issue: <command>make test</command>. A few - tests may fail.</para> + tests may fail, in which case you are asked whether you want to send + the report to the PHP developpers. If you want to automate the test, + you may prefix the command with <command>yes "n" | </command>.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Fri Apr 4 17:43:20 2014 (r12933) +++ trunk/BOOK/introduction/welcome/changelog.xml Sat Apr 5 06:13:47 2014 (r12934) @@ -45,6 +45,20 @@ --> <listitem> + <para>April 5th, 2014</para> + <itemizedlist> + <listitem> + <para>[pierre] - PHP-5.5.11. Fixes + <ulink url="&blfs-ticket-root;4896">#4896</ulink>.</para> + </listitem> + <listitem> + <para>[pierre] - SQLite-3.8.4.3. Fixes + <ulink url="&blfs-ticket-root;4900">#4900</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>April 4th, 2014</para> <itemizedlist> <listitem> Modified: trunk/BOOK/server/databases/sqlite.xml ============================================================================== --- trunk/BOOK/server/databases/sqlite.xml Fri Apr 4 17:43:20 2014 (r12933) +++ trunk/BOOK/server/databases/sqlite.xml Sat Apr 5 06:13:47 2014 (r12934) @@ -4,20 +4,20 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY sqlite-dl-version "3080401"> - <!ENTITY sqlite-doc-version "3080401"> + <!ENTITY sqlite-dl-version "3080403"> + <!ENTITY sqlite-doc-version "3080403"> <!ENTITY sqlite-download-http "http://sqlite.org/2014/sqlite-autoconf-&sqlite-dl-version;.tar.gz"> <!ENTITY sqlite-download-ftp " "> - <!ENTITY sqlite-md5sum "6b8cb7b9063a1d97f7b5dc517e8ee0c4"> + <!ENTITY sqlite-md5sum "0f5459cde43cb269e5120ecd2c671ced"> <!ENTITY sqlite-size "1.9 MB"> - <!ENTITY sqlite-buildsize "41 MB (includes optional documentation)"> - <!ENTITY sqlite-time "0.2 SBU"> + <!ENTITY sqlite-buildsize "42 MB (includes optional documentation)"> + <!ENTITY sqlite-time "0.3 SBU"> <!ENTITY sqlite-docs-download "http://sqlite.org/2014/sqlite-doc-&sqlite-doc-version;.zip"> - <!ENTITY sqlite-docs-md5sum "6411ba29baeab68f253fcc27fb262f3e"> + <!ENTITY sqlite-docs-md5sum "22e623b68930d0e30ab82614a6ae832b"> <!ENTITY sqlite-docs-size "4.4 MB"> ]> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
