Changeset f60ecce


Ignore:
Timestamp:
08/11/2017 01:09:05 AM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
a20c505f
Parents:
a02109f
Message:

Version Control System updates for newly publicied vulnerabilities:

git-2.14.1 CVE-2017-1000117
subversion-1.9.7 CVE-2017-9800
mercurial-4.3 CVE-2017-100011{5,6}

and for mercurial uncomment how to diagnose unexpected test failures, it would have save me time on the machine where tests failed.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    ra02109f rf60ecce  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "8422cbf87b85e1a5e8e2cbca49333f84">
     11  <!ENTITY git-md5sum        "a55bc6a2164d3ef1c3e5fc2f0c1d0d52">
    1212  <!ENTITY git-size          "4.6 MB">
    1313  <!-- space measured on 2.14.0 with gcc-7.1, glibc-2.25+git, all deps except dblatex.
    14     The build gets up to 529MB, but the separate docs add 15 MB -->
    15   <!ENTITY git-buildsize     "544 MB (with optional dependencies and documentation, add 24MB if building the docs)">
    16   <!ENTITY git-time          "0.3 SBU (with parallelism=4, add 2.1 SBU if building documentation, add 1.5 SBU for tests with parallelism=4)">
     14    The build gets up to 529MB (527 in 2.14.1), but the separate docs add 15 MB -->
     15  <!ENTITY git-buildsize     "542 MB (with optional dependencies and documentation, add 24MB if building the docs)">
     16  <!ENTITY git-time          "0.3 SBU (with parallelism=4, add 2.1 SBU if building documentation, add 1.4 SBU for tests with parallelism=4)">
    1717]>
    1818
  • general/prog/mercurial.xml

    ra02109f rf60ecce  
    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        "357718336be62c23597115040c0d2ded">
    10   <!ENTITY mercurial-size          "5.1 MB">
    11   <!ENTITY mercurial-buildsize     "46 MB (add 371 MB for tests)">
    12   <!ENTITY mercurial-time          "0.1 SBU (add 4.4 SBU for tests using -j4)">
     9  <!ENTITY mercurial-md5sum        "c319686de0a9076a2fcbcb215fc5baec">
     10  <!ENTITY mercurial-size          "5.3 MB">
     11  <!ENTITY mercurial-buildsize     "68 MB (add 337 MB for tests)">
     12  <!ENTITY mercurial-time          "0.2 SBU (add 7.2 SBU for tests using -j4)">
    1313]>
    1414
     
    123123    <para>where <replaceable>&lt;N&gt;</replaceable> is an integer between one
    124124    and the number of ( processor X threads ), inclusive. One test,
    125     test-gpg.t, fails if <xref linkend="gnupg2"/> is not installed. <!-- In order to
    126     investigate the apparently failing tests, you may use the
     125    test-gpg.t, fails if <xref linkend="gnupg2"/> is not installed. In order to
     126    investigate any other apparently failing tests, you may use the
    127127    <command>run-tests.py</command> script. To see the almost forty switches,
    128128    some of them very useful, issue <command>tests/run-tests.py - -help</command>.
    129129    Running the following commands, you will execute only the tests that failed
    130     before:--></para>
    131 <!--
     130    before:</para>
     131
    132132<screen><userinput>pushd tests  &amp;&amp;
    133133  rm -rf tmp &amp;&amp;
     
    148148    used with <command>make check</command>, including them in the
    149149    <envar>TESTFLAGS</envar> environment variable.</para>
    150 -->
     150
    151151    <para>Install <application>Mercurial</application> by running the following
    152152    command (as <systemitem class="username">root</systemitem>):</para>
  • general/prog/subversion.xml

    ra02109f rf60ecce  
    88  "http://www.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    99  <!ENTITY subversion-download-ftp  " ">
    10   <!ENTITY subversion-md5sum        "f27e00338d4a9f7f9aec9d4a3f8b418b">
    11   <!ENTITY subversion-size          "7.5 MB">
    12   <!ENTITY subversion-buildsize     "171 MB (add 173 MB for bindings, 24 MB for docs, 1 GB for tests)">
    13   <!ENTITY subversion-time          "1.2 SBU (add 1.4 SBU for bindings, 72 SBU for tests)">
     10  <!ENTITY subversion-md5sum        "05b0c677681073920f938c1f322e0be2">
     11  <!ENTITY subversion-size          "7.6 MB">
     12  <!-- for 1.9.7 with only perl and python, tests are less than 6 SBU -->
     13  <!ENTITY subversion-buildsize     "198 MB (add 173 MB for bindings, 24 MB for docs, 1 GB for tests)">
     14  <!ENTITY subversion-time          "1.2 SBU (add 1.4 SBU for bindings, 6.0 SBU for tests)">
    1415]>
    1516
  • introduction/welcome/changelog.xml

    ra02109f rf60ecce  
    4646      <para>August 10th, 2017</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[ken] - Update to mercurial-4.3. Fixes
     50          <ulink url="&blfs-ticket-root;9600">#9600</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[ken] - Update to subversion-1.9.7. Fixes
     54          <ulink url="&blfs-ticket-root;9599">#9599</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[ken] - Update to git-2.14.1. Fixes
     58          <ulink url="&blfs-ticket-root;9598">#9598</ulink>.</para>
     59        </listitem>
    4860        <listitem>
    4961          <para>[pierre] - Update to mesa-17.1.6. Fixes
  • packages.ent

    ra02109f rf60ecce  
    308308<!ENTITY gc-version                   "7.6.0">
    309309<!ENTITY gdb-version                  "8.0">
    310 <!ENTITY git-version                  "2.14.0">
     310<!ENTITY git-version                  "2.14.1">
    311311<!ENTITY guile-version                "2.2.2">
    312312<!ENTITY librep-version               "0.92.6">
     
    314314<!ENTITY llvm-old-version             "3.9.1">
    315315<!ENTITY lua-version                  "5.3.4">
    316 <!ENTITY mercurial-version            "4.2.2">
     316<!ENTITY mercurial-version            "4.3">
    317317<!ENTITY nasm-version                 "2.13.01">
    318318<!ENTITY ninja-version                "1.7.2">
     
    327327<!ENTITY scons-version                "2.5.1">
    328328<!ENTITY slang-version                "2.3.1">
    329 <!ENTITY subversion-version           "1.9.6">
     329<!ENTITY subversion-version           "1.9.7">
    330330<!ENTITY swig-version                 "3.0.12">
    331331<!ENTITY tcl-version                  "8.6.6">
Note: See TracChangeset for help on using the changeset viewer.