mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/network-manager: bump version to 1.52.0
Upstream changelog with a mix of new features and bugfixes:
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/1.52.0/NEWS?ref_type=tags
Support for the "dhcpcanon" DHCP client has been removed.
Systemd code imported into NetworkManager [1] now requires kernel
headers 5.4 [2], update "depends on" accordingly.
Also update the homepage, wiki.gnome.org has been retired.
[1] https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2115
[2] 6e14c46bac
Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
e444597f48
commit
ff85110701
@@ -5,7 +5,7 @@ config BR2_PACKAGE_NETWORK_MANAGER
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
||||
# We need NETLINK_GET_STRICT_CHK
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
@@ -23,7 +23,7 @@ config BR2_PACKAGE_NETWORK_MANAGER
|
||||
configured and joined once, it can be detected and re-joined
|
||||
automatically the next time it's available.
|
||||
|
||||
http://projects.gnome.org/NetworkManager/
|
||||
https://networkmanager.dev/
|
||||
|
||||
if BR2_PACKAGE_NETWORK_MANAGER
|
||||
|
||||
@@ -60,10 +60,10 @@ config BR2_PACKAGE_NETWORK_MANAGER_OVS
|
||||
This option enables support for OpenVSwitch
|
||||
endif
|
||||
|
||||
comment "NetworkManager needs udev /dev management and a glibc or musl toolchain w/ headers >= 4.20, dynamic library, wchar, threads, gcc >= 4.9"
|
||||
comment "NetworkManager needs udev /dev management and a glibc or musl toolchain w/ headers >= 5.4, dynamic library, wchar, threads, gcc >= 4.9"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_PACKAGE_HAS_UDEV || \
|
||||
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20 || \
|
||||
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4 || \
|
||||
!(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL) || \
|
||||
BR2_STATIC_LIBS || \
|
||||
!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# From https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/releases/1.50.2/downloads/NetworkManager-1.50.2.tar.xz.sha256sum
|
||||
sha256 10473be9d3ab89f8a27a68b7bf5bc9557851a5183b74b6241e5e0fa5c6921fef NetworkManager-1.50.2.tar.xz
|
||||
# From https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/releases/1.52.0/downloads/NetworkManager-1.52.0.tar.xz.sha256sum
|
||||
sha256 356f21a15da51e4218fd4d0fd78cea61e067b1116a25cddee4af9df05062e92d NetworkManager-1.52.0.tar.xz
|
||||
# Locally computed
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LGPL
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NETWORK_MANAGER_VERSION_MAJOR = 1.50
|
||||
NETWORK_MANAGER_VERSION = $(NETWORK_MANAGER_VERSION_MAJOR).2
|
||||
NETWORK_MANAGER_VERSION_MAJOR = 1.52
|
||||
NETWORK_MANAGER_VERSION = $(NETWORK_MANAGER_VERSION_MAJOR).0
|
||||
NETWORK_MANAGER_SOURCE = NetworkManager-$(NETWORK_MANAGER_VERSION).tar.xz
|
||||
NETWORK_MANAGER_SITE = https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/releases/$(NETWORK_MANAGER_VERSION)/downloads
|
||||
NETWORK_MANAGER_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user