From 49d459faf0ddc0dcc73d3046ba9f2529a7e8a2b3 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 12 Feb 2025 19:19:34 -0600 Subject: [PATCH 1/2] LFS-12.3-rc1 released. --- chapter01/changelog.xml | 3 +++ general.ent | 12 ++++++------ packages.ent | 6 +++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 45190d8c9..af66c7109 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,9 @@ 2025-02-13 + + [bdubbs] - LFS-12.3-rc1 released. + [bdubbs] - Update to vim-9.1.1106. Addresses #4500. diff --git a/general.ent b/general.ent index b3bce5ae8..de2a02827 100644 --- a/general.ent +++ b/general.ent @@ -1,16 +1,16 @@ - - - - - - + + + + diff --git a/packages.ent b/packages.ent index 6966b1653..55f5dc8c0 100644 --- a/packages.ent +++ b/packages.ent @@ -382,11 +382,11 @@ - + - + - + From 8d2a82c34184506ca581fa961ce0022440abeb18 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 13 Feb 2025 10:42:22 -0600 Subject: [PATCH 2/2] Speling --- chapter08/coreutils.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index dfe6d0da5..36d428981 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -71,7 +71,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ build system, so the configuration files must be regenerated. Normally we would use the -i option to update the standard - auxilary files, but for this package it does not work because + auxiliary files, but for this package it does not work because configure.ac specified an old gettext version. @@ -80,7 +80,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ automake -af - The automake auxilary files were not updated by + The automake auxiliary files were not updated by autoreconf due to the missing -i option. This command updates them to prevent a build failure.