squashfs-tools 1:4.4-1ubuntu0.3 source package in Ubuntu

Changelog

squashfs-tools (1:4.4-1ubuntu0.3) focal-security; urgency=medium

  * SECURITY UPDATE: Properly handle directory sorting in 2.x filesystems
    - debian/patches/0007-CVE-2021-41072-4.patch: Fix to check filesystem
      version and sort accordingly when needed
    - CVE-2021-41072

 -- Alex Murray <email address hidden>  Tue, 12 Oct 2021 11:06:41 +1030

Upload details

Uploaded by:
Alex Murray
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
linux-any kfreebsd-any
Section:
kernel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates main kernel
Focal security main kernel

Downloads

File Size SHA-256 Checksum
squashfs-tools_4.4.orig.tar.gz 236.2 KiB a7fa4845e9908523c38d4acf92f8a41fdfcd19def41bd5090d7ad767a6dc75c3
squashfs-tools_4.4-1ubuntu0.3.debian.tar.xz 16.8 KiB e890e3ca69bf6c23cb0ce016cd0d3ee090d65288ac560bc38e126f8e1462c828
squashfs-tools_4.4-1ubuntu0.3.dsc 1.7 KiB 00aaa8a71e8dd72c02e91687ff74e11d3e2bc038778b71101f84f99e9c45f5aa

View changes file

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