Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (06f93c7aa6311b2f1ef2a82c44e9643374b1caaa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (06f93c7aa6311b2f1ef2a82c44e9643374b1caaa)
  • Date: Fri, 6 Mar 2026 18:26:06 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/glibc/DETAILS | 1 +
libs/glibc/HISTORY | 4 ++++
libs/glibc/INSTALL | 4 +---
3 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 06f93c7aa6311b2f1ef2a82c44e9643374b1caaa
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/glibc: removed /usr/include/xlocale.h symlink creation

diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS
index 3476390..aaf648d 100755
--- a/libs/glibc/DETAILS
+++ b/libs/glibc/DETAILS
@@ -1,6 +1,7 @@
. "$GRIMOIRE/FUNCTIONS"
# Watch: https://ftp.gnu.org/gnu/glibc/
SPELL=glibc
+ PATCHLEVEL=1
TMPFS=off
if [[ "${GLIBC_BRANCH}" == "scm" ]]; then
VERSION=$(get_scm_version)
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 5ffa752..c2b2b0b 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,7 @@
+2026-03-06 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * INSTALL: removed /usr/include/xlocale.h symlink, breaks spells like
harfbuzz
+
2026-01-24 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.43, SECURITY_PATCH++, (CVE-2026-0861,
CVE-2026-0915,
CVE-2025-15281), HEADERS_VERSION=6.18.7
diff --git a/libs/glibc/INSTALL b/libs/glibc/INSTALL
index 4b818ce..cf5dd06 100755
--- a/libs/glibc/INSTALL
+++ b/libs/glibc/INSTALL
@@ -55,6 +55,4 @@ if [[ $INIT_INSTALLED ]]; then
fi &&

install_config_file $SOURCE_DIRECTORY/nscd/nscd.conf \
- $INSTALL_ROOT/etc/nscd.conf &&
-
-ln -sfn /usr/include/locale.h "${INSTALL_ROOT}/usr/include/xlocale.h"
+ $INSTALL_ROOT/etc/nscd.conf


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (06f93c7aa6311b2f1ef2a82c44e9643374b1caaa), Pavel Vinogradov, 03/06/2026

Archive powered by MHonArc 2.6.24.

Top of Page