From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 49/80] nfs-utils: upgrade 2.5.1 -> 2.5.2
Date: Mon, 2 Nov 2020 17:48:36 +0100 [thread overview]
Message-ID: <20201102164907.27572-49-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20201102164907.27572-1-alex.kanavin@gmail.com>
Drop chunks from clang-warnings.patch that are merged upstream.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../nfs-utils/nfs-utils/clang-warnings.patch | 45 +++++--------------
...{nfs-utils_2.5.1.bb => nfs-utils_2.5.2.bb} | 2 +-
2 files changed, 11 insertions(+), 36 deletions(-)
rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.5.1.bb => nfs-utils_2.5.2.bb} (98%)
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/clang-warnings.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/clang-warnings.patch
index 20400fef67..fde99b599e 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/clang-warnings.patch
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/clang-warnings.patch
@@ -1,4 +1,7 @@
-Detect warning options during configure
+From 1ab0c326405c6daa06f1a7eb4b0b60bf4e0584c2 Mon Sep 17 00:00:00 2001
+From: Khem Raj <raj.khem@gmail.com>
+Date: Tue, 31 Dec 2019 08:15:34 -0800
+Subject: [PATCH] Detect warning options during configure
Certain options maybe compiler specific therefore its better
to detect them before use.
@@ -12,28 +15,12 @@ Wdiscarded-qualifiers is gcc specific and this is no longer needed
Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---- a/configure.ac
-+++ b/configure.ac
-@@ -599,7 +599,6 @@ my_am_cflags="\
- -Werror=parentheses \
- -Werror=aggregate-return \
- -Werror=unused-result \
-- -Wno-cast-function-type \
- -fno-strict-aliasing \
- "
-
-@@ -619,9 +618,10 @@ CHECK_CCSUPPORT([-Werror=format-overflow
- CHECK_CCSUPPORT([-Werror=int-conversion], [flg2])
- CHECK_CCSUPPORT([-Werror=incompatible-pointer-types], [flg3])
- CHECK_CCSUPPORT([-Werror=misleading-indentation], [flg4])
-+CHECK_CCSUPPORT([-Wno-cast-function-type], [flg5])
- AX_GCC_FUNC_ATTRIBUTE([format])
-
--AC_SUBST([AM_CFLAGS], ["$my_am_cflags $flg1 $flg2 $flg3 $flg4"])
-+AC_SUBST([AM_CFLAGS], ["$my_am_cflags $flg1 $flg2 $flg3 $flg4 $flg5"])
-
- # Make sure that $ACLOCAL_FLAGS are used during a rebuild
- AC_SUBST([ACLOCAL_AMFLAGS], ["-I $ac_macro_dir \$(ACLOCAL_FLAGS)"])
+---
+ support/nfs/xcommon.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/support/nfs/xcommon.c b/support/nfs/xcommon.c
+index 3989f0b..e080423 100644
--- a/support/nfs/xcommon.c
+++ b/support/nfs/xcommon.c
@@ -98,7 +98,10 @@ nfs_error (const char *fmt, ...) {
@@ -47,15 +34,3 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
va_end (args);
free (fmt2);
}
---- a/utils/mount/stropts.c
-+++ b/utils/mount/stropts.c
-@@ -1094,9 +1094,7 @@ static int nfsmount_fg(struct nfsmount_i
- if (nfs_try_mount(mi))
- return EX_SUCCESS;
-
--#pragma GCC diagnostic ignored "-Wdiscarded-qualifiers"
- if (errno == EBUSY && is_mountpoint(mi->node)) {
--#pragma GCC diagnostic warning "-Wdiscarded-qualifiers"
- /*
- * EBUSY can happen when mounting a filesystem that
- * is already mounted or when the context= are
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.2.bb
similarity index 98%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.1.bb
rename to meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.2.bb
index b8ad23a0d8..c7ac67cf31 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.1.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.2.bb
@@ -31,7 +31,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x
file://0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch \
file://clang-warnings.patch \
"
-SRC_URI[sha256sum] = "0f1c8170e16a07d9836bbf0836d48d0c842b6f0e0e8b18748f099751851d30c4"
+SRC_URI[sha256sum] = "d493b81c9d3ffce5d10af701a63ed2b8a21768c23da4a2eceb4d708aea65d9de"
# Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will
# pull in the remainder of the dependencies.
--
2.29.0
next prev parent reply other threads:[~2020-11-02 16:50 UTC|newest]
Thread overview: 89+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
2020-11-02 16:47 ` [PATCH 02/80] spirv-tools: upgrade 2019.5 -> 2020.5 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 03/80] glslang: fix upstream version check Alexander Kanavin
2020-11-02 16:47 ` [PATCH 04/80] glslang: upgrade 8.13.3559 -> 8.13.3743 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 05/80] glslang: bump to a newer commit Alexander Kanavin
2020-11-02 16:47 ` [PATCH 06/80] shaderc: upgrade 2019.0 -> 2020.3 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 07/80] vulkan: update 1.2.135 -> 1.2.154 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 08/80] vulkan-samples: replace vulkan-demos Alexander Kanavin
2020-11-02 16:47 ` [PATCH 09/80] piglit: upgrade to latest revision Alexander Kanavin
2020-11-02 16:47 ` [PATCH 10/80] acpica: upgrade 20200717 -> 20200925 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 11/80] adwaita-icon-theme: upgrade 3.36.1 -> 3.38.0 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 12/80] at-spi2-atk: upgrade 2.34.2 -> 2.38.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 13/80] at-spi2-core: upgrade 2.36.1 " Alexander Kanavin
2020-11-02 16:48 ` [PATCH 14/80] bison: upgrade 3.7.2 -> 3.7.3 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 15/80] createrepo-c: upgrade 0.16.0 -> 0.16.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 16/80] curl: upgrade 7.72.0 -> 7.73.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 17/80] debianutils: upgrade 4.11.1 -> 4.11.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 18/80] dhcpcd: upgrade 9.2.0 -> 9.3.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 19/80] dmidecode: upgrade 3.2 -> 3.3 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 20/80] dnf: upgrade 4.2.23 -> 4.4.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 21/80] ethtool: upgrade 5.8 -> 5.9 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 22/80] expat: upgrade 2.2.9 -> 2.2.10 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 23/80] gcr: upgrade 3.36.0 -> 3.38.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 24/80] glib-networking: upgrade 2.64.3 -> 2.66.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 25/80] gtk+3: upgrade 3.24.22 -> 3.24.23 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 26/80] help2man: upgrade 1.47.15 -> 1.47.16 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 27/80] i2c-tools: upgrade 4.1 -> 4.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 28/80] iw: upgrade 5.8 -> 5.9 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 29/80] kmscube: upgrade to latest revision Alexander Kanavin
2020-11-02 16:48 ` [PATCH 30/80] less: upgrade 562 -> 563 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 31/80] libdnf: upgrade 0.48.0 -> 0.54.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 32/80] libgudev: upgrade 233 -> 234 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 33/80] libinput: upgrade 1.16.1 -> 1.16.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 34/80] libuv: upgrade 1.39.0 -> 1.40.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 35/80] libva: upgrade 2.8.0 -> 2.9.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 36/80] libva-utils: update 2.8.0 -> 2.9.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 37/80] libwpe: upgrade 1.7.1 -> 1.8.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 38/80] libxkbcommon: upgrade 0.10.0 -> 1.0.1 Alexander Kanavin
2020-11-03 20:38 ` [OE-core] " Martin Jansa
2020-11-02 16:48 ` [PATCH 39/80] openssh: upgrade 8.3p1 -> 8.4p1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 40/80] openssl: upgrade 1.1.1g -> 1.1.1h Alexander Kanavin
2020-11-02 16:48 ` [PATCH 41/80] strace: upgrade 5.8 -> 5.9 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 42/80] sudo: upgrade 1.9.3 -> 1.9.3p1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 43/80] vala: upgrade 0.48.9 -> 0.50.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 44/80] wpebackend-fdo: upgrade 1.7.1 -> 1.8.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 45/80] xkeyboard-config: upgrade 2.30 -> 2.31 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 46/80] u-boot: upgrade 2020.07 -> 2020.10 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 47/80] usbutils: upgrade 012 -> 013 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 48/80] kea: upgrade 1.7.10 -> 1.9.1 Alexander Kanavin
2020-11-02 17:19 ` [OE-core] " akuster
2020-11-02 17:24 ` Alexander Kanavin
[not found] ` <1643C0CD4D3FE498.21917@lists.openembedded.org>
2020-11-02 20:19 ` Alexander Kanavin
2020-11-02 16:48 ` Alexander Kanavin [this message]
2020-11-02 16:48 ` [PATCH 50/80] dropbear: upgrade 2020.80 -> 2020.81 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 51/80] btrfs-tools: upgrade 5.7 -> 5.9 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 52/80] git: upgrade 2.28.0 -> 2.29.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 53/80] go: upgrade 1.15.2 -> 1.15.3 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 54/80] mtools: upgrade 4.0.24 -> 4.0.25 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 55/80] python3-numpy: upgrade 1.19.1 -> 1.19.3 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 56/80] python3-git: upgrade 3.1.7 -> 3.1.11 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 57/80] python3-pyelftools: upgrade 0.26 -> 0.27 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 58/80] python3-pygments: upgrade 2.6.1 -> 2.7.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 59/80] python3-setuptools: upgrade 49.6.0 -> 50.3.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 60/80] asciidoc: upgrade 9.0.2 -> 9.0.4 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 61/80] iptables: upgrade 1.8.5 -> 1.8.6 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 62/80] libsolv: upgrade 0.7.14 -> 0.7.16 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 63/80] stress-ng: upgrade 0.11.21 -> 0.11.23 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 64/80] libhandy: upgrade 1.0.0 -> 1.0.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 65/80] freetype: upgrade 2.10.2 -> 2.10.4 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 66/80] linux-firmware: upgrade 20200817 -> 20201022 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 67/80] alsa: upgrade 1.2.3 -> 1.2.4 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 68/80] gstreamer1.0: upgrade 1.18.0 -> 1.18.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 69/80] x264: upgrade to latest revision Alexander Kanavin
2020-11-02 16:48 ` [PATCH 70/80] rt-tests/hwlatdetect: upgrade 1.8 -> 1.9 Alexander Kanavin
2020-11-03 18:43 ` [OE-core] " Khem Raj
2020-11-03 19:17 ` Alexander Kanavin
2020-11-03 19:25 ` Khem Raj
2020-11-03 19:52 ` Alexander Kanavin
2020-11-03 20:00 ` Khem Raj
2020-11-02 16:48 ` [PATCH 71/80] webkitgtk: upgrade 2.30.1 -> 2.30.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 72/80] diffoscope: upgrade 160 -> 161 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 73/80] enchant2: upgrade 2.2.9 -> 2.2.12 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 74/80] libassuan: upgrade 2.5.3 -> 2.5.4 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 75/80] libcap-ng: upgrade 0.7.11 -> 0.8 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 76/80] libevdev: upgrade 1.9.1 -> 1.10.0 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 77/80] libgcrypt: upgrade 1.8.6 -> 1.8.7 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 78/80] libmpc: upgrade 1.2.0 -> 1.2.1 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 79/80] libsoup-2.4: upgrade 2.70.0 -> 2.72.0 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 80/80] numactl: upgrade 2.0.13 -> 2.0.14 Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201102164907.27572-49-alex.kanavin@gmail.com \
--to=alex.kanavin@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox