pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc



Module Name:    pkgsrc
Committed By:   scole
Date:           Fri Sep  9 15:41:55 UTC 2016

Modified Files:
        pkgsrc/doc: CHANGES-2016

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3728 -r1.3729 pkgsrc/doc/CHANGES-2016

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2016
diff -u pkgsrc/doc/CHANGES-2016:1.3728 pkgsrc/doc/CHANGES-2016:1.3729
--- pkgsrc/doc/CHANGES-2016:1.3728      Fri Sep  9 13:26:15 2016
+++ pkgsrc/doc/CHANGES-2016     Fri Sep  9 15:41:55 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 i
        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]



Home | Main Index | Thread Index | Old Index