pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/filesystems/fuse-sshfs fuse-sshfs: update to 3.7.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/de156493dfc1
branches: trunk
changeset: 383964:de156493dfc1
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Aug 24 22:26:32 2022 +0000
description:
fuse-sshfs: update to 3.7.3.
Release 3.7.3 (2022-05-26)
--------------------------
* Minor bugfixes.
* This is the last release from the current maintainer. SSHFS is now no longer maintained
or developed. Github issue tracking and pull requests have therefore been disabled. The
mailing list (see below) is still available for use.
If you would like to take over this project, you are welcome to do so. Please fork it
and develop the fork for a while. Once there has been 6 months of reasonable activity,
please contact Nikolaus%rath.org@localhost and I'll be happy to give you ownership of this
repository or replace with a pointer to the fork.
diffstat:
filesystems/fuse-sshfs/Makefile | 6 ++----
filesystems/fuse-sshfs/distinfo | 10 +++++-----
filesystems/fuse-sshfs/patches/patch-sshfs.c | 10 +++++-----
3 files changed, 12 insertions(+), 14 deletions(-)
diffs (76 lines):
diff -r 2c8ae00537c0 -r de156493dfc1 filesystems/fuse-sshfs/Makefile
--- a/filesystems/fuse-sshfs/Makefile Wed Aug 24 17:49:41 2022 +0000
+++ b/filesystems/fuse-sshfs/Makefile Wed Aug 24 22:26:32 2022 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/01/22 18:48:04 pho Exp $
-#
+# $NetBSD: Makefile,v 1.8 2022/08/24 22:26:32 wiz Exp $
-DISTNAME= sshfs-3.7.2
+DISTNAME= sshfs-3.7.3
PKGNAME= fuse-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= filesystems
MASTER_SITES= ${MASTER_SITE_GITHUB:=libfuse/}
GITHUB_PROJECT= sshfs
diff -r 2c8ae00537c0 -r de156493dfc1 filesystems/fuse-sshfs/distinfo
--- a/filesystems/fuse-sshfs/distinfo Wed Aug 24 17:49:41 2022 +0000
+++ b/filesystems/fuse-sshfs/distinfo Wed Aug 24 22:26:32 2022 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2022/01/27 04:06:20 pho Exp $
+$NetBSD: distinfo,v 1.8 2022/08/24 22:26:32 wiz Exp $
-BLAKE2s (sshfs-3.7.2.tar.xz) = a770780be6c0d5b26ebb9b7b43c35c8a689e226a619f03cdaee847598c81d025
-SHA512 (sshfs-3.7.2.tar.xz) = 1612d515869a8b38c0bc3d79eaf80e8b4da1a9710c9668e6ec23e6b77313063ae0bee66ab9e9e0f70d98eaa1334425b2087dd93cc4618af3ac6ac191acf7f838
-Size (sshfs-3.7.2.tar.xz) = 53160 bytes
+BLAKE2s (sshfs-3.7.3.tar.xz) = bdc992bbb7dc10b612f963f066b04f71131aebef2ad76f3e2bb13038ef2284e6
+SHA512 (sshfs-3.7.3.tar.xz) = ba0928f85819984a3eb83d2debab658b2cd4e958ed1c3ba9787e361f452687d42b82d478b7d95e7a7c5580bae5c1cdebe4cf3c9b6cb5eb6a570311f276903d99
+Size (sshfs-3.7.3.tar.xz) = 53596 bytes
SHA1 (patch-cache.c) = 570525d7cae09055537b00e3eeadb639c6f1fa5b
SHA1 (patch-meson.build) = 2d10515de44239d6fad0fd5f512140d86f4dff7a
-SHA1 (patch-sshfs.c) = 95e0b5bf01c36b803d1ea0c3b71b8740be98506b
+SHA1 (patch-sshfs.c) = 82d7b3618d233ec63adaf555943ce883f6f42c29
SHA1 (patch-utils_install__helper.sh) = 7e31f031ecf40731acb4a96b0c23543b7015c290
diff -r 2c8ae00537c0 -r de156493dfc1 filesystems/fuse-sshfs/patches/patch-sshfs.c
--- a/filesystems/fuse-sshfs/patches/patch-sshfs.c Wed Aug 24 17:49:41 2022 +0000
+++ b/filesystems/fuse-sshfs/patches/patch-sshfs.c Wed Aug 24 22:26:32 2022 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-sshfs.c,v 1.2 2022/01/22 18:48:04 pho Exp $
+$NetBSD: patch-sshfs.c,v 1.3 2022/08/24 22:26:33 wiz Exp $
Impedance adjustment with librefuse which used to provide an old API
incompatible with FUSE 3.1. This patch can go away when NetBSD 9
reaches its EOL.
---- sshfs.c.orig 2021-06-08 08:52:08.000000000 +0000
+--- sshfs.c.orig 2022-05-26 13:23:35.000000000 +0000
+++ sshfs.c
@@ -980,7 +980,11 @@ static int buf_get_entries(struct buffer
S_ISLNK(stbuf.st_mode)) {
@@ -41,7 +41,7 @@
struct fuse_config *cfg)
{
@@ -1909,6 +1928,7 @@ static void *sshfs_init(struct fuse_conn
-
+
return NULL;
}
+#endif
@@ -148,7 +148,7 @@
return -EIO;
}
+#endif
-
+
if (sshfs.remote_uid_detected) {
if (uid == sshfs.local_uid)
@@ -2650,8 +2694,12 @@ static int sshfs_chown(const char *path,
@@ -223,7 +223,7 @@
+#else
return sshfs_truncate_workaround(path, size, fi);
+#endif
-
+
buf_init(&buf, 0);
@@ -3372,19 +3435,37 @@ static int sshfs_truncate(const char *pa
Home |
Main Index |
Thread Index |
Old Index