aboutsummaryrefslogtreecommitdiffstats
path: root/main/squashfs-tools
Commit message (Collapse)AuthorAgeFilesLines
* main/squashfs-tools: bump pkgrelNatanael Copa2017-11-201-1/+1
|
* main/linux-* and main/squashfs-tools: normalize squashfs compression optionsJack Schmidt2017-11-201-2/+2
| | | | | | | | | | | | | | | | | | This commit brings kernel and userspace into agreement about squashfs compression algorithms: zlib, xz, lzo, and lz4 (except on S/390 and PPC64LE). Some kernels has LZO, some had LZ4, some had both. Userspace had LZO, but not LZ4. XZ and LZO were added to squashfs-tools in commit 151deb4c2fe91078c30c588de3fe9e411849a52f Most compression options were added to kernels through default configs: * LZO had been enabled in RPI, RPI2, S/390, PPC64le, and squashfs-tools. * LZ4 had been enabled in x86, x86_64, aarch64, armhf, rpi, rpi2. Default linux kernel config does not currently include LZ4 for S/390 or PPC64le, so I did not change their config. XZ and ZLIB are in everything.
* main/[various]: fix trailing whitespacetmpfile2017-07-101-1/+1
|
* main/squashfs-tools: add fix for a race in mksquashfsNatanael Copa2016-12-022-4/+68
|
* main/squashfs-tools: security fix for CVE-2015-4645/4646Natanael Copa2015-07-072-4/+37
| | | | ref #4416
* main/squashfs-tools: fix variable length array overflowNatanael Copa2015-06-092-4/+29
| | | | | | | we can not guarantee that block size specified in user data will not overflow the stack so we need to use malloc. this fixes segfault when doing unsquashfs
* main/squashfs-tools: upgrade to 4.3Natanael Copa2014-07-102-31/+42
|
* main/squashfs-tools: fix build against muslTimo Teräs2013-09-272-4/+57
|
* main/squashfs-tools: enable xz and lzo supportNatanael Copa2011-08-261-3/+3
|
* main/squashfs-tools: upgrade to 4.2Natanael Copa2011-03-211-2/+2
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/squashfs-tools: upgrade to 4.1Natanael Copa2010-10-212-31/+5
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/squashfs-tools: new aportNatanael Copa2009-12-022-0/+48
Tools for squashfs, a highly compressed read-only filesystem for Linux http://squashfs.sourceforge.net