summaryrefslogtreecommitdiff
path: root/filesystems/squashfs/DESCR
diff options
context:
space:
mode:
authorscole <scole@pkgsrc.org>2020-06-19 21:17:46 +0000
committerscole <scole@pkgsrc.org>2020-06-19 21:17:46 +0000
commit02f80ea5f0c70898afcabc575bcac667efcbb75f (patch)
treefeea08b94f1bb9f9baedb4c0eccd0ef8fd8e706a /filesystems/squashfs/DESCR
parent71b4cba01fdf6305e5888ffa49f710df54212cbd (diff)
downloadpkgsrc-02f80ea5f0c70898afcabc575bcac667efcbb75f.tar.gz
Welcome to Squashfs 4.4. This is the first release in over 5 years, and
there are substantial improvements: reproducible builds, new compressors, CVE fixes, security hardening and new options for Mksquashfs/Unsquashfs. Please see the INSTALL file for instructions on installing the tools, and the USAGE file for documentation on how to use the tools. Summary of changes --------------------------------------- 1. Mksquashfs now generates reproducible images by default. Mkfs time and file timestamps can also be specified. 2. Support for the Zstandard (ZSTD) compression algorithm has been added. 3. Pseudo files now support symbolic links. 4. CVE-2015-4645 and CVE-2015-4646 have been fixed. 5. Unsquashfs has been further hardened against corrupted filestems. 6. Unsquashfs is now more strict about error handling. 7. Miscellaneous new options and major bug fixes for Mksquashfs. 8. Miscellaneous new options and major bug fixes for Unsquashfs. 9. Squashfs-tools 4.4 is compatible with all earlier 4.x filesystems and releases. For pkgsrc changes, now GitHub is now the main repository and using libtool
Diffstat (limited to 'filesystems/squashfs/DESCR')
-rw-r--r--filesystems/squashfs/DESCR10
1 files changed, 5 insertions, 5 deletions
diff --git a/filesystems/squashfs/DESCR b/filesystems/squashfs/DESCR
index a7e9184ef28..860783900c9 100644
--- a/filesystems/squashfs/DESCR
+++ b/filesystems/squashfs/DESCR
@@ -1,8 +1,8 @@
-Squashfs is a highly compressed read-only filesystem for Linux.
-It uses either gzip/xz/lzo/lz4 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 1Mbytes (default block size 128K).
+Squashfs is a highly compressed read-only filesystem for Linux. It
+uses either gzip/xz/lzo/lz4/zstd 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 1Mbytes (default block size 128K).
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