Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (74a31b06ac0051f56cb40c7e9ab6705d55190005)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <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 Ismael Luceno (74a31b06ac0051f56cb40c7e9ab6705d55190005)
  • Date: Wed, 4 Mar 2026 22:50:54 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

archive-libs/libzip/DETAILS | 4 ++--
archive-libs/libzip/HISTORY | 3 +++
libs/fmt/BUILD | 2 +-
libs/fmt/HISTORY | 3 +++
4 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit 74a31b06ac0051f56cb40c7e9ab6705d55190005
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

fmt: Fix build agaist musl

commit 128e58aca2261e8922ee1397d2aed5a3beaf98f0
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libzip 1.11.4

diff --git a/archive-libs/libzip/DETAILS b/archive-libs/libzip/DETAILS
index b4c7dbb..f74e036 100755
--- a/archive-libs/libzip/DETAILS
+++ b/archive-libs/libzip/DETAILS
@@ -1,8 +1,8 @@
# Watch: https://libzip.org/download/
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=libzip
- VERSION=1.11.3
-
SOURCE_HASH=sha512:7ad7e5f04f28e777604833e702aaa68d603b9895e70d6ee9e587549eb628a89e5569aca0ea255f82de1adb8f4599b828c63dd282eb15a5ea55a147aa7df7b2a4
+ VERSION=1.11.4
+
SOURCE_HASH=sha512:dc7929ed7a0f43e793041fc3f0639649233d4ecbe59f90b0275582b51d2951e240ce5182220fb14ade7dcccc08dab90fda22c87dc7365fec4fe70ee4f14eaa37
SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/archive-libs/libzip/HISTORY b/archive-libs/libzip/HISTORY
index 7574f0c..7e2b271 100644
--- a/archive-libs/libzip/HISTORY
+++ b/archive-libs/libzip/HISTORY
@@ -1,3 +1,6 @@
+2026-03-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.11.4
+
2025-02-01 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.11.3

diff --git a/libs/fmt/BUILD b/libs/fmt/BUILD
index ab436da..9bd82d4 100755
--- a/libs/fmt/BUILD
+++ b/libs/fmt/BUILD
@@ -1,3 +1,3 @@
-OPTS+=" -DBUILD_SHARED_LIBS=1 -DFMT_DOC=0"
+OPTS+=" -DBUILD_SHARED_LIBS=1 -DFMT_DOC=0 -DFMT_TEST=0" &&
cmake_build

diff --git a/libs/fmt/HISTORY b/libs/fmt/HISTORY
index 7c613b6..39c3e43 100644
--- a/libs/fmt/HISTORY
+++ b/libs/fmt/HISTORY
@@ -1,3 +1,6 @@
+2026-03-04 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: fixed build against musl libc; disable tests
+
2025-10-29 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 12.1.0



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (74a31b06ac0051f56cb40c7e9ab6705d55190005), Ismael Luceno, 03/04/2026

Archive powered by MHonArc 2.6.24.

Top of Page