sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (6dbd0ec7576e7fba58dab203b8fc5e7f5c29065a)
- 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 (6dbd0ec7576e7fba58dab203b8fc5e7f5c29065a)
- Date: Sun, 9 Mar 2025 08:48:19 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
xorg-app/xauth/DETAILS | 2 +-
xorg-app/xauth/HISTORY | 3 +++
xorg-app/xdm/DETAILS | 2 +-
xorg-app/xdm/HISTORY | 3 +++
xorg-lib/libsm/DETAILS | 2 +-
xorg-lib/libsm/HISTORY | 3 +++
xorg-lib/libx11/DETAILS | 2 +-
xorg-lib/libx11/HISTORY | 3 +++
xorg-lib/xtrans/DETAILS | 2 +-
xorg-lib/xtrans/HISTORY | 3 +++
10 files changed, 20 insertions(+), 5 deletions(-)
New commits:
commit 6dbd0ec7576e7fba58dab203b8fc5e7f5c29065a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libsm: => 1.2.6
commit 17c5a03655791c1693466f984561985b5f998363
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
xdm: => 1.1.17
commit db8b22df99437a18b585b6c525e8433f12d3a1ff
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
xauth: => 1.1.4
commit ee3422eaf23ed5080b4c46b145b233e0dfd74e26
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
xtrans: => 1.6.0
commit c7e682cd2c6a07d6fb84aa267927a050165b5c67
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libx11: => 1.8.12
diff --git a/xorg-app/xauth/DETAILS b/xorg-app/xauth/DETAILS
index e6f91f4..7a4e378 100755
--- a/xorg-app/xauth/DETAILS
+++ b/xorg-app/xauth/DETAILS
@@ -1,6 +1,6 @@
SPELL=xauth
PKG=xauth
- VERSION=1.1.3
+ VERSION=1.1.4
SOURCE=${PKG}-${VERSION}.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-app/xauth/HISTORY b/xorg-app/xauth/HISTORY
index fbf5ece..f16d00c 100644
--- a/xorg-app/xauth/HISTORY
+++ b/xorg-app/xauth/HISTORY
@@ -1,3 +1,6 @@
+2025-03-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.4
+
2024-03-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.3
diff --git a/xorg-app/xdm/DETAILS b/xorg-app/xdm/DETAILS
index 5d81efd..c9eea25 100755
--- a/xorg-app/xdm/DETAILS
+++ b/xorg-app/xdm/DETAILS
@@ -1,5 +1,5 @@
SPELL=xdm
- VERSION=1.1.16
+ VERSION=1.1.17
PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
diff --git a/xorg-app/xdm/HISTORY b/xorg-app/xdm/HISTORY
index de1b0a0..5f5e1de 100644
--- a/xorg-app/xdm/HISTORY
+++ b/xorg-app/xdm/HISTORY
@@ -1,3 +1,6 @@
+2025-03-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.17
+
2024-04-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.16
diff --git a/xorg-lib/libsm/DETAILS b/xorg-lib/libsm/DETAILS
index 94c8637..c6fa35b 100755
--- a/xorg-lib/libsm/DETAILS
+++ b/xorg-lib/libsm/DETAILS
@@ -1,6 +1,6 @@
SPELL=libsm
PKG=libSM
- VERSION=1.2.5
+ VERSION=1.2.6
SOURCE=${PKG}-${VERSION}.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-lib/libsm/HISTORY b/xorg-lib/libsm/HISTORY
index 4e687a3..0edf997 100644
--- a/xorg-lib/libsm/HISTORY
+++ b/xorg-lib/libsm/HISTORY
@@ -1,3 +1,6 @@
+2025-03-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.6
+
2024-12-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.5
diff --git a/xorg-lib/libx11/DETAILS b/xorg-lib/libx11/DETAILS
index 03485cd..075ea1f 100755
--- a/xorg-lib/libx11/DETAILS
+++ b/xorg-lib/libx11/DETAILS
@@ -1,7 +1,7 @@
# Watch: https://xorg.freedesktop.org/releases/individual/lib
libX11-([0-9.]+)[.]tar
SPELL=libx11
PKG=libX11
- VERSION=1.8.11
+ VERSION=1.8.12
SOURCE=${PKG}-${VERSION}.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-lib/libx11/HISTORY b/xorg-lib/libx11/HISTORY
index 76ac585..756ea3c 100644
--- a/xorg-lib/libx11/HISTORY
+++ b/xorg-lib/libx11/HISTORY
@@ -1,3 +1,6 @@
+2025-03-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.8.12
+
2025-02-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.8.11
diff --git a/xorg-lib/xtrans/DETAILS b/xorg-lib/xtrans/DETAILS
index fb5fdba..abcc6ad 100755
--- a/xorg-lib/xtrans/DETAILS
+++ b/xorg-lib/xtrans/DETAILS
@@ -1,5 +1,5 @@
SPELL=xtrans
- VERSION=1.5.2
+ VERSION=1.6.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-lib/xtrans/HISTORY b/xorg-lib/xtrans/HISTORY
index a08e3b4..809c6dc 100644
--- a/xorg-lib/xtrans/HISTORY
+++ b/xorg-lib/xtrans/HISTORY
@@ -1,3 +1,6 @@
+2025-03-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.6.0
+
2024-11-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.5.2
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (6dbd0ec7576e7fba58dab203b8fc5e7f5c29065a), Treeve Jelbert, 03/09/2025
Archive powered by MHonArc 2.6.24.