summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/networkmanager
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-02-28 22:09:07 +0800
committerKhem Raj <raj.khem@gmail.com>2022-03-01 09:13:42 -0800
commit6b8e4c0d20d86f1a7d2873acc227f45f683b9bed (patch)
treed60301ea93b9418109dc5b75c0aee1e53406e979 /meta-networking/recipes-connectivity/networkmanager
parent055dd8ceab5377e8694dfabe7d39b659643fd1a2 (diff)
downloadmeta-openembedded-6b8e4c0d20d86f1a7d2873acc227f45f683b9bed.tar.gz
networkmanager: upgrade 1.34.0 -> 1.36.0
Overview of changes since NetworkManager-1.34 ============================================= * The handling of Layer 3 configurations has been substantially reworked. While this is mostly internal change, it results in more robust behavior when addressing information from multiple sources (DHCP, manually configured, VPN) need to be applied simultaneously. Overall performance and memory use have also slightly improved. * Manually configured addresses can no longer expire even if the same addresses are also obtained dynamically. * Code for systemd-based DHCP and DHCPv6 clients has been updated from upstream. * NTP servers obtained via DHCPv6 are now exposed on the DBus API, visible in nmcli and available for use by dispatcher scripts. * 5G NR (New Radio) modems are now supported. * The "rd.znet_ifnames" kernel command line option is now honored on network bootups on an IBM s390 platform. * Wi-Fi P2P support does now work with the IWD backend, in addition to wpa_supplicant backend. * Support for special route types have been added: "prohibit", "blackhole" and "unreachable". * Routes managed by routing daemons are now ignored. This is done to address a performance bottleneck on specialized routers. * Handling of IP addressing and routing information is now slightly more efficient and uses less memory. This is apparent on systems with large amount of IP configuration information. * It is now possible to start NetworkManager without root user privileges. This is experimental doesn't necessarily result in a working daemon. NetworkManager service already drops many of capabilities available to the root user. * WPA3 Wi-FI network security have been improved by enabling new H2E (hash to element) method for generating SAE password element. * It is now possible to select the default Wi-Fi backend (wpa_supplicant or IWD) at build-time. * Replies from broken DHCP servers that send duplicate address or mask options are now handled gracefully. * Bridge support has gained the possibility of turning off MAC ageing. * "configure-and-quit" mode and nm-iface-helper have been removed. * A number of bugs that could cause NetworkManager to crash in rare conditions have been fixed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/networkmanager')
-rw-r--r--meta-networking/recipes-connectivity/networkmanager/networkmanager_1.36.0.bb (renamed from meta-networking/recipes-connectivity/networkmanager/networkmanager_1.34.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.34.0.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.36.0.bb
index ec15aea07..76e49949f 100644
--- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.34.0.bb
+++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.36.0.bb
@@ -27,7 +27,7 @@ SRC_URI = " \
27 file://0002-Do-not-create-settings-settings-property-documentati.patch \ 27 file://0002-Do-not-create-settings-settings-property-documentati.patch \
28 file://0003-install-firewalld-to-var-libdir-rather-than-hardcod-.patch \ 28 file://0003-install-firewalld-to-var-libdir-rather-than-hardcod-.patch \
29" 29"
30SRC_URI[sha256sum] = "819795d0899076204f5672421a58f1b1d9e393536ee87bb844b911e6243bf0bd" 30SRC_URI[sha256sum] = "faa389c9e9ca78243cfab4a8bed6db132f82e5b5e66bb9d44af93379d1348398"
31 31
32S = "${WORKDIR}/NetworkManager-${PV}" 32S = "${WORKDIR}/NetworkManager-${PV}"
33 33