Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (164c4f940e87ab8870a38323edf145167e7713b4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <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 Pavel Vinogradov (164c4f940e87ab8870a38323edf145167e7713b4)
  • Date: Mon, 2 Jun 2025 16:17:23 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

utils/bluez5/DETAILS | 4 ++--
utils/bluez5/HISTORY | 4 ++++
utils/bluez5/patches/0006-rl_message.patch | 12 ++++++++++++
3 files changed, 18 insertions(+), 2 deletions(-)

New commits:
commit 164c4f940e87ab8870a38323edf145167e7713b4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/bluez5: version 5.83

diff --git a/utils/bluez5/DETAILS b/utils/bluez5/DETAILS
index 1050c74..615c003 100755
--- a/utils/bluez5/DETAILS
+++ b/utils/bluez5/DETAILS
@@ -1,7 +1,7 @@
SPELL=bluez5
SPELLX=bluez
- VERSION=5.82
-
SOURCE_HASH=sha512:8efbef24849f122cfe1b1b0dcedbc5369f97741603497099a673ff7be87af7935b8e0c8c58e10f6969372c8af932165d38a0c39e518501ba0d7e0c2fffb70bad
+ VERSION=5.83
+
SOURCE_HASH=sha512:d2ab04e5d2458249964305c991c5d0c1678d24927019e5b6e10d2f8e1350e3f7d7c783fd3770874dc621a699171b68de6678bead1dcb6e6e73c9863248f26aaa
SECURITY_PATCH=2
SOURCE=$SPELLX-$VERSION.tar.xz
SOURCE_URL[0]=$KERNEL_URL/pub/linux/bluetooth/$SOURCE
diff --git a/utils/bluez5/HISTORY b/utils/bluez5/HISTORY
index d9e8a04..2cbce08 100644
--- a/utils/bluez5/HISTORY
+++ b/utils/bluez5/HISTORY
@@ -1,3 +1,7 @@
+2025-06-02 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 5.83
+ * patches/0006-rl_message.patch: added to fix readline compile error
+
2025-04-03 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 5.82

diff --git a/utils/bluez5/patches/0006-rl_message.patch
b/utils/bluez5/patches/0006-rl_message.patch
new file mode 100644
index 0000000..d526fa5
--- /dev/null
+++ b/utils/bluez5/patches/0006-rl_message.patch
@@ -0,0 +1,12 @@
+diff --git a/src/shared/shell.c b/src/shared/shell.c
+--- a/src/shared/shell.c
++++ b/src/shared/shell.c
+@@ -1432,7 +1432,7 @@ static void rl_cleanup(void)
+ if (data.history[0] != '\0')
+ write_history(data.history);
+
+- rl_message("%s", "");
++ rl_message();
+ rl_callback_handler_remove();
+ }
+


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (164c4f940e87ab8870a38323edf145167e7713b4), Pavel Vinogradov, 06/02/2025

Archive powered by MHonArc 2.6.24.

Top of Page