summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-06 17:06:29 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-07 09:11:59 -0700
commit485dfc19be3495fd110a05752f6251ee059ffd04 (patch)
tree366b5bec84e26bbeb6dbe40e5da51f7c3bdeb5f7 /meta-networking/recipes-connectivity
parent531a08bf141957daf92c0caae3881e3c1f87b57a (diff)
downloadmeta-openembedded-485dfc19be3495fd110a05752f6251ee059ffd04.tar.gz
networkmanager: upgrade 1.46.0 -> 1.48.0
Changelog: ============ * Building with autotools is now deprecated and will be completely removed in the next development cycle. We recommend using meson to build NetworkManager -- for basic setup, see the CONTRIBUTING.md file. To ignore this deprecation and still build with Autotools, you can specify the '--disable-autotools-deprecation' argument when configuring. * Support changing the OpenSSL ciphers for 802.1X authentication via connection property "802-1x.openssl-ciphers". * The reason why a device is unmanaged is now properly set in the "StateReason" property of the "Device" D-Bus object. The property is visible in nmcli via "nmcli -f all device show $DEV". * Deprecated 802-11-wireless and 802-11-wired property 'mac-address-blacklist' and introduced the 'mac-address-denylist' property. * Properly restore in-memory connection profiles during the rollback of a checkpoint. * Fix detection of 6 GHz band capability for WiFi devices * Allow IPv6 SLAAC and static IPv6 DNS server assignment for modem broadband when IPv6 device address was not explicitly passed on by ModemManager * Fix a performance issue that was leading to 100% CPU usage by NetworkManager if external programs were doing a big amount of routes updates. * Patch-level development releases (i.e. 1.48.1-dev) won't be used anymore. From now on, all the patch releases whithin a stable branch will be normal releases, like 1.48.0, 1.48.1, 1.48.2, 1.48.3 and so on. Odd numbers in the minor version number still indicates if it's a development branch like 1.49 or a stable one like 1.48. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/networkmanager/networkmanager_1.48.0.bb (renamed from meta-networking/recipes-connectivity/networkmanager/networkmanager_1.46.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.46.0.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.48.0.bb
index 487ef0847..1355e52a6 100644
--- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.46.0.bb
+++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.48.0.bb
@@ -43,7 +43,7 @@ SRC_URI = " \
43" 43"
44SRC_URI:append:libc-musl = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' file://0001-linker-scripts-Do-not-export-_IO_stdin_used.patch', '', d)}" 44SRC_URI:append:libc-musl = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' file://0001-linker-scripts-Do-not-export-_IO_stdin_used.patch', '', d)}"
45 45
46SRC_URI[sha256sum] = "722649e25362693b334371473802a729b0ec9ee283375096905f868808e74068" 46SRC_URI[sha256sum] = "fc80b942de38e329468e6fc1dfb40aad6a78d02ddf6b8ec31f9acc6460b8723f"
47 47
48S = "${WORKDIR}/NetworkManager-${PV}" 48S = "${WORKDIR}/NetworkManager-${PV}"
49 49