networkmanager: 1.22.10 → 1.24.0
This commit is contained in:
parent
9ad2c16249
commit
a58c2d22d4
@ -10,11 +10,11 @@ let
|
|||||||
pythonForDocs = python3.withPackages (pkgs: with pkgs; [ pygobject3 ]);
|
pythonForDocs = python3.withPackages (pkgs: with pkgs; [ pygobject3 ]);
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "network-manager";
|
pname = "network-manager";
|
||||||
version = "1.22.10";
|
version = "1.24.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/NetworkManager/${stdenv.lib.versions.majorMinor version}/NetworkManager-${version}.tar.xz";
|
url = "mirror://gnome/sources/NetworkManager/${stdenv.lib.versions.majorMinor version}/NetworkManager-${version}.tar.xz";
|
||||||
sha256 = "0xyaizyp3yz6x3pladw3nvl3hf4n5g140zx9jnxfp9qvag0wqa9b";
|
sha256 = "06044fl60bjlj7c6rqqfbm5795h61h6yzp7ch392hzcnm46wwhn3";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "devdoc" "man" "doc" ];
|
outputs = [ "out" "dev" "devdoc" "man" "doc" ];
|
||||||
@ -41,7 +41,6 @@ in stdenv.mkDerivation rec {
|
|||||||
"-Dcrypto=gnutls"
|
"-Dcrypto=gnutls"
|
||||||
"-Dsession_tracking=systemd"
|
"-Dsession_tracking=systemd"
|
||||||
"-Dmodem_manager=true"
|
"-Dmodem_manager=true"
|
||||||
"-Dpolkit_agent=true"
|
|
||||||
"-Dnmtui=true"
|
"-Dnmtui=true"
|
||||||
"-Ddocs=true"
|
"-Ddocs=true"
|
||||||
"-Dtests=no"
|
"-Dtests=no"
|
||||||
@ -54,7 +53,7 @@ in stdenv.mkDerivation rec {
|
|||||||
patches = [
|
patches = [
|
||||||
(substituteAll {
|
(substituteAll {
|
||||||
src = ./fix-paths.patch;
|
src = ./fix-paths.patch;
|
||||||
inherit iputils kmod openconnect ethtool gnused systemd;
|
inherit iputils kmod openconnect ethtool gnused systemd polkit;
|
||||||
inherit runtimeShell;
|
inherit runtimeShell;
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
diff --git a/meson.build b/meson.build
|
diff --git a/meson.build b/meson.build
|
||||||
index 0af69f35d..9ab239c8a 100644
|
index a2d925a7e..5a65cd2fe 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -912,9 +912,9 @@ meson.add_install_script(
|
@@ -959,9 +959,9 @@ meson.add_install_script(
|
||||||
join_paths('tools', 'meson-post-install.sh'),
|
join_paths('tools', 'meson-post-install.sh'),
|
||||||
nm_datadir,
|
nm_datadir,
|
||||||
nm_bindir,
|
nm_bindir,
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
diff --git a/clients/common/nm-vpn-helpers.c b/clients/common/nm-vpn-helpers.c
|
diff --git a/clients/common/nm-vpn-helpers.c b/clients/common/nm-vpn-helpers.c
|
||||||
index ffae5f553..ba1093e4d 100644
|
index fbcb06479..f13f32408 100644
|
||||||
--- a/clients/common/nm-vpn-helpers.c
|
--- a/clients/common/nm-vpn-helpers.c
|
||||||
+++ b/clients/common/nm-vpn-helpers.c
|
+++ b/clients/common/nm-vpn-helpers.c
|
||||||
@@ -203,10 +203,7 @@ nm_vpn_openconnect_authenticate_helper (const char *host,
|
@@ -213,10 +213,7 @@ nm_vpn_openconnect_authenticate_helper (const char *host,
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -40,10 +40,10 @@ index 91ebd9a36..5201a56c3 100644
|
|||||||
ExecStart=@sbindir@/NetworkManager --no-daemon
|
ExecStart=@sbindir@/NetworkManager --no-daemon
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
diff --git a/libnm/meson.build b/libnm/meson.build
|
diff --git a/libnm/meson.build b/libnm/meson.build
|
||||||
index 51ca46d2b..0c04cc216 100644
|
index 406766c70..44c158f8a 100644
|
||||||
--- a/libnm/meson.build
|
--- a/libnm/meson.build
|
||||||
+++ b/libnm/meson.build
|
+++ b/libnm/meson.build
|
||||||
@@ -261,7 +261,7 @@ if enable_introspection
|
@@ -265,7 +265,7 @@ if enable_introspection
|
||||||
name,
|
name,
|
||||||
input: libnm_gir[0],
|
input: libnm_gir[0],
|
||||||
output: name,
|
output: name,
|
||||||
@ -52,7 +52,7 @@ index 51ca46d2b..0c04cc216 100644
|
|||||||
depends: libnm_gir,
|
depends: libnm_gir,
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -270,7 +270,7 @@ if enable_introspection
|
@@ -274,7 +274,7 @@ if enable_introspection
|
||||||
name,
|
name,
|
||||||
input: [libnm_gir[0], nm_settings_docs_overrides],
|
input: [libnm_gir[0], nm_settings_docs_overrides],
|
||||||
output: name,
|
output: name,
|
||||||
@ -61,14 +61,27 @@ index 51ca46d2b..0c04cc216 100644
|
|||||||
depends: libnm_gir,
|
depends: libnm_gir,
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
diff --git a/meson.build b/meson.build
|
||||||
|
index a2d925a7e..23c85f128 100644
|
||||||
|
--- a/meson.build
|
||||||
|
+++ b/meson.build
|
||||||
|
@@ -522,7 +522,7 @@ polkit_agent_dep = dependency('polkit-agent-1', version: '>= 0.97', required : f
|
||||||
|
if polkit_agent_dep.found()
|
||||||
|
config_h.set_quoted('POLKIT_PACKAGE_PREFIX', polkit_agent_dep.get_pkgconfig_variable('prefix'))
|
||||||
|
else
|
||||||
|
- config_h.set_quoted('POLKIT_PACKAGE_PREFIX', '/usr')
|
||||||
|
+ config_h.set_quoted('POLKIT_PACKAGE_PREFIX', '@polkit@')
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
|
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
|
||||||
index e7a4a059a..0a8f8b7c6 100644
|
index 44e5183ec..e725845e4 100644
|
||||||
--- a/src/devices/nm-device.c
|
--- a/src/devices/nm-device.c
|
||||||
+++ b/src/devices/nm-device.c
|
+++ b/src/devices/nm-device.c
|
||||||
@@ -13179,14 +13179,14 @@ nm_device_start_ip_check (NMDevice *self)
|
@@ -13493,14 +13493,14 @@ nm_device_start_ip_check (NMDevice *self)
|
||||||
gw = nm_ip4_config_best_default_route_get (priv->ip_config_4);
|
gw = nm_ip4_config_best_default_route_get (priv->ip_config_4);
|
||||||
if (gw) {
|
if (gw) {
|
||||||
nm_utils_inet4_ntop (NMP_OBJECT_CAST_IP4_ROUTE (gw)->gateway, buf);
|
_nm_utils_inet4_ntop (NMP_OBJECT_CAST_IP4_ROUTE (gw)->gateway, buf);
|
||||||
- ping_binary = nm_utils_find_helper ("ping", "/usr/bin/ping", NULL);
|
- ping_binary = nm_utils_find_helper ("ping", "/usr/bin/ping", NULL);
|
||||||
+ ping_binary = "@iputils@/bin/ping";
|
+ ping_binary = "@iputils@/bin/ping";
|
||||||
log_domain = LOGD_IP4;
|
log_domain = LOGD_IP4;
|
||||||
@ -76,14 +89,14 @@ index e7a4a059a..0a8f8b7c6 100644
|
|||||||
} else if (priv->ip_config_6 && priv->ip_state_6 == NM_DEVICE_IP_STATE_DONE) {
|
} else if (priv->ip_config_6 && priv->ip_state_6 == NM_DEVICE_IP_STATE_DONE) {
|
||||||
gw = nm_ip6_config_best_default_route_get (priv->ip_config_6);
|
gw = nm_ip6_config_best_default_route_get (priv->ip_config_6);
|
||||||
if (gw) {
|
if (gw) {
|
||||||
nm_utils_inet6_ntop (&NMP_OBJECT_CAST_IP6_ROUTE (gw)->gateway, buf);
|
_nm_utils_inet6_ntop (&NMP_OBJECT_CAST_IP6_ROUTE (gw)->gateway, buf);
|
||||||
- ping_binary = nm_utils_find_helper ("ping6", "/usr/bin/ping6", NULL);
|
- ping_binary = nm_utils_find_helper ("ping6", "/usr/bin/ping6", NULL);
|
||||||
+ ping_binary = "@iputils@/bin/ping";
|
+ ping_binary = "@iputils@/bin/ping";
|
||||||
log_domain = LOGD_IP6;
|
log_domain = LOGD_IP6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
diff --git a/src/nm-core-utils.c b/src/nm-core-utils.c
|
diff --git a/src/nm-core-utils.c b/src/nm-core-utils.c
|
||||||
index fb92289f0..c91b27b09 100644
|
index 415e1dc41..995eb6ecf 100644
|
||||||
--- a/src/nm-core-utils.c
|
--- a/src/nm-core-utils.c
|
||||||
+++ b/src/nm-core-utils.c
|
+++ b/src/nm-core-utils.c
|
||||||
@@ -336,7 +336,7 @@ nm_utils_modprobe (GError **error, gboolean suppress_error_logging, const char *
|
@@ -336,7 +336,7 @@ nm_utils_modprobe (GError **error, gboolean suppress_error_logging, const char *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user