aboutsummaryrefslogtreecommitdiff
path: root/utils/bluez
Commit message (Collapse)AuthorAge
* bluez: update to 5.72krant2024-02-22
| | | | | | | | - Use HTTPS for URL - Don't set default configure option - Refresh the patches Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=gc-sectionsAndre Heider2023-04-08
| | | | | | | | | | | | See commit da370098 "treewide: add support for "gc-sections" in PKG_BUILD_FLAGS" on the main repository. Note: This only touches packages which use all three parts (-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by this build flag. Some packages only use a subset, and these are left unchanged for now. Signed-off-by: Andre Heider <a.heider@gmail.com>
* bluez: update to version 5.66Daniel Golle2023-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ver 5.66: Fix issue with A2DP and transport connection collisions. Fix issue with allowing application specific error codes. Fix issue with not setting initiator flag correctly. Fix issue with HoG Report MAP size handling. Add initial support for Basic Audio Profile. Add initial support for Volume Control Profile. ver 5.65: Fix issue with A2DP cache invalidation handling. Fix issue with A2DP and not initialized SEP codec. Fix issue with A2DP and multiple SetConfiguration to same SEP Fix issue with AVRCP and not properly initialized volume. Fix issue with SDP records when operating in LE only mode. Fix issue with HoG and not reading report map of instances. Fix issue with GATT server crashing while disconnecting. Fix issue with not removing connected devices. Fix issue with enabling wake support without RPA Resolution. Fix issue with pairing failed due to the error of Already Paired. Add support for CONFIGURATION_DIRECTORY environment variable. Add support for STATE_DIRECTORY environment variable. Add support for "Bonded" property with Device API. Add experimental support for ISO socket. Package btmon in new package 'bluez-utils-btmon' to prevent adding glib2 it now requires as a dependency for all of bluez-utils. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* bluez: Update to 5.64, update/refresh patchesJeffery To2022-05-19
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* bluez: fix compilation with glibcRosen Penev2022-01-08
| | | | | | sync() is implemented now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bluez: update to 5.62Rosen Penev2021-12-17
| | | | | | Refresh patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bluez: update to 5.60Rosen Penev2021-07-21
| | | | | | | | Switch to AUTORELEASE for simplicity. Refresh patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Bluez: Update to 5.56Johnny Vogels2021-03-03
| | | | Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
* Bluez: Update to 5.55Johnny Vogels2021-03-02
| | | | Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* bluez: Update to version 5.54Bruno Randolf2020-04-17
| | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* bluez: Update to version 5.51Bruno Randolf2019-10-16
| | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | 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>
* Merge pull request #8187 from JeremySTX/bluez-splitDaniel Engberg2019-07-15
|\ | | | | bluez: Move some Bluetooth utilties into their own package
| * bluez: Move Bluetooth utilties with large footprint into a separate packageJeremy Begg2019-02-14
| | | | | | | | | | | | | | | | 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>
* | bluez: Remove bluez-examplesJeffery To2019-05-28
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | bluez: install kmod-bluetooth only w/ USB_SUPPORTEneas U de Queiroz2019-05-17
|/ | | | | | | 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>
* bluez: Cosmetic fixesDaniel Engberg2019-02-09
| | | | | Use $(INSTALL_BIN) instead of $(CP) when installing binaries Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* bluez: Add bdaddr toolBruno Randolf2019-01-08
| | | | | | Let't add the bdaddr tool, it's handy to change the BT address. Signed-off-by: Bruno Randolf <br1@einfach.org>
* bluez: Update to 5.50Daniel Engberg2018-07-22
| | | | | | | | | | | | 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>
* bluez: Disable printing subsystem ruleDaniel Engberg2018-06-12
| | | | | | | | 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>
* bluez: Update to 5.49Daniel Engberg2018-05-05
| | | | | | | | | | | | | | | | | | | 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>
* bluez: bump to 5.47 fix CVE-2017-1000250Hirokazu MORIKAWA2017-09-22
| | | | | | http://www.bluez.org/release-of-bluez-5-47/ Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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>
* bluez: update to v5.38Álvaro Fernández Rojas2016-03-28
| | | | | | | 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>
* bluez: Add support for Raspberry Pi 3Álvaro Fernández Rojas2016-03-06
| | | | | | | | | | - 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>
* bluez: update to v5.37Álvaro Fernández Rojas2016-03-06
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bluez: update to version 5.33Hauke Mehrtens2015-08-03
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* Merge pull request #1559 from hauke/bluez-btmgmtSteven Barth2015-08-03
|\ | | | | bluez: add btmgmt tool
| * bluez: add btmgmt toolHauke Mehrtens2015-07-11
| | | | | | | | | | | | | | The btmgmt tool is needed to activate BL LE support. Currently it is not installed. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | bluez: update to version 5.31Hauke Mehrtens2015-07-11
|/ | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* bluez: Add bluez-daemon packageBruno Randolf2015-06-09
| | | | | | | | | | | 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>
* Merge pull request #1135 from kevinmehall/parallelSteven Barth2015-04-27
|\ | | | | Allow glib2, dbus, and bluez to build in parallel
| * Allow glib2, dbus, and bluez to build in parallelKevin Mehall2015-04-10
| | | | | | | | Signed-off-by: Kevin Mehall <km@kevinmehall.net>
* | bluez: Install gatttool for Bluetooth Low EnergyKevin Mehall2015-04-10
|/ | | | | | | 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>
* bluez: update to 5.30Nicolas Thill2015-04-06
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* bluez: cosmetic fixesNicolas Thill2015-04-03
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* bluez: refresh for bluez5Dirk Neukirchen2015-04-02
| | | | | | | | | | | | | | | | 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>
* bluez: remove legacy stuff from /etc/config/bluetoothDirk Neukirchen2015-04-02
| | | | | | | | 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>
* bluez: fix bluez5 init with procdDirk Neukirchen2015-04-02
| | | | | | | - remove deprecated daemons - bluetoothd is managed via /etc/bluetooth/*.conf files and dbus Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* bluez: remove old conffiles entriesNicolas Thill2015-04-01
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* bluez: update to 5.29Nicolas Thill2015-04-01
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* bluez: update to 5.28Nicolas Thill2015-02-07
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* bluez: adjust license infosNicolas Thill2015-01-10
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* bluez: enable static lib, install dev filesNicolas Thill2015-01-09
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* bluez: add new packageNicolas Thill2015-01-09
This merges & obsoletes bluez-libs & bluez-utils from old packages feed. Signed-off-by: Nicolas Thill <nico@openwrt.org>