squashfs-tools 1:4.3-6 source package in Ubuntu

Changelog

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

  * Sync with Ubuntu.

  [ Michael Vogt <email address hidden> ]
  * debian/patches/0005-add-fstime.patch: initializing the time_t variable
    with (time_t)0 instead of (time_t)-1 to avoid creating all filesystems
    on "Wed Dec 31 23:59:59 1969"

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sun, 11 Mar 2018 07:12:57 +0000

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
Bionic release main kernel

Downloads

File Size SHA-256 Checksum
squashfs-tools_4.3-6.dsc 1.9 KiB ae3b8d92d531393fa8f19b51e7fadf14d2c795116890b892eb0826c9d15432a5
squashfs-tools_4.3.orig.tar.gz 178.3 KiB 0d605512437b1eb800b4736791559295ee5f60177e102e4d4ccd0ee241a5f3f6
squashfs-tools_4.3-6.debian.tar.xz 18.6 KiB 722b2715d43868303f233b2851f1f3da0173ca7102d75ecfecd5f8136fe6b1ac

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