From 485dfc19be3495fd110a05752f6251ee059ffd04 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 6 Jun 2024 17:06:29 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../{networkmanager_1.46.0.bb => networkmanager_1.48.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/networkmanager/{networkmanager_1.46.0.bb => networkmanager_1.48.0.bb} (99%) diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.46.0.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.48.0.bb similarity index 99% rename from meta-networking/recipes-connectivity/networkmanager/networkmanager_1.46.0.bb rename to meta-networking/recipes-connectivity/networkmanager/networkmanager_1.48.0.bb index 487ef08475..1355e52a6e 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 = " \ " SRC_URI:append:libc-musl = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' file://0001-linker-scripts-Do-not-export-_IO_stdin_used.patch', '', d)}" -SRC_URI[sha256sum] = "722649e25362693b334371473802a729b0ec9ee283375096905f868808e74068" +SRC_URI[sha256sum] = "fc80b942de38e329468e6fc1dfb40aad6a78d02ddf6b8ec31f9acc6460b8723f" S = "${WORKDIR}/NetworkManager-${PV}"