pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/filesystems/fuse-sshfs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 22 19:46:10 UTC 2023

Modified Files:
        pkgsrc/filesystems/fuse-sshfs: Makefile distinfo

Log Message:
fuse-sshfs: update to 3.7.4a.

Release 3.7.4a (2023-09-22)
--------------------------
* Revert: Support request size negotiation and increased throughput on high-latency connections
due to user reported bug

Release 3.7.4 (2023-09-14)
--------------------------

* Support request size negotiation and increased throughput on high-latency connections
* Supports connecting to vsock (7) via shfs -o vsock=CID:PORT
* README in markdown instead of rst
* Various test fixes


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/filesystems/fuse-sshfs/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/filesystems/fuse-sshfs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/fuse-sshfs/Makefile
diff -u pkgsrc/filesystems/fuse-sshfs/Makefile:1.11 pkgsrc/filesystems/fuse-sshfs/Makefile:1.12
--- pkgsrc/filesystems/fuse-sshfs/Makefile:1.11 Fri Sep  8 14:09:47 2023
+++ pkgsrc/filesystems/fuse-sshfs/Makefile      Wed Nov 22 19:46:10 2023
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.11 2023/09/08 14:09:47 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/11/22 19:46:10 wiz Exp $
 
-DISTNAME=              sshfs-3.7.3.0.20230311
+DISTNAME=              sshfs-3.7.4a
 PKGNAME=               fuse-${DISTNAME}
 CATEGORIES=            filesystems
 #MASTER_SITES=         ${MASTER_SITE_GITHUB:=libfuse/}
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=deadbeefsociety/}
 GITHUB_PROJECT=                sshfs
-GITHUB_TAG=            23b94a5ac5b0253e7b3edd0f2d25cf818a550729
-#GITHUB_RELEASE=       ${DISTNAME}
-#EXTRACT_SUFX=         .tar.xz
+GITHUB_RELEASE=                ${DISTNAME}
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/deadbeefsociety/sshfs/

Index: pkgsrc/filesystems/fuse-sshfs/distinfo
diff -u pkgsrc/filesystems/fuse-sshfs/distinfo:1.9 pkgsrc/filesystems/fuse-sshfs/distinfo:1.10
--- pkgsrc/filesystems/fuse-sshfs/distinfo:1.9  Fri Sep  8 14:09:47 2023
+++ pkgsrc/filesystems/fuse-sshfs/distinfo      Wed Nov 22 19:46:10 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2023/09/08 14:09:47 wiz Exp $
+$NetBSD: distinfo,v 1.10 2023/11/22 19:46:10 wiz Exp $
 
-BLAKE2s (sshfs-3.7.3.0.20230311-23b94a5ac5b0253e7b3edd0f2d25cf818a550729.tar.gz) = a5f8716f7dafe536ba23c34a9f45093b444445da4839134d85c6d8f60f4e8e33
-SHA512 (sshfs-3.7.3.0.20230311-23b94a5ac5b0253e7b3edd0f2d25cf818a550729.tar.gz) = 
9650d9184240aac233e6c34a484c8a472670fc90e6e943d1943b6c81c114f22cbdafe29bdd7267a23ba3b97116ae2d07b6a275f87df053a70cad87ad1314f147
-Size (sshfs-3.7.3.0.20230311-23b94a5ac5b0253e7b3edd0f2d25cf818a550729.tar.gz) = 66370 bytes
+BLAKE2s (sshfs-3.7.4a.tar.xz) = d0f3a3a9d7c08556e7da738ae0096b1d7a64823874bb3af20388a7f818598231
+SHA512 (sshfs-3.7.4a.tar.xz) = 904e4f72a393349e760fa585f8ff0523907d55bded0bcbf32de079a44bcd836b9930eadee4f0b0f4be3a775551cdafb0558addbfa8f11f55d465668c6eeae669
+Size (sshfs-3.7.4a.tar.xz) = 56656 bytes
 SHA1 (patch-cache.c) = 570525d7cae09055537b00e3eeadb639c6f1fa5b
 SHA1 (patch-meson.build) = 2d10515de44239d6fad0fd5f512140d86f4dff7a
 SHA1 (patch-sshfs.c) = 82d7b3618d233ec63adaf555943ce883f6f42c29



Home | Main Index | Thread Index | Old Index