summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* zabbix: upgrade 6.0.5 -> 6.2.1wangmy2022-08-061-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.3.6 -> 4.3.7wangmy2022-07-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: update to version 4.3.2Radovan Scasny2022-07-241-3/+3
| | | | | Signed-off-by: Radovan Scasny <radovan.scasny@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmtp: Upgrade to 1.1.20Khem Raj2022-07-241-3/+2
| | | | | | | | | Use github for downloading the release artifacts. This has support for new devices https://github.com/libmtp/libmtp/releases/tag/v1.1.20 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: upgrade 1.18.8 -> 1.18.10wangmy2022-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * Build: ** Require libqmi 1.30.8. * FCC unlock: ** Updated SDX55 unlock script to handle the new method introduced in the latest firmware releases. * Modem interface: ** Set signal quality to 0% on shutdown. ** Set signal quality as recent on init. * MBIM: ** Fix task completion when peeking device fails. ** Fix several GError double-frees. * mmcli: ** Don't print signal quality until modem is enabled. * Plugins: ** foxconn: remove carrier mapping table for T99W175. * Several other minor improvements and fixes. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* irssi: upgrade 1.4.1 -> 1.4.2wangmy2022-07-191-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== Changes --------- Add irssimoduledir to irssi-1.pc in the Meson build (#1383, #1378) Fixes -------- Use -isystem includes, limiting warnings to Irssi code. Fixes compilation with Perl 5.36 (#1381, gentoo#851522, #1384) Fix missing lines when changing dynamic textbuffer contents (#1382, #1387). Reported by externalserver15 Fix Perl cross compilation with Meson 0.60.0 (#1377) Fix default channel prefix used for /JOIN to default to # (#1385, #1388) Fix crash in /LASTLOG by getting line texts before printing (#1367, #1398) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: ignore patched CVEsDavide Gardenal2022-07-181-0/+4
| | | | | | | | | Some old CVEs don't have a vulnerable version range in the NVD database, this causes come mismatch with cve-check. Ignore many CVEs that are picked up by the class but are patched in our products. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: upgrade 1.30.4 -> 1.30.8Adrian Freihofer2022-07-071-1/+1
| | | | | | | | | | | | | | | | | Update to latest stable version: 1.30.8 * New request/response/indications: ** dms: new 'Foxconn FCC authentication v2' request/response. 1.30.6 * build: ** meson: fix 'export_packages' in GIR setup. * libqmi-glib: ** net-port-manager: use unaligned netlink attribute length. Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thrift: add CVE_PRODUCT to fix CVE reportingDavide Gardenal2022-07-061-0/+2
| | | | | | | | | Without CVE_PRODUCT set to apache:thrift cve-check was catching CVEs form facebook:thrift that are not related with this product. Now the report is correct. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppzmq: fix -dev RDEPENDSRoss Burton2022-07-021-0/+1
| | | | | | | | | | | Since oe-core 6f28420 PN-dev RRECOMMENDS PN instead of RDEPENDS, so this recipe RDEPENDS on a non-existent package. Unset DEV_PKG_DEPENDENCY to remove the automatic dependency on PN from PN-dev. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: upgrade 1.27 -> 1.28wangmy2022-07-021-1/+1
| | | | | | | | | | | | | | Changelog: ========== Fix issue with handling invalid EAPoL frames. Fix issue with handling unexpectedly unencrypted EAP frames. Fix issue with handling AlwaysRandomizeAddress/AddressOverride. Fix issue with handling initial signal level notification. Fix issue with handling sorting of scan requests. Fix issue with handling frame type check in FT. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* irssi: upgrade 1.2.3 -> 1.4.1wangmy2022-06-301-2/+1
| | | | | | | | Changelog: https://github.com/irssi/irssi/releases/tag/1.4.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: update to 1.18.8Adrian Freihofer2022-06-063-123/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * A new connection status dispatcher setup is provided, where users can provide custom scripts that will be called on bearer connect/disconnect events. This dispatcher will make the netifd integration in openwrt work much better, as we'll be able to report network-initiated disconnections cleanly to netifd. There are no default connection status dispatcher scripts installed, but it's suggested distributions make sure the following directories exist: - ${sysconfdir}/ModemManager/connection.d/ - ${libdir}/ModemManager/connection.d/ * API: ** Add missing Simple interface definitions in ModemManager-names.h. * Build: ** meson: fix daemon enums dependencies. ** meson: fix port enums includes. ** meson: fix 'export_packages' in GIR setup. ** meson: fix simtech plugin module name. ** systemd: don't run ModemManager in containers. * Core: ** serial: ensure the port object is valid after BUFFER_FULL handling. ** netlink: use unaligned netlink attribute length. ** netlink: only change IFF_UP flag. ** bearer: match unknown auth to chap in loose comparisons. ** charsets: return error if UTF-8 validation fails. ** fcc-unlock: make scripts POSIX shell compatible. ** modem-helpers: consider minimum ID when choosing best profile. ** modem-helpers: fix reading <Act> given in COPS=? responses. ** sms: prevent crash if date is out of range. ** profile-manager: fix copy-paste error on tags for quarks. * QMI: ** Ignore slot status indications until initial status is known. ** Return error when loading capabilities if none is found. * MBIM: ** Default initial EPS bearer's auth to chap when unknown. ** Update default error when network error is out of range. * mmcli: ** Fix key length when printing list of items. * Plugins: ** linktop: new port type hints. ** cinterion: add support for PLSx3w modems ** huawei: disable +CPOL based features in Huawei E226 * Several other minor improvements and fixes. Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: upgrade 6.0.4 -> 6.0.5Wang Mingyu2022-06-061-2/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.3.5 -> 4.3.6Wang Mingyu2022-05-311-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmtp: Add doxygen-native dependency in case documentation build is enabled ↵Gianfranco2022-05-201-1/+1
| | | | | | | | in PACKAGECONFIG. This fixes a FTBFS due to missing dependency. Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: upgrade 5.2.6 -> 6.0.4Changqing Li2022-05-101-3/+3
| | | | | | | | | | | This upgrade can fix following CVEs: CVE-2022-24349 CVE-2022-24917 CVE-2022-24918 CVE-2022-24919 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: Avoid absolute paths in *.cmake files in the sysrootPeter Kjellerstedt2022-05-101-0/+3
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmbim: upgrade 1.26.2 -> 1.26.4wangmy2022-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Overview of changes in libmbim 1.26.4 ---------------------------------------- * build: ** meson: force building doc on normal builds, not only during install. ** meson: fix 'export_packages' in GIR setup. * libmm-glib: ** compat: deprecate the MbimLteAttachStatus type. ** net-port-manager: use unaligned netlink attribute length. * libmm-glib, docs: ** include MBIM proxy control service in docs. ** codegen: add section doc for each service. ** utils: add missing short description in section. ** compat: add missing MbimLteAttachStatus doc. ** device: add missing mbim_device_list_links() doc. ** device: fix MbimDevice 'device-in-session' property doc. ** version: add missing MBIM_CHECK_VERSION() documentation. ** device: fix wrong reference to QmiDevice * Several other minor improvements and fixes. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: upgrade 1.26 -> 1.27wangmy2022-05-091-1/+1
| | | | | | | | | | | Changelog: ========== Fix issue with hidden networks on connection error. Fix issue with directed roams if already trying to roam. Fix issue with checking for connected in FT frame event. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosh: Drop perl dependencies from serverAlex Kiernan2022-04-181-1/+1
| | | | | | | | | | | | The mosh-server has no dependency on perl - upstream is explicit: Mosh has a Perl dependency that is only required for client use. For some platforms, it may make sense to have separate mosh-server and mosh-client packages to allow mosh-server usage without Perl. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alex Kiernan <alexk@zuma.ai> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thrift: upgrade 0.14.2 -> 0.16.0wangmy2022-04-141-2/+1
| | | | | | | | | | Changelog: ========== - C++ library don't work with HTTP (csharp server, cpp client; need cross test enhancement) - Swift service generator doesn't support oneway Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmtp: upgrade 1.1.18 -> 1.1.19wangmy2022-04-121-7/+5
| | | | | | | | | | | | | License-Update: Copyright Marcus Meissner <marcus@jet.franken.de> year updated to 2018 Changelog: ========== - Lots of USB ids added, especially Garmin devices - use a local libusb context, not the global one - various bugfixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: update recipePotin Lai2022-04-062-37/+2
| | | | | | | | | | | | | | | | | | | | remove patch 0001-fix-undefined-bswap32-and-bswap64-errors-for-MIPS-ma.patch Upstream Status: Accepted [https://github.com/libimobiledevice/libimobiledevice-glue/commit/17a2b964ca9c94f6615994ba2179bf4228e31236] subtree update: ecb0996fd2..bc6c44b920 Nikias Bassen (4): [github-actions] Use windows-2019 instead of windows-latest for now socket: Add socket_get_socket_port function utils: Close file if buffer allocation fails in buffer_read_from_filename() Updated README with pkg-config requirement Potin Lai (1): Fix undefined bswap32 and bswap64 for MIPS machine Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libirecovery: add recipePotin Lai2022-03-311-0/+17
| | | | | | | | libirecovery is a cross-platform library which implements communication to iBoot/iBSS found on Apple's iOS devices via USB. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: fix undefined bswap errorPotin Lai2022-03-312-1/+36
| | | | | | | Add patch for fixing undefiened bswap32 & bswap64 error on MIPS machine Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: add recipePotin Lai2022-03-311-0/+17
| | | | | | | | libimobiledevice-glue is the library with common code used by the libraries and tools around the libimobiledevice project. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: upgrade 1.3.9 -> 1.3.10Matthias Klein2022-03-301-1/+1
| | | | | | | | Service release. Issues resolved: https://github.com/eclipse/paho.mqtt.c/milestone/17?closed=1 Signed-off-by: Matthias Klein <matthias@extraklein.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: upgrade 1.25 -> 1.26Wang Mingyu2022-03-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-cpp: Use CMAKE_INSTALL_LIBDIR in cmakeKhem Raj2022-03-212-2/+52
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>