summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/networkmanager/networkmanager
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-11-06 23:06:51 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-22 13:38:21 +0100
commit71a05ec0040b2f873a1ebc9c3ab503f5f1303e14 (patch)
tree6a677cbe485e4d560e008708a055d6270310f74f /meta-oe/recipes-connectivity/networkmanager/networkmanager
parenta7ecdec5200f2e469edb429d14489f65910a16fb (diff)
downloadmeta-openembedded-71a05ec0040b2f873a1ebc9c3ab503f5f1303e14.tar.gz
networkmanager: update to 1.4.2
* could not find out what made md5 change for docs/api/html/license.html but checked: it is still GPLv2 * all traces to libgcrypt are gone -> remove 0002-add-pkg-config-for-libgcrypt.patch * upstream sets up service same as in 0002-networkmanager-fixed-issues-of-NetworkManager-wait-o.patch * patches 0003.. 0004.. 0005.. were not used -> remove Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/networkmanager/networkmanager')
-rw-r--r--meta-oe/recipes-connectivity/networkmanager/networkmanager/0002-Fix-nm-version-macro-includes.patch (renamed from meta-oe/recipes-connectivity/networkmanager/networkmanager/0006-Fix-nm-version-macro-includes.patch)0
-rw-r--r--meta-oe/recipes-connectivity/networkmanager/networkmanager/0002-add-pkg-config-for-libgcrypt.patch41
-rw-r--r--meta-oe/recipes-connectivity/networkmanager/networkmanager/0002-networkmanager-fixed-issues-of-NetworkManager-wait-o.patch44
-rw-r--r--meta-oe/recipes-connectivity/networkmanager/networkmanager/0003-core-fix-failure-to-configure-routes-due-to-wrong-de.patch54
-rw-r--r--meta-oe/recipes-connectivity/networkmanager/networkmanager/0004-ppp-manager-clear-ppp_watch_id-upon-pppd-termination.patch29
-rw-r--r--meta-oe/recipes-connectivity/networkmanager/networkmanager/0005-device-update-ip_iface-only-if-IP-interface-exists.patch45
6 files changed, 0 insertions, 213 deletions
diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager/0006-Fix-nm-version-macro-includes.patch b/meta-oe/recipes-connectivity/networkmanager/networkmanager/0002-Fix-nm-version-macro-includes.patch
index aa57c832c..aa57c832c 100644
--- a/meta-oe/recipes-connectivity/networkmanager/networkmanager/0006-Fix-nm-version-macro-includes.patch
+++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager/0002-Fix-nm-version-macro-includes.patch
diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager/0002-add-pkg-config-for-libgcrypt.patch b/meta-oe/recipes-connectivity/networkmanager/networkmanager/0002-add-pkg-config-for-libgcrypt.patch
deleted file mode 100644
index bb95eaaa4..000000000
--- a/meta-oe/recipes-connectivity/networkmanager/networkmanager/0002-add-pkg-config-for-libgcrypt.patch
+++ /dev/null
@@ -1,41 +0,0 @@
1From a9261fee4a41045c42e0d292237cee532e11982c Mon Sep 17 00:00:00 2001
2From: Adrian <adrian.freihofer@gmail.com>
3Date: Thu, 27 Nov 2014 15:43:26 +0100
4Subject: [PATCH] add pkg config for libgcrypt
5
6---
7 configure.ac | 18 +++++++-----------
8 1 file changed, 7 insertions(+), 11 deletions(-)
9
10diff --git a/configure.ac b/configure.ac
11index 94b0758..654a015 100644
12--- a/configure.ac
13+++ b/configure.ac
14@@ -480,17 +480,13 @@ if test x"$ac_crypto" = xnss; then
15 with_nss=yes
16 elif test x"$ac_crypto" = xgnutls; then
17 PKG_CHECK_MODULES(GNUTLS, [gnutls >= 1.2])
18- AC_PATH_PROG(LIBGCRYPT_CONFIG, libgcrypt-config, no)
19- if test x"$LIBGCRYPT_CONFIG" = xno; then
20- AC_MSG_ERROR([gnutls explicitly requested but gcrypt not found on system])
21- else
22- AC_DEFINE(HAVE_GNUTLS, 1, [Define if you have libgnutls])
23- LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
24- LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
25- AC_SUBST(LIBGCRYPT_CFLAGS)
26- AC_SUBST(LIBGCRYPT_LIBS)
27- with_gnutls=yes
28- fi
29+ AC_DEFINE(HAVE_GNUTLS, 1, [Define if you have libgnutls])
30+ PKG_CHECK_MODULES(LIBGCRYPT, [libgcrypt >= 1.1.42], [
31+ AC_DEFINE(HAVE_GCRYPT, 1, [Define if gcrypt library is available.])
32+ with_gnutls=yes
33+ ], [
34+ AC_MSG_ERROR([gnutls explicitly requested but gcrypt not found on system])
35+ ])
36 else
37 AC_MSG_ERROR([Please choose either 'nss' or 'gnutls' for certificate and crypto operations])
38 fi
39--
401.9.1
41
diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager/0002-networkmanager-fixed-issues-of-NetworkManager-wait-o.patch b/meta-oe/recipes-connectivity/networkmanager/networkmanager/0002-networkmanager-fixed-issues-of-NetworkManager-wait-o.patch
deleted file mode 100644
index 4eb9e2168..000000000
--- a/meta-oe/recipes-connectivity/networkmanager/networkmanager/0002-networkmanager-fixed-issues-of-NetworkManager-wait-o.patch
+++ /dev/null
@@ -1,44 +0,0 @@
1From 0690452b863286e524d2037427816b7850301f93 Mon Sep 17 00:00:00 2001
2From: Haiqing Bai <Haiqing.Bai@windriver.com>
3Date: Tue, 6 Sep 2016 09:27:38 +0800
4Subject: [PATCH] networkmanager: fixed issues of
5 NetworkManager-wait-online.service.in.
6
7Remove network.target in "Before" to avoid circle dependency.
8Wants=network.target
9Before=network.target network-online.target
10
11Correct the "WantedBy" to network-online.target.
12
13Upstream-status: Pending
14
15Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com>
16---
17 data/NetworkManager-wait-online.service.in | 7 ++++---
18 1 file changed, 4 insertions(+), 3 deletions(-)
19
20diff --git a/data/NetworkManager-wait-online.service.in b/data/NetworkManager-wait-online.service.in
21index 6ad6942..1753d20 100644
22--- a/data/NetworkManager-wait-online.service.in
23+++ b/data/NetworkManager-wait-online.service.in
24@@ -1,13 +1,14 @@
25 [Unit]
26 Description=Network Manager Wait Online
27+Documentation=man:nm-online(1)
28 Requisite=NetworkManager.service
29 After=NetworkManager.service
30-Wants=network.target
31-Before=network.target network-online.target
32+Before=network-online.target
33
34 [Service]
35 Type=oneshot
36 ExecStart=@bindir@/nm-online -s -q --timeout=30
37+RemainAfterExit=yes
38
39 [Install]
40-WantedBy=multi-user.target
41+WantedBy=network-online.target
42--
431.9.1
44
diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager/0003-core-fix-failure-to-configure-routes-due-to-wrong-de.patch b/meta-oe/recipes-connectivity/networkmanager/networkmanager/0003-core-fix-failure-to-configure-routes-due-to-wrong-de.patch
deleted file mode 100644
index 5da536e68..000000000
--- a/meta-oe/recipes-connectivity/networkmanager/networkmanager/0003-core-fix-failure-to-configure-routes-due-to-wrong-de.patch
+++ /dev/null
@@ -1,54 +0,0 @@
1From 11aa07ed939193e85516c287a57dee1837242972 Mon Sep 17 00:00:00 2001
2From: Thomas Haller <thaller@redhat.com>
3Date: Mon, 4 Jan 2016 18:54:26 +0100
4Subject: [PATCH 1/7] core: fix failure to configure routes due to wrong
5 device-route for IPv4 peer-addresses
6
7As in the case of a OpenVPN connection, we might add an address like:
8 10.8.0.58/32 ptp 10.8.0.57
9
10In this case, kernel would automatically add a device-route like:
11 10.8.0.57/32 via 0.0.0.0 dev 32 metric 0 mss 0 src rtprot-kernel scope link pref-src 10.8.0.58
12
13nm_ip4_config_commit() checks all IP addresses to figure out
14the present device-routes. Then the routes are synced by NMRouteManager.
15Due to a bug, we would not consider the peer-address, but the local-address
16and configure a route 10.8.0.58/32, instead of 10.8.0.57/32.
17
18That stays mostly unnoticed, because usually the peer and the local-address are
19in the same subnet, so that there is no difference (/32 is an example of the
20peer-address being in a different subnet).
21
22It also seems that due to a bug fixed by df4e5357521 this issue didn't surface.
23Probably because we would not notice the 10.8.0.57/32 right away and thus
24nm_route_manager_ip4_route_sync() would not wrongly delete it.
25
26https://bugzilla.gnome.org/show_bug.cgi?id=759892
27
28https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809195
29https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809494
30https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809526
31https://bugs.archlinux.org/task/47535
32https://bugzilla.redhat.com/show_bug.cgi?id=1294309
33https://mail.gnome.org/archives/networkmanager-list/2015-December/msg00059.html
34---
35 src/nm-ip4-config.c | 3 ++-
36 1 file changed, 2 insertions(+), 1 deletion(-)
37
38diff --git a/src/nm-ip4-config.c b/src/nm-ip4-config.c
39index f625d35..61e29af 100644
40--- a/src/nm-ip4-config.c
41+++ b/src/nm-ip4-config.c
42@@ -298,7 +298,8 @@ nm_ip4_config_commit (const NMIP4Config *config, int ifindex, gboolean routes_fu
43
44 route.ifindex = ifindex;
45 route.source = NM_IP_CONFIG_SOURCE_KERNEL;
46- route.network = nm_utils_ip4_address_clear_host_address (addr->address, addr->plen);
47+ route.network = nm_utils_ip4_address_clear_host_address (addr->peer_address ? : addr->address,
48+ addr->plen);
49 route.plen = addr->plen;
50 route.pref_src = addr->address;
51 route.metric = default_route_metric;
52--
532.5.0
54
diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager/0004-ppp-manager-clear-ppp_watch_id-upon-pppd-termination.patch b/meta-oe/recipes-connectivity/networkmanager/networkmanager/0004-ppp-manager-clear-ppp_watch_id-upon-pppd-termination.patch
deleted file mode 100644
index 41f288281..000000000
--- a/meta-oe/recipes-connectivity/networkmanager/networkmanager/0004-ppp-manager-clear-ppp_watch_id-upon-pppd-termination.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From 8204c2a1968f757599c5ebec9a85efaacb0e522a Mon Sep 17 00:00:00 2001
2From: Beniamino Galvani <bgalvani@redhat.com>
3Date: Mon, 4 Jan 2016 14:18:02 +0100
4Subject: [PATCH 2/7] ppp-manager: clear @ppp_watch_id upon pppd termination
5
6Set @ppp_watch_id to zero upon pppd termination, otherwise the call to
7g_source_remove(priv->ppp_watch_id) in dispose() could trigger a failed
8assertion.
9
10(cherry picked from commit 5f93f0101538db39efe0f9ea2316e63bff953bf0)
11---
12 src/ppp-manager/nm-ppp-manager.c | 1 +
13 1 file changed, 1 insertion(+)
14
15diff --git a/src/ppp-manager/nm-ppp-manager.c b/src/ppp-manager/nm-ppp-manager.c
16index d27b262..85ca9c5 100644
17--- a/src/ppp-manager/nm-ppp-manager.c
18+++ b/src/ppp-manager/nm-ppp-manager.c
19@@ -828,6 +828,7 @@ ppp_watch_cb (GPid pid, gint status, gpointer user_data)
20
21 nm_log_dbg (LOGD_PPP, "pppd pid %d cleaned up", priv->pid);
22 priv->pid = 0;
23+ priv->ppp_watch_id = 0;
24 g_signal_emit (manager, signals[STATE_CHANGED], 0, NM_PPP_STATUS_DEAD);
25 }
26
27--
282.5.0
29
diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager/0005-device-update-ip_iface-only-if-IP-interface-exists.patch b/meta-oe/recipes-connectivity/networkmanager/networkmanager/0005-device-update-ip_iface-only-if-IP-interface-exists.patch
deleted file mode 100644
index 05c2dca00..000000000
--- a/meta-oe/recipes-connectivity/networkmanager/networkmanager/0005-device-update-ip_iface-only-if-IP-interface-exists.patch
+++ /dev/null
@@ -1,45 +0,0 @@
1From cbcb848e6d4f4e8c4aa11c80f1f3dbb7fb2d397e Mon Sep 17 00:00:00 2001
2From: Beniamino Galvani <bgalvani@redhat.com>
3Date: Mon, 4 Jan 2016 14:22:01 +0100
4Subject: [PATCH 3/7] device: update @ip_iface only if IP interface exists
5
6If @ip_ifindex is zero, the IP interface has disappeared and
7there's no point in updating @ip_iface.
8
9Actually, unconditionally updating @ip_iface is dangerous because it
10breaks the assumption used by other functions (as
11nm_device_get_ip_ifindex()) that a non-NULL @ip_iface implies a valid
12@ip_ifindex. This was causing the scary failure:
13
14 devices/nm-device.c:666:get_ip_iface_identifier: assertion failed: (ifindex)
15
16https://bugzilla.redhat.com/show_bug.cgi?id=1268617
17(cherry picked from commit ed536998f9530698ff3082fc5587dbeb7d3a594f)
18---
19 src/devices/nm-device.c | 7 ++++---
20 1 file changed, 4 insertions(+), 3 deletions(-)
21
22diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
23index bb39ca5..4413e92 100644
24--- a/src/devices/nm-device.c
25+++ b/src/devices/nm-device.c
26@@ -1526,12 +1526,13 @@ device_ip_link_changed (NMDevice *self)
27 {
28 NMDevicePrivate *priv = NM_DEVICE_GET_PRIVATE (self);
29 const NMPlatformLink *pllink;
30- int ip_ifindex;
31
32 priv->device_ip_link_changed_id = 0;
33
34- ip_ifindex = nm_device_get_ip_ifindex (self);
35- pllink = nm_platform_link_get (NM_PLATFORM_GET, ip_ifindex);
36+ if (!priv->ip_ifindex)
37+ return G_SOURCE_REMOVE;
38+
39+ pllink = nm_platform_link_get (NM_PLATFORM_GET, priv->ip_ifindex);
40 if (!pllink)
41 return G_SOURCE_REMOVE;
42
43--
442.5.0
45