* [Buildroot] [PATCH] package/nfs-utils: bump version to 2.8.2
@ 2024-12-11 21:09 Giulio Benetti
2024-12-14 6:26 ` Petr Vorel
2024-12-29 21:21 ` Thomas Petazzoni via buildroot
0 siblings, 2 replies; 4+ messages in thread
From: Giulio Benetti @ 2024-12-11 21:09 UTC (permalink / raw)
To: buildroot; +Cc: Giulio Benetti, Petr Vorel
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
package/nfs-utils/nfs-utils.hash | 4 ++--
package/nfs-utils/nfs-utils.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/nfs-utils/nfs-utils.hash b/package/nfs-utils/nfs-utils.hash
index b4ecbd0aec..ff3f03799d 100644
--- a/package/nfs-utils/nfs-utils.hash
+++ b/package/nfs-utils/nfs-utils.hash
@@ -1,4 +1,4 @@
-# From https://www.kernel.org/pub/linux/utils/nfs-utils/2.8.1/sha256sums.asc
-sha256 a0be95b08396908048583fcf6b34a7c1ab49d53e8a12eb28673ccfd2eff0c505 nfs-utils-2.8.1.tar.xz
+# From https://www.kernel.org/pub/linux/utils/nfs-utils/2.8.2/sha256sums.asc
+sha256 a39bbea76ac0ab9e6e8699caf3c308b6b310c20d458e8fa8606196d358e7fb15 nfs-utils-2.8.2.tar.xz
# Locally computed
sha256 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de COPYING
diff --git a/package/nfs-utils/nfs-utils.mk b/package/nfs-utils/nfs-utils.mk
index 4b008042ce..60e9c26695 100644
--- a/package/nfs-utils/nfs-utils.mk
+++ b/package/nfs-utils/nfs-utils.mk
@@ -4,7 +4,7 @@
#
################################################################################
-NFS_UTILS_VERSION = 2.8.1
+NFS_UTILS_VERSION = 2.8.2
NFS_UTILS_SOURCE = nfs-utils-$(NFS_UTILS_VERSION).tar.xz
NFS_UTILS_SITE = https://www.kernel.org/pub/linux/utils/nfs-utils/$(NFS_UTILS_VERSION)
NFS_UTILS_LICENSE = GPL-2.0+
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] package/nfs-utils: bump version to 2.8.2
2024-12-11 21:09 [Buildroot] [PATCH] package/nfs-utils: bump version to 2.8.2 Giulio Benetti
@ 2024-12-14 6:26 ` Petr Vorel
2024-12-29 21:21 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2024-12-14 6:26 UTC (permalink / raw)
To: Giulio Benetti; +Cc: buildroot
Hi Giulio,
thanks!
Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
Kind regards,
Petr
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] package/nfs-utils: bump version to 2.8.2
2024-12-11 21:09 [Buildroot] [PATCH] package/nfs-utils: bump version to 2.8.2 Giulio Benetti
2024-12-14 6:26 ` Petr Vorel
@ 2024-12-29 21:21 ` Thomas Petazzoni via buildroot
2025-02-19 19:51 ` Petr Vorel
1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-12-29 21:21 UTC (permalink / raw)
To: Giulio Benetti; +Cc: buildroot, Petr Vorel
On Wed, 11 Dec 2024 22:09:34 +0100
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
> package/nfs-utils/nfs-utils.hash | 4 ++--
> package/nfs-utils/nfs-utils.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied to master, thanks. However, this was extremely confusing as
this patch was not based on master, but on your previous bump, which
hadn't been merged yet. Please try to avoid this: if a previous patch
has not been merged, the new patch should replace the previous one, not
come on top of it.
Thanks a lot!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] package/nfs-utils: bump version to 2.8.2
2024-12-29 21:21 ` Thomas Petazzoni via buildroot
@ 2025-02-19 19:51 ` Petr Vorel
0 siblings, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2025-02-19 19:51 UTC (permalink / raw)
To: Thomas Petazzoni, Yann E. MORIN; +Cc: Giulio Benetti, buildroot
Hi all,
> On Wed, 11 Dec 2024 22:09:34 +0100
> Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:
> > Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> > ---
> > package/nfs-utils/nfs-utils.hash | 4 ++--
> > package/nfs-utils/nfs-utils.mk | 2 +-
> > 2 files changed, 3 insertions(+), 3 deletions(-)
> Applied to master, thanks. However, this was extremely confusing as
> this patch was not based on master, but on your previous bump, which
> hadn't been merged yet. Please try to avoid this: if a previous patch
> has not been merged, the new patch should replace the previous one, not
> come on top of it.
We got an errors:
*** ERROR: package host-nfs-utils installs executables without proper RPATH [1]:
*** /home/autobuild/autobuild/instance-3/output-1/per-package/host-nfs-utils/host/bin/sqlite3
make: *** [package/pkg-generic.mk:301: /home/autobuild/autobuild/instance-3/output-1/build/host-nfs-utils-2.8.2/.stamp_host_installed] Error 1
Please, any hint how to fix it?
To be honest I don't even know if this is purely Buildroot setup issue (I
suppose) or upstream issue.
Kind regards,
Petr
[1] https://autobuild.buildroot.org/results/1a81cb7c88a41a03767a1a201ee0628468f60766/build-end.log
> Thanks a lot!
> Thomas
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-19 19:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11 21:09 [Buildroot] [PATCH] package/nfs-utils: bump version to 2.8.2 Giulio Benetti
2024-12-14 6:26 ` Petr Vorel
2024-12-29 21:21 ` Thomas Petazzoni via buildroot
2025-02-19 19:51 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox