sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (c1b316b26c14989d8ef9b2176a6f70da6898913c)
- 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 (c1b316b26c14989d8ef9b2176a6f70da6898913c)
- Date: Sun, 2 Mar 2025 21:08:19 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
ChangeLog | 3 +++
disk/limine/DETAILS | 4 ++--
disk/limine/HISTORY | 3 +++
libs/json-c/DETAILS | 4 ++--
libs/json-c/HISTORY | 3 +++
libs/libshell/BUILD | 2 ++
libs/libshell/DEPENDS | 2 ++
libs/libshell/DETAILS | 15 +++++++++++++++
libs/libshell/HISTORY | 4 ++++
libs/libtirpc/DETAILS | 4 ++--
libs/libtirpc/HISTORY | 3 +++
11 files changed, 41 insertions(+), 6 deletions(-)
New commits:
commit c1b316b26c14989d8ef9b2176a6f70da6898913c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libtirpc: => 1.3.6
commit 5d23cb25ce93d01b65e863070fc908a4beb10123
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
json-c: => 0.18
commit 77d54312c5271a9561741dd98e0328830f11eb52
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libshell-0.4.13
commit 901f632922094f9d573861bea2330b78f2bc3a31
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
limine: => 9.0.1
diff --git a/ChangeLog b/ChangeLog
index d2b7b49..e6c666b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2025-03-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/libshell: added
+
2025-02-27 Treeve Jelbert <treeve AT sourcemage.org>
* add new versions of all kde related spells. basde on qt6
full details in Changes.kde6
diff --git a/disk/limine/DETAILS b/disk/limine/DETAILS
index 7ac5331..8b1d68e 100755
--- a/disk/limine/DETAILS
+++ b/disk/limine/DETAILS
@@ -1,6 +1,6 @@
SPELL=limine
- VERSION=9.0.0
-
SOURCE_HASH=sha512:23a60b18d8c3af271ff059174679a2902311c5d7620bf1d22a277980656dc2853cfea7de574cd00f4e7cf3fa5e4659cdece0c796672fabd1b12391b86c7e38df
+ VERSION=9.0.1
+
SOURCE_HASH=sha512:1f9140bf66009610c20248af5ed0c8fe627c957a6977da404ed8efc32d380b33508ee26da154891e6b8c8819dd8fe4b0a07cb87327bb7b504657210a2d82021c
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://github.com/limine-bootloader/limine/releases/download/v$VERSION/$SOURCE
diff --git a/disk/limine/HISTORY b/disk/limine/HISTORY
index b8fc20e..4074c76 100644
--- a/disk/limine/HISTORY
+++ b/disk/limine/HISTORY
@@ -1,3 +1,6 @@
+2025-03-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 9.0.1
+
2025-02-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 9.0.0
* mk-limine-cfg.sh: tweak, build a microcode image
diff --git a/libs/json-c/DETAILS b/libs/json-c/DETAILS
index 3f70039..d2b6bf0 100755
--- a/libs/json-c/DETAILS
+++ b/libs/json-c/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=json-c
- VERSION=0.17
-
SOURCE_HASH=sha512:4cbedd559502bf9014cfcd1d0bb8bb80d2abac4e969d95d4170123cd9cbafb0756b913fdbb83f666d14f674d6539a60ed1c5d0eb03c36b8037a2e00dc1636e19
+ VERSION=0.18
+
SOURCE_HASH=sha512:4763f2352414dac3599bc2183b4fa57dbfaac0ca24de890097bd7d0bdda93c91efa280f6566e949e6d94212ef39a63fc76c5f9d0c54ff3d04b13c859717dba5a
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/json-c/HISTORY b/libs/json-c/HISTORY
index c55d2a3..706c3cc 100644
--- a/libs/json-c/HISTORY
+++ b/libs/json-c/HISTORY
@@ -1,3 +1,6 @@
+2025-03-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.18
+
2024-04-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.17
diff --git a/libs/libshell/BUILD b/libs/libshell/BUILD
new file mode 100755
index 0000000..03348d6
--- /dev/null
+++ b/libs/libshell/BUILD
@@ -0,0 +1,2 @@
+make
+
diff --git a/libs/libshell/DEPENDS b/libs/libshell/DEPENDS
new file mode 100755
index 0000000..c270398
--- /dev/null
+++ b/libs/libshell/DEPENDS
@@ -0,0 +1,2 @@
+optional_depends scdoc '' '' 'build docs'
+
diff --git a/libs/libshell/DETAILS b/libs/libshell/DETAILS
new file mode 100755
index 0000000..e744ab6
--- /dev/null
+++ b/libs/libshell/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libshell
+ VERSION=0.4.13
+
SOURCE_HASH=sha512:8961b33752b5e0992762ed064008cf014387202a7e70ad2c66a8576436e0ec5568ae9298bee31d00106f7f24df25598363aa787fda6ffe9f31bde15bedd50100
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/legionus/libshell
+ SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
+ LICENSE[0]=GPL2
+ ENTERED=20250302
+ KEYWORDS=""
+ SHORT="A library of shell functions"
+cat << EOF
+libshell is a set of the most commonly-used shell functions. All functions
use minimum of external
+utilities and written for POSIX shell.
+EOF
diff --git a/libs/libshell/HISTORY b/libs/libshell/HISTORY
new file mode 100644
index 0000000..407e860
--- /dev/null
+++ b/libs/libshell/HISTORY
@@ -0,0 +1,4 @@
+2025-03-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.14.3
+ spell created
+
diff --git a/libs/libtirpc/DETAILS b/libs/libtirpc/DETAILS
index c907788..0bcb559 100755
--- a/libs/libtirpc/DETAILS
+++ b/libs/libtirpc/DETAILS
@@ -1,7 +1,7 @@
SPELL=libtirpc
- VERSION=1.3.5
+ VERSION=1.3.6
SECURITY_PATCH=1
-
SOURCE_HASH=sha512:c80a953671c5692294efe7425e41c7f12bd4c430f473f9ea71883168cb4a69111f0018122bd0e7982e18f4576e45d4977ce0790743382faae006c446813d2a4f
+
SOURCE_HASH=sha512:f3ccc45f9de8d517ccc10dd4b68b844bbe71a2cb61ca5819995d97319353f7e24cfee205e09dddf65cf47605314176aee161091d7379b6113ee8d1f5077c93d0
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]="https://downloads.sourceforge.net/sourceforge/libtirpc/libtirpc/${VERSION}/${SOURCE}"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/libs/libtirpc/HISTORY b/libs/libtirpc/HISTORY
index f7da93c..c428152 100644
--- a/libs/libtirpc/HISTORY
+++ b/libs/libtirpc/HISTORY
@@ -1,3 +1,6 @@
+2025-03-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.6
+
2024-07-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.5
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (c1b316b26c14989d8ef9b2176a6f70da6898913c), Treeve Jelbert, 03/02/2025
Archive powered by MHonArc 2.6.24.