summaryrefslogtreecommitdiff
path: root/doc/CHANGES-2016
diff options
context:
space:
mode:
authorscole <scole@pkgsrc.org>2016-09-09 15:40:17 +0000
committerscole <scole@pkgsrc.org>2016-09-09 15:40:17 +0000
commitf276fa9431738e7db8cf62e11c63964f5d7cbe84 (patch)
tree9f237a25e8261c3b0e1fa9190be3a143fc67093e /doc/CHANGES-2016
parentfe83706daa1ef193ef338d422af928904145f176 (diff)
downloadpkgsrc-f276fa9431738e7db8cf62e11c63964f5d7cbe84.tar.gz
PR pkg/51058
Add filesystem/squashfs 4.3 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 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. This package contains tools to manipulate squashfs archive files.
Diffstat (limited to 'doc/CHANGES-2016')
-rw-r--r--doc/CHANGES-20163
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2016 b/doc/CHANGES-2016
index 50b362e873e..a08980c7305 100644
--- a/doc/CHANGES-2016
+++ b/doc/CHANGES-2016
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2016,v 1.3728 2016/09/09 13:26:15 fhajny Exp $
+$NetBSD: CHANGES-2016,v 1.3729 2016/09/09 15:41:55 scole Exp $
Changes to the packages collection and infrastructure in 2016:
@@ -5284,3 +5284,4 @@ Changes to the packages collection and infrastructure in 2016:
Updated mail/neomutt to 20160827nb1 [wiz 2016-09-09]
Updated misc/calibre to 2.67.0 [wiz 2016-09-09]
Updated security/vault to 0.6.1 [fhajny 2016-09-09]
+ Added filesystems/squashfs version 4.3 [scole 2016-09-09]