diff options
| author | Michael Biebl <biebl@debian.org> | 2020-05-08 21:43:24 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-05-08 21:43:24 +0200 |
| commit | cb94ce22e54c7ce02c283d43d6927e1ea8eb11a9 (patch) | |
| tree | 92cc1285fefe6852f5fe72f10a6d9f9b0ac7d259 | |
| parent | ec39fdcc3a2c52151833b393e2e625bbd6084db9 (diff) | |
Rebase patches
| -rw-r--r-- | debian/patches/Force-online-state-with-unmanaged-devices.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/Force-online-state-with-unmanaged-devices.patch b/debian/patches/Force-online-state-with-unmanaged-devices.patch index e095a4bd..776e9a95 100644 --- a/debian/patches/Force-online-state-with-unmanaged-devices.patch +++ b/debian/patches/Force-online-state-with-unmanaged-devices.patch @@ -12,7 +12,7 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512286 1 file changed, 115 insertions(+) diff --git a/src/nm-manager.c b/src/nm-manager.c -index 1f3ba1f..f449a41 100644 +index bbe5012..b303ec4 100644 --- a/src/nm-manager.c +++ b/src/nm-manager.c @@ -52,6 +52,8 @@ @@ -73,7 +73,7 @@ index 1f3ba1f..f449a41 100644 if ( new_state >= NM_STATE_CONNECTED_LOCAL && priv->connectivity_state == NM_CONNECTIVITY_FULL) { new_state = NM_STATE_CONNECTED_GLOBAL; -@@ -6495,6 +6525,62 @@ impl_manager_check_connectivity (NMDBusObject *obj, +@@ -6534,6 +6564,62 @@ impl_manager_check_connectivity (NMDBusObject *obj, nm_auth_chain_add_call (chain, NM_AUTH_PERMISSION_NETWORK_CONTROL, TRUE); } @@ -136,7 +136,7 @@ index 1f3ba1f..f449a41 100644 static void start_factory (NMDeviceFactory *factory, gpointer user_data) { -@@ -6676,6 +6762,9 @@ nm_manager_start (NMManager *self, GError **error) +@@ -6715,6 +6801,9 @@ nm_manager_start (NMManager *self, GError **error) nm_clear_g_source (&priv->devices_inited_id); priv->devices_inited_id = g_idle_add_full (G_PRIORITY_LOW + 10, devices_inited_cb, self, NULL); @@ -146,7 +146,7 @@ index 1f3ba1f..f449a41 100644 return TRUE; } -@@ -7523,6 +7612,22 @@ nm_manager_init (NMManager *self) +@@ -7562,6 +7651,22 @@ nm_manager_init (NMManager *self) KERNEL_FIRMWARE_DIR); } @@ -169,7 +169,7 @@ index 1f3ba1f..f449a41 100644 /* Update timestamps in active connections */ priv->timestamp_update_id = g_timeout_add_seconds (300, (GSourceFunc) periodic_update_active_connection_timestamps, self); -@@ -7802,6 +7907,16 @@ dispose (GObject *object) +@@ -7841,6 +7946,16 @@ dispose (GObject *object) g_clear_object (&priv->fw_monitor); } |