Changeset 53ed2b4


Ignore:
Timestamp:
01/03/2011 04:50:49 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 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/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
08f25484
Parents:
66d1e63
Message:

Updated BLFS to 5.3.3 (5.3.4 has since been released)

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r66d1e63 r53ed2b4  
    307307<!ENTITY NASM-version                 "2.09">
    308308<!ENTITY pdl-version                  "2.4.2">
    309 <!ENTITY php-version                  "5.3.2">
     309<!ENTITY php-version                  "5.3.3">
    310310<!ENTITY Python-version               "2.6.4">
    311311<!ENTITY python-majorver              "2.6">
  • general/prog/php.xml

    r66d1e63 r53ed2b4  
    77  <!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.bz2">
    88  <!ENTITY php-download-ftp  "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.bz2">
    9   <!ENTITY php-md5sum        "46f500816125202c48a458d0133254a4">
    10   <!ENTITY php-size          "10.4 MB">
     9  <!ENTITY php-md5sum        "21ceeeb232813c10283a5ca1b4c87b48">
     10  <!ENTITY php-size          "10.6 MB">
    1111  <!ENTITY php-buildsize     "390 MB (includes installing all documentation)">
    12   <!ENTITY php-time          "3.4 SBU (additional 10.5 SBU to run the test suite)">
     12  <!ENTITY php-time          "3.5 SBU (additional 10.2 SBU to run the test suite)">
    1313]>
    1414
     
    5858    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5959    <itemizedlist spacing="compact">
    60       <!-- <listitem>
    61         <para>Required patch for Berkeley DB: <ulink
    62         url="&patch-root;/php-&php-version;-db43-1.patch"/></para>
    63       </listitem> -->
     60      <listitem>
     61        <para>Required patch for Berkeley DB and EPI discovery: <ulink
     62        url="&patch-root;/php-&php-version;-configure-1.patch"/></para>
     63      </listitem>
    6464      <listitem>
    6565        <para>Pre-built documentation (optional): <ulink
     
    198198    running the following commands:</para>
    199199
    200 <screen><userinput>./configure --prefix=/usr \
     200<screen><userinput>patch -Np1 -i ../php-&php-version;-configure-1.patch &amp;&amp;
     201./configure --prefix=/usr \
    201202            --sysconfdir=/etc \
    202203            --with-apxs2 \
  • introduction/welcome/changelog.xml

    r66d1e63 r53ed2b4  
    4545      <para>January 3rd, 2011</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to PHP-5.3.3 (5.3.4 has been released).</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[randy] - Updated to Subversion-1.6.15.</para>
Note: See TracChangeset for help on using the changeset viewer.