Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (b10c56a97bf09cc55eb474243412122db000f08a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <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 Treeve Jelbert (b10c56a97bf09cc55eb474243412122db000f08a)
  • Date: Sun, 4 Jan 2026 17:05:57 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

disk/ddrescue/DETAILS | 2 +-
disk/ddrescue/HISTORY | 3 +++
ftp/wget2/DETAILS | 2 +-
ftp/wget2/HISTORY | 4 ++++
ftp/wget2/PRE_BUILD | 2 +-
libs/glm/DETAILS | 4 ++--
libs/glm/HISTORY | 3 +++
xorg-app/rgb/DETAILS | 2 +-
xorg-app/rgb/HISTORY | 3 +++
9 files changed, 19 insertions(+), 6 deletions(-)

New commits:
commit b10c56a97bf09cc55eb474243412122db000f08a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

wget2: => 2.2.1

commit 062202ca1e802120e4e88f1af2fd34ec1258f6cc
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ddrescue: => 1.30

commit 5b8e09afaee1b6a770ae07f48e4cb831af885783
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

glm: => 1.0.3

commit f69fc6c4e84b257796648dc8c9ca504998d3d97a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

rgb: => 1.1.1

diff --git a/disk/ddrescue/DETAILS b/disk/ddrescue/DETAILS
index aa2e22f..67bb891 100755
--- a/disk/ddrescue/DETAILS
+++ b/disk/ddrescue/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://ftp.gnu.org/gnu/ddrescue
SPELL=ddrescue
- VERSION=1.29.1
+ VERSION=1.30
SOURCE="$SPELL-$VERSION.tar.lz"
SOURCE_URL[0]=https://download.savannah.gnu.org/releases/$SPELL/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/disk/ddrescue/HISTORY b/disk/ddrescue/HISTORY
index f87168c..f89856b 100644
--- a/disk/ddrescue/HISTORY
+++ b/disk/ddrescue/HISTORY
@@ -1,3 +1,6 @@
+2026-01-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.30
+
2025-03-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.29.1

diff --git a/ftp/wget2/DETAILS b/ftp/wget2/DETAILS
index 2b700c4..04b3b12 100755
--- a/ftp/wget2/DETAILS
+++ b/ftp/wget2/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://ftp.gnu.org/gnu/wget
SPELL=wget2
- VERSION=2.2.0
+ VERSION=2.2.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$GNU_URL/wget/$SOURCE
SOURCE2="${SOURCE}.sig"
diff --git a/ftp/wget2/HISTORY b/ftp/wget2/HISTORY
index d5ae1a9..b835518 100644
--- a/ftp/wget2/HISTORY
+++ b/ftp/wget2/HISTORY
@@ -1,3 +1,7 @@
+2026-01-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.2.1
+ * PRE_BUILD: fix
+
2025-01-06 Treeve Jelbert <treeve AT sourcemage.org>
* PRE_BUILD: prevent .la files

diff --git a/ftp/wget2/PRE_BUILD b/ftp/wget2/PRE_BUILD
index c2b3074..dbbda6e 100755
--- a/ftp/wget2/PRE_BUILD
+++ b/ftp/wget2/PRE_BUILD
@@ -1,4 +1,4 @@
default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&
patch_configure_libtool_override &&
-patch_bundled_libtool ltmain.sh build-aux/ltmain.sh
+patch_bundled_libtool build-aux/ltmain.sh
diff --git a/libs/glm/DETAILS b/libs/glm/DETAILS
index 1c9b51f..972ac35 100755
--- a/libs/glm/DETAILS
+++ b/libs/glm/DETAILS
@@ -1,8 +1,8 @@
# Watch: https://github.com/g-truc/glm/tags
. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=glm
- VERSION=1.0.2
-
SOURCE_HASH=sha512:70aaad28a2f53a404e7dc0f99bfd27bf988fc009603c9441c4f535949ff504f875d77253dc5fae97c00243ed594f6620fc60507c6e66834297a6fdbabb42cd4b
+ VERSION=1.0.3
+
SOURCE_HASH=sha512:0a490f0c79cd4a8ba54f37358f8917cef961dab9e61417c84ae0959c61bc860e5b83f4fb7f27169fb3d08eef1d84131bddde23d60876922310205c901b1273aa
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION}"
SOURCE_URL[0]=https://github.com/g-truc/glm/archive/${VERSION}.tar.gz
diff --git a/libs/glm/HISTORY b/libs/glm/HISTORY
index 4e1b5e9..03d6234 100644
--- a/libs/glm/HISTORY
+++ b/libs/glm/HISTORY
@@ -1,3 +1,6 @@
+2026-01-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.3
+
2025-10-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.2

diff --git a/xorg-app/rgb/DETAILS b/xorg-app/rgb/DETAILS
index 586d723..59e11a1 100755
--- a/xorg-app/rgb/DETAILS
+++ b/xorg-app/rgb/DETAILS
@@ -1,6 +1,6 @@
SPELL=rgb
PKG=rgb
- VERSION=1.1.0
+ VERSION=1.1.1
SOURCE=${PKG}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-app/rgb/HISTORY b/xorg-app/rgb/HISTORY
index 0e80979..fd59f2a 100644
--- a/xorg-app/rgb/HISTORY
+++ b/xorg-app/rgb/HISTORY
@@ -1,3 +1,6 @@
+2026-01-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.1
+
2022-10-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.0



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (b10c56a97bf09cc55eb474243412122db000f08a), Treeve Jelbert, 01/04/2026

Archive powered by MHonArc 2.6.24.

Top of Page