-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
networkmanager: upgrade 1.28.0 -> 1.30.2
Upgrade to release 1.30.2: - 0004-fix_reallocarray_check.patch removed because the current version of nm already includes boths malloc.h and stdlib.h - musl/0002-Fix-build-with-musl.patch removed because the commit c50da167bc of nm solves the build issue with musl - musl/0001-Fix-build-with-musl-systemd-specific.patch modified to avoid conflicts when applied to current version of nm - musl/0003-Fix-build-with-musl-systemd-specific.patch renamed to musl/0002-Fix-build-with-musl-systemd-specific.patch and modified to avoid conflicts when applied to current version of nm Signed-off-by: Vinicius Aquino <voa.aquino@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Loading branch information
Showing
7 changed files
with
59 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
...king/recipes-connectivity/networkmanager/networkmanager/0004-fix_reallocarray_check.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
...tivity/networkmanager/networkmanager/musl/0002-Fix-build-with-musl-systemd-specific.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 7d9a11a17da425d106791ada7100d7a6559e6065 Mon Sep 17 00:00:00 2001 | ||
From: Adrian Freihofer <adrian.freihofer@siemens.com> | ||
Date: Sat, 7 Mar 2020 14:24:01 +0100 | ||
Subject: [PATCH 2/2] Fix build with musl - systemd specific | ||
|
||
--- | ||
src/core/systemd/src/libsystemd-network/sd-dhcp6-client.c | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
diff --git a/src/core/systemd/src/libsystemd-network/sd-dhcp6-client.c b/src/core/systemd/src/libsystemd-network/sd-dhcp6-client.c | ||
index 3fafd3c0e..79d6096c2 100644 | ||
--- a/src/core/systemd/src/libsystemd-network/sd-dhcp6-client.c | ||
+++ b/src/core/systemd/src/libsystemd-network/sd-dhcp6-client.c | ||
@@ -8,7 +8,9 @@ | ||
#include <errno.h> | ||
#include <sys/ioctl.h> | ||
#if 0 /* NM_IGNORED */ | ||
+#ifdef __GLIBC__ /* musl supplies full set of userspace headers */ | ||
#include <linux/if_arp.h> | ||
+#endif | ||
#else /* NM_IGNORED */ | ||
#include <net/if_arp.h> | ||
#endif /* NM_IGNORED */ | ||
-- | ||
2.20.1 | ||
|
121 changes: 0 additions & 121 deletions
121
...ng/recipes-connectivity/networkmanager/networkmanager/musl/0002-Fix-build-with-musl.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.