Skip to Content.
Sympa Menu

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

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 (ce239e9680dae9731e2a9d400ae68893f16efdc4)
  • Date: Thu, 30 Jun 2022 21:04:42 +0000

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

audio-libs/openal-soft/DETAILS | 4 ++--
audio-libs/openal-soft/HISTORY | 3 +++
editors/vim/DETAILS | 4 ++--
editors/vim/HISTORY | 3 +++
gnome2-libs/glib2/DETAILS | 4 ++--
gnome2-libs/glib2/HISTORY | 3 +++
gnome2-libs/libsoup/DETAILS | 8 ++++----
gnome2-libs/libsoup/HISTORY | 3 +++
http/lagrange/DETAILS | 4 ++--
http/lagrange/HISTORY | 3 +++
kernels/kmod/DETAILS | 4 ++--
kernels/kmod/HISTORY | 3 +++
video/pipewire/DETAILS | 4 ++--
video/pipewire/HISTORY | 3 +++
14 files changed, 37 insertions(+), 16 deletions(-)

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

audio-libs/openal-soft: version 1.22.2

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

http/lagrange: version 1.13.7

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

video/pipewire: version 0.3.53

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

gnome2-libs/libsoup: version 3.0.7

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

gnome2-libs/glib2: version 2.72.3

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

editors/vim: version 9.0.0012

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

kernels/kmod: version 30

diff --git a/audio-libs/openal-soft/DETAILS b/audio-libs/openal-soft/DETAILS
index 459ed30..0cae244 100755
--- a/audio-libs/openal-soft/DETAILS
+++ b/audio-libs/openal-soft/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=openal-soft
- VERSION=1.22.1
-
SOURCE_HASH=sha512:dc6b011775bb5022fdc7ac5034b8d654b4f967d1a75ff7c3118c744b0aaf449fc5a97c3bafc9a9c6f26c1bcf6767650b4371b5c8e7a2d5248bb73f143b19bdd5
+ VERSION=1.22.2
+
SOURCE_HASH=sha512:2084c15254b047a7fb46f3e8e7cff92a71bbc702e2f356bb366b7ab3b7d03d917475ec5a6e50a88ac5204c6e9c12ab0d0370a88d563b4a5eb333365836489b7b
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/kcat/openal-soft/archive/${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/audio-libs/openal-soft/HISTORY b/audio-libs/openal-soft/HISTORY
index 03a1c27..e10b836 100644
--- a/audio-libs/openal-soft/HISTORY
+++ b/audio-libs/openal-soft/HISTORY
@@ -1,3 +1,6 @@
+2022-06-30 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 1.22.2
+
2022-06-25 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.22.1

diff --git a/editors/vim/DETAILS b/editors/vim/DETAILS
index 076d91c..723c5f3 100755
--- a/editors/vim/DETAILS
+++ b/editors/vim/DETAILS
@@ -9,8 +9,8 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
SOURCE_IGNORE="volatile"
FORCE_DOWNLOAD="on"
else
- VERSION=9.0.0000
-
SOURCE_HASH=sha512:cab8296b545b85c530a83adbe2936aad4185e305289a7f26630ed76d47273591c4f544021fd8a646b054706ee0947053117d38ea86a89786446d6c6841be99d6
+ VERSION=9.0.0012
+
SOURCE_HASH=sha512:b3394caaab359c4bd3d6b09b24f8b8bd9c889ddb971d05bcff66e6e5661b17dac98f464eeba34e7f4d119b0090f8f0dcbd103afab3254fbe0d0e27d2fc977c52
SECURITY_PATCH=5
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/editors/vim/HISTORY b/editors/vim/HISTORY
index 5dfe48d..3c28d47 100644
--- a/editors/vim/HISTORY
+++ b/editors/vim/HISTORY
@@ -1,3 +1,6 @@
+2022-06-30 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 9.0.0012
+
2022-06-29 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 9.0.0000

diff --git a/gnome2-libs/glib2/DETAILS b/gnome2-libs/glib2/DETAILS
index 045d7f1..eef651b 100755
--- a/gnome2-libs/glib2/DETAILS
+++ b/gnome2-libs/glib2/DETAILS
@@ -1,7 +1,7 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=glib2
- VERSION=2.72.2
-
SOURCE_HASH="sha256:78d599a133dba7fe2036dfa8db8fb6131ab9642783fc9578b07a20995252d2de:UPSTREAM_HASH"
+ VERSION=2.72.3
+
SOURCE_HASH="sha256:4a39a2f624b8512d500d5840173eda7fa85f51c109052eae806acece85d345f0:UPSTREAM_HASH"
SECURITY_PATCH=2
SOURCE=glib-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/glib-$VERSION"
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index 7e9aceb..a07f34e 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,6 @@
+2022-06-30 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 2.72.3
+
2022-05-31 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.72.2

diff --git a/gnome2-libs/libsoup/DETAILS b/gnome2-libs/libsoup/DETAILS
index 1017e0f..be3f747 100755
--- a/gnome2-libs/libsoup/DETAILS
+++ b/gnome2-libs/libsoup/DETAILS
@@ -1,12 +1,12 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libsoup
if [[ $LIBSOUP_DEVEL == y ]]; then
- VERSION=3.0.6
-
SOURCE_HASH[0]=sha512:4de84b3c251b6fe75903b1cd2647ac22055f799382a186efe6f45d3f75bf6c82040f0aaceb40d0019769cf1c0295511eb0afbbc7236e93b168ed70c2ae975a89
+ VERSION=3.0.7
+
SOURCE_HASH[0]=sha512:bb48b2475ec4b073de144ad91459843946ba902fc0849b88c548ccb774fc3854451239267dd097a3da4e40f025ae746609b669ec0caffdb15e7b07118e881cfd
SOURCE=$SPELL-$VERSION.tar.xz
else
- VERSION=3.0.6
-
SOURCE_HASH[0]=sha512:4de84b3c251b6fe75903b1cd2647ac22055f799382a186efe6f45d3f75bf6c82040f0aaceb40d0019769cf1c0295511eb0afbbc7236e93b168ed70c2ae975a89
+ VERSION=3.0.7
+
SOURCE_HASH[0]=sha512:bb48b2475ec4b073de144ad91459843946ba902fc0849b88c548ccb774fc3854451239267dd097a3da4e40f025ae746609b669ec0caffdb15e7b07118e881cfd
SOURCE=$SPELL-$VERSION.tar.xz
fi
BRANCH=`echo $VERSION|cut -d . -f 1,2`
diff --git a/gnome2-libs/libsoup/HISTORY b/gnome2-libs/libsoup/HISTORY
index 8d9e412..dbadbdf 100644
--- a/gnome2-libs/libsoup/HISTORY
+++ b/gnome2-libs/libsoup/HISTORY
@@ -1,3 +1,6 @@
+2022-06-30 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 3.0.7
+
2022-05-28 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 3.0.6

diff --git a/http/lagrange/DETAILS b/http/lagrange/DETAILS
index f71af3f..8a14d41 100755
--- a/http/lagrange/DETAILS
+++ b/http/lagrange/DETAILS
@@ -1,9 +1,9 @@
. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=lagrange
- VERSION=1.13.6
+ VERSION=1.13.7
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://git.skyjake.fi/gemini/$SPELL/releases/download/v$VERSION/$SOURCE
-
SOURCE_HASH=sha512:a7693d8bc63c14004def4ce7ae5e5ebcd15c8e91b993b1735dbbaef6fbebb3f732eced8223ae46c4fef951a23e2d8558cd07d3d163c9e3f1c120b7db477d11c1
+
SOURCE_HASH=sha512:7bbc2acc63778d5130ffbaf6c53279c59caadf7a7a4078516e624d6f670ca71cedb4c96f4b19f8280467b9edaf7c71c19e4b446d04a77417a3568cc0a8fc7b59
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://gmi.skyjake.fi/lagrange/";
LICENSE[0]="BSD-2-clause"
diff --git a/http/lagrange/HISTORY b/http/lagrange/HISTORY
index 9f2af5e..637d97e 100644
--- a/http/lagrange/HISTORY
+++ b/http/lagrange/HISTORY
@@ -1,3 +1,6 @@
+2022-06-30 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS, DEPENDS: version 1.13.7
+
2022-05-06 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS, DEPENDS: version 1.13.6

diff --git a/kernels/kmod/DETAILS b/kernels/kmod/DETAILS
index 61f89a6..6e864d3 100755
--- a/kernels/kmod/DETAILS
+++ b/kernels/kmod/DETAILS
@@ -1,6 +1,6 @@
SPELL=kmod
- VERSION=29
-
SOURCE_HASH=sha512:557cdcaec75e5a1ceea2d10862c944e9a65ef54f6ee9da6dc98ce4582418fdc9958aab2e14a84807db61daf36ec4fcdc23a36376c39d5dc31d1823ca7cd47998
+ VERSION=30
+
SOURCE_HASH=sha512:e2cd34e600a72e44710760dfda9364b790b8352a99eafbd43e683e4a06f37e6b5c0b5d14e7c28070e30fc5fc6ceddedf7b97f3b6c2c5c2d91204fefd630b9a3e
SOURCE=$SPELL-$VERSION.tar.xz
# SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/kernels/kmod/HISTORY b/kernels/kmod/HISTORY
index 5bbe4b8..6d17455 100644
--- a/kernels/kmod/HISTORY
+++ b/kernels/kmod/HISTORY
@@ -1,3 +1,6 @@
+2022-06-30 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 30
+
2021-05-23 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add zstd

diff --git a/video/pipewire/DETAILS b/video/pipewire/DETAILS
index 91635a6..76db8b5 100755
--- a/video/pipewire/DETAILS
+++ b/video/pipewire/DETAILS
@@ -9,8 +9,8 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.3.52
-
SOURCE_HASH=sha512:54b4de82fbd67a2562750a2e409c028c59d0bc86f511a65f47a702de4162e1606a46114a10757eb9c00f103644644a6f96181ed80b6138cb315aa44d0bebf2f5
+ VERSION=0.3.53
+
SOURCE_HASH=sha512:43c92412edf3e8c66f14249c4a07ebdbecde2be928d86e54cecee4dcea33f31524217b996c48f0d6716213371b44d7d794e67663ffc7da6dd9ca3c68388c9604
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]="https://gitlab.freedesktop.org/${SPELL}/${SPELL}/-/archive/${VERSION}/${SOURCE}";
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/video/pipewire/HISTORY b/video/pipewire/HISTORY
index 3268f6b..ebcd382 100644
--- a/video/pipewire/HISTORY
+++ b/video/pipewire/HISTORY
@@ -1,3 +1,6 @@
+2022-06-30 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 0.3.53
+
2022-06-09 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.3.52




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (ce239e9680dae9731e2a9d400ae68893f16efdc4), Florian Franzmann, 06/30/2022

Archive powered by MHonArc 2.6.24.

Top of Page