Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nfs-utils: update to 2.7.1
@ 2024-09-02 16:52 slymattz
  2024-09-02 17:12 ` [PR PATCH] [Updated] " slymattz
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: slymattz @ 2024-09-02 16:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1307 bytes --]

There is a new pull request by slymattz against master on the void-packages repository

https://github.com/slymattz/void-packages nfs-utils
https://github.com/void-linux/void-packages/pull/52088

nfs-utils: update to 2.7.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
Installed, rebooted, mounts fine, unmounts fine. Will do some more extensive testing as I use nfs daily. 

./configure complained about the lack of libxml2 so I added libxml2-devel to makedepends

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture: x86_64-glibc



A patch file from https://github.com/void-linux/void-packages/pull/52088.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nfs-utils-52088.patch --]
[-- Type: text/x-diff, Size: 2895 bytes --]

From bf07f8add356c6d0942c8965f71ad1acce440025 Mon Sep 17 00:00:00 2001
From: Mateusz Sylwestrzak <slymattz@gmail.com>
Date: Mon, 2 Sep 2024 15:44:43 +0200
Subject: [PATCH] nfs-utils: update to 2.7.1

---
 srcpkgs/nfs-utils/patches/musl-unistd.patch | 20 +++++++++-----------
 srcpkgs/nfs-utils/template                  |  7 ++++---
 2 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/nfs-utils/patches/musl-unistd.patch b/srcpkgs/nfs-utils/patches/musl-unistd.patch
index 8a481f8d02f652..e9c09f3388a0af 100644
--- a/srcpkgs/nfs-utils/patches/musl-unistd.patch
+++ b/srcpkgs/nfs-utils/patches/musl-unistd.patch
@@ -1,22 +1,20 @@
-diff -ur a/support/reexport/fsidd.c b/support/reexport/fsidd.c
---- a/support/reexport/fsidd.c	2023-11-21 09:11:42.660255810 -0500
-+++ b/support/reexport/fsidd.c	2023-11-21 09:12:36.536375957 -0500
+--- a/support/reexport/fsidd.c	2024-08-20 14:30:33.000000000 +0200
++++ b/support/reexport/fsidd.c	2024-09-02 15:33:54.918890827 +0200
 @@ -7,6 +7,7 @@
  #include <dlfcn.h>
  #endif
  #include <event2/event.h>
 +#include <unistd.h>
+ #include <sys/un.h>
+ #include <unistd.h>
  
- #include "conffile.h"
- #include "reexport_backend.h"
-diff -ur a/support/reexport/reexport.c b/support/reexport/reexport.c
---- a/support/reexport/reexport.c	2023-11-21 09:11:42.660255810 -0500
-+++ b/support/reexport/reexport.c	2023-11-21 09:12:13.654324929 -0500
-@@ -8,6 +8,7 @@
- #include <sys/types.h>
+--- a/support/reexport/reexport.c	2024-08-20 14:30:33.000000000 +0200
++++ b/support/reexport/reexport.c	2024-09-02 15:34:09.766167846 +0200
+@@ -9,6 +9,7 @@
  #include <sys/vfs.h>
+ #include <unistd.h>
  #include <errno.h>
 +#include <unistd.h>
+ #include <stddef.h>
  
  #include "nfsd_path.h"
- #include "conffile.h"
diff --git a/srcpkgs/nfs-utils/template b/srcpkgs/nfs-utils/template
index 63e80252cd86b2..e56809e9f76393 100644
--- a/srcpkgs/nfs-utils/template
+++ b/srcpkgs/nfs-utils/template
@@ -1,6 +1,6 @@
 # Template file for 'nfs-utils'
 pkgname=nfs-utils
-version=2.6.4
+version=2.7.1
 revision=1
 build_style=gnu-configure
 configure_args="--with-statduser=nobody --enable-gss --enable-nfsv4
@@ -13,13 +13,14 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.linux-nfs.org/"
 distfiles="${KERNEL_SITE}/utils/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
-checksum=01b3b0fb9c7d0bbabf5114c736542030748c788ec2fd9734744201e9b0a1119d
+checksum=885c948a84a58bca4148f459588f9a7369dbb40dcc466f04e455c6b10fd0aa48
 replaces="rpcgen>=0"
 
 hostmakedepends="pkg-config libtirpc-devel rpcsvc-proto mit-krb5-devel"
 makedepends="libblkid-devel libmount-devel libtirpc-devel
  keyutils-devel libevent-devel mit-krb5-devel
- device-mapper-devel libcap-devel sqlite-devel"
+ device-mapper-devel libcap-devel sqlite-devel
+ libxml2-devel"
 depends="rpcbind"
 python_version=3
 conf_files="/etc/exports"

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-09-26 17:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-02 16:52 [PR PATCH] nfs-utils: update to 2.7.1 slymattz
2024-09-02 17:12 ` [PR PATCH] [Updated] " slymattz
2024-09-05 13:29 ` slymattz
2024-09-07 14:48 ` slymattz
2024-09-07 16:08 ` slymattz
2024-09-07 16:45 ` slymattz
2024-09-07 17:10 ` slymattz
2024-09-07 17:17 ` slymattz
2024-09-07 19:05 ` slymattz
2024-09-07 19:21 ` slymattz
2024-09-07 19:37 ` slymattz
2024-09-08 11:35 ` [PR PATCH] [Updated] nfs-utils: update to 2.7.1, libtirpc: update to 1.3.5 slymattz
2024-09-08 11:59 ` slymattz
2024-09-08 18:17 ` slymattz
2024-09-26 17:59 ` [PR PATCH] [Closed]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).