head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.16 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @ * @; 1.2 date 2026.05.10.14.40.43; author vins; state dead; branches; next 1.1; commitid xL1WhaVLLeP5ghFG; 1.1 date 2024.04.18.04.02.26; author pho; state Exp; branches; next ; commitid V9C6eERv0nuYTz6F; desc @@ 1.2 log @filesystems/fuse-s3fs: update to 1.97 # changes Version 1.97 -- 7 Dec, 2025 (major changes only) #2765 Do not honor -o nonempty when compiled with FUSE 3 Version 1.96 -- 24 Nov, 2025 (major changes only) #1867 - Require FUSE 3 on Linux #2596 - Require C++14 #2623 - Improve IO concurrency #2669 - Rename `-o endpoint` to `-o region` for clarity #2728 - #2731 - #2736 - Avoid HeadObject calls with improved stats cache usage Version 1.95 -- 25 Oct, 2024 (major changes only) #2424 - Add ipresolve option to select IPv4- or IPv6-only #2443 - Retry request on HTTP 429 error #2448 - Changed s3fs logo #2455 - Fix deadlock in FdManager::ChangeEntityToTempPath #2487 - #2492 - #2493 - Enable static lock checking and fix locking errors #2506 - #2517 - Fix Windows compilation #2515 - Fix FreeBSD support #2532 - Fix use-after-free in FdManager::ChangeEntityToTempPath @ text @$NetBSD: patch-src_s3fs.h,v 1.1 2024/04/18 04:02:26 pho Exp $ Fix build with refuse(3): This is wrong. src/s3fs.cpp mentions struct fuse_operations::flag_utime_omit_ok, which was introduced in FUSE 2.9. TODO: Upstream this --- src/s3fs.h.orig 2024-04-17 14:02:52.187432597 +0000 +++ src/s3fs.h @@@@ -21,7 +21,7 @@@@ #ifndef S3FS_S3FS_H_ #define S3FS_S3FS_H_ -#define FUSE_USE_VERSION 26 +#define FUSE_USE_VERSION 29 #include @ 1.1 log @filesystems/fuse-s3fs: import fuse-s3fs-1.94 from wip FUSE-based file system backed by Amazon S3. Mount a bucket as a local file system read/write. Store files/folders natively and transparently. @ text @d1 1 a1 1 $NetBSD$ @