summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
...
* zabbix: upgrade 6.2.6 -> 6.2.7Wang Mingyu2023-02-221-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: upgrade 1.18.12 -> 1.20.4Petr Gotthard2023-02-122-77/+2
| | | | | | | | Changelog: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/blob/mm-1-20/NEWS Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmbim: upgrade 1.26.4 -> 1.28.2Petr Gotthard2023-02-122-15/+22
| | | | | | | | | | | The GNU autotools support has been fully removed, this release requires the use of the meson build system. Changelog: https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/blob/mbim-1-28/NEWS Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: upgrade 1.30.8 -> 1.32.2Petr Gotthard2023-02-122-39/+2
| | | | | | | | Changelog: https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/blob/qmi-1-32/NEWS Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: update 2.0 -> 2.3Markus Volk2023-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | ver 2.3: Fix issue with length calculation for WMM IE. Fix issue with channel number allocation off-by-one. Fix issue with cached session when TLS phase2 fails. Add support for FastReauthentication setting for EAP-TLS. ver 2.2: Fix issue with handling FT and multiple roaming scans. Fix issue with handling multiple wiphy registrations. Fix issue with with EAP-PEAP session resumption. Add support for using PTK rekeying in AP mode. Add support for setting country IE in AP mode. Add support for setting WMM parameter IE in AP mode. ver 2.1: Fix issue with handling FT-over-DS action. Fix issue with handling scan and 6 GHz support check. Fix issue with handling when periodic scans get aborted. Add support for using 5 GHz frequencies in AP mode. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zeromq: Fix build with gcc13Khem Raj2023-02-012-0/+65
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* .patch: fix Upstream-Status formatting issues reported by patchreview tool ↵Martin Jansa2023-01-271-1/+2
| | | | | | | from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: Fix build with gcc13Khem Raj2023-01-262-1/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thrift: Fix c++ and system header include order problemKhem Raj2023-01-212-0/+181
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rtorrent: Add missing dependency on autoconf-archiveKhem Raj2023-01-211-1/+1
| | | | | | | Fixes configure errors e.g. | configure:8269: error: possibly undefined macro: PKG_CHECK_EXISTS Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rtorrent: Update to latest tip of trunkKhem Raj2023-01-212-115/+8
| | | | | | | | | | | | | | This is needed to get it working with latest compilers always --enable-aligned so it does not have to perform runtime test Drop the patch for removing AC_RUN_IFELSE as this macro is no longer excercised in OE builds Pin to c++14 for now, since std::binary_function is in use which is gone in c++17 ( default with clang 16+ ) License-Update: Use GPL-2.0 or later identifier correctly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ace: Upgrade to 6.5.19Khem Raj2023-01-211-4/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtorrent: Update to tip of trunkKhem Raj2023-01-212-39/+7
| | | | | | | | | Drop cross compile patch as we do not need it anymore since we now use --enable-aligned License-Update: Correctly mark the license as GPL-2.0+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.6.1 -> 2.6.2Wang Mingyu2023-01-171-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* krb5: upgrade 1.17.2 -> 1.20.1Yi Zhao2023-01-014-216/+9
| | | | | | | | | | | | | | | | | | | Release Notes: https://web.mit.edu/kerberos/krb5-1.20/krb5-1.20.1.html License-Update: Update AES algorithm copyright [1] Update copyright years [2] [1] https://github.com/krb5/krb5/commit/cb5f190056ef4d123c5fe5d4923982b830288438 [2] https://github.com/krb5/krb5/commit/f1535bf6b47e8dc03d69fcfb98e798546ff7c272 * Update PACKAGECONFIG[keyutils] and drop the local patch. * Drop backport CVE patches. * Inherit pkgconfig bbclass to find com_err library correctly. * Drop --without-tcl option as it has been removed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.3.10 -> 4.3.11Wang Mingyu2022-12-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: upgrade 1.3.11 -> 1.3.12Matthias Klein2022-12-231-1/+1
| | | | | | | | Service release. Issues resolved: https://github.com/eclipse/paho.mqtt.c/milestone/19?closed=1 Signed-off-by: Matthias Klein <matthias@extraklein.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: add ipv6 in PACKAGECONFIGLivin Sunny2022-12-131-1/+1
| | | | | | | Adds a PACKAGECONFIG if ipv6 is enabled in DISTRO_FEATURES. Signed-off-by: Livin Sunny <livinsunny519@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: upgrade 6.2.5 -> 6.2.6Wang Mingyu2022-12-121-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: upgrade 6.2.4 -> 6.2.5Wang Mingyu2022-12-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.5.2 -> 2.6.1Wang Mingyu2022-11-283-65/+2
| | | | | | | | | 0001-configure-Check-for-request_init-API-when-probing-fo.patch 0001-tools-gensiot-Fix-build-with-musl.patch removed since they're included in 2.6.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: upgrade 1.30 -> 2.0Markus Volk2022-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | ver 2.0: Fix issue with handling P2P and limiting ciphers to CCMP. Fix issue with scanning before forced roaming action. Fix issue with provided scan frequencies from RRM. Fix issue with handling Michael MIC failure message. Fix issue with handling timestamp size in MPDU frames. Fix issue with handling enablement of OCVC for FT AKMs. Fix issue with handling FT work as highest priority. Fix issue with handling roaming events and Multi-BSS. Add support for utilizing roaming candidates list. Add support for utilizing TLS session caching. Add support for ciphers with 256 bits key size. Add support for Access Point mode with legacy TKIP. Add support for MAC address changes while powered. Add support for IPv4 and IPv6 network configuration. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: fix do_compile errorChangqing Li2022-11-232-0/+43
| | | | | | | | | | | | | | | | | | | | | with make 4.4, linuxptp do_compile will failed with error: In file included from clock.c:35: missing.h:61:9: error: redeclaration of enumerator 'HWTSTAMP_TX_ONESTEP_P2P' 61 | HWTSTAMP_TX_ONESTEP_P2P = 3, | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from clock.c:21: /buildarea2/WRLCD_Regression/Rerun/build_dir/11201532-build_scp_world_Feature_Test/qemux86-64-standard-std-OE/build/tmp-glibc/work/core2-64-wrs-linux/linuxptp/3.1.1-r0/recipe-sysroot/usr/include/linux/net_tstamp.h:128:9: note: previous definition of 'HWTSTAMP_TX_ONESTEP_P2P' with type 'enum hwtstamp_tx_types' 128 | HWTSTAMP_TX_ONESTEP_P2P, | Following change of make 4.4 changes behavior of shell function: * WARNING: Backward-incompatibility! Previously makefile variables marked as export were not exported to commands started by the $(shell ...) function. Now, all exported variables are exported to $(shell ...). Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.3.9 -> 4.3.10zhengrq.fnst@fujitsu.com2022-11-141-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: upgrade 6.2.3 -> 6.2.4Wang Mingyu2022-11-091-1/+1
| | | | | | | automatic update of translation strings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser1net: upgrade 4.3.8 -> 4.3.9Wang Mingyu2022-11-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosh: upgrade 1.3.2 -> 1.4.0Wang Mingyu2022-11-072-29/+2
| | | | | | | | | | | 0001-Fix-building-with-libc.patch removed since it's included in 1.4.0 Changelog: https://github.com/mobile-shell/mosh/releases/tag/mosh-1.4.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppzmq: upgrade 4.8.1 -> 4.9.0Wang Mingyu2022-10-181-2/+2
| | | | | | | | | | | | | | | Changelog: ========== Type-safe socket.get(sockopt::type) #523 GCC C++14 fix #553 Support ZMQ_ONLY_FIRST_SUBSCRIBE #558 Add pkg-config file and instructions #564 #570 Fix missing include #568 Fix monitor test failures #576 Improved documentation #519 #524 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: upgrade 1.3.10 -> 1.3.11Matthias Klein2022-10-041-1/+1
| | | | | | | | Service release. Issues resolved: https://github.com/eclipse/paho.mqtt.c/milestone/18?closed=1 Signed-off-by: Matthias Klein <matthias@extraklein.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: add error check if PACKAGECONFIG contains systemd but ↵Lukas Rusak2022-10-021-0/+5
| | | | | | DISTRO_FEATURES doesn't Signed-off-by: Lukas Rusak <lorusak@gmail.com>
* libnet: update to v1.2 releaseBeniamin Sandu2022-09-304-82/+50
| | | | | | | | | | | The previous recipe was building a release candidate from 2014. Switch to the official git repo which is currently maintained and use the v1.2 release instead. The extra patch fixes build on musl. Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: add optional support for sd-event loopLukas Rusak2022-09-291-1/+4
| | | | Signed-off-by: Lukas Rusak <lorusak@gmail.com>
* zabbix: upgrade 6.2.2 -> 6.2.3wangmy2022-09-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thrift: upgrade 0.16.0 -> 0.17.0wangmy2022-09-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: upgrade 1.29 -> 1.30wangmy2022-09-201-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wvstreams: Add missing dependency on boostKhem Raj2022-09-161-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.3.7 -> 4.3.8zhengruoqin2022-09-131-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: upgrade 1.18.10 -> 1.18.12wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice: Explicitly pass -D_GNU_SOURCE via cflagsKhem Raj2022-09-071-0/+2
| | | | | | musl will need this defines for funcitons like asprintf Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: Fix AC_CHECK_LIB for libwrapKhem Raj2022-09-052-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: Upgrade to 6.2.2Khem Raj2022-09-052-2/+54
| | | | | | Fix build on musl while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wifi-test-suite: Fix build with clangKhem Raj2022-09-052-1/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: Include string.h for strncpy()Khem Raj2022-09-052-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usbmuxd: add usbmuxd_git.bbPotin Lai2022-08-271-0/+23
| | | | | | | Add usbmuxd_git.bb to point to latest commit on github Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libirecovery: SRCREV bump e190945..ab5b4d8Potin Lai2022-08-271-1/+1
| | | | | | | | | | | | | | Changelogs: ========== ab5b4d8 Introduce non-persistent setenvnp command 17c02be Updated .gitignore 6e68ca7 Add device ID for macOS 12 Apple Silicon VMs 82d2357 Updated README with pkg-config requirement c42442a Add Studio Display (device lookup) ae49507 Use MACH_PORT_NULL to deal with kIOMasterPortDefault/kIOMainPortDefault rename Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice: add libimobiledevice_git.bbPotin Lai2022-08-271-0/+19
| | | | | | | Add libimobiledevice_git.bb to point to latest commit on github Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: SRCREV bump bc6c44b..d2ff796Potin Lai2022-08-271-1/+1
| | | | | | | | | | | | | Changelogs: ========== d2ff796 termcolors: Rename COLOR_* macros to FG_* due to conflict with ncurses c2e237a [clang-tidy] Do not use else after return/break/continue 1c7619d [clang-tidy] utils: Fix too small loop variable c6ae88f [clang-tidy] use uppercase numeric literals 00131b5 termcolors: Add missing stdio.h include Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.3.1 -> 2.5.2Jan Luebbe2022-08-252-2/+33
| | | | | | | | Version 2.5.2 contains an include sys/unistd.h, which is not available with musl, so fix the include path. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: upgrade 1.28 -> 1.29Wang Mingyu2022-08-151-1/+1
| | | | | | | | | | | Changelog: ========= Fix issue with handling EAP-Success message. Fix issue with handling secure setting and EAPoL. Add support for DeviceProvisioning API properties. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmtp: Always enable largefile supportKhem Raj2022-08-131-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>