squashfs-tools 1:4.4-ok2 source package in openKylin
Changelog
squashfs-tools (1:4.4-ok2) yangtze; urgency=medium Amedass CVE-2021-40153 安全更新 -- haoyu <email address hidden> Mon, 13 Mar 2023 15:31:20 +0800
squashfs-tools (1:4.4-ok2) yangtze; urgency=medium Amedass CVE-2021-40153 安全更新 -- haoyu <email address hidden> Mon, 13 Mar 2023 15:31:20 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
squashfs-tools_4.4.orig.tar.gz | 236.2 KiB | a7fa4845e9908523c38d4acf92f8a41fdfcd19def41bd5090d7ad767a6dc75c3 |
squashfs-tools_4.4-ok2.debian.tar.xz | 5.7 KiB | 7565c55f0ac3994be91282c4b1a6f8d263ce6f85395c66a3317b68ec0c7b1057 |
squashfs-tools_4.4-ok2.dsc | 1.7 KiB | 3ca4455949720bc397c72983f794787f437cf3ef6763e73435b77d9ba7bbc393 |
Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
compression to compress both files, inodes and directories. Inodes in the
system are very small and all blocks are packed to minimise data overhead.
Block sizes greater than 4K are supported up to a maximum of 64K.
.
Squashfs is intended for general read-only filesystem use, for archival use
(i.e. in cases where a .tar.gz file may be used), and in constrained block
device/memory systems (e.g. embedded systems) where low overhead is needed.