Author: bdubbs
Date: Sun Aug 25 14:54:24 2013
New Revision: 11697

Log:
Update to php-5.5.2.
Tag apache, mysql.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/php.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/databases/mysql.xml
   trunk/BOOK/server/major/apache.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Aug 25 13:36:37 2013        (r11696)
+++ trunk/BOOK/general.ent      Sun Aug 25 14:54:24 2013        (r11697)
@@ -382,7 +382,7 @@
 <!ENTITY lua-version                  "5.1.5">
 <!ENTITY mercurial-version            "2.7">
 <!ENTITY NASM-version                 "2.10.09">
-<!ENTITY php-version                  "5.5.0">
+<!ENTITY php-version                  "5.5.2">
 <!ENTITY pkgconfig-version            "0.28">
 <!ENTITY python2-version              "2.7.5">
 <!ENTITY python3-version              "3.3.2">

Modified: trunk/BOOK/general/prog/php.xml
==============================================================================
--- trunk/BOOK/general/prog/php.xml     Sun Aug 25 13:36:37 2013        (r11696)
+++ trunk/BOOK/general/prog/php.xml     Sun Aug 25 14:54:24 2013        (r11697)
@@ -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        "daf2d54e79def9fd0fb2ac7dfcefb7f3">
+  <!ENTITY php-md5sum        "caf7f4d86514a568fb3c8021b096a9f0">
   <!ENTITY php-size          "11.7 MB">
-  <!ENTITY php-buildsize     "352 MB">
-  <!ENTITY php-time          "2.8 SBU (additional 3.0 SBU to run the test 
suite)">
+  <!ENTITY php-buildsize     "356 MB">
+  <!ENTITY php-time          "2.4 SBU (additional 2.9 SBU to run the test 
suite)">
 ]>
 
 <sect1 id="php" xreflabel="PHP-&php-version;">
@@ -34,7 +34,7 @@
     directly embedded into the HTML markup.  It is also useful as a
     general purpose scripting language.</para>
 
-    &lfs73_checked;
+    &lfs74_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Aug 25 13:36:37 
2013        (r11696)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Aug 25 14:54:24 
2013        (r11697)
@@ -47,6 +47,12 @@
       <para>August 25th, 2013</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to php-5.5.2.  Fixes
+          <ulink url="&blfs-ticket-root;3983">#3983</ulink>.</para>
+
+          more lfs7.4 tags.</para>
+        </listitem>
+        <listitem>
           <para>[fernando] - Fix WebKitGTK+-1.10.2 to build with Bison 3.0;
           more lfs7.4 tags.</para>
         </listitem>

Modified: trunk/BOOK/server/databases/mysql.xml
==============================================================================
--- trunk/BOOK/server/databases/mysql.xml       Sun Aug 25 13:36:37 2013        
(r11696)
+++ trunk/BOOK/server/databases/mysql.xml       Sun Aug 25 14:54:24 2013        
(r11697)
@@ -35,7 +35,7 @@
       server daemon and many different client programs and libraries.
     </para>
 
-    &lfs73_checked;
+    &lfs74_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -164,8 +164,12 @@
 sed -i "s/ADD_SUBDIRECTORY(libmysql)/&amp;\\nADD_SUBDIRECTORY(sql\/share)/" 
CMakeLists.txt &amp;&amp;
 sed -i "s@data/test@\${INSTALL_MYSQLSHAREDIR}@g" sql/CMakeLists.txt &amp;&amp;
 sed -i "s@data/mysql@\${INSTALL_MYSQLTESTDIR}@g" sql/CMakeLists.txt &amp;&amp;
+
+sed -i "s/srv_buf_size/srv_sort_buf_size/" storage/innobase/row/row0log.cc 
&amp;&amp;
+
 mkdir build &amp;&amp;
 cd build &amp;&amp;
+
 cmake -DCMAKE_BUILD_TYPE=Release                    \
       -DCMAKE_INSTALL_PREFIX=/usr                   \
       -DINSTALL_DOCDIR=share/doc/mysql              \

Modified: trunk/BOOK/server/major/apache.xml
==============================================================================
--- trunk/BOOK/server/major/apache.xml  Sun Aug 25 13:36:37 2013        (r11696)
+++ trunk/BOOK/server/major/apache.xml  Sun Aug 25 14:54:24 2013        (r11697)
@@ -36,7 +36,7 @@
       web serving operations.
     </para>
 
-    &lfs73_checked;
+    &lfs74_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to