squashfs-tools 1:4.6.1-1 source package in Ubuntu

Changelog

squashfs-tools (1:4.6.1-1) unstable; urgency=medium

  * New upstream release:
    - implements --one-filesytem for mksquashfs (closes: #586757).
  * Update watch file.
  * Update Standards-Version to 4.6.2 .

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sun, 18 Jun 2023 08:56:23 +0200

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
linux-any kfreebsd-any
Section:
kernel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main kernel

Downloads

File Size SHA-256 Checksum
squashfs-tools_4.6.1-1.dsc 1.9 KiB 2c9941b0abd6ea88ef2b03cfe5838a11f462c8ec3924f04a96ff9206fea8c58d
squashfs-tools_4.6.1.orig.tar.gz 280.1 KiB 94201754b36121a9f022a190c75f718441df15402df32c2b520ca331a107511c
squashfs-tools_4.6.1-1.debian.tar.xz 10.0 KiB 8e34187ab18900b19d0ef0654b21ba7439cfd8db93656ed5ee6de4c859f9c333

Available diffs

No changes file available.

Binary packages built by this source

squashfs-tools: Tool to create and append to squashfs filesystems

 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.

squashfs-tools-dbgsym: debug symbols for squashfs-tools