Changeset bd86aa8


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

Files:
6 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
  • introduction/welcome/changelog.xml

    r2b64864b rbd86aa8  
    4848      <para>February 4th, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to mercurial-3.7.1. Fixes
     52          <ulink url="&blfs-ticket-root;7426 ">#7426 </ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to Regexp-Common-2016020301 (perl module).
     56          Fixes <ulink url="&blfs-ticket-root;7425 ">#7425 </ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - Update to gnutls-3.4.9. Fixes
     60          <ulink url="&blfs-ticket-root;7424 ">#7424 </ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[fernando] - Update to php-7.0.3. Fixes
     64          <ulink url="&blfs-ticket-root;7421 ">#7421 </ulink>.</para>
     65        </listitem>
    5066        <listitem>
    5167          <para>[fernando] - liblinear-2.1 URL Forbidden: replaced by new
  • packages.ent

    r2b64864b rbd86aa8  
    1414<!ENTITY cyrus-sasl-version           "2.1.26">
    1515<!ENTITY gnupg2-version               "2.1.11">
    16 <!ENTITY gnutls-version               "3.4.8">
     16<!ENTITY gnutls-version               "3.4.9">
    1717<!ENTITY gpgme-version                "1.6.0">
    1818<!ENTITY haveged-version              "1.9.1">
     
    274274<!ENTITY llvm-version                 "3.7.1">
    275275<!ENTITY lua-version                  "5.3.2">
    276 <!ENTITY mercurial-version            "3.7">
     276<!ENTITY mercurial-version            "3.7.1">
    277277<!ENTITY nasm-version                 "2.11.08">
    278278<!ENTITY npapi-sdk-version            "0.27.2">
    279 <!ENTITY php-version                  "7.0.2">
     279<!ENTITY php-version                  "7.0.3">
    280280<!ENTITY python2-version              "2.7.11">
    281281<!ENTITY python3-version              "3.5.1">
     
    326326<!ENTITY Module-Build-version         "0.4216">
    327327<!ENTITY Net-DNS-version              "1.04">
    328 <!ENTITY Regexp-Common-version        "2016010801">
     328<!ENTITY Regexp-Common-version        "2016020301">
    329329<!ENTITY SGMLSpm-version              "1.1">
    330330<!ENTITY Test-Command-version         "0.11">
  • postlfs/security/gnutls.xml

    r2b64864b rbd86aa8  
    77  <!ENTITY gnutls-download-http " ">
    88  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-&gnutls-version;.tar.xz">
    9   <!ENTITY gnutls-md5sum        "a26e6dd8d5ad92016e3f068795b89624">
     9  <!ENTITY gnutls-md5sum        "1b3b6d55d0e2b6d01a54f53129f1da9b">
    1010  <!ENTITY gnutls-size          "6.4 MB">
    11   <!ENTITY gnutls-buildsize     "128 MB (144 MB, with tests)">
     11  <!ENTITY gnutls-buildsize     "129 MB (144 MB, with tests)">
    1212  <!ENTITY gnutls-time          "0.8 SBU (3.8 SBU, with tests)">
    1313]>
     
    113113      <xref linkend="unbound"/> (to build the DANE library),
    114114      <xref linkend="valgrind"/> (used during the test suite),
    115       <ulink url="http://ftp.gnu.org/gnu/autogen/">autogen</ulink>, and
     115      <ulink url="http://ftp.gnu.org/gnu/autogen/">autogen</ulink>,
     116      <ulink url="http://ftp.debian.org/debian/pool/main/d/datefudge/">datefudge</ulink> (used during the test suite), and
    116117      <ulink url="http://sourceforge.net/projects/trousers/files/trousers/">Trousers</ulink> (Trusted Platform Module support)
    117118    </para>
Note: See TracChangeset for help on using the changeset viewer.