about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-11-10 19:03:22 +0100
committerMichael Biebl <biebl@debian.org>2017-11-10 19:03:22 +0100
commit736bd44c569cb4a512058d0045d3aa94694dad30 (patch)
tree017cf5bd551d8f59287ca1ee3a97b8a7104f44f9
parentb99362ff5cf36a2ca15da6adedcf34e75170cbf2 (diff)
Rebase patches
-rw-r--r--debian/patches/Don-t-make-NetworkManager-D-Bus-activatable.patch4
-rw-r--r--debian/patches/Force-online-state-with-unmanaged-devices.patch10
-rw-r--r--debian/patches/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch4
3 files changed, 9 insertions, 9 deletions
diff --git a/debian/patches/Don-t-make-NetworkManager-D-Bus-activatable.patch b/debian/patches/Don-t-make-NetworkManager-D-Bus-activatable.patch
index d84649ea..cb3fe561 100644
--- a/debian/patches/Don-t-make-NetworkManager-D-Bus-activatable.patch
+++ b/debian/patches/Don-t-make-NetworkManager-D-Bus-activatable.patch
@@ -10,10 +10,10 @@ to be autostarted by a client request.
  2 files changed, 6 deletions(-)
 
 diff --git a/Makefile.am b/Makefile.am
-index cda851a..8b1d8bb 100644
+index 0cc4d7f..b1b63d4 100644
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -3686,11 +3686,6 @@ endif
+@@ -3687,11 +3687,6 @@ endif
  data/NetworkManager-dispatcher.service: $(srcdir)/data/NetworkManager-dispatcher.service.in
  	$(AM_V_GEN) $(data_edit) $< >$@
  
diff --git a/debian/patches/Force-online-state-with-unmanaged-devices.patch b/debian/patches/Force-online-state-with-unmanaged-devices.patch
index 238f3de2..62878813 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 3b2b486..5188806 100644
+index 2766e86..a14c0aa 100644
 --- a/src/nm-manager.c
 +++ b/src/nm-manager.c
 @@ -62,6 +62,8 @@
@@ -75,7 +75,7 @@ index 3b2b486..5188806 100644
  	if (   new_state >= NM_STATE_CONNECTED_LOCAL
  	    && priv->connectivity_state == NM_CONNECTIVITY_FULL) {
  		new_state = NM_STATE_CONNECTED_GLOBAL;
-@@ -5114,6 +5146,62 @@ impl_manager_check_connectivity (NMManager *self,
+@@ -5090,6 +5122,62 @@ impl_manager_check_connectivity (NMManager *self,
  	nm_auth_chain_add_call (chain, NM_AUTH_PERMISSION_NETWORK_CONTROL, TRUE);
  }
  
@@ -138,7 +138,7 @@ index 3b2b486..5188806 100644
  static void
  start_factory (NMDeviceFactory *factory, gpointer user_data)
  {
-@@ -5256,6 +5344,9 @@ nm_manager_start (NMManager *self, GError **error)
+@@ -5232,6 +5320,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 3b2b486..5188806 100644
  	return TRUE;
  }
  
-@@ -6252,6 +6343,22 @@ nm_manager_init (NMManager *self)
+@@ -6228,6 +6319,22 @@ nm_manager_init (NMManager *self)
  		       KERNEL_FIRMWARE_DIR);
  	}
  
@@ -171,7 +171,7 @@ index 3b2b486..5188806 100644
  	/* Update timestamps in active connections */
  	priv->timestamp_update_id = g_timeout_add_seconds (300, (GSourceFunc) periodic_update_active_connection_timestamps, self);
  
-@@ -6513,6 +6620,16 @@ dispose (GObject *object)
+@@ -6489,6 +6596,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 91402e59..c7219064 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
@@ -54,7 +54,7 @@ After:
  create mode 100644 libnm/fake-typelib/typelibs.gresource.xml
 
 diff --git a/Makefile.am b/Makefile.am
-index 8b1d8bb..6d34487 100644
+index b1b63d4..4fb8f5a 100644
 --- a/Makefile.am
 +++ b/Makefile.am
 @@ -858,6 +858,7 @@ nodist_libnminclude_HEADERS += \
@@ -90,7 +90,7 @@ index 8b1d8bb..6d34487 100644
  
  if HAVE_INTROSPECTION
 diff --git a/configure.ac b/configure.ac
-index 3e41314..4f618fd 100644
+index f8dcd13..f2e0cd2 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