Here is an update to libnfs 5.0.1.
- Multithread support for Linux and Windows
- Fix NFS4 behavior of chmod/chown/utimes
- Add marshalling / unmarshalling of various NFSv4.1 structures (but not 4.1 support)
- PS3 support
- PS2 EE support
- Support escaped characters in the URL
- Fix MINGW build
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/devel/libnfs/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile 12 Jul 2019 20:44:39 -0000 1.6
+++ Makefile 12 Feb 2022 08:29:56 -0000
@@ -2,11 +2,11 @@
COMMENT= client library for accessing NFS
-DISTNAME= libnfs-4.0.0
+DISTNAME= libnfs-5.0.1
CATEGORIES= devel net
MASTER_SITES= https://github.com/sahlberg/libnfs/archive/
-SHARED_LIBS= nfs 2.0
+SHARED_LIBS= nfs 2.1
HOMEPAGE= https://github.com/sahlberg/libnfs
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/devel/libnfs/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo 23 May 2019 08:49:48 -0000 1.3
+++ distinfo 12 Feb 2022 08:26:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (libnfs-4.0.0.tar.gz) = bud+n+Ig4tPjsfU8/qBPsxmCjMfbuX3Z3wnkbpAdeX0=
-SIZE (libnfs-4.0.0.tar.gz) = 251662
+SHA256 (libnfs-5.0.1.tar.gz) = fvRFQQtC82ubrUJmCLU8y5zMpBAeVFw4P1ZMEdtnLKg=
+SIZE (libnfs-5.0.1.tar.gz) = 279550
Index: patches/patch-include_nfsc_libnfs_h
===================================================================
RCS file: /home/cvs/ports/devel/libnfs/patches/patch-include_nfsc_libnfs_h,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 patch-include_nfsc_libnfs_h
--- patches/patch-include_nfsc_libnfs_h 23 May 2019 08:49:48 -0000 1.3
+++ patches/patch-include_nfsc_libnfs_h 12 Feb 2022 08:27:19 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-include_nfsc_libnfs_h,v
Index: include/nfsc/libnfs.h
--- include/nfsc/libnfs.h.orig
+++ include/nfsc/libnfs.h
-@@ -34,6 +34,9 @@
+@@ -38,6 +38,9 @@
#ifdef __cplusplus
extern "C" {
No comments:
Post a Comment