1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
Commit Graph

36 Commits

Author SHA1 Message Date
Bruno Randolf
c1421f56f3 bluez: Update to version 5.51
Signed-off-by: Bruno Randolf <br1@einfach.org>
2019-10-16 08:49:23 +01:00
Jan Pavlinec
299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Sven Eckelmann
bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-09-10 07:45:15 +02:00
Daniel Engberg
81321b66ed
Merge pull request #8187 from JeremySTX/bluez-split
bluez: Move some Bluetooth utilties into their own package
2019-07-15 01:08:31 +02:00
Jeffery To
eab0cfadb3 bluez: Remove bluez-examples
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-05-28 20:20:25 +08:00
Eneas U de Queiroz
e9d68ca60e
bluez: install kmod-bluetooth only w/ USB_SUPPORT
kmod-bluetooth depends on USB_SUPPORT.  If the dependency is not
checked here, it will cause recursive dependency in python packages.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-17 12:07:44 -03:00
Jeremy Begg
aaf88c2f32 bluez: Move Bluetooth utilties with large footprint into a separate package
Move non-essential utilities which depend on glib2, ncurses and readline
to a separate package in order to reduce the footprint on devices with
limited storage.

Signed-off-by: Jeremy Begg <JBegg@suntrix.com.au>
2019-02-14 16:59:46 +10:30
Daniel Engberg
e39ae54762
bluez: Cosmetic fixes
Use $(INSTALL_BIN) instead of $(CP) when installing binaries

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-02-09 13:01:56 +01:00
Bruno Randolf
deb050b46c bluez: Add bdaddr tool
Let't add the bdaddr tool, it's handy to change the BT address.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2019-01-08 15:04:28 +00:00
Daniel Engberg
1db8e03b60 bluez: Update to 5.50
Update bluez to 5.50
Remove Nicolas Thill as maintainer since he hasn't replied to numerous of
reviews requests for several packages within months.
Drop obsolete configuration file
Add patch for LE devices

Source: https://git.archlinux.org/svntogit/packages.git/plain/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-07-22 15:46:13 +02:00
Daniel Engberg
f1fddab924 bluez: Disable printing subsystem rule
By default bluez allows the printing subsystem to communicate
via dbus. This refers to the group lp which isn't available
on OpenWrt and makes dbus fail to start.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-06-12 01:35:01 +02:00
Daniel Engberg
a9943200f5 bluez: Update to 5.49
Update bluez to 5.49
Fix issue https://github.com/openwrt/packages/issues/1497
Fix issue https://github.com/openwrt/packages/issues/1503
Cherry pick patches from Alpine Linux repo
Apply --gc-sections, saves about 500kbyte
Drop audio.conf (not needed and deprecated)
Remove bluetooth.dbus as upstream supplies a working copy

Based on patch provided by Johnny Vogels
https://github.com/openwrt/packages/pull/5937

Source:
https://git.alpinelinux.org/cgit/aports/commit/main/bluez/fix-endianness.patch?id=1c6991b32a22be2c905cc1709be1376c4e79e451
https://git.alpinelinux.org/cgit/aports/commit/main/bluez/bluez-5.40-obexd_without_systemd-1.patch?id=980b2d04ae4339594701b33cf9460757c989c94c

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-05-05 01:58:08 +02:00
Hirokazu MORIKAWA
67a7fea5bc bluez: bump to 5.47 fix CVE-2017-1000250
http://www.bluez.org/release-of-bluez-5-47/

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-09-22 15:51:37 +09:00
Etienne Champetier
4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Álvaro Fernández Rojas
83c479e797 bluez: update to v5.38
Fixes https://github.com/openwrt/packages/issues/2523
Closes https://github.com/openwrt/packages/pull/2545

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-28 14:55:20 +02:00
Álvaro Fernández Rojas
208f0e0a90 bluez: Add support for Raspberry Pi 3
- Adds bcm43xx-3wire variant.
- Resets UART speed after firmware download.
- Prints chip name when firmware isn't found for bcm43xx.
- Increases timeout for bcm43xx.
- Moves bcm43xx firmware to lib.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-06 16:22:56 +01:00
Álvaro Fernández Rojas
8d07e5b825 bluez: update to v5.37
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-06 16:13:37 +01:00
Hauke Mehrtens
8aa5a3ab2f bluez: update to version 5.33
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-08-03 22:40:07 +02:00
Steven Barth
efe138e4ba Merge pull request #1559 from hauke/bluez-btmgmt
bluez: add btmgmt tool
2015-08-03 13:42:50 +02:00
Hauke Mehrtens
ed2f47672d bluez: update to version 5.31
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-11 23:01:59 +02:00
Hauke Mehrtens
99d5c28e2c bluez: add btmgmt tool
The btmgmt tool is needed to activate BL LE support.
Currently it is not installed.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-11 23:01:37 +02:00
Bruno Randolf
3841f9d686 bluez: Add bluez-daemon package
Move bluetoothd and related programs and files from bluez-utils into
bluez-daemon package. The main motivation for this is to remove the dependency
to DBus from bluez-utils. The utilities like "hcitool" are useful without it.

Also add kmod-bluetooth dependency to bluez-utils, as the utils don't make much
sense without bluetooth support in the kernel.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2015-06-09 14:52:34 +01:00
Steven Barth
f0d8226753 Merge pull request #1135 from kevinmehall/parallel
Allow glib2, dbus, and bluez to build in parallel
2015-04-27 11:40:56 +02:00
Kevin Mehall
14bfb3a5f8 Allow glib2, dbus, and bluez to build in parallel
Signed-off-by: Kevin Mehall <km@kevinmehall.net>
2015-04-10 14:55:21 -07:00
Kevin Mehall
9820b0f996 bluez: Install gatttool for Bluetooth Low Energy
gatttool is not included in `make install`. The Debian package
similarly copies it out of the build directory.

Signed-off-by: Kevin Mehall <km@kevinmehall.net>
2015-04-10 14:53:11 -07:00
Nicolas Thill
60ab94da35 bluez: update to 5.30
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-06 13:17:44 +02:00
Nicolas Thill
bc52054224 bluez: cosmetic fixes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-03 07:56:39 +02:00
Dirk Neukirchen
bcc6516a9b bluez: refresh for bluez5
bluez is craply documented

contains changes needed for bluetooth audio playback
bluetooth playback tested successfully with
android mobile (source) to TI omap BeagleBoard (A2DP sink)

- install .conf files according to source code
- package bluetoothd
- new package examples for python commandline tools that might provide
  functionality without dbus
- other changes are needed (pulseaudio,sbc,uinput)

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-04-02 09:58:22 +02:00
Dirk Neukirchen
734a851876 bluez: remove legacy stuff from /etc/config/bluetooth
pand/dund removed upstream:
commit: Move hidd pand and dund into compat directory
commit: (2012-07-04) remove compat daemons

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-04-02 09:57:26 +02:00
Dirk Neukirchen
334b441011 bluez: fix bluez5 init with procd
- remove deprecated daemons
- bluetoothd is managed via /etc/bluetooth/*.conf files and dbus

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-04-02 09:48:24 +02:00
Nicolas Thill
d63fe412a0 bluez: remove old conffiles entries
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-01 06:41:02 +02:00
Nicolas Thill
5d6501b365 bluez: update to 5.29
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-01 06:39:51 +02:00
Nicolas Thill
85044affde bluez: update to 5.28
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-07 10:36:02 +01:00
Nicolas Thill
e7cc6d850e bluez: adjust license infos
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 18:29:12 +01:00
Nicolas Thill
4e216b8b28 bluez: enable static lib, install dev files
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-09 21:50:43 +01:00
Nicolas Thill
26725ee8a9 bluez: add new package
This merges & obsoletes bluez-libs & bluez-utils from old packages feed.

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-09 21:04:35 +01:00