Skip to Content.
Sympa Menu

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

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 (985e15a24399def02bc537e17488e480ee5573df)
  • Date: Wed, 30 Jul 2025 17:37:52 +0000

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

libs/gdbm/DETAILS | 2 +-
libs/gdbm/HISTORY | 4 ++++
libs/gdbm/PRE_BUILD | 3 ---
libs/gdbm/patches/gdbm-1.25-musl.patch | 22 ----------------------
4 files changed, 5 insertions(+), 26 deletions(-)

New commits:
commit 985e15a24399def02bc537e17488e480ee5573df
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/gdbm: version 1.26

diff --git a/libs/gdbm/DETAILS b/libs/gdbm/DETAILS
index f3fb0c3..b096c8b 100755
--- a/libs/gdbm/DETAILS
+++ b/libs/gdbm/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://ftp.gnu.org/gnu/gdbm
SPELL=gdbm
- VERSION=1.25
+ VERSION=1.26
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/gdbm/HISTORY b/libs/gdbm/HISTORY
index 18de886..d3117e4 100644
--- a/libs/gdbm/HISTORY
+++ b/libs/gdbm/HISTORY
@@ -1,3 +1,7 @@
+2025-07-30 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.26
+ * PRE_BUILD, patches/gdbm-1.25-musl.patch: removed, fixed in upstream
+
2025-06-04 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD, patches/gdbm-1.25-musl.patch: fixed build against musl

diff --git a/libs/gdbm/PRE_BUILD b/libs/gdbm/PRE_BUILD
deleted file mode 100755
index c230ad1..0000000
--- a/libs/gdbm/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-apply_patch_dir patches
diff --git a/libs/gdbm/patches/gdbm-1.25-musl.patch
b/libs/gdbm/patches/gdbm-1.25-musl.patch
deleted file mode 100644
index 2b186ef..0000000
--- a/libs/gdbm/patches/gdbm-1.25-musl.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-https://bugs.gentoo.org/951911
-https://puszcza.gnu.org.ua/bugs/index.php?649
-https://git.gnu.org.ua/gdbm.git/commit/?id=39ef0347f78ef691c9ad815360198f577043ce4c
-
-From 39ef0347f78ef691c9ad815360198f577043ce4c Mon Sep 17 00:00:00 2001
-From: Sergey Poznyakoff <gray AT gnu.org>
-Date: Mon, 24 Mar 2025 07:56:00 +0200
-Subject: Add missing include
-
-* tools/gdbmapp.h: Include sys/types.h
---- a/tools/gdbmapp.h
-+++ b/tools/gdbmapp.h
-@@ -16,6 +16,7 @@
-
- #include <stdlib.h>
- #include <stdarg.h>
-+#include <sys/types.h>
- #include "gettext.h"
- #ifdef HAVE_LOCALE_H
- # include <locale.h>
---
-cgit v1.2.3


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (985e15a24399def02bc537e17488e480ee5573df), Pavel Vinogradov, 07/30/2025

Archive powered by MHonArc 2.6.24.

Top of Page