about summary refs log tree commit diff
path: root/shared
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2020-05-30 00:24:45 +0200
committerMichael Biebl <biebl@debian.org>2020-06-21 12:57:23 +0200
commit58a8f6b71c1cbd20fc4b67386ab030252a8cf3b3 (patch)
tree16e649a120dd8788f2be703732390567686133b9 /shared
parent7d3ff20eeaa6c7db2503a0289a210b06030b33c5 (diff)
parent45e8e1149027529194982212c804c0468aa01d98 (diff)
Update upstream source from tag 'upstream/1.24.2'
Update to upstream version '1.24.2'
with Debian dir ccbabe9f55adb82b9a243cc1783c175e85723f60
Diffstat (limited to 'shared')
-rw-r--r--shared/nm-keyfile/nm-keyfile.c3
-rw-r--r--shared/nm-version-macros.h2
-rw-r--r--shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h2
3 files changed, 5 insertions, 2 deletions
diff --git a/shared/nm-keyfile/nm-keyfile.c b/shared/nm-keyfile/nm-keyfile.c
index 879b1b00..00a61d03 100644
--- a/shared/nm-keyfile/nm-keyfile.c
+++ b/shared/nm-keyfile/nm-keyfile.c
@@ -3535,7 +3535,8 @@ nm_keyfile_read (GKeyFile *keyfile,
 			vpn_secrets = TRUE;
 		} else if (NM_STR_HAS_PREFIX (groups[i], NM_KEYFILE_GROUPPREFIX_WIREGUARD_PEER))
 			_read_setting_wireguard_peer (&info);
-		else if (nm_streq (groups[i], NM_KEYFILE_GROUP_NMMETA)) {
+		else if (NM_IN_STRSET (groups[i], NM_KEYFILE_GROUP_NMMETA,
+		                                  ETHERNET_S390_OPTIONS_GROUP_NAME)) {
 			/* pass */
 		} else
 			_read_setting (&info);
diff --git a/shared/nm-version-macros.h b/shared/nm-version-macros.h
index b98a4e1d..4858a066 100644
--- a/shared/nm-version-macros.h
+++ b/shared/nm-version-macros.h
@@ -30,7 +30,7 @@
  * Evaluates to the micro version number of NetworkManager which this source
  * compiled against.
  */
-#define NM_MICRO_VERSION (0)
+#define NM_MICRO_VERSION (2)
 
 /**
  * NM_CHECK_VERSION:
diff --git a/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h b/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h
index 26a043f5..e2378c5b 100644
--- a/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h
+++ b/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h
@@ -70,7 +70,9 @@ G_STMT_START { \
 
 /*****************************************************************************/
 
+#ifndef VALGRIND
 #define VALGRIND 0
+#endif
 
 #define ENABLE_DEBUG_HASHMAP 0