about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-02-14 19:26:53 +0100
committerMichael Biebl <biebl@debian.org>2022-02-14 19:32:10 +0100
commit1cffbf2058c05e229708d3a71aeaa2e1b939ecf6 (patch)
tree03e3abe082685fc2a620b4a4b32f78f9c46b7a0e
parent8d63476ec2f81c3604bdf75935b949a49a489fdf (diff)
Rebase patches
-rw-r--r--debian/patches/Force-online-state-with-unmanaged-devices.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/patches/Force-online-state-with-unmanaged-devices.patch b/debian/patches/Force-online-state-with-unmanaged-devices.patch
index bd8cad96..e009f715 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/core/nm-manager.c b/src/core/nm-manager.c
-index 3c9660c..62ffdd0 100644
+index b440b22..9b1057f 100644
 --- a/src/core/nm-manager.c
 +++ b/src/core/nm-manager.c
 @@ -51,6 +51,8 @@
@@ -73,8 +73,8 @@ index 3c9660c..62ffdd0 100644
      if (new_state >= NM_STATE_CONNECTED_LOCAL && priv->connectivity_state == NM_CONNECTIVITY_FULL) {
          new_state = NM_STATE_CONNECTED_GLOBAL;
      }
-@@ -6671,6 +6701,62 @@ impl_manager_set_logging(NMDBusObject *                     obj,
-         g_dbus_method_invocation_return_value(invocation, NULL);
+@@ -6673,6 +6703,62 @@ impl_manager_get_logging(NMDBusObject                      *obj,
+         g_variant_new("(ss)", nm_logging_level_to_string(), nm_logging_domains_to_string()));
  }
  
 +static void
@@ -133,10 +133,10 @@ index 3c9660c..62ffdd0 100644
 +    }
 +}
 +
- static void
- impl_manager_get_logging(NMDBusObject *                     obj,
-                          const NMDBusInterfaceInfoExtended *interface_info,
-@@ -6999,6 +7085,9 @@ nm_manager_start(NMManager *self, GError **error)
+ typedef struct {
+     NMManager             *self;
+     GDBusMethodInvocation *context;
+@@ -6987,6 +7073,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 3c9660c..62ffdd0 100644
      return TRUE;
  }
  
-@@ -7979,6 +8068,22 @@ nm_manager_init(NMManager *self)
+@@ -7967,6 +8056,22 @@ nm_manager_init(NMManager *self)
          _LOGW(LOGD_CORE, "failed to monitor kernel firmware directory '%s'.", KERNEL_FIRMWARE_DIR);
      }
  
@@ -169,7 +169,7 @@ index 3c9660c..62ffdd0 100644
      /* Update timestamps in active connections */
      priv->timestamp_update_id =
          g_timeout_add_seconds(300,
-@@ -8262,6 +8367,16 @@ dispose(GObject *object)
+@@ -8252,6 +8357,16 @@ dispose(GObject *object)
          g_clear_object(&priv->fw_monitor);
      }