summaryrefslogtreecommitdiff
path: root/filesystems/ltfs-ltotape
AgeCommit message (Collapse)AuthorFilesLines
2021-12-08revbump for icu and libffiadam1-2/+2
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
2021-04-21revbump for textproc/icuadam1-2/+2
2021-03-29ltfs-ltotape: fix autoconf falloutnia2-1/+16
2020-12-26(filesystems/ltfs-ltotape) Add patches for icu-6.8mef10-7/+890
pushd /export/CHROOT/tmp/filesystems/ltfs-ltotape/work/ltfs-backends-0.2/ foreach i (`egrep -lr 'TRUE|FALSE' .`)\nmv $i $i.orig ; sed -e 's/FALSE/false/g' -e 's/TRUE/true/g' $i.orig > $i\nend popd mkpatches
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon1-2/+2
2020-06-02Revbump for icuadam1-2/+2
2020-04-12Recursive revision bump after textproc/icu updateadam1-2/+2
2019-04-03Recursive revbump from textproc/icuryoon1-1/+2
2019-03-16Updated filesystems/ltfs-ltotape to 0.2manu5-15/+16
This release makes the ltotape driver thread-safe, as libltfs expects it to be. This fixes a lot of problems because of race conditions on SCSI I/O structures.
2019-02-25Added filesytems/ltfs version 2.4.2.0.0, filesytems/ltfs-ltotape version 0.1manu6-0/+59
Linear Tape File System (LTFS) is a filesystem to mount a LTFS formatted tape in a tape drive. Once LTFS mounts a LTFS formatted tape as filesystem, user can access to the tape via filesystem API. Objective of this project is being the reference implementation of the LTFS format Specifications in SNIA (https://www.snia.org/tech_activities/standards/curr_standards/ltfs). At this time, the LTFS format specifications 2.4 is the target