Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] bluez: update to 5.66
Date: Tue, 07 Mar 2023 20:40:43 +0100	[thread overview]
Message-ID: <20230307194043.MLdyilHLq_4xfIoBEf7foukzA4R8lORlPIEPWI6AwGY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42651@inbox.vuxu.org>

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

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

https://github.com/cinerea0/void-packages bluez
https://github.com/void-linux/void-packages/pull/42651

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

---

Testing on kernel 6.1.15_1.

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

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

From 5538612bd1f77fe83ee802edc812e9ec91d91a3c Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 7 Mar 2023 14:40:28 -0500
Subject: [PATCH] bluez: update to 5.66

---
 srcpkgs/bluez/patches/max-input.patch | 15 +++++++++++++++
 srcpkgs/bluez/template                |  4 ++--
 2 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/bluez/patches/max-input.patch

diff --git a/srcpkgs/bluez/patches/max-input.patch b/srcpkgs/bluez/patches/max-input.patch
new file mode 100644
index 000000000000..f11c1684d82f
--- /dev/null
+++ b/srcpkgs/bluez/patches/max-input.patch
@@ -0,0 +1,15 @@
+# Required for musl, taken from alpine: https://git.alpinelinux.org/aports/tree/main/bluez/max-input.patch
+diff --git a/src/shared/util.c b/src/shared/util.c
+index 0a0308c..a2b8c23 100644
+--- a/src/shared/util.c
++++ b/src/shared/util.c
+@@ -65,7 +65,7 @@ void *util_memdup(const void *src, size_t size)
+ void util_debug_va(util_debug_func_t function, void *user_data,
+ 				const char *format, va_list va)
+ {
+-	char str[MAX_INPUT];
++	char str[_POSIX_MAX_INPUT];
+ 
+ 	if (!function || !format)
+ 		return;
+
diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template
index fa05de5091fa..d66ca51557f4 100644
--- a/srcpkgs/bluez/template
+++ b/srcpkgs/bluez/template
@@ -1,6 +1,6 @@
 # Template file for 'bluez'
 pkgname=bluez
-version=5.65
+version=5.66
 revision=1
 build_style=gnu-configure
 configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
@@ -15,7 +15,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.bluez.org/"
 distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
-checksum=2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4
+checksum=39fea64b590c9492984a0c27a89fc203e1cdc74866086efb8f4698677ab2b574
 conf_files="/etc/bluetooth/main.conf"
 system_groups="bluetooth"
 

  reply	other threads:[~2023-03-07 19:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07 19:25 [PR PATCH] " cinerea0
2023-03-07 19:40 ` cinerea0 [this message]
2023-03-08 18:08 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230307194043.MLdyilHLq_4xfIoBEf7foukzA4R8lORlPIEPWI6AwGY@z \
    --to=cinerea0@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).