aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2024-11-10 16:45:00 -0600
committerDouglas R. Reno <renodr@linuxfromscratch.org>2024-11-10 16:45:00 -0600
commit280201364b20500f8a7953abd8d618ebb3f10feb (patch)
treee0d0121692fac3ccf26a6f83a17a97f2ede19519
parent79218e8ac0c656675e88953ad7a0a7b41b2001d1 (diff)
Update to cmake-3.31.0
-rw-r--r--general/prog/cmake.xml4
-rw-r--r--introduction/welcome/changelog.xml4
-rw-r--r--packages.ent4
3 files changed, 8 insertions, 4 deletions
diff --git a/general/prog/cmake.xml b/general/prog/cmake.xml
index b6e8b908a0..05101b68ca 100644
--- a/general/prog/cmake.xml
+++ b/general/prog/cmake.xml
@@ -6,8 +6,8 @@
<!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
<!ENTITY cmake-download-ftp " ">
- <!ENTITY cmake-md5sum "fd4bc3f35bf7e5ae9f96b9b51f835432">
- <!ENTITY cmake-size "11 MB">
+ <!ENTITY cmake-md5sum "14d422a3a817c90c4ad6c3e50cd8d20f">
+ <!ENTITY cmake-size "12 MB">
<!ENTITY cmake-buildsize "462 MB (add 1.3 GB for tests)">
<!ENTITY cmake-time "2.0 SBU (add 4.0 SBU for tests, both using parallelism=4)">
]>
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index c74d3bf78e..ce5cd48924 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -42,6 +42,10 @@
<para>November 10th, 2024</para>
<itemizedlist>
<listitem>
+ <para>[renodr] - Update to cmake-3.31.0. Fixes
+ <ulink url="&blfs-ticket-root;20639">#20639</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Fix dovecot-2.3.21.1 to build with icu-76.1 or later.</para>
</listitem>
<listitem>
diff --git a/packages.ent b/packages.ent
index b1c5660672..ff7c23e13d 100644
--- a/packages.ent
+++ b/packages.ent
@@ -338,8 +338,8 @@
<!ENTITY autoconf213-version "2.13">
<!ENTITY cbindgen-version "0.27.0">
<!ENTITY clisp-version "2.49">
-<!ENTITY cmake-major-version "3.30">
-<!ENTITY cmake-minor-version "5">
+<!ENTITY cmake-major-version "3.31">
+<!ENTITY cmake-minor-version "0">
<!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;">
<!ENTITY doxygen-version "1.12.0">
<!ENTITY dtc-version "1.7.2">