Changeset 862d4ce


Ignore:
Timestamp:
10/03/2015 06:18:40 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b8e60d0c
Parents:
59f404a5
Message:

Update to PHP-5.6.14, ticket 6990

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r59f404a5 r862d4ce  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "03">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 1st &year;">
     9<!ENTITY releasedate  "October 3rd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/php.xml

    r59f404a5 r862d4ce  
    77  <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.xz">
    9   <!ENTITY php-md5sum        "de4a8ff544986d9e0da90522fa66f195">
    10   <!ENTITY php-size          "12 MB">
    11   <!ENTITY php-buildsize     "505 MB (with the tests)">
     9  <!ENTITY php-md5sum        "96080ad8c5111446f58290cc6f18698c">
     10  <!ENTITY php-size          "11 MB">
     11  <!ENTITY php-buildsize     "505 MB (with the tests). Documentation adds 100 MB">
    1212  <!ENTITY php-time          "6 SBU (with the tests)">
    1313]>
  • introduction/welcome/changelog.xml

    r59f404a5 r862d4ce  
    4646
    4747    <listitem>
     48      <para>October 3rd, 2015</para>
     49      <itemizedlist>
     50       <listitem>
     51          <para>[pierre] - Update to PHP-5.6.14. Fixes
     52          <ulink url="&blfs-ticket-root;6990>#6990</ulink>.</para>
     53       </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>October 1st, 2015</para>
    4959      <itemizedlist>
  • packages.ent

    r59f404a5 r862d4ce  
    268268<!ENTITY nasm-version                 "2.11.08">
    269269<!ENTITY npapi-sdk-version            "0.27.2">
    270 <!ENTITY php-version                  "5.6.13">
     270<!ENTITY php-version                  "5.6.14">
    271271<!ENTITY python2-version              "2.7.10">
    272272<!ENTITY python3-version              "3.4.3">
Note: See TracChangeset for help on using the changeset viewer.