Package: bonnie Version: 1.6-0 Architecture: arm64 Maintainer: Kurt Garloff Installed-Size: 81 Depends: libc6 (>= 2.34) Suggests: bc Filename: arm64/bonnie_1.6-0_arm64.deb Size: 11844 MD5sum: 705368617bfda13b914427108eeff942 SHA1: 538ceeeb9c02ccae8556cf7f8f8ac56f0675d52a SHA256: 07bd28fd66a9479c208b78ee94ec3216534b52a4e44ee39bf724b4c47dd0648e 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: armhf Maintainer: Kurt Garloff Installed-Size: 32 Depends: libc6 (>= 2.34) Suggests: bc Filename: armhf/bonnie_1.6-0_armhf.deb Size: 11760 MD5sum: 2bdf21d2a740c6ffe2df6ec397061a5a SHA1: 7f97755ee8e1a6421c94e07739d12619e362030f SHA256: acb196c6b6931986e67d0b5345be5489de5a0e96663d74f6b11557079f9ea40b 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: arm64 Maintainer: Kurt Garloff Installed-Size: 38 Depends: bonnie (= 1.6-0) Filename: arm64/bonnie-dbgsym_1.6-0_arm64.deb Size: 22036 MD5sum: b254f1b426b16cd659710db2bd7a3177 SHA1: d71607c820cd2e78e324007acdbcb93ee73e1649 SHA256: 32267da8c9aff4b3c914aac40bef8cc98e2cb61a35c1e94c44597cf799f9caaf Section: debug Priority: optional Description: debug symbols for bonnie Build-Ids: 9b95ba0a2de2b979822660eb5e9c9a641dc1ea82 Package: bonnie-dbgsym Source: bonnie Version: 1.6-0 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 36 Depends: bonnie (= 1.6-0) Filename: armhf/bonnie-dbgsym_1.6-0_armhf.deb Size: 22344 MD5sum: 5e1b606258b9295ab2e70327f1bbd46e SHA1: 58564d48a8d99b400fc0cef8f0acbe775d823d1a SHA256: 0d1a1d858d7f41e7407ecceb2463854da3aa8d50b214cdf078b5f747e72062c0 Section: debug Priority: optional Description: debug symbols for bonnie Build-Ids: b9a02f4e54c0e380e7d295527a2dd8ea40df9ea8 Package: ddrescue Version: 1.99-0.3.0-0.20.15 Architecture: arm64 Maintainer: Kurt Garloff Installed-Size: 373 Depends: libc6 (>= 2.34) Filename: arm64/ddrescue_1.99-0.3.0-0.20.15_arm64.deb Size: 108496 MD5sum: 4658c9074afd6c9e82701f42f97fff3c SHA1: d09bace400ff74c4db6dd75b904d3043454c6142 SHA256: fb1e687891bc8c97b5739ab840a96fedcd9210e2e0a98cc79e2f7fe642ca518c 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.20.15 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 250 Depends: libc6 (>= 2.34) Filename: armhf/ddrescue_1.99-0.3.0-0.20.15_armhf.deb Size: 107268 MD5sum: 6fda406bd8d75fec9b2673df8dbf379e SHA1: d1fc2ba5288adaa4012ee6ce9759f79806ed0bf5 SHA256: 5c822c1e2659d974f190f0f7fcc0fdf9aefabcafeb0d0c23b5f2781389a908a5 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.20.15 Architecture: arm64 Maintainer: Kurt Garloff Installed-Size: 165 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0) Recommends: ddrescue (= 1.99-0.3.0-0.20.15) Filename: arm64/ddrescue-crypt_1.99-0.3.0-0.20.15_arm64.deb Size: 59328 MD5sum: e822bf8efff9a4ce10e1d4b10f1d3aa3 SHA1: 0beffd797109f47222ea8c529b5b776250f6fd0f SHA256: d1ea16acc10dd6cee67b7a3f50d6cef170accd4faf24d85f9a28f3a8ef7dc995 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.20.15 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 141 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0) Recommends: ddrescue (= 1.99-0.3.0-0.20.15) Filename: armhf/ddrescue-crypt_1.99-0.3.0-0.20.15_armhf.deb Size: 57184 MD5sum: 7c373d08762f8ffabb2fc9aa047fe6b1 SHA1: e282dd7a9a0a482f53a2572d65e885dc4b1b31d1 SHA256: 6fc527a204583392921442928fa39109b3feb7bf8324fc4b9a81954d6d71abf0 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.20.15 Architecture: arm64 Maintainer: Kurt Garloff Installed-Size: 84 Depends: libc6 (>= 2.17), liblzma5 (>= 5.1.1alpha+20120614) Recommends: ddrescue (= 1.99-0.3.0-0.20.15) Filename: arm64/ddrescue-lzma_1.99-0.3.0-0.20.15_arm64.deb Size: 14736 MD5sum: d2d0f1a77cd64257d66797b5d73aef61 SHA1: a4ec9164e46ed66f31068e7192798be568727fe4 SHA256: b9675dc056c66de5ab582820ee7c4fdf1cb91d43efd4dddc41c903678fc0639a 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.20.15 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 31 Depends: libc6 (>= 2.4), liblzma5 (>= 5.1.1alpha+20120614) Recommends: ddrescue (= 1.99-0.3.0-0.20.15) Filename: armhf/ddrescue-lzma_1.99-0.3.0-0.20.15_armhf.deb Size: 14468 MD5sum: 964880cd0a7d2c67da8eac9b2021ab32 SHA1: 765757a05e95383fff8067cd38208149684bce3b SHA256: 64bf2f03d921fb411fcbc31c94e128e0def07116df54670e4278e34d9f697f24 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.20.15 Architecture: arm64 Maintainer: Kurt Garloff Installed-Size: 88 Depends: libc6 (>= 2.33), liblzo2-2 (>= 2.02) Recommends: ddrescue (= 1.99-0.3.0-0.20.15) Filename: arm64/ddrescue-lzo_1.99-0.3.0-0.20.15_arm64.deb Size: 24132 MD5sum: 1f572ba7071a0e7f27477e9af60bb001 SHA1: dfc871fcc0b7899853bd444532ce84646cd0f513 SHA256: 49050ff0f9e9042db40623b2c5892c112c6e58248b6208797dc429a1b4f4a835 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.20.15 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 51 Depends: libc6 (>= 2.33), liblzo2-2 (>= 2.02) Recommends: ddrescue (= 1.99-0.3.0-0.20.15) Filename: armhf/ddrescue-lzo_1.99-0.3.0-0.20.15_armhf.deb Size: 23392 MD5sum: 7757e225ab6fe7b6df42d73449051c03 SHA1: 0e5a54cb2cf4e1ea2b35dc0458a1b22a533353b1 SHA256: 8b367071c5ab42e1d13b6167496fedc255a4186766a7fa8efab4d4f4f8e4262f 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: arm64 Maintainer: Kurt Garloff Installed-Size: 22 Recommends: libfallocate0 (= 0.1.1-2) Filename: arm64/libfallocate-dev_0.1.1-2_arm64.deb Size: 4384 MD5sum: 3bdc09ea21b74c4a6221369e575054fd SHA1: 3a733b05e1d7800f45a69f849b2b78a60d6811a9 SHA256: 5de0ea29a906d90f780e3a0040a15f59efdd3bcdcaf67f33b4ce0aad05537152 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: armhf Maintainer: Kurt Garloff Installed-Size: 19 Recommends: libfallocate0 (= 0.1.1-2) Filename: armhf/libfallocate-dev_0.1.1-2_armhf.deb Size: 4300 MD5sum: 399ca11fa946771861600591ae62e4a7 SHA1: 0f24b24c91361621080c6f4682da11ef530f4575 SHA256: a03b44e9bcaea92d7802b46c95ca8ee72c48bba64a955c9ce13310e573eb57aa 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: arm64 Maintainer: Kurt Garloff Installed-Size: 83 Depends: libc6 (>= 2.33) Filename: arm64/libfallocate0_0.1.1-2_arm64.deb Size: 7424 MD5sum: 395305300ecff5d95e94e98e12fdee7a SHA1: a4694df5a3ba86f37f9fa3aecbf28b6c67565051 SHA256: f784fd8908c095068f0e5f11d438efbd368f43f06c1d6fa712c9a5e256e5bdd3 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: armhf Maintainer: Kurt Garloff Installed-Size: 23 Depends: libc6 (>= 2.33) Filename: armhf/libfallocate0_0.1.1-2_armhf.deb Size: 7144 MD5sum: 0269cef94003a52ea40ec142dd7fe02e SHA1: ee0f5bfb0ae7f2831eb38e731c451d7d2e60d594 SHA256: 447a353831ece766800d93d1864a252ac46e7ac7af0c27b7d7149e2d9d6b6d9d 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: arm64 Maintainer: Kurt Garloff Installed-Size: 21 Depends: libfallocate0 (= 0.1.1-2) Filename: arm64/libfallocate0-dbgsym_0.1.1-2_arm64.deb Size: 6864 MD5sum: 0173a601126d3b051887cc8ae12d9f98 SHA1: 92564b67ed6efac0757876e43bfb49044ce30323 SHA256: 0731f7cbe428131f57b3eae1d025f886e873e0eb2f23f2c48c919136a4403ebd Section: debug Priority: optional Description: debug symbols for libfallocate0 Build-Ids: 3715fbb69fc69d9c8021c221d7caa5a06077e632 Package: libfallocate0-dbgsym Source: libfallocate Version: 0.1.1-2 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 20 Depends: libfallocate0 (= 0.1.1-2) Filename: armhf/libfallocate0-dbgsym_0.1.1-2_armhf.deb Size: 7068 MD5sum: b5f580c71f25978fe38b946d464378ab SHA1: 1a5b087d13aca4cc9ed7ad0bb4537d1099cc29e6 SHA256: 4fa7ca655bcded8d7ee61abcaf8ad89af22f9148dd724833b32d0efa663db8d7 Section: debug Priority: optional Description: debug symbols for libfallocate0 Build-Ids: 8933da2804b7098937c9a64698bde7fbe0c37dab