aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
AgeCommit message (Collapse)Author
2020-12-15zabbix: CVE-2020-15803 Security AdvisoryWang Mingyu
References https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15803 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-08libwebsockets: upgrade to 4.1.6Alexander Vickberg
Event lib support is now built into dynamically loaded plugins so package them separately and include them in RDEPENDS if enabled. Building minimal-examples with generated SDK failed due to cmake configuration had static enabled but not included into SDK. Solve this by adding static as PACKAGECONFIG option and adding ${PN}-staticdev to RDEPENDS_${PN}-dev if enabled. Remove CFLAGS_append with -Wno-error added for fixing building with Os. This looks like it's fixed in upstream. Signed-off-by: Alexander Vickberg <wickbergster@gmail.com>
2020-12-08ser2net: 4.2.0 -> 4.3.0Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
2020-12-07gensio: 2.1.4 -> 2.2.0Wang Mingyu
0001-Modify-parameter-of-function-sctp_gensio_alloc.patch added to resolve compile error. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-25paho-mqtt-c: upgrade 1.3.6 -> 1.3.7Adrian Freihofer
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23krb5: upgrade 1.17.1 -> 1.17.2Yi Zhao
License-Update: Update copyright year to 2020. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23modemmanager: upgrade 1.14.6 -> 1.14.8zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23thingsboard-gateway: Move under dynamic layersKhem Raj
Depends on meta-python therefore move it here so it does not impact non meta-python users Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2020-11-17thingsboard-gateway: Add recipe for v2.5.2hasan.men
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15librtorrent: Disable instrumentation on rv32Khem Raj
instrumentation code uses atomic ops on 64bit variables, which leads to build failures on 32bit targets using libtorrent because of missing builtins on riscv32/gcc /usr/lib/libtorrent.so: undefined reference to `__sync_add_and_fetch_8' /usr/lib/libtorrent.so: undefined reference to `__sync_fetch_and_and_8' The developer added a "--disable-instrumentation" switch which skips the build of the offending codepaths in libtorrent. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-02modemmanager: upgrade 1.14.2 -> 1.14.6Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-23libqmi: upgrade 1.26.4 -> 1.26.6zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-23libmtp: upgrade 1.1.17 -> 1.1.18zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-19transmission: Upgrade 2.94 -> 3.00Leon Anavi
Upgrade to release 3.00: - Allow the RPC server to listen on an IPv6 address - Change TR_CURL_SSL_VERIFY to TR_CURL_SSL_NO_VERIFY and enable verification by default - Go back to using hash as base name for resume and torrent files (those stored in configuration directory) - Handle "fields" argument in "session-get" RPC request; if "fields" array is present in arguments, only return session fields specified; otherwise return all the fields as before - Limit the number of incorrect authentication attempts in embedded web server to 100 to prevent brute-force attacks - Set idle seed limit range to 1..40320 (4 weeks tops) in all clients - Add Peer ID for Xfplay, PicoTorrent, Free Download Manager, Folx, Baidu Netdisk torrent clients - Announce INT64_MAX as size left if the value is unknown (helps with e.g. Amazon S3 trackers) - Add TCP_FASTOPEN support (should result in slight speedup) - Improve ToS handling on IPv6 connections - Abort handshake if establishing DH shared secret fails (leads to crash) - Don't switch trackers while announcing (leads to crash) - Improve completion scripts execution and error handling; add support for .cmd and .bat files on Windows - Maintain a "session ID" file (in temporary directory) to better detect whether session is local or remote; return the ID as part of "session-get" response - Change torrent location even if no data move is needed - Support CIDR-notated blocklists - Update the resume file before running scripts - Make multiscrape limits adaptive - Add labels support to libtransmission and transmission-remote - Parse session-id header case-insensitively - Sanitize suspicious path components instead of rejecting them - Load CA certs from system store on Windows / OpenSSL - Add support for mbedtls (formely polarssl) and wolfssl (formely cyassl), LibreSSL - Fix building against OpenSSL 1.1.0+ - Fix quota support for uClibc-ng 1.0.18+ and DragonFly BSD - Fix a number of memory leaks (magnet loading, session shutdown, bencoded data parsing) - Bump miniupnpc version to 2.0.20170509 - CMake-related improvements (Ninja generator, libappindicator, systemd, Solaris and macOS) - Switch to submodules to manage (most of) third-party dependencies - Fail installation on Windows if UCRT is not installed License-Update: Bump copyright to 2020 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-14paho-mqtt-c: upgrade 1.3.5 -> 1.3.6Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-14linuxptp: upgrade 3.0 -> 3.1Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-14libmbim: upgrade 1.24.2 -> 1.24.4Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-03cppzmq: upgrade 4.6.0 -> 4.7.0Pierre-Jean Texier
See full changelog: https://github.com/zeromq/cppzmq/releases/tag/v4.7.0 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-22ace : improve reproducibilityLee Chee Yang
improve ace and ace-dbg package reproducibility. some diffoscope output from deb package : │ │ │ │ - 0x0000c860 75696c64 2d636c61 6e672f74 6d702f77 uild-clang/tmp/w │ │ │ │ - 0x0000c870 6f726b2f 736b796c 616b652d 36342d70 ork/skylake-64-p │ │ │ │ - 0x0000c880 6f6b792d 6c696e75 782f6163 652f362e oky-linux/ace/6. │ │ │ │ - 0x0000c890 352e3130 2d72302f 4143455f 77726170 5.10-r0/ACE_wrap │ │ │ │ - 0x0000c8a0 70657273 2f616365 2f4d6f6e 69746f72 pers/ace/Monitor │ │ │ │ - 0x0000c8b0 5f436f6e 74726f6c 2f4e756d 5f546872 _Control/Num_Thr │ │ │ │ - 0x0000c8c0 65616473 5f4d6f6e 69746f72 2e637070 eads_Monitor.cpp │ │ │ │ - 0x0000c8d0 00000000 00000000 4e756d20 74687265 ........Num thre │ │ │ │ + 0x0000c860 75696c64 2d636c61 6e672d32 2f746d70 uild-clang-2/tmp │ │ │ │ + 0x0000c870 2f776f72 6b2f736b 796c616b 652d3634 /work/skylake-64 │ │ │ │ + 0x0000c880 2d706f6b 792d6c69 6e75782f 6163652f -poky-linux/ace/ │ │ │ │ + 0x0000c890 362e352e 31302d72 302f4143 455f7772 6.5.10-r0/ACE_wr │ │ │ │ + 0x0000c8a0 61707065 72732f61 63652f4d 6f6e6974 appers/ace/Monit │ │ │ │ + 0x0000c8b0 6f725f43 6f6e7472 6f6c2f4e 756d5f54 or_Control/Num_T │ │ │ │ + 0x0000c8c0 68726561 64735f4d 6f6e6974 6f722e63 hreads_Monitor.c │ │ │ │ + 0x0000c8d0 70700000 00000000 4e756d20 74687265 pp......Num thre Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-10zeromq: upgrade 4.3.2 -> 4.3.3Zang Ruochen
Refresh the following patch: 0001-CMakeLists-txt-Avoid-host-specific-path-to-libsodium.patch Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-10modemmanager: Update 1.12.12 -> 1.14.2Fabio Berton
Remove --enable-more-warnings from toolchain-clang. This option was removed in ModemManager commit [1]. [1] https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=1c078531a017358241a35475fb24f2bd65d501db Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-10libqmi: Update 1.26.0 -> 1.26.4Fabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-08iwd: Upgrade to 1.9Khem Raj
Need this upgrade to work with ell >= 0.33 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31paho-mqtt-c: upgrade 1.3.4 -> 1.3.5Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-30wvdial: Update SRC_URI to an accessible locationKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-30wvstreams: Update SRC_URI to a fetchable locationKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-23Revert "iwd: Module load dir should be relative to root_dir"Khem Raj
This reverts commit 02a339069f8d2f87c266b51a5f5363b6cef4b1cd. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-20linuxptp: Fix cross buildKhem Raj
Adjust incdefs.sh to use cross tools to poke for system functionality Re-enable using incdefs.sh export KBUILD_OUTPUT to point to recipe sysroot Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13ifplugd: Fix build with gcc10/-fno-commonKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13wifi-test-suite: Update to latest tipKhem Raj
Fix build with gcc10/-fno-common Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13smstools3: Fix build with -fno-commonKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-11gensio: Upgrade to 2.1.4Khem Raj
Drop backported patch which is present in 2.1.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-08iwd: Module load dir should be relative to root_dirKhem Raj
This is autodetected by configure from systemd.pc and it depends on value of root_dir ( usrmerge ) and not /usr being hardcoded eg. in nonarch_libdir this has been fixed in systemd [1] Fixes ERROR: iwd-1.8-r0 do_package: QA Issue: iwd: Files/directories were installed but not shipped in any package: /lib/modules-load.d /lib/modules-load.d/pkcs8.conf [1] https://github.com/systemd/systemd/commit/4a56315a990b802860170ecd1bbd3eb68e14a38b Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-04libqmi: Delete --enable-more-warnings configure optionKhem Raj
Fixes QA Issue: libqmi: configure was passed unrecognised options: --enable-more-warnings [unknown-configure-option] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-31paho-mqtt-c: upgrade 1.3.2 -> 1.3.4Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-31linuxptp: upgrade 2.0 -> 3.0Zang Ruochen
time_t_maybe_long_long.patch Removed since this is included in 3.0. Refresh the following patch: build-Allow-CC-and-prefix-to-be-overriden.patch Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28usbmuxd: update to 1.1.1Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28libimobiledevice: update to 1.3.0Oleksandr Kravchuk
Patch was removed as the issue it was fixing was solved in this version of the library. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28libwebsockets: update to 4.0.20Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28libmbim: update to 1.24.2Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28libqmi: update to 1.26.0Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28iwd: update to 1.8Oleksandr Kravchuk
Changelog: - Fix issue with handling FT AKMs when not supported. - Fix issue with handling FILS and RSNE in authenticate. - Fix issue with handling auto-connection and quick scan. - Fix issue with sending multiple scan requests. - Add support for P2P feature and API. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28ser2net: upgrade 4.1.8 -> 4.2.0Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-21ace: Upgrade to 6.5.10Khem Raj
License-Update: URI updates [1] [2] Fix build with glibc 2.32 while here [1] https://github.com/DOCGroup/ACE_TAO/commit/5564c9667dc17bc7826e54efe7dae79334218a03#diff-134809fa00f40b726d607f36dffcc5cc [2] https://github.com/DOCGroup/ACE_TAO/commit/289a4a8e0006f7a20e8de568334f74ba74f7a4bf#diff-134809fa00f40b726d607f36dffcc5cc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-06gattlib: remove includedir from base packageKonrad Weihmann
as it's already packaged to ${PN}-dev, so the setting was without any effect anyway Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-02paho-mqtt-c: Fix build error when enable multilib.Zheng Ruoqin
The error is as the following: ERROR: paho-mqtt-c-1.3.2-r0 do_package: QA Issue: paho-mqtt-c: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/cmake /usr/lib/cmake/eclipse-paho-mqtt-c /usr/lib/cmake/eclipse-paho-mqtt-c/eclipse-paho-mqtt-cConfig.cmake /usr/lib/cmake/eclipse-paho-mqtt-c/eclipse-paho-mqtt-cConfigVersion.cmake /usr/lib/cmake/eclipse-paho-mqtt-c/eclipse-paho-mqtt-cConfig-noconfig.cmake Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-29modemmanager: upgrade 1.12.10 -> 1.12.12Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-23libuv: pkg now in core, removeArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-19linuxptp: Fix segmentation fault on 32 bit platforms with 64 bit time_tChristian Eggers
Back ported upstream patch: https://github.com/richardcochran/linuxptp/commit/7de73fefc378cc42b9ed1115b3afa409d0250a48 Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-14ace: fix installation paths when usrmerge is usedMartin Jansa
* INSTALL_LIB is used after INSTALL_PREFIX and in usrmerge case the /usr prefix is duplicated twice, because export exec_prefix="/usr" export base_libdir="/usr/lib" use baselib which is without the exec_prefix/base_prefix from root_prefis: # "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '${exec_prefix}', '${base_prefix}', d)}" root_prefix="/usr" baselib="lib" * fixes: ERROR: ace-6.5.8-r0 do_package: QA Issue: ace: Files/directories were installed but not shipped in any package: /usr/usr/lib/libACE.so /usr/usr/lib/libACE_Compression.so.6.5.8 /usr/usr/lib/libACE_ETCL_Parser.so.6.5.8 /usr/usr/lib/libACE.so.6.5.8 /usr/usr/lib/libACE_RLECompression.so.6.5.8 /usr/usr/lib/libACE_Compression.so /usr/usr/lib/libACE_ETCL_Parser.so /usr/usr/lib/libACE_Monitor_Control.so.6.5.8 /usr/usr/lib/libACE_ETCL.so /usr/usr/lib/libACE_RLECompression.so /usr/usr/lib/libACE_Monitor_Control.so /usr/usr/lib/libACE_ETCL.so.6.5.8 /usr/usr/lib/pkgconfig /usr/usr/lib/pkgconfig/ACE.pc /usr/usr/lib/pkgconfig/ACE_ETCL_Parser.pc /usr/usr/lib/pkgconfig/ACE_ETCL.pc Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. ace: 16 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>