Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bluez: update to 5.78.
@ 2024-09-15  8:35 dataCobra
  2024-09-24 13:17 ` [PR PATCH] [Updated] " dataCobra
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: dataCobra @ 2024-09-15  8:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 589 bytes --]

There is a new pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages bluez
https://github.com/void-linux/void-packages/pull/52225

bluez: update to 5.78.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


A patch file from https://github.com/void-linux/void-packages/pull/52225.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bluez-52225.patch --]
[-- Type: text/x-diff, Size: 1089 bytes --]

From 7b9ea4c87c42777c9ec64a6d3b2fec5bc4e07b02 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sun, 15 Sep 2024 10:34:46 +0200
Subject: [PATCH] bluez: update to 5.78.

---
 srcpkgs/bluez/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template
index 2f701242ee680f..bd6b131bf9c58d 100644
--- a/srcpkgs/bluez/template
+++ b/srcpkgs/bluez/template
@@ -1,6 +1,6 @@
 # Template file for 'bluez'
 pkgname=bluez
-version=5.76
+version=5.78
 revision=1
 build_style=gnu-configure
 configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.bluez.org/"
 changelog="https://git.kernel.org/pub/scm/bluetooth/bluez.git/plain/ChangeLog"
 distfiles="${KERNEL_SITE}/bluetooth/bluez-${version}.tar.xz"
-checksum=55e2c645909ad82d833c42ce85ec20434e0ef0070941b1eab73facdd240bbd63
+checksum=830fed1915c5d375b8de0f5e6f45fcdea0dcc5ff5ffb3d31db6ed0f00d73c5e3
 conf_files="/etc/bluetooth/main.conf"
 system_groups="bluetooth"
 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] bluez: update to 5.78.
  2024-09-15  8:35 [PR PATCH] bluez: update to 5.78 dataCobra
@ 2024-09-24 13:17 ` dataCobra
  2024-09-24 14:11 ` dataCobra
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-09-24 13:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 594 bytes --]

There is an updated pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages bluez
https://github.com/void-linux/void-packages/pull/52225

bluez: update to 5.78.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


A patch file from https://github.com/void-linux/void-packages/pull/52225.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bluez-52225.patch --]
[-- Type: text/x-diff, Size: 1259 bytes --]

From 010b860653e549e45dad6bbce3a02913590b31ef Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Tue, 24 Sep 2024 15:17:01 +0200
Subject: [PATCH] bluez: update to 7.78.

---
 srcpkgs/bluez/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template
index 2f701242ee680f..51dfb5cc2309cb 100644
--- a/srcpkgs/bluez/template
+++ b/srcpkgs/bluez/template
@@ -1,6 +1,6 @@
 # Template file for 'bluez'
 pkgname=bluez
-version=5.76
+version=5.78
 revision=1
 build_style=gnu-configure
 configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.bluez.org/"
 changelog="https://git.kernel.org/pub/scm/bluetooth/bluez.git/plain/ChangeLog"
 distfiles="${KERNEL_SITE}/bluetooth/bluez-${version}.tar.xz"
-checksum=55e2c645909ad82d833c42ce85ec20434e0ef0070941b1eab73facdd240bbd63
+checksum=830fed1915c5d375b8de0f5e6f45fcdea0dcc5ff5ffb3d31db6ed0f00d73c5e3
 conf_files="/etc/bluetooth/main.conf"
 system_groups="bluetooth"
 
@@ -44,6 +44,8 @@ post_install() {
 	vsv bluetoothd
 
 	vdoc ${FILESDIR}/README.voidlinux
+
+	rm ${DESTDIR}/etc/bluetooth/mesh-main.conf
 }
 
 libbluetooth_package() {

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: bluez: update to 5.78.
  2024-09-15  8:35 [PR PATCH] bluez: update to 5.78 dataCobra
  2024-09-24 13:17 ` [PR PATCH] [Updated] " dataCobra
@ 2024-09-24 14:11 ` dataCobra
  2024-09-24 14:12 ` dataCobra
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-09-24 14:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1223 bytes --]

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/52225#issuecomment-2371420542

Comment:
This is the error from the test-suite.log file:

```
==================================
   bluez 5.78: ./test-suite.log
==================================

# TOTAL: 31
# PASS:  30
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: unit/test-micp
====================


MICS/SR/SGGIT/SER/BV-01-C - 30minit
MICS/SR/SGGIT/SER/BV-01-C - 34msetup
MICS/SR/SGGIT/SER/BV-01-C - 34msetup complete
MICS/SR/SGGIT/SER/BV-01-C - 30mrun
MICS/SR/SGGIT/SER/BV-01-C - 32mtest passed
MICS/SR/SGGIT/SER/BV-01-C - 35mteardown
MICS/SR/SGGIT/SER/BV-01-C - 35mteardown complete
MICS/SR/SGGIT/SER/BV-01-C - 30mdone
MICS/SR/SGGIT/CHA/BV-01-C - 30minit
MICS/SR/SGGIT/CHA/BV-01-C - 34msetup
MICS/SR/SGGIT/CHA/BV-01-C - 34msetup complete
MICS/SR/SGGIT/CHA/BV-01-C - 30mrun
MICS/SR/SGGIT/CHA/BV-01-C - 32mtest passed
MICS/SR/SGGIT/CHA/BV-01-C - 35mteardown
MICS/SR/SGGIT/CHA/BV-01-C - 35mteardown complete
MICS/SR/SGGIT/CHA/BV-01-C - 30mdone

MICS/SR/SPE/BI-01-C - minit
MICS/SR/SPE/BI-01-CFAIL unit/test-micp (exit status: 139)
```

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: bluez: update to 5.78.
  2024-09-15  8:35 [PR PATCH] bluez: update to 5.78 dataCobra
  2024-09-24 13:17 ` [PR PATCH] [Updated] " dataCobra
  2024-09-24 14:11 ` dataCobra
@ 2024-09-24 14:12 ` dataCobra
  2024-09-24 14:13 ` [PR PATCH] [Updated] " dataCobra
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-09-24 14:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/52225#issuecomment-2371420542

Comment:
This is the error from the test-suite.log file:

```
==================================
   bluez 5.78: ./test-suite.log
==================================

# TOTAL: 31
# PASS:  30
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: unit/test-micp
====================


MICS/SR/SGGIT/SER/BV-01-C - init
MICS/SR/SGGIT/SER/BV-01-C - setup
MICS/SR/SGGIT/SER/BV-01-C - setup complete
MICS/SR/SGGIT/SER/BV-01-C - run
MICS/SR/SGGIT/SER/BV-01-C - test passed
MICS/SR/SGGIT/SER/BV-01-C - teardown
MICS/SR/SGGIT/SER/BV-01-C - teardown complete
MICS/SR/SGGIT/SER/BV-01-C - done
MICS/SR/SGGIT/CHA/BV-01-C - init
MICS/SR/SGGIT/CHA/BV-01-C - setup
MICS/SR/SGGIT/CHA/BV-01-C - setup complete
MICS/SR/SGGIT/CHA/BV-01-C - run
MICS/SR/SGGIT/CHA/BV-01-C - test passed
MICS/SR/SGGIT/CHA/BV-01-C - teardown
MICS/SR/SGGIT/CHA/BV-01-C - teardown complete
MICS/SR/SGGIT/CHA/BV-01-C - done

MICS/SR/SPE/BI-01-C - minit
MICS/SR/SPE/BI-01-C FAIL unit/test-micp (exit status: 139)
```

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] bluez: update to 5.78.
  2024-09-15  8:35 [PR PATCH] bluez: update to 5.78 dataCobra
                   ` (2 preceding siblings ...)
  2024-09-24 14:12 ` dataCobra
@ 2024-09-24 14:13 ` dataCobra
  2024-09-24 14:14 ` dataCobra
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-09-24 14:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 594 bytes --]

There is an updated pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages bluez
https://github.com/void-linux/void-packages/pull/52225

bluez: update to 5.78.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


A patch file from https://github.com/void-linux/void-packages/pull/52225.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bluez-52225.patch --]
[-- Type: text/x-diff, Size: 2393 bytes --]

From 5942f2b9613b84a0855ce685a9d15fe6a1f48bd6 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Tue, 24 Sep 2024 16:13:23 +0200
Subject: [PATCH] bluez: update to 7.78.

---
 srcpkgs/bluez/patches/disable-test-vcp.patch | 24 ++++++++++++++++++++
 srcpkgs/bluez/template                       |  6 +++--
 2 files changed, 28 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/bluez/patches/disable-test-vcp.patch

diff --git a/srcpkgs/bluez/patches/disable-test-vcp.patch b/srcpkgs/bluez/patches/disable-test-vcp.patch
new file mode 100644
index 00000000000000..ffbdbddea17ac5
--- /dev/null
+++ b/srcpkgs/bluez/patches/disable-test-vcp.patch
@@ -0,0 +1,24 @@
+From 1d5a2ec8eb96e9186aeb2826927057ddc7a9d0a6 Mon Sep 17 00:00:00 2001
+From: macmpi <16296055+macmpi@users.noreply.github.com>
+Date: Wed, 17 Jan 2024 09:34:28 +0100
+Subject: [PATCH] disable test_aics_unit_testcases
+
+fails on x86-64
+https://github.com/bluez/bluez/issues/726
+---
+ unit/test-vcp.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/unit/test-vcp.c b/unit/test-vcp.c
+index 6a61ea2c44..3886177758 100644
+--- a/unit/test-vcp.c
++++ b/unit/test-vcp.c
+@@ -2754,7 +2754,7 @@ int main(int argc, char *argv[])
+ 	tester_init(&argc, &argv);
+ 
+ 	test_vocs_unit_testcases();
+-	test_aics_unit_testcases();
++//	test_aics_unit_testcases(); test fails on x86-64
+ 
+ 	return tester_run();
+ }
diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template
index 2f701242ee680f..51dfb5cc2309cb 100644
--- a/srcpkgs/bluez/template
+++ b/srcpkgs/bluez/template
@@ -1,6 +1,6 @@
 # Template file for 'bluez'
 pkgname=bluez
-version=5.76
+version=5.78
 revision=1
 build_style=gnu-configure
 configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.bluez.org/"
 changelog="https://git.kernel.org/pub/scm/bluetooth/bluez.git/plain/ChangeLog"
 distfiles="${KERNEL_SITE}/bluetooth/bluez-${version}.tar.xz"
-checksum=55e2c645909ad82d833c42ce85ec20434e0ef0070941b1eab73facdd240bbd63
+checksum=830fed1915c5d375b8de0f5e6f45fcdea0dcc5ff5ffb3d31db6ed0f00d73c5e3
 conf_files="/etc/bluetooth/main.conf"
 system_groups="bluetooth"
 
@@ -44,6 +44,8 @@ post_install() {
 	vsv bluetoothd
 
 	vdoc ${FILESDIR}/README.voidlinux
+
+	rm ${DESTDIR}/etc/bluetooth/mesh-main.conf
 }
 
 libbluetooth_package() {

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: bluez: update to 5.78.
  2024-09-15  8:35 [PR PATCH] bluez: update to 5.78 dataCobra
                   ` (3 preceding siblings ...)
  2024-09-24 14:13 ` [PR PATCH] [Updated] " dataCobra
@ 2024-09-24 14:14 ` dataCobra
  2024-10-22 10:58 ` [PR PATCH] [Updated] " dataCobra
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-09-24 14:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1197 bytes --]

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/52225#issuecomment-2371420542

Comment:
This is the error from the test-suite.log file for the `musl` build:

```
==================================
   bluez 5.78: ./test-suite.log
==================================

# TOTAL: 31
# PASS:  30
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: unit/test-micp
====================


MICS/SR/SGGIT/SER/BV-01-C - init
MICS/SR/SGGIT/SER/BV-01-C - setup
MICS/SR/SGGIT/SER/BV-01-C - setup complete
MICS/SR/SGGIT/SER/BV-01-C - run
MICS/SR/SGGIT/SER/BV-01-C - test passed
MICS/SR/SGGIT/SER/BV-01-C - teardown
MICS/SR/SGGIT/SER/BV-01-C - teardown complete
MICS/SR/SGGIT/SER/BV-01-C - done
MICS/SR/SGGIT/CHA/BV-01-C - init
MICS/SR/SGGIT/CHA/BV-01-C - setup
MICS/SR/SGGIT/CHA/BV-01-C - setup complete
MICS/SR/SGGIT/CHA/BV-01-C - run
MICS/SR/SGGIT/CHA/BV-01-C - test passed
MICS/SR/SGGIT/CHA/BV-01-C - teardown
MICS/SR/SGGIT/CHA/BV-01-C - teardown complete
MICS/SR/SGGIT/CHA/BV-01-C - done

MICS/SR/SPE/BI-01-C - minit
MICS/SR/SPE/BI-01-C FAIL unit/test-micp (exit status: 139)
```

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] bluez: update to 5.78.
  2024-09-15  8:35 [PR PATCH] bluez: update to 5.78 dataCobra
                   ` (4 preceding siblings ...)
  2024-09-24 14:14 ` dataCobra
@ 2024-10-22 10:58 ` dataCobra
  2024-10-28  8:24 ` dataCobra
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-10-22 10:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 594 bytes --]

There is an updated pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages bluez
https://github.com/void-linux/void-packages/pull/52225

bluez: update to 5.78.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


A patch file from https://github.com/void-linux/void-packages/pull/52225.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bluez-52225.patch --]
[-- Type: text/x-diff, Size: 2393 bytes --]

From 3d7566c41eca131994fa420947443ecfcf168937 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Tue, 24 Sep 2024 16:13:23 +0200
Subject: [PATCH] bluez: update to 7.78.

---
 srcpkgs/bluez/patches/disable-test-vcp.patch | 24 ++++++++++++++++++++
 srcpkgs/bluez/template                       |  6 +++--
 2 files changed, 28 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/bluez/patches/disable-test-vcp.patch

diff --git a/srcpkgs/bluez/patches/disable-test-vcp.patch b/srcpkgs/bluez/patches/disable-test-vcp.patch
new file mode 100644
index 00000000000000..ffbdbddea17ac5
--- /dev/null
+++ b/srcpkgs/bluez/patches/disable-test-vcp.patch
@@ -0,0 +1,24 @@
+From 1d5a2ec8eb96e9186aeb2826927057ddc7a9d0a6 Mon Sep 17 00:00:00 2001
+From: macmpi <16296055+macmpi@users.noreply.github.com>
+Date: Wed, 17 Jan 2024 09:34:28 +0100
+Subject: [PATCH] disable test_aics_unit_testcases
+
+fails on x86-64
+https://github.com/bluez/bluez/issues/726
+---
+ unit/test-vcp.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/unit/test-vcp.c b/unit/test-vcp.c
+index 6a61ea2c44..3886177758 100644
+--- a/unit/test-vcp.c
++++ b/unit/test-vcp.c
+@@ -2754,7 +2754,7 @@ int main(int argc, char *argv[])
+ 	tester_init(&argc, &argv);
+ 
+ 	test_vocs_unit_testcases();
+-	test_aics_unit_testcases();
++//	test_aics_unit_testcases(); test fails on x86-64
+ 
+ 	return tester_run();
+ }
diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template
index 2f701242ee680f..51dfb5cc2309cb 100644
--- a/srcpkgs/bluez/template
+++ b/srcpkgs/bluez/template
@@ -1,6 +1,6 @@
 # Template file for 'bluez'
 pkgname=bluez
-version=5.76
+version=5.78
 revision=1
 build_style=gnu-configure
 configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.bluez.org/"
 changelog="https://git.kernel.org/pub/scm/bluetooth/bluez.git/plain/ChangeLog"
 distfiles="${KERNEL_SITE}/bluetooth/bluez-${version}.tar.xz"
-checksum=55e2c645909ad82d833c42ce85ec20434e0ef0070941b1eab73facdd240bbd63
+checksum=830fed1915c5d375b8de0f5e6f45fcdea0dcc5ff5ffb3d31db6ed0f00d73c5e3
 conf_files="/etc/bluetooth/main.conf"
 system_groups="bluetooth"
 
@@ -44,6 +44,8 @@ post_install() {
 	vsv bluetoothd
 
 	vdoc ${FILESDIR}/README.voidlinux
+
+	rm ${DESTDIR}/etc/bluetooth/mesh-main.conf
 }
 
 libbluetooth_package() {

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] bluez: update to 5.78.
  2024-09-15  8:35 [PR PATCH] bluez: update to 5.78 dataCobra
                   ` (5 preceding siblings ...)
  2024-10-22 10:58 ` [PR PATCH] [Updated] " dataCobra
@ 2024-10-28  8:24 ` dataCobra
  2024-10-28  8:31 ` dataCobra
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-10-28  8:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 594 bytes --]

There is an updated pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages bluez
https://github.com/void-linux/void-packages/pull/52225

bluez: update to 5.78.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


A patch file from https://github.com/void-linux/void-packages/pull/52225.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bluez-52225.patch --]
[-- Type: text/x-diff, Size: 2393 bytes --]

From c8243c06112a8d93f5df79e8741a9619622a6e0f Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Tue, 24 Sep 2024 16:13:23 +0200
Subject: [PATCH] bluez: update to 7.78.

---
 srcpkgs/bluez/patches/disable-test-vcp.patch | 24 ++++++++++++++++++++
 srcpkgs/bluez/template                       |  6 +++--
 2 files changed, 28 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/bluez/patches/disable-test-vcp.patch

diff --git a/srcpkgs/bluez/patches/disable-test-vcp.patch b/srcpkgs/bluez/patches/disable-test-vcp.patch
new file mode 100644
index 00000000000000..ffbdbddea17ac5
--- /dev/null
+++ b/srcpkgs/bluez/patches/disable-test-vcp.patch
@@ -0,0 +1,24 @@
+From 1d5a2ec8eb96e9186aeb2826927057ddc7a9d0a6 Mon Sep 17 00:00:00 2001
+From: macmpi <16296055+macmpi@users.noreply.github.com>
+Date: Wed, 17 Jan 2024 09:34:28 +0100
+Subject: [PATCH] disable test_aics_unit_testcases
+
+fails on x86-64
+https://github.com/bluez/bluez/issues/726
+---
+ unit/test-vcp.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/unit/test-vcp.c b/unit/test-vcp.c
+index 6a61ea2c44..3886177758 100644
+--- a/unit/test-vcp.c
++++ b/unit/test-vcp.c
+@@ -2754,7 +2754,7 @@ int main(int argc, char *argv[])
+ 	tester_init(&argc, &argv);
+ 
+ 	test_vocs_unit_testcases();
+-	test_aics_unit_testcases();
++//	test_aics_unit_testcases(); test fails on x86-64
+ 
+ 	return tester_run();
+ }
diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template
index 2f701242ee680f..51dfb5cc2309cb 100644
--- a/srcpkgs/bluez/template
+++ b/srcpkgs/bluez/template
@@ -1,6 +1,6 @@
 # Template file for 'bluez'
 pkgname=bluez
-version=5.76
+version=5.78
 revision=1
 build_style=gnu-configure
 configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.bluez.org/"
 changelog="https://git.kernel.org/pub/scm/bluetooth/bluez.git/plain/ChangeLog"
 distfiles="${KERNEL_SITE}/bluetooth/bluez-${version}.tar.xz"
-checksum=55e2c645909ad82d833c42ce85ec20434e0ef0070941b1eab73facdd240bbd63
+checksum=830fed1915c5d375b8de0f5e6f45fcdea0dcc5ff5ffb3d31db6ed0f00d73c5e3
 conf_files="/etc/bluetooth/main.conf"
 system_groups="bluetooth"
 
@@ -44,6 +44,8 @@ post_install() {
 	vsv bluetoothd
 
 	vdoc ${FILESDIR}/README.voidlinux
+
+	rm ${DESTDIR}/etc/bluetooth/mesh-main.conf
 }
 
 libbluetooth_package() {

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: bluez: update to 5.78.
  2024-09-15  8:35 [PR PATCH] bluez: update to 5.78 dataCobra
                   ` (6 preceding siblings ...)
  2024-10-28  8:24 ` dataCobra
@ 2024-10-28  8:31 ` dataCobra
  2024-10-28  8:31 ` dataCobra
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-10-28  8:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/52225#issuecomment-2440864073

Comment:
Rebasing the current master branch fixed the issues with the `micp` test. :fanfare:

The PR is successful used by me with multiple devices.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: bluez: update to 5.78.
  2024-09-15  8:35 [PR PATCH] bluez: update to 5.78 dataCobra
                   ` (7 preceding siblings ...)
  2024-10-28  8:31 ` dataCobra
@ 2024-10-28  8:31 ` dataCobra
  2024-10-28  8:34 ` dataCobra
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-10-28  8:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 285 bytes --]

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/52225#issuecomment-2440864073

Comment:
Rebasing the current master branch fixed the issues with the `micp` test. :tada: 

The PR is successful used by me with multiple devices.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: bluez: update to 5.78.
  2024-09-15  8:35 [PR PATCH] bluez: update to 5.78 dataCobra
                   ` (8 preceding siblings ...)
  2024-10-28  8:31 ` dataCobra
@ 2024-10-28  8:34 ` dataCobra
  2024-10-30 16:22 ` [PR REVIEW] " leahneukirchen
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-10-28  8:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/52225#issuecomment-2440870875

Comment:
@ericonr, as maintainer of the package, would you please take a look and approve the update? :slightly_smiling_face: 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR REVIEW] bluez: update to 5.78.
  2024-09-15  8:35 [PR PATCH] bluez: update to 5.78 dataCobra
                   ` (9 preceding siblings ...)
  2024-10-28  8:34 ` dataCobra
@ 2024-10-30 16:22 ` leahneukirchen
  2024-10-30 16:25 ` dataCobra
  2024-10-30 16:44 ` [PR PATCH] [Merged]: " leahneukirchen
  12 siblings, 0 replies; 14+ messages in thread
From: leahneukirchen @ 2024-10-30 16:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

New review comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/52225#discussion_r1822983828

Comment:
Why is this removed?

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR REVIEW] bluez: update to 5.78.
  2024-09-15  8:35 [PR PATCH] bluez: update to 5.78 dataCobra
                   ` (10 preceding siblings ...)
  2024-10-30 16:22 ` [PR REVIEW] " leahneukirchen
@ 2024-10-30 16:25 ` dataCobra
  2024-10-30 16:44 ` [PR PATCH] [Merged]: " leahneukirchen
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2024-10-30 16:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 280 bytes --]

New review comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/52225#discussion_r1822988286

Comment:
This file is removed because it should only be in the bluez-mesh package and packaging is failing otherwise with a conflict error.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Merged]: bluez: update to 5.78.
  2024-09-15  8:35 [PR PATCH] bluez: update to 5.78 dataCobra
                   ` (11 preceding siblings ...)
  2024-10-30 16:25 ` dataCobra
@ 2024-10-30 16:44 ` leahneukirchen
  12 siblings, 0 replies; 14+ messages in thread
From: leahneukirchen @ 2024-10-30 16:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 436 bytes --]

There's a merged pull request on the void-packages repository

bluez: update to 5.78.
https://github.com/void-linux/void-packages/pull/52225

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-10-30 16:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-15  8:35 [PR PATCH] bluez: update to 5.78 dataCobra
2024-09-24 13:17 ` [PR PATCH] [Updated] " dataCobra
2024-09-24 14:11 ` dataCobra
2024-09-24 14:12 ` dataCobra
2024-09-24 14:13 ` [PR PATCH] [Updated] " dataCobra
2024-09-24 14:14 ` dataCobra
2024-10-22 10:58 ` [PR PATCH] [Updated] " dataCobra
2024-10-28  8:24 ` dataCobra
2024-10-28  8:31 ` dataCobra
2024-10-28  8:31 ` dataCobra
2024-10-28  8:34 ` dataCobra
2024-10-30 16:22 ` [PR REVIEW] " leahneukirchen
2024-10-30 16:25 ` dataCobra
2024-10-30 16:44 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).