* [Buildroot] [PATCH 1/1] package/libnfs: bump to version 5.0.3
@ 2024-03-14 21:42 Fabrice Fontaine
2024-03-15 19:22 ` Arnout Vandecappelle via buildroot
2024-03-21 20:46 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-03-14 21:42 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
https://github.com/sahlberg/libnfs/blob/libnfs-5.0.3/CHANGELOG
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/libnfs/libnfs.hash | 2 +-
package/libnfs/libnfs.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libnfs/libnfs.hash b/package/libnfs/libnfs.hash
index b67a5d2eda..c5e5197c13 100644
--- a/package/libnfs/libnfs.hash
+++ b/package/libnfs/libnfs.hash
@@ -1,5 +1,5 @@
# Locally calculated
-sha256 637e56643b19da9fba98f06847788c4dad308b723156a64748041035dcdf9bd3 libnfs-5.0.2.tar.gz
+sha256 d945cb4f4c8f82ee1f3640893a168810f794a28e1010bb007ec5add345e9df3e libnfs-5.0.3.tar.gz
sha256 edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5 COPYING
sha256 d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1 LICENCE-BSD.txt
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 LICENCE-LGPL-2.1.txt
diff --git a/package/libnfs/libnfs.mk b/package/libnfs/libnfs.mk
index 19044527e0..e5e302a4f8 100644
--- a/package/libnfs/libnfs.mk
+++ b/package/libnfs/libnfs.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBNFS_VERSION = 5.0.2
+LIBNFS_VERSION = 5.0.3
LIBNFS_SITE = $(call github,sahlberg,libnfs,libnfs-$(LIBNFS_VERSION))
LIBNFS_INSTALL_STAGING = YES
LIBNFS_AUTORECONF = YES
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libnfs: bump to version 5.0.3
2024-03-14 21:42 [Buildroot] [PATCH 1/1] package/libnfs: bump to version 5.0.3 Fabrice Fontaine
@ 2024-03-15 19:22 ` Arnout Vandecappelle via buildroot
2024-03-21 20:46 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-03-15 19:22 UTC (permalink / raw)
To: Fabrice Fontaine, buildroot
On 14/03/2024 22:42, Fabrice Fontaine wrote:
> https://github.com/sahlberg/libnfs/blob/libnfs-5.0.3/CHANGELOG
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Arnout
> ---
> package/libnfs/libnfs.hash | 2 +-
> package/libnfs/libnfs.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libnfs/libnfs.hash b/package/libnfs/libnfs.hash
> index b67a5d2eda..c5e5197c13 100644
> --- a/package/libnfs/libnfs.hash
> +++ b/package/libnfs/libnfs.hash
> @@ -1,5 +1,5 @@
> # Locally calculated
> -sha256 637e56643b19da9fba98f06847788c4dad308b723156a64748041035dcdf9bd3 libnfs-5.0.2.tar.gz
> +sha256 d945cb4f4c8f82ee1f3640893a168810f794a28e1010bb007ec5add345e9df3e libnfs-5.0.3.tar.gz
> sha256 edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5 COPYING
> sha256 d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1 LICENCE-BSD.txt
> sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 LICENCE-LGPL-2.1.txt
> diff --git a/package/libnfs/libnfs.mk b/package/libnfs/libnfs.mk
> index 19044527e0..e5e302a4f8 100644
> --- a/package/libnfs/libnfs.mk
> +++ b/package/libnfs/libnfs.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBNFS_VERSION = 5.0.2
> +LIBNFS_VERSION = 5.0.3
> LIBNFS_SITE = $(call github,sahlberg,libnfs,libnfs-$(LIBNFS_VERSION))
> LIBNFS_INSTALL_STAGING = YES
> LIBNFS_AUTORECONF = YES
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libnfs: bump to version 5.0.3
2024-03-14 21:42 [Buildroot] [PATCH 1/1] package/libnfs: bump to version 5.0.3 Fabrice Fontaine
2024-03-15 19:22 ` Arnout Vandecappelle via buildroot
@ 2024-03-21 20:46 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-03-21 20:46 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> https://github.com/sahlberg/libnfs/blob/libnfs-5.0.3/CHANGELOG
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2024.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-21 20:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-14 21:42 [Buildroot] [PATCH 1/1] package/libnfs: bump to version 5.0.3 Fabrice Fontaine
2024-03-15 19:22 ` Arnout Vandecappelle via buildroot
2024-03-21 20:46 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox