Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (160541938a4623a69960309fc4b3fa93aadb7143)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (160541938a4623a69960309fc4b3fa93aadb7143)
  • Date: Sun, 29 May 2022 14:50:49 +0000

GIT changes to master grimoire by Florian Franzmann <bwlf AT bandrate.org>:

audio-soft/ncpamixer/BUILD
| 1
audio-soft/ncpamixer/DETAILS
| 1
audio-soft/ncpamixer/HISTORY
| 7 +
audio-soft/ncpamixer/PRE_BUILD
| 5 -
audio-soft/ncpamixer/build.patch
| 22 -----
audio-soft/ncpamixer/patches/0001-Fix-build-error.patch
| 37 +++++++++

audio-soft/ncpamixer/patches/0001-Fix-segfault-on-new-playback-sink-creation-on-PipeWi.patch
| 40 ++++++++++
disk/btrfs-progs/DETAILS
| 2
disk/btrfs-progs/HISTORY
| 3
python-pypi/pip/DEPENDS
| 2
python-pypi/pip/DETAILS
| 4 -
python-pypi/pip/HISTORY
| 4 +
python-pypi/python-cryptography/DEPENDS
| 3
python-pypi/python-cryptography/HISTORY
| 3
smgl/basesystem/DETAILS
| 2
smgl/basesystem/HISTORY
| 4 +
smgl/basesystem/INSTALL
| 4 -
smgl/basesystem/os-release
| 8 ++
utils/fwupd/DEPENDS
| 34 +++++++-
utils/fwupd/HISTORY
| 3
utils/sysstat/BUILD
| 2
utils/sysstat/DETAILS
| 4 -
utils/sysstat/HISTORY
| 22 +++--
23 files changed, 166 insertions(+), 51 deletions(-)

New commits:
commit 160541938a4623a69960309fc4b3fa93aadb7143
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

Revert "disk/btrfs-progs: version 5.18"

This reverts commit 2b73101a316be48616bfc68244e3e3d31651c26a.

accidental push.

commit 8fd4823cd6e65a5783f76c417f1be29a5e323596
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

utils/fwupd: improve dependencies

commit 71a3276b0f665e81ef5feb99afb7bc6981b362bd
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

python-pypi/python-cryptography: depend on pip

commit c2ebecc1f7db0f695245a8e7c586b99f4f159947
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

python-pypi/pip: version 22.1.1

commit 3521749a39a852c1e445cd1e24c656d82fba4e04
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

smgl/basesystem: install os-release file

commit 651b4a6c761178d5d4dcb7b31e1223c1bf590c0c
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

audio-soft/ncpamixer: fix segfault with pipewire

commit d32d9039a37967aab46491abfb964554d7acde8e
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

utils/sysstat: enable LTO

commit f73191f3de238fe0eebab5656b330c1f31e7a83e
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

utils/sysstat: fix HISTORY entries

commit 94117ef7041ab2d09a76513230e1d366209a5f6b
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

utils/sysstat: version 12.6.0

diff --git a/audio-soft/ncpamixer/BUILD b/audio-soft/ncpamixer/BUILD
index c367241..93a85ba 100755
--- a/audio-soft/ncpamixer/BUILD
+++ b/audio-soft/ncpamixer/BUILD
@@ -3,4 +3,5 @@ if is_depends_enabled ${SPELL} llvm; then
LDFLAGS="-lc++ -lc++abi ${LDFLAGS}"
fi &&

+cd "$SOURCE_DIRECTORY"/src &&
cmake_build
diff --git a/audio-soft/ncpamixer/DETAILS b/audio-soft/ncpamixer/DETAILS
index a013a95..28365ef 100755
--- a/audio-soft/ncpamixer/DETAILS
+++ b/audio-soft/ncpamixer/DETAILS
@@ -1,5 +1,6 @@
SPELL=ncpamixer
VERSION=1.3.3.1
+ PATCHLEVEL=1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://github.com/fulhax/${SPELL}/archive/${VERSION}.tar.gz

SOURCE_HASH=sha512:4c40992a7731859a855fc80ee012e4ead7a7f47e537163378565125acaad0beacd1a8583710d1d7f2f700c09c7563edfe734757ba1302d0e5c1e286b22af7890
diff --git a/audio-soft/ncpamixer/HISTORY b/audio-soft/ncpamixer/HISTORY
index 802ab14..4b672e6 100644
--- a/audio-soft/ncpamixer/HISTORY
+++ b/audio-soft/ncpamixer/HISTORY
@@ -1,3 +1,10 @@
+2022-05-29 Florian Franzmann <bwlf AT bandrate.org>
+ * build.patch: move to patches
+ * PRE_BUILD: use apply_patch_dir
+ * 0001-Fix-segfault-on-new-playback-sink-creation-on-PipeWi.patch:
+ fix segfault when using pipewire
+ * DETAILS: PATCHLEVEL++
+
2021-05-08 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.3.3.1

diff --git a/audio-soft/ncpamixer/PRE_BUILD b/audio-soft/ncpamixer/PRE_BUILD
index 2161f17..bc742fb 100755
--- a/audio-soft/ncpamixer/PRE_BUILD
+++ b/audio-soft/ncpamixer/PRE_BUILD
@@ -1,6 +1,5 @@
-default_pre_build &&
+default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&

-mv src/* . &&
+apply_patch_dir patches

-patch -p0 < "${SPELL_DIRECTORY}/build.patch"
diff --git a/audio-soft/ncpamixer/build.patch
b/audio-soft/ncpamixer/build.patch
deleted file mode 100644
index 117f03e..0000000
--- a/audio-soft/ncpamixer/build.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- pa.cpp.orig
-+++ pa.cpp
-@@ -1,7 +1,7 @@
- #include "pa.hpp"
-
- #include <unistd.h>
--
-+#include <iostream>
- #include <cstring>
- #include <functional>
- #include <thread>
---- ui/ui.cpp.orig
-+++ ui/ui.cpp
-@@ -2,7 +2,7 @@
-
- #include <sys/ioctl.h>
- #include <unistd.h>
--
-+#include <locale>
- #include <cstdio>
- #include <cstring>
- #include <string>
diff --git a/audio-soft/ncpamixer/patches/0001-Fix-build-error.patch
b/audio-soft/ncpamixer/patches/0001-Fix-build-error.patch
new file mode 100644
index 0000000..10d16ce
--- /dev/null
+++ b/audio-soft/ncpamixer/patches/0001-Fix-build-error.patch
@@ -0,0 +1,37 @@
+From ea19b158266c52d920c44505fb8645b96c9fb3dc Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <bwlf AT bandrate.org>
+Date: Sun, 29 May 2022 14:09:59 +0200
+Subject: [PATCH] Fix build error
+
+---
+ src/pa.cpp | 1 +
+ src/ui/ui.cpp | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/src/pa.cpp b/src/pa.cpp
+index 7681e14..423d37a 100644
+--- a/src/pa.cpp
++++ b/src/pa.cpp
+@@ -2,6 +2,7 @@
+
+ #include <unistd.h>
+
++#include <iostream>
+ #include <cstring>
+ #include <functional>
+ #include <thread>
+diff --git a/src/ui/ui.cpp b/src/ui/ui.cpp
+index 87a0e30..3b89a6b 100644
+--- a/src/ui/ui.cpp
++++ b/src/ui/ui.cpp
+@@ -4,6 +4,7 @@
+ #include <sys/ioctl.h>
+ #include <unistd.h>
+
++#include <locale>
+ #include <cstdio>
+ #include <cstring>
+ #include <string>
+--
+2.36.0
+
diff --git
a/audio-soft/ncpamixer/patches/0001-Fix-segfault-on-new-playback-sink-creation-on-PipeWi.patch

b/audio-soft/ncpamixer/patches/0001-Fix-segfault-on-new-playback-sink-creation-on-PipeWi.patch
new file mode 100644
index 0000000..8c851f5
--- /dev/null
+++
b/audio-soft/ncpamixer/patches/0001-Fix-segfault-on-new-playback-sink-creation-on-PipeWi.patch
@@ -0,0 +1,40 @@
+From 30aa766ef7ee85b65196ed48ce7637b9db2fb945 Mon Sep 17 00:00:00 2001
+From: Tyler Kaminski <durcor AT disroot.org>
+Date: Tue, 16 Feb 2021 16:06:14 -0500
+Subject: [PATCH] Fix segfault on new playback sink creation on PipeWire
Before
+ this commit, ncpamixer segfaults when running under pipewire-pulse when a
new
+ playback sink is created while ncpamixer is running.
+
+---
+ src/pa.cpp | 15 ++-------------
+ 1 file changed, 2 insertions(+), 13 deletions(-)
+
+diff --git a/src/pa.cpp b/src/pa.cpp
+index bdec684..384287d 100644
+--- a/src/pa.cpp
++++ b/src/pa.cpp
+@@ -582,19 +582,8 @@ void Pa::create_monitor_stream_for_paobject(PaObject
*po)
+ po->monitor_stream = nullptr;
+ }
+
+- if (po->type == pa_object_t::INPUT) {
+- PaInput *input = reinterpret_cast<PaInput *>(po);
+- input->monitor_stream = create_monitor_stream_for_source(
+- PA_SINKS[input->sink]->monitor_index,
+- input->index
+- );
+- } else {
+- po->monitor_stream = create_monitor_stream_for_source(
+- po->monitor_index,
+- -1
+- );
+-
+- }
++ po->monitor_stream = create_monitor_stream_for_source
++ (po->monitor_index, po->type == pa_object_t::INPUT ?
po->index : -1);
+ }
+
+ void Pa::set_notify_update_cb(const notify_update_callback &cb)
+--
+2.36.0
+
diff --git a/disk/btrfs-progs/DETAILS b/disk/btrfs-progs/DETAILS
index 67ba464..b090c2e 100755
--- a/disk/btrfs-progs/DETAILS
+++ b/disk/btrfs-progs/DETAILS
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=5.18
+ VERSION=5.17
SOURCE=${SPELL}-v${VERSION}.tar.xz
SOURCE2=${SPELL}-v${VERSION}.tar.sign
SOURCE_GPG="btrfs.gpg:${SOURCE2}:UPSTREAM_HASH"
diff --git a/disk/btrfs-progs/HISTORY b/disk/btrfs-progs/HISTORY
index 25ced23..5169214 100644
--- a/disk/btrfs-progs/HISTORY
+++ b/disk/btrfs-progs/HISTORY
@@ -1,6 +1,3 @@
-2022-05-27 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: version 5.18
-
2022-04-30 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: git -> git_http,

(https://github.blog/2021-09-01-improving-git-protocol-security-github/)
diff --git a/python-pypi/pip/DEPENDS b/python-pypi/pip/DEPENDS
index e440941..431e46a 100755
--- a/python-pypi/pip/DEPENDS
+++ b/python-pypi/pip/DEPENDS
@@ -1,2 +1,2 @@
-depends PYTHON &&
+depends python3 &&
depends SETUPTOOLS
diff --git a/python-pypi/pip/DETAILS b/python-pypi/pip/DETAILS
index 9fecfad..9931226 100755
--- a/python-pypi/pip/DETAILS
+++ b/python-pypi/pip/DETAILS
@@ -1,6 +1,6 @@
SPELL=pip
- VERSION=22.0.4
-
SOURCE_HASH=sha512:af6d1787b4fe97f2eec9c2e3e3f0f756efca8cb83f6ecdae797986fb6050ee60d872a8a8eb7502a32c4334fc0c7af8cf3c58ce980407d0e9f89eec28a4290093
+ VERSION=22.1.1
+
SOURCE_HASH=sha512:3f67171848c4b1282e3abb3a55b1e3d1bdd87e418c535298c8d91ec12d59da271182d7d45f07d080b46a27d9f53c0180ebbfe9379cc640a21f2ec9dd60b06e3e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL=https://github.com/pypa/pip/archive/$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/pip/HISTORY b/python-pypi/pip/HISTORY
index 8bc2b90..c261622 100644
--- a/python-pypi/pip/HISTORY
+++ b/python-pypi/pip/HISTORY
@@ -1,3 +1,7 @@
+2022-05-29 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 22.1.1
+ * DEPENDS: depend on python3
+
2022-03-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 22.0.4

diff --git a/python-pypi/python-cryptography/DEPENDS
b/python-pypi/python-cryptography/DEPENDS
index 9f799d5..6c30ddb 100755
--- a/python-pypi/python-cryptography/DEPENDS
+++ b/python-pypi/python-cryptography/DEPENDS
@@ -4,7 +4,8 @@ depends semantic_version &&
depends SSL &&
depends SETUPTOOLS &&
depends cffi &&
-depends pyasn1
+depends pyasn1 &&
+depends pip

# Future versions may require these
#depends rust &&
diff --git a/python-pypi/python-cryptography/HISTORY
b/python-pypi/python-cryptography/HISTORY
index fd71381..5f38701 100644
--- a/python-pypi/python-cryptography/HISTORY
+++ b/python-pypi/python-cryptography/HISTORY
@@ -1,3 +1,6 @@
+2022-05-29 Florian Franzmann <bwlf AT bandrate.org>
+ * DEPENDS: depend on pip
+
2021-09-16 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.4.8
* BUILD: added to disable rust requirement
diff --git a/smgl/basesystem/DETAILS b/smgl/basesystem/DETAILS
index a8aad47..18f5474 100755
--- a/smgl/basesystem/DETAILS
+++ b/smgl/basesystem/DETAILS
@@ -1,6 +1,6 @@
SPELL=basesystem
VERSION=0.9.9
- PATCHLEVEL=3
+ PATCHLEVEL=4
WEB_SITE=http://www.sourcemage.org
ENTERED=20021013
NO_CACHE="--cache=off"
diff --git a/smgl/basesystem/HISTORY b/smgl/basesystem/HISTORY
index 8c2c954..f475738 100644
--- a/smgl/basesystem/HISTORY
+++ b/smgl/basesystem/HISTORY
@@ -1,3 +1,7 @@
+2022-05-29 Florian Franzmann <bwlf AT bandrate.org>
+ * INSTALL, os-release: install os-release
+ * DETAILS: PATCHLEVEL++
+
2022-03-10 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: replaced make by MAKE
replaced procps by PROCPS
diff --git a/smgl/basesystem/INSTALL b/smgl/basesystem/INSTALL
index 27ba77d..4acea33 100755
--- a/smgl/basesystem/INSTALL
+++ b/smgl/basesystem/INSTALL
@@ -1 +1,3 @@
-true
+install -m644 -o root -g root \
+ "$SPELL_DIRECTORY"/os-release \
+ "$INSTALL_ROOT"/usr/lib/
diff --git a/smgl/basesystem/os-release b/smgl/basesystem/os-release
new file mode 100644
index 0000000..816c3c100
--- /dev/null
+++ b/smgl/basesystem/os-release
@@ -0,0 +1,8 @@
+NAME="Source Mage GNU/Linux"
+ID=sourcemage
+VERSION="0.63"
+PRETTY_NAME="Source Mage GNU/Linux 0.63"
+HOME_URL="https://sourcemage.org/";
+BUG_REPORT_URL="https://sourcemage.org/Bugs";
+DOCUMENTATION_URL="https://sourcemage.org/Docs";
+SUPPORT_URL="https://sourcemage.org/Contact";
diff --git a/utils/fwupd/DEPENDS b/utils/fwupd/DEPENDS
index 391352d..b4b0ca3 100755
--- a/utils/fwupd/DEPENDS
+++ b/utils/fwupd/DEPENDS
@@ -1,16 +1,28 @@
. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends pkgconfig &&
+depends gettext &&
+depends shared-mime-info &&
+depends libxslt &&
+depends protobuf &&
+depends libxmlb &&
+depends curl &&
+depends elfutils &&
+depends libjcat &&
+depends json-glib &&
+
+
+
depends binutils &&
-depends elfutils &&
depends DEVICE-MANAGER &&
depends gcab &&
depends glib2 &&
-depends json-glib &&
depends libsoup &&
depends libxmlb &&
depends util-linux &&
depends -sub VAPIGEN vala &&
depends gpgme &&
-optional_depends bash-completion '' '' 'ease of use' &&
+optional_depends bash-completion 'bash_completion=true'
'bash_completion=false' 'install bash-completion support' &&
+optional_depends fish 'fish_completion=true' 'fish_completion=false'
'install fish-completion support' &&
optional_depends consolekit2 'consolekit=true' 'consolekit=false'
'consolekit support ' &&
optional_depends libsmbios 'plugin_dell=true' 'plugin_dell=false' 'DELL
support' &&
if is_depends_enabled $SPELL libsmbios;then
@@ -24,9 +36,14 @@ if is_depends_enabled $SPELL efivar;then
depends freetype2 &&
depends pango &&
depends pillow &&
+ depends python3 &&
depends pygobject3 &&
- depends pycairo
+ depends pycairo &&
+ depends setuptools &&
+ depends tpm2-tss &&
+ depends gnu-efi
fi
+optional_depends LZMA 'lzma=true' 'lzma=false' 'for LZMA compression
support' &&
optional_depends elogind 'elogind=true' 'elogind=false' 'Elogind support' &&
optional_depends gnutls 'gnutls=true' 'gnutls=false' 'GnuTLS support' &&
optional_depends gobject-introspection 'introspection=true'
'introspection=false' 'introspection support' &&
@@ -37,4 +54,11 @@ optional_depends valgrind '' '' 'debugging support' &&
optional_depends libarchive 'libarchive=true' 'libarchive=false' 'libarchive
support' &&
optional_depends libgudev 'gudev=true' 'gudev=false' 'GUdev support' &&
optional_depends libgusb 'gusb=true' 'gusb=false' 'GUsb support' &&
-optional_depends sqlite 'sqlite=true' 'sqlite=false' 'sqlite support'
+optional_depends sqlite 'sqlite=true' 'sqlite=false' 'sqlite support' &&
+optional_depends flashrom 'plugin_flashrom=enabled'
'plugin_flashrom=disabled' 'for flashrom support' &&
+optional_depends cpuid 'plugin_msr=enabled' 'plugin_msr=disabled' 'for
model-specific register support' &&
+optional_depends modemmanager 'plugin_modem_manager=enabled'
'plugin_modem_manager=disabled' 'for modemmanager support' &&
+optional_depends libsoup 'soup_session_compat=true'
'soup_session_compat=false' 'for libsoup support' &&
+
+suggest_depends libmbim '' '' 'for Mobile Broadband Interface Model
(MBIM) protocol support' &&
+suggest_depends libqmi '' '' 'for Qualcomm MSM Interface (QMI)
protocol support'
diff --git a/utils/fwupd/HISTORY b/utils/fwupd/HISTORY
index ce1b3b8..b82d8c4 100644
--- a/utils/fwupd/HISTORY
+++ b/utils/fwupd/HISTORY
@@ -1,3 +1,6 @@
+2022-05-29 Florian Franzmann <bwlf AT bandrate.org>
+ * DEPENDS: improve dependencies
+
2022-05-28 Florian Franzmann <bwlf AT bandrate.org>
* DEPENDS: make dependency on gpgme non-optional, fix dependency on
gtk-doc
diff --git a/utils/sysstat/BUILD b/utils/sysstat/BUILD
new file mode 100755
index 0000000..8656044
--- /dev/null
+++ b/utils/sysstat/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --enable-lto" &&
+default_build
diff --git a/utils/sysstat/DETAILS b/utils/sysstat/DETAILS
index 3a13dee..ec87fec 100755
--- a/utils/sysstat/DETAILS
+++ b/utils/sysstat/DETAILS
@@ -1,9 +1,9 @@
SPELL=sysstat
- VERSION=12.5.6
+ VERSION=12.6.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=https://github.com/sysstat/sysstat/archive/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:6987cb1035a11d15771b2f6b96893176ff37ca642d8f30baf8125a2afe616530620843f7e6491b0194a1e423c7fb888009f3db110731174f428d7f7aac993820
+
SOURCE_HASH=sha512:f4d0e0dead0cce84782e985c8074871c45e77949c2bcfefd5642280e961f39e9eaa9f9fc93c013d79deba6e3703626894dd665ff64db72550d1c24f404780a5f
WEB_SITE=https://github.com/sysstat/sysstat
ENTERED=20050506
LICENSE[0]="GPL"
diff --git a/utils/sysstat/HISTORY b/utils/sysstat/HISTORY
index 2d8e5a5..3972788 100644
--- a/utils/sysstat/HISTORY
+++ b/utils/sysstat/HISTORY
@@ -1,29 +1,33 @@
+2022-05-29 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 12.6.0
+ * BUILD: enable LTO
+
2022-03-12 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: use github, version 12.5.6
+ * DETAILS: version 12.5.6

2021-12-05 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: use github, version 12.5.5
+ * DETAILS: version 12.5.5

2021-06-07 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: use github, version 12.5.4
+ * DETAILS: version 12.5.4

2021-02-21 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: use github, version 12.5.3
+ * DETAILS: version 12.5.3

2020-12-20 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: use github, version 12.5.2
+ * DETAILS: version 12.5.2

2020-11-26 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: use github, version 12.5.1
+ * DETAILS: version 12.5.1

2020-07-31 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: use github, version 12.4.0
+ * DETAILS: version 12.4.0

2020-05-19 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: use github, version 12.3.3
+ * DETAILS: version 12.3.3

2020-04-11 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: use github, version 12.3.2
+ * DETAILS: version 12.3.2

2020-01-06 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: use github, version 12.3.1



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (160541938a4623a69960309fc4b3fa93aadb7143), Florian Franzmann, 05/29/2022

Archive powered by MHonArc 2.6.24.

Top of Page