Changeset bd86aa8 for general


Ignore:
Timestamp:
02/04/2016 06:29:07 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
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:
ba6578d
Parents:
2b64864b
Message:
  • Update to php-7.0.3.
  • Update to gnutls-3.4.9.
  • Update to Regexp-Common-2016020301 (perl module).
  • Update to mercurial-3.7.1.

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

Location:
general/prog
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r2b64864b rbd86aa8  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "a175ce4f6660d87849589ee7d015db67">
     9  <!ENTITY mercurial-md5sum        "4e922fcc9454d2665f20c3b9b4741add">
    1010  <!ENTITY mercurial-size          "4.5 MB">
    11   <!ENTITY mercurial-buildsize     "54 MB (with documentation, additional 384 MB for tests)">
    12   <!ENTITY mercurial-time          "less than 0.1 SBU (with documentation, additional 3.4 SBU for tests, using -j8)">
     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)">
    1313]>
    1414
     
    128128  rm -rf tmp &amp;&amp;
    129129
    130   ./run-tests.py --debug --tmpdir tmp      \
     130  ./run-tests.py --tmpdir tmp              \
    131131                 test-convert-svn-source.t \
    132132                 test-convert-hg-svn.t     \
     
    134134popd</userinput></screen>
    135135
    136     <para>Normally, the previous failures will be confirmed. However, if you add
    137     the switch "--debug" before "--tmpdir", and run again, some failures are
    138     gone, which seems to be a problem with the test suite. If this happens,
    139     normally, from now on, there will be no more such failures whether you use
    140     the debug switch or not.</para>
     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
     138    "--debug" before "--tmpdir", and run again, some failures are gone, which
     139    seems to be a problem with the test suite. If this happens, normally, from
     140    now on, there will be no more such failures whether you use the debug switch
     141    or not.</para>
    141142
    142143    <para>An interesting switch is "--time", which will generated at the end of
  • general/prog/perl-modules.xml

    r2b64864b rbd86aa8  
    7777
    7878  <!ENTITY Regexp-Common-download-http "http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-&Regexp-Common-version;.tar.gz">
    79   <!ENTITY Regexp-Common-md5sum "a7a86d2d4ec05b77898823f7b36ff59e">
     79  <!ENTITY Regexp-Common-md5sum "a3126d635295869bf78c4e5c8f5e9949">
    8080
    8181  <!ENTITY SGMLSpm-download-http "&sources-anduin-http;/perl-modules/SGMLSpm-&SGMLSpm-version;.tar.gz">
  • general/prog/php.xml

    r2b64864b rbd86aa8  
    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        "ce5964672e4ec0b66ff088a6bafde8c7">
     10  <!ENTITY php-md5sum        "3c5d2b5b392b78fa92c48822e25ccb56">
    1111  <!ENTITY php-size          "11 MB">
    12   <!ENTITY php-buildsize     "564 MB (with the tests). Documentation adds 106 MB">
    13   <!ENTITY php-time          "6.3 SBU (with the tests)">
     12  <!ENTITY php-buildsize     "565 MB (with the tests). Documentation adds 100 MB">
     13  <!ENTITY php-time          "6.2 SBU (with the tests)">
    1414]>
    1515
     
    127127      <xref linkend="tidy-html"/>,
    128128      <ulink url="http://sourceforge.net/projects/caudium/">Caudium</ulink>,
    129       <ulink url="http://www.hyperwave.com/">Hyperwave</ulink>,
     129      <ulink url="https://www.hyperwave.com/en/">Hyperwave</ulink>,
    130130      <ulink url="http://www.mnogosearch.org/">mnoGoSearch</ulink>,
    131131      <ulink url="http://www.roxen.com/products/webserver/">Roxen WebServer</ulink>, and
Note: See TracChangeset for help on using the changeset viewer.