diff options
| author | Michael Biebl <biebl@debian.org> | 2018-05-11 22:11:21 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-05-11 22:11:21 +0200 |
| commit | b2bc2f050c2e92c6f87ba8d0abe9b70f7e7f0152 (patch) | |
| tree | 2afd5a3bf55360652fbcf56522eb2b2f7120591a | |
| parent | 7be9f03a25341e09f27559faa37e68cc085896e2 (diff) | |
Rebase patches
| -rw-r--r-- | debian/patches/Force-online-state-with-unmanaged-devices.patch | 14 | ||||
| -rw-r--r-- | debian/patches/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/debian/patches/Force-online-state-with-unmanaged-devices.patch b/debian/patches/Force-online-state-with-unmanaged-devices.patch index 508afede..649b8bd0 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, 117 insertions(+) diff --git a/src/nm-manager.c b/src/nm-manager.c -index 8391dbf..e60b6c6 100644 +index f3bbebd..1c24c6f 100644 --- a/src/nm-manager.c +++ b/src/nm-manager.c @@ -62,6 +62,8 @@ @@ -35,7 +35,7 @@ index 8391dbf..e60b6c6 100644 guint timestamp_update_id; guint devices_inited_id; -@@ -1124,6 +1130,29 @@ find_best_device_state (NMManager *manager) +@@ -1125,6 +1131,29 @@ find_best_device_state (NMManager *manager) return best_state; } @@ -65,7 +65,7 @@ index 8391dbf..e60b6c6 100644 static void nm_manager_update_metered (NMManager *self) { -@@ -1162,6 +1191,9 @@ nm_manager_update_state (NMManager *manager) +@@ -1163,6 +1192,9 @@ nm_manager_update_state (NMManager *manager) else new_state = find_best_device_state (manager); @@ -75,7 +75,7 @@ index 8391dbf..e60b6c6 100644 if ( new_state >= NM_STATE_CONNECTED_LOCAL && priv->connectivity_state == NM_CONNECTIVITY_FULL) { new_state = NM_STATE_CONNECTED_GLOBAL; -@@ -5421,6 +5453,62 @@ impl_manager_check_connectivity (NMManager *self, +@@ -5464,6 +5496,62 @@ impl_manager_check_connectivity (NMManager *self, nm_auth_chain_add_call (chain, NM_AUTH_PERMISSION_NETWORK_CONTROL, TRUE); } @@ -138,7 +138,7 @@ index 8391dbf..e60b6c6 100644 static void start_factory (NMDeviceFactory *factory, gpointer user_data) { -@@ -5572,6 +5660,9 @@ nm_manager_start (NMManager *self, GError **error) +@@ -5615,6 +5703,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); @@ -148,7 +148,7 @@ index 8391dbf..e60b6c6 100644 return TRUE; } -@@ -6567,6 +6658,22 @@ nm_manager_init (NMManager *self) +@@ -6610,6 +6701,22 @@ nm_manager_init (NMManager *self) KERNEL_FIRMWARE_DIR); } @@ -171,7 +171,7 @@ index 8391dbf..e60b6c6 100644 /* Update timestamps in active connections */ priv->timestamp_update_id = g_timeout_add_seconds (300, (GSourceFunc) periodic_update_active_connection_timestamps, self); -@@ -6849,6 +6956,16 @@ dispose (GObject *object) +@@ -6892,6 +6999,16 @@ dispose (GObject *object) g_clear_object (&priv->fw_monitor); } diff --git a/debian/patches/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch b/debian/patches/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch index 7e520d91..357d427a 100644 --- a/debian/patches/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch +++ b/debian/patches/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch @@ -90,7 +90,7 @@ index 2ddc7bc..a741c6e 100644 if HAVE_INTROSPECTION diff --git a/configure.ac b/configure.ac -index 8a066ad..6f561e2 100644 +index 86ce219..a9fb1db 100644 --- a/configure.ac +++ b/configure.ac @@ -322,9 +322,12 @@ GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32 -DGLIB_V |