openwrt-packages/lang
Alexandru Ardelean a1d32499ca python3: enable bluetooth support by default
Bluetooth support requires bluez-libs present, but they are only required
for the build, and don't seem to be needed to be present on the target.

There isn't any linking required to libbluetooth. It's only the bluetooth.h
header that is required for building BT support into Python.

For testing, this snippet was used from `Lib/test/test_socket.py` (inside
cpython):
```
def _have_socket_bluetooth():
    """Check whether AF_BLUETOOTH sockets are supported on this host."""
    try:
        # RFCOMM is supported by all platforms with bluetooth support. Windows
        # does not support omitting the protocol.
        s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_STREAM, socket.BTPROTO_RFCOMM)
    except (AttributeError, OSError):
        return False
    else:
        s.close()
    return True
```

Fixes: https://github.com/openwrt/packages/issues/16544

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-09-27 11:01:07 -07:00
..
chicken-scheme chicken-scheme: fix compilation with glibc 2020-08-26 16:11:27 -07:00
dkjson
erlang erlang: disable PIE 2021-07-11 02:03:44 -07:00
golang golang: Remove deprecated variables in golang-package.mk 2021-09-13 05:29:47 +08:00
json4lua
ldbus ldbus: Update to latest revision 2019-08-19 12:16:37 -07:00
linotify lang: linotify: add lua bindings for inotify 2020-09-14 16:48:19 +00:00
lpeg lpeg: update to 1.0.2 2019-11-01 14:55:02 +08:00
lua-argparse lua-argparse: delete whitespace in makefile 2020-08-29 11:47:57 +07:00
lua-bencode
lua-bit32 lua-bit32: new package 2019-08-15 13:23:41 +02:00
lua-cjson treewide: back to cmake.mk 2021-06-12 21:05:01 -07:00
lua-copas
lua-coxpcall treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
lua-curl-v3 Lua-cURLv3: add package 2021-07-16 19:03:02 +02:00
lua-ev treewide: back to cmake.mk 2021-06-12 21:05:01 -07:00
lua-libmodbus lang/lua-libmodbus: bump to 0.7 release 2021-03-15 16:03:22 +00:00
lua-lsqlite3
lua-lzlib
lua-md5 treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
lua-mobdebug
lua-mosquitto lua-mosquitto: Update to 0.4.1 2020-08-19 15:47:07 +00:00
lua-openssl treewide: back to cmake.mk 2021-06-12 21:05:01 -07:00
lua-penlight lua: penlight: bump to 1.11.0 2021-08-25 10:11:27 +00:00
lua-rings treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
lua-rs232 lua-rs232: don't rely on detected luadir 2021-08-11 17:47:30 -03:00
lua-sha2
lua-wsapi
lua-xavante
luabitop
luaexpat treewide: add PKG_CPE_ID for better cvescanner coverage 2019-09-17 12:40:26 +02:00
luafilesystem luafilesystem: clean up Makefile 2020-11-22 18:53:37 -06:00
luajit luajit: for powerpc, add FPU dependency 2021-05-31 16:26:26 -07:00
lualanes treewide: back to cmake.mk 2021-06-12 21:05:01 -07:00
luaossl luaossl: add luaossl(rel-20200709) to feeds 2021-06-10 15:40:59 +08:00
luaposix luaposix: update to 35.1 2021-09-18 14:49:15 -07:00
luarocks treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
luasec treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
luasoap
luasocket treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
luasql treewide: Use default PKG_BUILD_DIR when possible 2019-10-13 02:01:34 +08:00
luasrcdiet luasrcdiet: add package (moved from luci-base package) 2019-11-23 16:37:34 +01:00
luv treewide: back to cmake.mk 2021-06-12 21:05:01 -07:00
lyaml lyaml: new package to add libyaml binding for Lua 2021-01-18 04:37:58 +00:00
lzmq treewide: back to cmake.mk 2021-06-12 21:05:01 -07:00
node node: bump to 14.17.4 2021-07-31 11:28:02 +09:00
node-arduino-firmata node-arduino-firmata: support serialport 7.x 2019-04-05 13:47:33 +09:00
node-cylon node-cylon: Takeover of maintainer and Major Makefile Update 2019-04-05 13:57:00 +09:00
node-hid node-hid: update to 2.1.1 2020-12-28 13:30:49 +09:00
node-homebridge node-homebridge: update to 1.2.4 2020-12-28 13:32:09 +09:00
node-javascript-obfuscator javascript-obfuscator: bump to 2.19.0 and switch to autorelease 2021-09-25 11:11:43 -07:00
node-serialport node-serialport: update to 9.0.4 2020-12-28 13:33:28 +09:00
node-serialport-bindings node-serialport-bindings: update to 9.0.4 2020-12-28 13:34:34 +09:00
node-yarn node-yarn: add new package - for building adguardhome 2021-02-17 10:47:06 +09:00
perl perlbase-data: Add dependency on perlbase-scalar 2021-08-31 15:37:32 +02:00
perl-ack perl-ack: add new package 2021-05-28 22:54:51 +08:00
perl-authen-sasl treewide: Change .*GPL.*+ licenses to SPDX compatible identifier 2019-09-10 07:45:15 +02:00
perl-authen-sasl-xs treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
perl-cgi perl-cgi: update to 4.48 2020-06-07 19:41:15 -06:00
perl-compress-bzip2 perl-compress-bzip: Update to 2.26 2019-10-05 12:22:01 -07:00
perl-dbi perl-dbi: update to 1.643 2020-03-19 15:38:23 -07:00
perl-device-serialport treewide: Change .*GPL.*+ licenses to SPDX compatible identifier 2019-09-10 07:45:15 +02:00
perl-device-usb treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
perl-encode-locale treewide: Change .*GPL.*+ licenses to SPDX compatible identifier 2019-09-10 07:45:15 +02:00
perl-file-listing treewide: Change .*GPL.*+ licenses to SPDX compatible identifier 2019-09-10 07:45:15 +02:00
perl-file-next perl-file-next: add new package 2021-05-28 22:38:29 +08:00
perl-file-rsyncp treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
perl-file-sharedir-install perl-file-sharedir-install: Update to 0.13 2019-10-05 12:22:02 -07:00
perl-html-form perl-html-form: update to 6.07 2020-03-19 15:39:48 -07:00
perl-html-parser perl-html-parser: update to 3.75 2021-01-18 20:53:33 -08:00
perl-html-tagset treewide: Change .*GPL.*+ licenses to SPDX compatible identifier 2019-09-10 07:45:15 +02:00
perl-html-tree treewide: Change .*GPL.*+ licenses to SPDX compatible identifier 2019-09-10 07:45:15 +02:00
perl-http-cookies perl-http-cookies: update to 6.08 2020-03-19 15:40:54 -07:00
perl-http-daemon perl-http-daemon: Update to 6.06 2019-10-05 12:22:03 -07:00
perl-http-date perl-http-date: update to 6.05 2020-03-19 16:03:58 -07:00
perl-http-message perl-http-message: update to 6.22 2020-03-19 15:42:08 -07:00
perl-http-negotiate treewide: Change .*GPL.*+ licenses to SPDX compatible identifier 2019-09-10 07:45:15 +02:00
perl-http-server-simple perl-http-server-simple: Update to 0.52 2019-10-05 12:22:03 -07:00
perl-inline perl-inline: update to 0.86 2020-03-19 16:03:59 -07:00
perl-inline-c perl-inline-c: Update to 0.81 2019-07-20 19:09:49 -07:00
perl-io-html treewide: Change .*GPL.*+ licenses to SPDX compatible identifier 2019-09-10 07:45:15 +02:00
perl-lockfile-simple treewide: Change .*GPL.*+ licenses to SPDX compatible identifier 2019-09-10 07:45:15 +02:00
perl-lwp-mediatypes perl-lwp-mediatypes: Update to 6.04 2019-10-05 12:22:04 -07:00
perl-mail-spamassassin perl-mail-spamassassin: update to version 3.4.6 2021-04-29 00:59:15 +01:00
perl-net-cidr-lite perl: add Net::CIDR::Lite for iptables-mod-geoip 2020-04-21 23:51:03 -06:00
perl-net-dns perl-net-dns: update to version 1.32 2021-08-01 04:14:35 +01:00
perl-net-http perl-net-http: Update to 6.19 2019-10-05 12:22:04 -07:00
perl-net-telnet treewide: Change .*GPL.*+ licenses to SPDX compatible identifier 2019-09-10 07:45:15 +02:00
perl-netaddr-ip perl: add NetAddr::IP package 2021-01-03 00:17:50 +00:00
perl-parse-recdescent treewide: Change .*GPL.*+ licenses to SPDX compatible identifier 2019-09-10 07:45:15 +02:00
perl-parse-yapp perl-parse-yapp: fix compilation under the CI 2020-09-18 21:57:28 -07:00
perl-sub-uplevel perl-sub-uplevel: Update to 0.2800 2019-10-05 12:22:04 -07:00
perl-test-harness perl-test-harness: Update to 3.42 2019-10-05 12:22:04 -07:00
perl-test-warn perl-test-warn: Update to 0.36 2019-10-05 12:22:05 -07:00
perl-text-csv_xs perl-text-csv_xs: update to 1.41 2020-03-19 15:43:31 -07:00
perl-try-tiny perl-try-tiny: use relative include of perlmod.mk 2021-02-15 21:36:28 -05:00
perl-uri perl-uti: Update to 1.76 2019-10-05 12:22:05 -07:00
perl-www perl-www: add dependency on perl-try-tiny 2021-01-03 19:13:26 -05:00
perl-www-curl treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
perl-www-mechanize perl-www-mechanize: update to 1.96 2020-03-19 15:44:48 -07:00
perl-www-robotrules treewide: Change .*GPL.*+ licenses to SPDX compatible identifier 2019-09-10 07:45:15 +02:00
perl-xml-parser perl-xml-parser: Update to 2.46 2019-11-18 16:20:54 -08:00
php7 php7: fix module loading with glibc (refs #16642) 2021-09-26 21:57:44 +02:00
php7-pecl-dio php7: rename PECLPackage to PHP7PECLPackage to prepare PHP8 transition 2021-02-01 07:49:01 +01:00
php7-pecl-http php7: rename PECLPackage to PHP7PECLPackage to prepare PHP8 transition 2021-02-01 07:49:01 +01:00
php7-pecl-imagick php7-pecl-imagick: configure --with-imagick=... 2021-02-28 22:30:11 -03:00
php7-pecl-krb5 php7: rename PECLPackage to PHP7PECLPackage to prepare PHP8 transition 2021-02-01 07:49:01 +01:00
php7-pecl-libevent treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
php7-pecl-mcrypt php7: rename PECLPackage to PHP7PECLPackage to prepare PHP8 transition 2021-02-01 07:49:01 +01:00
php7-pecl-propro php7: rename PECLPackage to PHP7PECLPackage to prepare PHP8 transition 2021-02-01 07:49:01 +01:00
php7-pecl-raphf php7: rename PECLPackage to PHP7PECLPackage to prepare PHP8 transition 2021-02-01 07:49:01 +01:00
php7-pecl-redis php7: rename PECLPackage to PHP7PECLPackage to prepare PHP8 transition 2021-02-01 07:49:01 +01:00
php8 php8: fix module loading with glibc (refs #16642) 2021-09-26 22:05:15 +02:00
python python3: enable bluetooth support by default 2021-09-27 11:01:07 -07:00
ruby ruby: update to 3.0.2 2021-07-15 14:44:15 -03:00
tcl tcl: update to 8.6.11 2021-06-01 23:08:47 -07:00
uuid
vala vala: update to 0.52.3 2021-06-01 23:13:23 -07:00