mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
sysutils/ltfs: Update to 2.4.6.0
This commit is contained in:
parent
3e1ce28dcb
commit
3054340889
@ -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
|
||||
|
@ -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);
|
||||
}
|
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user