mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
bluez: update to 5.68.
This commit is contained in:
parent
b8e473edd4
commit
0e745c7aad
2 changed files with 2 additions and 17 deletions
|
@ -1,15 +0,0 @@
|
||||||
# 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;
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=5.66
|
version=5.68
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
|
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"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="http://www.bluez.org/"
|
homepage="http://www.bluez.org/"
|
||||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
||||||
checksum=39fea64b590c9492984a0c27a89fc203e1cdc74866086efb8f4698677ab2b574
|
checksum=fc505e6445cb579a55cacee6821fe70d633921522043d322b696de0a175ff933
|
||||||
conf_files="/etc/bluetooth/main.conf"
|
conf_files="/etc/bluetooth/main.conf"
|
||||||
system_groups="bluetooth"
|
system_groups="bluetooth"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue