Package: bonnie Version: 1.6-0 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 33 Depends: libc6 (>= 2.4) Suggests: bc Filename: armhf/bonnie_1.6-0_armhf.deb Size: 12920 MD5sum: 456f54357ff19b21793192b582894fcc SHA1: f7d9b117bd26c552076c35791a08501e51f188b8 SHA256: 9366604a4de611886eebf6780c775ddba1a6d3f39bd7d52badca60399f95502a Section: SystemUtilities Priority: optional Description: Bonnie is a popular performance benchmark that targets various aspects of Unix file systems. . Authors: -------- Tim Bray Kurt Garloff Package: bonnie Version: 1.6-0 Architecture: arm64 Maintainer: Kurt Garloff Installed-Size: 38 Depends: libc6 (>= 2.17) Suggests: bc Filename: arm64/bonnie_1.6-0_arm64.deb Size: 13040 MD5sum: 6b86ab6f934d5a088ee17cb8e6db5760 SHA1: ed077ae4af76f0d85d8d96f35b9a4e7250a3480f SHA256: cd44a49af530de70fb7a5a3adfe23331bbf7d7c96c93ffba1a6c3e3e76e88859 Section: SystemUtilities Priority: optional Description: Bonnie is a popular performance benchmark that targets various aspects of Unix file systems. . Authors: -------- Tim Bray Kurt Garloff Package: bonnie-dbgsym Source: bonnie Version: 1.6-0 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 37 Depends: bonnie (= 1.6-0) Filename: armhf/bonnie-dbgsym_1.6-0_armhf.deb Size: 22384 MD5sum: 75d252edeb13af85fe1dd156ae5e7f94 SHA1: 65f310665056ba2cc9e88f987ba89bb43e7ce278 SHA256: 57131dd6e68b5c7662caa7a9c09aca6abf58d8945b1786f434f4292b2835541c Section: debug Priority: optional Description: debug symbols for bonnie Build-Ids: 68c4c929c4f0829ee11ef19642d7fbcb05ff487f Package: bonnie-dbgsym Source: bonnie Version: 1.6-0 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kurt Garloff Installed-Size: 38 Depends: bonnie (= 1.6-0) Filename: arm64/bonnie-dbgsym_1.6-0_arm64.deb Size: 22080 MD5sum: cca09737901bfb6a8b5c7a0d0a529691 SHA1: 60167e12a54543db829f38543f5f5c010a85c76c SHA256: 9b045b15474f8f982c063cda58fffb8fdc47a5ab5523d74efde6760b7b92d4b4 Section: debug Priority: optional Description: debug symbols for bonnie Build-Ids: 7b5af0d9f7ae0ca8049bf7ea7f1be0cc9e15e649 Package: ddrescue Version: 1.99-0.3.0-0.17.3 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 281 Depends: libc6 (>= 2.25) Filename: armhf/ddrescue_1.99-0.3.0-0.17.3_armhf.deb Size: 108540 MD5sum: ca4fe6a66f07cfbf0137785ca7fbf99d SHA1: d8d98c4b2aeb532055676a6b50de9ea8d0d3a0ec SHA256: ec251d97abd759ce56b8999c7a60eb6b01137010358ad9f25037f4e85a21be12 Section: SystemUtilities Priority: optional Description: dd_rescue is a data recovery and protection tool. When your disk has crashed and you try to copy it over to another one, standard Unix tools like cp, cat, and dd will abort on every I/O error, dd_rescue does not. It optimizes copying by using large blocks as long as no errors occur and falls back to smaller blocks. It supports reverse direction copying (to approach a bad spot from the top), sparse copying, preallocating space, splice zerocopy, and bypassing the kernel pagecache with O_DIRECT. dd_rescue provides safe deletion of data by overwriting files (or better partitions/disks) multiple times with fast random numbers. With the ddr_hash plugin, it supports calculating a hash value (such as a sha256sum) or an HMAC during copying. Package: ddrescue Version: 1.99-0.3.0-0.17.3 Architecture: arm64 Maintainer: Kurt Garloff Installed-Size: 288 Depends: libc6 (>= 2.25) Filename: arm64/ddrescue_1.99-0.3.0-0.17.3_arm64.deb Size: 108632 MD5sum: 71023be7fb4a63fa8b3fd0f9c025be2c SHA1: fdab827286dd90cc2599cae15ba164ab384b16ca SHA256: 59dad4bb25f8c02872d6fe814d674b4329b874a5991ce57e879a344ff17ffda6 Section: SystemUtilities Priority: optional Description: dd_rescue is a data recovery and protection tool. When your disk has crashed and you try to copy it over to another one, standard Unix tools like cp, cat, and dd will abort on every I/O error, dd_rescue does not. It optimizes copying by using large blocks as long as no errors occur and falls back to smaller blocks. It supports reverse direction copying (to approach a bad spot from the top), sparse copying, preallocating space, splice zerocopy, and bypassing the kernel pagecache with O_DIRECT. dd_rescue provides safe deletion of data by overwriting files (or better partitions/disks) multiple times with fast random numbers. With the ddr_hash plugin, it supports calculating a hash value (such as a sha256sum) or an HMAC during copying. Package: ddrescue-crypt Source: ddrescue Version: 1.99-0.3.0-0.17.3 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 176 Depends: libc6 (>= 2.25), libssl1.1 (>= 1.1.0) Recommends: ddrescue (= 1.99-0.3.0-0.17.3) Filename: armhf/ddrescue-crypt_1.99-0.3.0-0.17.3_armhf.deb Size: 59588 MD5sum: 5094f82ac03a90ffce5fcf68e9d42038 SHA1: fc4aafa119e278a2161fa6952f34d887dade2bdc SHA256: f22cc62a47a269fedec1e7acd67cbf4ec9e8c95cee1feeffffcf0b41aa466d2f Section: SystemUtilities Priority: optional Description: The ddr_crypt plugin enables dd_rescue to de/encrypt data on the fly while it's copied with dd_rescue. ddr_crypt uses the AES family of algorithms for this purpose. AES is considered safe by most cryptographers. It's fairly efficient to implement and some modern CPUs have hardware support for it. The x86 AES support is used by the plugin, ARMv8 is planned for the future. There are various numbers of bits and enhance number of rounds supported as well as various ways to handle and generate keys. Package: ddrescue-crypt Source: ddrescue Version: 1.99-0.3.0-0.17.3 Architecture: arm64 Maintainer: Kurt Garloff Installed-Size: 200 Depends: libc6 (>= 2.25), libssl1.1 (>= 1.1.0) Recommends: ddrescue (= 1.99-0.3.0-0.17.3) Filename: arm64/ddrescue-crypt_1.99-0.3.0-0.17.3_arm64.deb Size: 60920 MD5sum: ef3a5b7551e3d7e8289b49eb25bd9a15 SHA1: 6a033c999b5dbf229a6b2778fd79b14ced2d6f4b SHA256: 3bde92acdf7f3d80daaa4965311b81f295f9011901ef1c067c0bc53c2ab69166 Section: SystemUtilities Priority: optional Description: The ddr_crypt plugin enables dd_rescue to de/encrypt data on the fly while it's copied with dd_rescue. ddr_crypt uses the AES family of algorithms for this purpose. AES is considered safe by most cryptographers. It's fairly efficient to implement and some modern CPUs have hardware support for it. The x86 AES support is used by the plugin, ARMv8 is planned for the future. There are various numbers of bits and enhance number of rounds supported as well as various ways to handle and generate keys. Package: ddrescue-lzma Source: ddrescue Version: 1.99-0.3.0-0.17.3 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 34 Depends: libc6 (>= 2.4), liblzma5 (>= 5.1.1alpha+20120614) Recommends: ddrescue (= 1.99-0.3.0-0.17.3) Filename: armhf/ddrescue-lzma_1.99-0.3.0-0.17.3_armhf.deb Size: 15548 MD5sum: 1cd01499424952517899f7b24669219b SHA1: d11f59a6bd1d6fa5a75c229cdeab2e92670625e3 SHA256: 2104832b7c8e0c6697d0285904e4c358275fd5417ca4123db3511568410b6356 Section: SystemUtilities Priority: optional Description: The ddr_lzma plugin enables dd_rescue to de/compress data on the fly while it's copied with dd_rescue. ddr_lzma uses the lzma algorithm which is used by xz. LZMA is slow on compression, but achieved very high compression ratios. Decompression is fast. The plugin is new and may not work well with corrupt or malicious data. Package: ddrescue-lzma Source: ddrescue Version: 1.99-0.3.0-0.17.3 Architecture: arm64 Maintainer: Kurt Garloff Installed-Size: 35 Depends: libc6 (>= 2.17), liblzma5 (>= 5.1.1alpha+20120614) Recommends: ddrescue (= 1.99-0.3.0-0.17.3) Filename: arm64/ddrescue-lzma_1.99-0.3.0-0.17.3_arm64.deb Size: 15500 MD5sum: a7978ceb951c48f23268bd4c3da06fe6 SHA1: b70ebc7fedcad445b77785f830d49e233f6c9745 SHA256: ed844a9cf6e01210e3d4a1ff02ea14867eeecf4f8c86c126b49d08a162d8f4ec Section: SystemUtilities Priority: optional Description: The ddr_lzma plugin enables dd_rescue to de/compress data on the fly while it's copied with dd_rescue. ddr_lzma uses the lzma algorithm which is used by xz. LZMA is slow on compression, but achieved very high compression ratios. Decompression is fast. The plugin is new and may not work well with corrupt or malicious data. Package: ddrescue-lzo Source: ddrescue Version: 1.99-0.3.0-0.17.3 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 62 Depends: libc6 (>= 2.7), liblzo2-2 (>= 2.02) Recommends: ddrescue (= 1.99-0.3.0-0.17.3) Filename: armhf/ddrescue-lzo_1.99-0.3.0-0.17.3_armhf.deb Size: 25296 MD5sum: 5f7a4edfa8379f4274a72c86c315a903 SHA1: bc5591981960916eb620cb8893cba31d147a5c67 SHA256: 95280a9672cebff4d0e9161295bc0cd21bff8f57ea3bc43d2587bc5f813fed0b Section: SystemUtilities Priority: optional Description: The ddr_lzo plugin enables dd_rescue to de/compress data on the fly while it's copied with dd_rescue. ddr_lzo uses the lzo family of algorithms for this purpose. LZO is remarkably fast for decompression and still very fast when compressing at moderate compression levels. On the flipside, it does not compress as well as zlib. With the lzo1x family, ddr_lzo is compatible with lzop. The plugin has a number of features to support data recovery in case .lzo files have been corrupted. Package: ddrescue-lzo Source: ddrescue Version: 1.99-0.3.0-0.17.3 Architecture: arm64 Maintainer: Kurt Garloff Installed-Size: 67 Depends: libc6 (>= 2.17), liblzo2-2 (>= 2.02) Recommends: ddrescue (= 1.99-0.3.0-0.17.3) Filename: arm64/ddrescue-lzo_1.99-0.3.0-0.17.3_arm64.deb Size: 25072 MD5sum: 6e919bf203c13161b7f50188fec3a15e SHA1: 02c2d74279ad4335ad6105f622c1a7b3f109f4cc SHA256: cfc4acebb455fa8abeee7cf6860993b4a6bc08251bcbeefb29f97c47358c05bb Section: SystemUtilities Priority: optional Description: The ddr_lzo plugin enables dd_rescue to de/compress data on the fly while it's copied with dd_rescue. ddr_lzo uses the lzo family of algorithms for this purpose. LZO is remarkably fast for decompression and still very fast when compressing at moderate compression levels. On the flipside, it does not compress as well as zlib. With the lzo1x family, ddr_lzo is compatible with lzop. The plugin has a number of features to support data recovery in case .lzo files have been corrupted. Package: libfallocate-dev Source: libfallocate Version: 0.1.1-2 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 19 Recommends: libfallocate0 (= 0.1.1-2) Filename: armhf/libfallocate-dev_0.1.1-2_armhf.deb Size: 4316 MD5sum: 3e3b5e1e1345f447aae60361c81993c7 SHA1: e81812e0fa700b3c1664fea2fd4431ee38827567 SHA256: df866d656281b0aa0d9b4084ca6a535eba2b5214a23a4500a9034f6e69f983f4 Section: SystemLibraries Priority: optional Description: libfallocate provides an interface for applications to tell filesystems about the size of to-be-written files, so the filesystem can do a better job in taking allocation decisions to avoid fragmentation. This package contains the header files needed for development as well as the static library. Package: libfallocate-dev Source: libfallocate Version: 0.1.1-2 Architecture: arm64 Maintainer: Kurt Garloff Installed-Size: 22 Recommends: libfallocate0 (= 0.1.1-2) Filename: arm64/libfallocate-dev_0.1.1-2_arm64.deb Size: 4404 MD5sum: 19d5ac8efc12d00e101040bce01b0fb0 SHA1: 9666aa670cc4602453ee7d8e81d3d1541bdda5a2 SHA256: 16bebbd6a52022651708f2f6a7a3d55df18e94cd7182874dbdcdcef0819d4e01 Section: SystemLibraries Priority: optional Description: libfallocate provides an interface for applications to tell filesystems about the size of to-be-written files, so the filesystem can do a better job in taking allocation decisions to avoid fragmentation. This package contains the header files needed for development as well as the static library. Package: libfallocate0 Source: libfallocate Version: 0.1.1-2 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 23 Depends: libc6 (>= 2.4) Filename: armhf/libfallocate0_0.1.1-2_armhf.deb Size: 7136 MD5sum: c481f0d0b8684a78215d33a9b07a8530 SHA1: 88645fc676bba18ef338b87b79d625d6bd741c6d SHA256: 77d44483d185b74e3bdcb98f462ff6c9e3c15298710e75f1fb68e0020df7a464 Section: SystemLibraries Priority: optional Description: libfallocate provides an interface for applications to tell filesystems about the size of to-be-written files, so the filesystem can do a better job in taking allocation decisions to avoid fragmentation. libfallocate provides a wrapper for the fallocate() syscall in case your glibc (<2.10) does not have it yet. It also provides linux_fallocate() which will attempt the space reservation ioctl that xfs and ocfs2 provide in case fallocate() did not succeed. It has an additional richer interface fallocate_with_fallback() that allows you to instruct it to fallback to do preallocation by zeroing things out (like posix_fallocate()) or to extend the file size by a sparse write (like a successful fallocate() with mode==0 would have done). Package: libfallocate0 Source: libfallocate Version: 0.1.1-2 Architecture: arm64 Maintainer: Kurt Garloff Installed-Size: 27 Depends: libc6 (>= 2.17) Filename: arm64/libfallocate0_0.1.1-2_arm64.deb Size: 7376 MD5sum: a486dab9a8e04c53abdff61fc07eccd9 SHA1: 77421f6221f630cf52cac8960d07e80aa5488ce6 SHA256: 73a73f856aac58feb87573d91531adaede433d1187716716954e8973e9cdd550 Section: SystemLibraries Priority: optional Description: libfallocate provides an interface for applications to tell filesystems about the size of to-be-written files, so the filesystem can do a better job in taking allocation decisions to avoid fragmentation. libfallocate provides a wrapper for the fallocate() syscall in case your glibc (<2.10) does not have it yet. It also provides linux_fallocate() which will attempt the space reservation ioctl that xfs and ocfs2 provide in case fallocate() did not succeed. It has an additional richer interface fallocate_with_fallback() that allows you to instruct it to fallback to do preallocation by zeroing things out (like posix_fallocate()) or to extend the file size by a sparse write (like a successful fallocate() with mode==0 would have done). Package: libfallocate0-dbgsym Source: libfallocate Version: 0.1.1-2 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 19 Depends: libfallocate0 (= 0.1.1-2) Filename: armhf/libfallocate0-dbgsym_0.1.1-2_armhf.deb Size: 6740 MD5sum: 400ea190c4b2549032f9f65a672ddf7d SHA1: ab0297a706e25017a30d816f9043aa7629486e07 SHA256: c5a0743a98348d5b1dfa4d62b38fd51b3b3ff18c7f4763dea7c2b2abb5eb0e33 Section: debug Priority: optional Description: debug symbols for libfallocate0 Build-Ids: 401e13d4dfcf906a7002da7d2b3bcd0873ba4f88 Package: libfallocate0-dbgsym Source: libfallocate Version: 0.1.1-2 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kurt Garloff Installed-Size: 21 Depends: libfallocate0 (= 0.1.1-2) Filename: arm64/libfallocate0-dbgsym_0.1.1-2_arm64.deb Size: 6560 MD5sum: 4a25a0f29767fc31927ff85bd79e1a9e SHA1: 67e0810783c3fc0d02d72e5200dca8ed8e199d6d SHA256: acf631d9f8a8f3c169c36933b043279096b6f077b730981c1163250e08adefd4 Section: debug Priority: optional Description: debug symbols for libfallocate0 Build-Ids: d4d16241caa1918882bd47b479636959c7e31f68