summaryrefslogtreecommitdiff
path: root/user/networkmanager/musl.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-12 05:52:16 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-12 05:52:16 +0000
commitd77fd44e3593c9b42e5acae39f15768f46628217 (patch)
tree172bafc8779f3171a4b5309dad543596597264a9 /user/networkmanager/musl.patch
parentad3cec15a18733829eea71a9b53167ea8a04c7f1 (diff)
downloadpackages-d77fd44e3593c9b42e5acae39f15768f46628217.tar.gz
packages-d77fd44e3593c9b42e5acae39f15768f46628217.tar.bz2
packages-d77fd44e3593c9b42e5acae39f15768f46628217.tar.xz
packages-d77fd44e3593c9b42e5acae39f15768f46628217.zip
user/networkmanager: Bump to 1.22.0
Diffstat (limited to 'user/networkmanager/musl.patch')
-rw-r--r--user/networkmanager/musl.patch38
1 files changed, 19 insertions, 19 deletions
diff --git a/user/networkmanager/musl.patch b/user/networkmanager/musl.patch
index d8e9fdab2..ddf86390f 100644
--- a/user/networkmanager/musl.patch
+++ b/user/networkmanager/musl.patch
@@ -36,7 +36,7 @@ diff --git a/shared/systemd/src/basic/util.h b/shared/systemd/src/basic/util.h
index 25e6ab8..7967e8a 100644
--- a/shared/systemd/src/basic/util.h
+++ b/shared/systemd/src/basic/util.h
-@@ -46,6 +46,12 @@ static inline unsigned u64log2(uint64_t n) {
+@@ -30,6 +30,12 @@ static inline unsigned u64log2(uint64_t n) {
#endif
}
@@ -53,7 +53,7 @@ diff --git a/libnm-core/nm-utils.h b/libnm-core/nm-utils.h
index 2b5baba..976850c 100644
--- a/libnm-core/nm-utils.h
+++ b/libnm-core/nm-utils.h
-@@ -29,7 +29,11 @@
+@@ -15,7 +15,11 @@
#include <netinet/in.h>
/* For ETH_ALEN and INFINIBAND_ALEN */
@@ -85,7 +85,7 @@ diff --git a/src/platform/wifi/nm-wifi-utils.h b/src/platform/wifi/nm-wifi-utils
index 36148b5..d282eb2 100644
--- a/src/platform/wifi/nm-wifi-utils.h
+++ b/src/platform/wifi/nm-wifi-utils.h
-@@ -21,7 +21,11 @@
+@@ -7,7 +7,11 @@
#ifndef __WIFI_UTILS_H__
#define __WIFI_UTILS_H__
@@ -101,7 +101,7 @@ diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 7514fa7..f041382 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
-@@ -31,7 +31,11 @@
+@@ -17,7 +17,11 @@
#include <arpa/inet.h>
#include <fcntl.h>
#include <linux/if_addr.h>
@@ -117,19 +117,19 @@ diff --git a/src/nm-manager.c b/src/nm-manager.c
index 0bf6a75..e392507 100644
--- a/src/nm-manager.c
+++ b/src/nm-manager.c
-@@ -25,6 +25,7 @@
- #include <stdlib.h>
- #include <fcntl.h>
- #include <unistd.h>
+@@ -15,6 +15,7 @@
+ #include <sys/stat.h>
+ #include <sys/sendfile.h>
+ #include <limits.h>
+#include <asm/types.h>
-
- #include "nm-utils/nm-c-list.h"
-
+
+ #include "nm-glib-aux/nm-c-list.h"
+
diff --git a/src/systemd/sd-adapt-core/nm-sd-adapt-core.h b/src/systemd/sd-adapt-core/nm-sd-adapt-core.h
index 8c07c53..d043afc 100644
--- a/src/systemd/sd-adapt-core/nm-sd-adapt-core.h
+++ b/src/systemd/sd-adapt-core/nm-sd-adapt-core.h
-@@ -63,7 +63,7 @@
+@@ -50,7 +50,7 @@
# ifdef HAVE___SECURE_GETENV
# define secure_getenv __secure_getenv
# else
@@ -140,7 +140,7 @@ index 8c07c53..d043afc 100644
--- NetworkManager-1.18.1/src/platform/nm-linux-platform.c.old 2019-04-19 09:31:51.000000000 +0000
+++ NetworkManager-1.18.1/src/platform/nm-linux-platform.c 2019-05-10 07:21:32.665163629 +0000
-@@ -19,6 +19,7 @@
+@@ -6,6 +6,7 @@
#include "nm-default.h"
#include "nm-linux-platform.h"
@@ -148,7 +148,7 @@ index 8c07c53..d043afc 100644
#include <arpa/inet.h>
#include <dlfcn.h>
-@@ -27,7 +28,11 @@
+@@ -14,7 +15,11 @@
#include <libudev.h>
#include <linux/fib_rules.h>
#include <linux/ip.h>
@@ -160,7 +160,7 @@ index 8c07c53..d043afc 100644
#include <linux/if_bridge.h>
#include <linux/if_link.h>
#include <linux/if_tun.h>
-@@ -57,7 +62,6 @@
+@@ -44,7 +49,6 @@
#include "nm-platform-private.h"
#include "wifi/nm-wifi-utils.h"
#include "wifi/nm-wifi-utils-wext.h"
@@ -172,7 +172,7 @@ diff --git a/shared/systemd/src/basic/process-util.c b/shared/systemd/src/basic/
index b0afb5c..f72e346 100644
--- a/shared/systemd/src/basic/process-util.c
+++ b/shared/systemd/src/basic/process-util.c
-@@ -19,6 +19,9 @@
+@@ -17,6 +17,9 @@
#include <sys/wait.h>
#include <syslog.h>
#include <unistd.h>
@@ -182,7 +182,7 @@ index b0afb5c..f72e346 100644
#if 0 /* NM_IGNORED */
#if HAVE_VALGRIND_VALGRIND_H
#include <valgrind/valgrind.h>
-@@ -1105,11 +1108,13 @@ void reset_cached_pid(void) {
+@@ -1123,11 +1126,13 @@ void reset_cached_pid(void) {
cached_pid = CACHED_PID_UNSET;
}
@@ -196,7 +196,7 @@ index b0afb5c..f72e346 100644
pid_t getpid_cached(void) {
static bool installed = false;
-@@ -1138,7 +1143,12 @@ pid_t getpid_cached(void) {
+@@ -1156,7 +1161,12 @@ pid_t getpid_cached(void) {
* only half-documented (glibc doesn't document it but LSB does — though only superficially)
* we'll check for errors only in the most generic fashion possible. */
@@ -213,7 +213,7 @@ index b0afb5c..f72e346 100644
--- NetworkManager-1.20.0/src/systemd/src/libsystemd-network/sd-dhcp6-client.c.old 2019-08-06 10:22:09.000000000 +0000
+++ NetworkManager-1.20.0/src/systemd/src/libsystemd-network/sd-dhcp6-client.c 2019-08-09 05:17:18.249955730 +0000
-@@ -8,7 +8,7 @@
+@@ -7,7 +7,7 @@
#include <errno.h>
#include <string.h>
#include <sys/ioctl.h>