summaryrefslogtreecommitdiff
path: root/filesystems/fuse-sparsebundlefs
AgeCommit message (Collapse)AuthorFilesLines
2021-12-02Honor LDFLAGS to support RELROpho3-8/+19
2021-10-26filesystems: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07filesystems: Remove SHA1 hashes for distfilesnia1-2/+1
2018-07-18Mark packages that require C++03 (or the GNU variants) if they fail withjoerg1-2/+2
C++14 default language.
2016-10-02Add fuse-sparsebundlefs version 20160928:bouyer5-0/+68
Mac OS X v10.5 (Leopard) introduced the concept of sparse-bundle disk images, where the data is stored as a collection of small, fixed-size band-files instead of as a single monolithic file. This allows for more efficient backups of the disk image, as only the changed bands need to be stored. One common source of sparse-bundles is Mac OS' backup utility, Time Machine, which stores the backup data within a sparse-bundle image on the chosen backup volume. This software package implements a FUSE virtual filesystem for read-only access to the sparse-bundle, as if it was a single monolithic image.