Skip to content

Commit

Permalink
sysutils/ltfs: Update to 2.4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kev009 committed Sep 17, 2023
1 parent 3e1ce28 commit 3054340
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sysutils/ltfs/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1659898539
SHA256 (LinearTapeFileSystem-ltfs-v2.4.5.0-10502_GH0.tar.gz) = 2525773d740d315e9b1ce3ad615d51f5fa8a9da6b648c9f6e57fcca422bd04ac
SIZE (LinearTapeFileSystem-ltfs-v2.4.5.0-10502_GH0.tar.gz) = 627666
TIMESTAMP = 1694924043
SHA256 (LinearTapeFileSystem-ltfs-v2.4.6.0-10507_GH0.tar.gz) = a30b4810e4d1279405951e888d51a6d4f8216204a385404d412d4e19e9f6f6ff
SIZE (LinearTapeFileSystem-ltfs-v2.4.6.0-10507_GH0.tar.gz) = 629309
11 changes: 11 additions & 0 deletions sysutils/ltfs/files/patch-src_tape__drivers_freebsd_cam_cam__tc.c
@@ -0,0 +1,11 @@
--- src/tape_drivers/freebsd/cam/cam_tc.c.orig 2023-09-17 04:20:07 UTC
+++ src/tape_drivers/freebsd/cam/cam_tc.c
@@ -1241,7 +1241,7 @@ static int camtape_get_next_block_to_xfer(void *device
camtape_process_errors(softc, rc, msg, "READPOS", true);
else {
pos->partition = ext_data.partition;
- pos->block = scsi_8btou64(ext_data.last_object)
+ pos->block = scsi_8btou64(ext_data.last_object);
ltfsmsg(LTFS_DEBUG, 30398D, "next-block-to-xfer",
(unsigned long long) pos->block, 0, 0, softc->drive_serial);
}
3 changes: 3 additions & 0 deletions sysutils/ltfs/pkg-plist
Expand Up @@ -6,8 +6,10 @@ etc/ltfs.conf
etc/ltfs.conf.local
include/ltfs/config.h
include/ltfs/libltfs/arch/arch_info.h
include/ltfs/libltfs/arch/errormap.h
include/ltfs/libltfs/arch/signal_internal.h
include/ltfs/libltfs/arch/time_internal.h
include/ltfs/libltfs/config_file.h
include/ltfs/libltfs/dcache_ops.h
include/ltfs/libltfs/iosched_ops.h
include/ltfs/libltfs/kmi_ops.h
Expand All @@ -27,6 +29,7 @@ include/ltfs/libltfs/tape_ops.h
include/ltfs/libltfs/tape.h
include/ltfs/libltfs/uthash_ext.h
include/ltfs/libltfs/uthash.h
include/ltfs/libltfs/xml.h
include/ltfs/tape_drivers/ibm_tape.h
include/ltfs/tape_drivers/spc_op_codes.h
include/ltfs/tape_drivers/ssc_op_codes.h
Expand Down

0 comments on commit 3054340

Please sign in to comment.