Changeset cb37cb79


Ignore:
Timestamp:
11/08/2022 04:37:45 PM (18 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.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, xry111/llvm18, xry111/xf86-video-removal
Children:
23d58b9
Parents:
ec288f7
Message:

Update to cmake-3.24.3.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    rec288f7 rcb37cb79  
    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        "84d08f30b110401d8178f0708c19f1fe">
     9  <!ENTITY cmake-md5sum        "226dd564164372f9f7d1e21e38e6e8c5">
    1010  <!ENTITY cmake-size          "9.9 MB">
    11   <!ENTITY cmake-buildsize     "443 MB (add 1.1 GB for tests)">
    12   <!ENTITY cmake-time          "3.0 SBU (add 4.0 SBU for tests, both using parallelism=4)">
     11  <!ENTITY cmake-buildsize     "356 MB (add 1.1 GB for tests)">
     12  <!ENTITY cmake-time          "2.0 SBU (add 4.0 SBU for tests, both using parallelism=4)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    rec288f7 rcb37cb79  
    4343    -->
    4444    <listitem>
     45      <para>November 8th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to cmake-3.24.3. Fixes
     49          <ulink url="&blfs-ticket-root;17257">#17257</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>November 6th, 2022</para>
    4656      <itemizedlist>
  • networking/connect/dhcpcd.xml

    rec288f7 rcb37cb79  
    111111         -d /var/lib/dhcpcd  \
    112112         -g dhcpcd           \
    113          -s /bin/false     \
     113         -s /bin/false       \
    114114         -u 52 dhcpcd &amp;&amp;
    115115chown    -v dhcpcd:dhcpcd /var/lib/dhcpcd </userinput></screen>
  • packages.ent

    rec288f7 rcb37cb79  
    301301<!ENTITY clisp-version                "2.49">
    302302<!ENTITY cmake-major-version          "3.24">
    303 <!ENTITY cmake-minor-version          "2">
     303<!ENTITY cmake-minor-version          "3">
    304304<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    305305<!ENTITY doxygen-version              "1.9.5">
Note: See TracChangeset for help on using the changeset viewer.