Changeset 6efe15c


Ignore:
Timestamp:
06/01/2019 08:14:29 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
06fd9a2
Parents:
63ec4aa
Message:

Upgrade to cmake-3.14.5

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r63ec4aa r6efe15c  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "1495548397cbfef325a8d153a8720d72">
     9  <!ENTITY cmake-md5sum        "a8cbfc3510b95ea686b4059d8b1f765c">
    1010  <!ENTITY cmake-size          "8.4 MB">
    1111  <!ENTITY cmake-buildsize     "371 MB (add 533 MB for tests)">
     
    124124      cmake-&cmake-version;-test.log</command>, where
    125125      <replaceable>&lt;N&gt;</replaceable> is an integer between 1 and the
    126       number of system cores. 
     126      number of system cores. In case the environment variable
     127      <literal>LANG</literal> is set to a non-blank value and failures
     128      occur, try running the tests without having <literal>LANG</literal> set.
    127129
    128130     <!-- Please, don't remove this comment, needed if tests start to fail
  • introduction/welcome/changelog.xml

    r63ec4aa r6efe15c  
    5252          <para>[thomas] - Update to libuv-1.29.1. Fixes
    5353          <ulink url="&blfs-ticket-root;12085">#12085</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[thomas] - Update to cmake-3.14.5. Fixes
     57          <ulink url="&blfs-ticket-root;12119">#12119</ulink>.</para>
    5458        </listitem>
    5559      </itemizedlist>
  • packages.ent

    r63ec4aa r6efe15c  
    312312<!ENTITY clisp-version                "2.49">
    313313<!ENTITY cmake-major-version          "3.14">
    314 <!ENTITY cmake-minor-version          "4">
     314<!ENTITY cmake-minor-version          "5">
    315315<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    316316<!ENTITY dejagnu-version              "1.6.2">
Note: See TracChangeset for help on using the changeset viewer.