Changeset 464d3fc


Ignore:
Timestamp:
11/25/2020 07:00:57 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7a96e1b
Parents:
5fec036
Message:

Update to cmake-3.19.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5fec036 r464d3fc  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "24">                   <!-- Always 2 digits -->
     3<!ENTITY day          "25">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 24th, &year;">
     9<!ENTITY releasedate  "November 25th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/cmake.xml

    r5fec036 r464d3fc  
    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        "f84e00d80231d4bbb411e5c039131f52">
     9  <!ENTITY cmake-md5sum        "f2969ca3cf90a647c6c9f55b949f6cc1">
    1010  <!ENTITY cmake-size          "8.8 MB">
    1111  <!ENTITY cmake-buildsize     "375 MB (add 727 MB for tests)">
    12   <!ENTITY cmake-time          "2.2 SBU (add 3.5 SBU for tests, both using parallelism=4)">
     12  <!ENTITY cmake-time          "2.3 SBU (add 3.4 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    7575    </itemizedlist>
    7676
    77 <!-- -->
     77<!--
    7878    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7979    <itemizedlist spacing="compact">
     
    8585      </listitem>
    8686    </itemizedlist>
    87 <!-- -->
     87-->
    8888
    8989    <bridgehead renderas="sect3">CMake Dependencies</bridgehead>
     
    118118    <title>Installation of CMake</title>
    119119
    120  <!-- This patch might be included in 3.19.1 and higher -->
     120 <!-- This patch might be included in 3.19.1 and higher
    121121    <para>
    122122      First, fix a regression that was discovered after the release of 3.19.0:
     
    124124
    125125<screen><userinput remap="pre">patch -Np1 -i ../cmake-&cmake-version;-src_property_fix-1.patch</userinput></screen>
    126 <!-- -->
     126-->
    127127
    128128    <para>
  • introduction/welcome/changelog.xml

    r5fec036 r464d3fc  
    4343    -->
    4444    <listitem>
     45      <para>November 25th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to cmake-3.19.1. Fixes
     49          <ulink url="&blfs-ticket-root;14304">#14304</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>November 24th, 2020</para>
    4656      <itemizedlist>
  • packages.ent

    r5fec036 r464d3fc  
    327327<!ENTITY clisp-version                "2.49">
    328328<!ENTITY cmake-major-version          "3.19">
    329 <!ENTITY cmake-minor-version          "0">
     329<!ENTITY cmake-minor-version          "1">
    330330<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    331331<!ENTITY dejagnu-version              "1.6.2">
Note: See TracChangeset for help on using the changeset viewer.