Go to file
Adrian Freihofer 11df15765c modemmanager: update to 1.18.8
* 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>
2022-06-06 16:34:28 -07:00
contrib pw-am.sh: update to new patcwork system 2022-02-28 08:39:26 -08:00
meta-filesystems sshfs-fuse: upgrade 3.7.2 -> 3.7.3 2022-06-06 13:58:43 -07:00
meta-gnome evolution-data-server: upgrade 3.44.1 -> 3.44.2 2022-06-06 13:58:43 -07:00
meta-initramfs ubi-utils-klibc: Disable lzo compression by default 2022-05-28 10:51:07 -07:00
meta-multimedia bluealsa: uprev to 4.0.0 2022-06-05 17:32:28 -07:00
meta-networking networkmanager: udpate to 1.38.0 2022-06-06 16:34:28 -07:00
meta-oe modemmanager: update to 1.18.8 2022-06-06 16:34:28 -07:00
meta-perl libnet-dns-perl: upgrade 1.33 -> 1.34 2022-06-06 13:58:43 -07:00
meta-python python3-awesomeversion: upgrade 22.5.1 -> 22.5.2 2022-06-01 21:43:46 -07:00
meta-webserver phpmyadmin: upgrade 5.1.3 -> 5.2.0 2022-05-16 09:09:47 -07:00
meta-xfce unblock some recipes for wayland 2022-06-01 08:43:01 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories