Changeset c55368ec


Ignore:
Timestamp:
03/15/2016 01:40:10 PM (8 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, 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:
d4f9cee
Parents:
4bad153
Message:

Update to PHP-7.0.4
Update to Mercurial-3.7.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r4bad153 rc55368ec  
    99  <!ENTITY mercurial-md5sum        "4e922fcc9454d2665f20c3b9b4741add">
    1010  <!ENTITY mercurial-size          "4.5 MB">
    11   <!ENTITY mercurial-buildsize     "54 MB (with documentation, 378 MB with docs and tests)">
    12   <!ENTITY mercurial-time          "less than 0.1 SBU (with documentation, 3.4 SBU with docs and tests, using -j8)">
     11  <!ENTITY mercurial-buildsize     "53 MB (with documentation, 374 MB with docs and tests)">
     12  <!ENTITY mercurial-time          "less than 0.1 SBU (with documentation, 13 SBU with docs and tests)">
    1313]>
    1414
     
    107107<screen><userinput>cat &gt; tests/blacklists/failed-tests &lt;&lt; "EOF"
    108108<literal># Test Failures
    109   test-convert-svn-source.t
    110   test-convert-hg-svn.t
    111   test-gpg.t</literal>
     109  test-run-tests.t
     110  test-highlight.t</literal>
    112111EOF
    113112
     
    120119    and the number of ( processor X threads ), inclusive. In order to
    121120    investigate the apparently failing tests, you may use the
    122     <command>run-tests.py</command> scrypt. To see the almost forty switches,
     121    <command>run-tests.py</command> script. To see the almost forty switches,
    123122    some of them very useful, issue <command>tests/run-tests.py --help</command>.
    124123    Running the following commands, you will execute only the tests that failed
     
    128127  rm -rf tmp &amp;&amp;
    129128
    130   ./run-tests.py --tmpdir tmp              \
    131                  test-convert-svn-source.t \
    132                  test-convert-hg-svn.t     \
    133                  test-gpg.t                &amp;&amp;
     129  ./run-tests.py --tmpdir tmp     \
     130                 test-run-tests.t \
     131                 test-highlight.t &amp;&amp;
    134132popd</userinput></screen>
    135133
    136     <para>Normally, the previous failures will be confirmed, except for
    137     "test-gpg.t" which now pass (this is weird!). However, if you add the switch
     134    <para>Normally, the previous failures will be confirmed. However, if
     135    you add the switch
    138136    "--debug" before "--tmpdir", and run again, some failures are gone, which
    139137    seems to be a problem with the test suite. If this happens, normally, from
     
    141139    or not.</para>
    142140
    143     <para>An interesting switch is "--time", which will generated at the end of
     141    <para>An interesting switch is "--time", which will generate at the end of
    144142    the test suite execution, a table with all executed tests and respective
    145143    start, end, user, system and real times. Notice that the switches may be
  • general/prog/php.xml

    r4bad153 rc55368ec  
    88  <!--<!ENTITY php-download-ftp  "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.xz">-->
    99  <!ENTITY php-download-ftp  " ">
    10   <!ENTITY php-md5sum        "3c5d2b5b392b78fa92c48822e25ccb56">
     10  <!ENTITY php-md5sum        "82c60fc8167dd964119447da539af4f7">
    1111  <!ENTITY php-size          "11 MB">
    12   <!ENTITY php-buildsize     "565 MB (with the tests). Documentation adds 100 MB">
     12  <!ENTITY php-buildsize     "565 MB (with the tests). Documentation adds 105 MB">
    1313  <!ENTITY php-time          "6.2 SBU (with the tests)">
    1414]>
  • introduction/welcome/changelog.xml

    r4bad153 rc55368ec  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[pierre] - Update to mercurial-3.7.2. Fixes
     51          <ulink url="&blfs-ticket-root;7529">#7529</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[pierre] - Update to php-7.0.4. Fixes
     55          <ulink url="&blfs-ticket-root;7531">#7531</ulink>.</para>
     56        </listitem>
     57        <listitem>
    5058          <para>[igor] - Update to thunderbird-38.7.0. Fixes
    5159          <ulink url="&blfs-ticket-root;7578">#7578</ulink>.</para>
  • packages.ent

    r4bad153 rc55368ec  
    274274<!ENTITY llvm-version                 "3.7.1">
    275275<!ENTITY lua-version                  "5.3.2">
    276 <!ENTITY mercurial-version            "3.7.1">
     276<!ENTITY mercurial-version            "3.7.2">
    277277<!ENTITY nasm-version                 "2.12">
    278278<!ENTITY npapi-sdk-version            "0.27.2">
    279 <!ENTITY php-version                  "7.0.3">
     279<!ENTITY php-version                  "7.0.4">
    280280<!ENTITY python2-version              "2.7.11">
    281281<!ENTITY python3-version              "3.5.1">
Note: See TracChangeset for help on using the changeset viewer.