Changeset a26af204


Ignore:
Timestamp:
04/18/2020 05:24:59 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
e539ccf
Parents:
a16943c2
Message:

Update to php-7.4.5.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra16943c2 ra26af204  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "18">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 17th, &year;">
     9<!ENTITY releasedate  "April 18th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/php.xml

    ra16943c2 ra26af204  
    77  <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "a5632697e223b8386025520662dcb78f">
     9  <!ENTITY php-md5sum        "c39377baa2d7e233432ec8e8d5d994f9">
    1010  <!ENTITY php-size          "9.8 MB">
    11   <!ENTITY php-buildsize     "514 MB (add 2 MB for tests, add 112 MB for documentation)">
    12   <!ENTITY php-time          "1.5 SBU (with parallelism=4; add 1.9 SBU for tests)">
     11  <!ENTITY php-buildsize     "515 MB (add 2 MB for tests, add 112 MB for documentation)">
     12  <!ENTITY php-time          "1.5 SBU (with parallelism=4; add 1.7 SBU for tests)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    ra16943c2 ra26af204  
    4444
    4545    <listitem>
     46      <para>April 18th, 2020</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to php-7.4.5. Fixes
     50          <ulink url="&blfs-ticket-root;13425">#13425</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>April 17th, 2020</para>
    4757      <itemizedlist>
  • packages.ent

    ra16943c2 ra26af204  
    342342<!ENTITY ninja-version                "1.9.0">
    343343<!ENTITY npapi-sdk-version            "0.27.2">
    344 <!ENTITY php-version                  "7.4.4">
     344<!ENTITY php-version                  "7.4.5">
    345345
    346346<!ENTITY python2-majorver             "2.7">
Note: See TracChangeset for help on using the changeset viewer.