6abf95f0b5
- Update to version 2.6.1: * Fix warnings 'cipherSize X: incomplete last block (Y bytes), padding to Z bytes' (harmless but annoying, #951)
Jeff Kowalczyk2025-09-09 16:09:08 +00:00
80a6fd9355
- Update to version 2.6.0: * Upgrade to go-fuse v2.8.0 * Switch to the new go-fuse directory API * Fix -force_owner not allowing file/dir create ( #783 ) * Skip TestBtrfsQuirks if mkfs.btrfs is not installed ( #930 ) - Add fix-fusermount3-bin-name.patch * Redefine fusermount3 binary where appropriate - Add tests
Jeff Kowalczyk2025-07-27 05:40:40 +00:00
fce5b8c6a7
Accepting request 1278074 from devel:languages:go
Ana Guerrero2025-05-20 07:35:38 +00:00
7a9b6c4566
- switch to fuse 3 (boo#1242079). The go code supports run-time switching of both fusermount3 and fusermount (from fuse 2)
Jeff Kowalczyk2025-05-16 13:37:32 +00:00
2d13cdddaf
- Update to version 2.5.4: * Drop GOAMD64=v2 from build.bash, there's user(s) still running GOAMD64=v1 CPUs (#908, commit) - Update to version 2.5.3: * Fix go install failing with g: malformed file path "tests/fsck/malleable_base64/27AG8t-XZH7G9ou2OSD_z\ng": invalid char '\n' (c80558) * Fix panic when go-fuse is newer than specified in go.mod (#897) - Update to version 2.5.2: * Use our own syscallcompat.Setreuid (and friends) wrappers (6b1ba584) * Upgrade golang.org/x/sys again * Provide arm64 binaries in releases in addition to amd64 - Update to version 2.5.1: * Downgrade golang.org/x/sys to unbreak unix.Setreuid and -allow_other (6d342f3, #893, #892) - Update to version 2.5.0: * Important fixes for -reverse mode affecting the virtual gocryptfs.diriv and gocryptfs.longname.*.name files. The bug can cause file names to become undecryptable. To make sure that sync tools like rsync copy new, good copies, gocryptfs v2.5.0 and later advance ctime and mtime for these files by 10 seconds. - Fix -reverse mode sometimes (triggered by inode number reuse) returning stale data for gocryptfs.diriv (#802) - Fix -reverse mode hardlinking gocryptfs.longname.*.name files of hardlinked files together (#802) * Fix -reverse mode ignoring -force-owner (#809) * Add workaround for excessive file fragementation on btrfs (#811) * -ctlsock: automatically delete orphaned colliding socket file (#776) * MacOS: Fix XTIMES panic on startup (#823) - Fixed by updating the go-fuse library to v2.5.0 * MacOS: merge kernel options before passing them on (#854, #557) * Add -fido2-assert-option (#807) * -init now accepts -masterkey * -passwd now ignores -extpass and -passfile for the new password (#287, #882)
Jeff Kowalczyk2025-04-27 17:43:28 +00:00