Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (753eb23300ae099426dcae39572955b31b2bd4bc)
  • Date: Fri, 30 Jun 2023 18:13:36 +0000

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

utils/bluez5/DETAILS | 6 +++---
utils/bluez5/HISTORY | 4 ++++
utils/bluez5/patches/fix-endianness.patch | 13 -------------
3 files changed, 7 insertions(+), 16 deletions(-)

New commits:
commit 753eb23300ae099426dcae39572955b31b2bd4bc
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/bluez5: version 5.67

diff --git a/utils/bluez5/DETAILS b/utils/bluez5/DETAILS
index b45e3ac..374979d 100755
--- a/utils/bluez5/DETAILS
+++ b/utils/bluez5/DETAILS
@@ -1,11 +1,11 @@
SPELL=bluez5
SPELLX=bluez
- VERSION=5.66
- PATCHLEVEL=1
-
SOURCE_HASH=sha512:ed0994932687eacf27207867366671b323671f5d5199daf36ea5eff8f254f2bc99ef989ef7df9883b35c06f2af60452be8bad0a06109428a4717cf2b247b4865
+ VERSION=5.67
+
SOURCE_HASH=sha512:30698e49e5e192f77c4ea0c151bd9b64c5e816d7bc69e4653597d612854f21927c74e09b202220e703aabb67e044bc29cbb7f680961122aa858fffbe4c68b2fe
SECURITY_PATCH=2
SOURCE=$SPELLX-$VERSION.tar.xz
SOURCE_URL[0]=$KERNEL_URL/pub/linux/bluetooth/$SOURCE
+# Watch: https://mirrors.edge.kernel.org/pub/linux/bluetooth/
bluez-([0-9.]+)[.]tar.xz"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
WEB_SITE=https://www.bluez.org/
LICENSE[0]=GPL
diff --git a/utils/bluez5/HISTORY b/utils/bluez5/HISTORY
index 195d346..304fdf3 100644
--- a/utils/bluez5/HISTORY
+++ b/utils/bluez5/HISTORY
@@ -1,3 +1,7 @@
+2023-06-30 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 5.67
+ * patches/fix-endianness.patch: removed
+
2023-02-02 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* PRE_BUILD, patches/001-bcm43xx-Add-bcm43xx-3wire-variant.patch,
diff --git a/utils/bluez5/patches/fix-endianness.patch
b/utils/bluez5/patches/fix-endianness.patch
deleted file mode 100644
index c60e229..0000000
--- a/utils/bluez5/patches/fix-endianness.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/shared/util.h
-+++ b/src/shared/util.h
-@@ -15,6 +15,7 @@
- #include <byteswap.h>
- #include <string.h>
- #include <sys/types.h>
-+#include <endian.h>
-
- #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
- #define BIT(n) (1 << (n))
---
-2.30.2
-



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (753eb23300ae099426dcae39572955b31b2bd4bc), Pavel Vinogradov, 06/30/2023

Archive powered by MHonArc 2.6.24.

Top of Page