Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/squashfs-tools: bump pkgrel | Natanael Copa | 2017-11-20 | 1 | -1/+1 |
| | |||||
* | main/linux-* and main/squashfs-tools: normalize squashfs compression options | Jack Schmidt | 2017-11-20 | 1 | -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 whitespace | tmpfile | 2017-07-10 | 1 | -1/+1 |
| | |||||
* | main/squashfs-tools: add fix for a race in mksquashfs | Natanael Copa | 2016-12-02 | 2 | -4/+68 |
| | |||||
* | main/squashfs-tools: security fix for CVE-2015-4645/4646 | Natanael Copa | 2015-07-07 | 2 | -4/+37 |
| | | | | ref #4416 | ||||
* | main/squashfs-tools: fix variable length array overflow | Natanael Copa | 2015-06-09 | 2 | -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.3 | Natanael Copa | 2014-07-10 | 2 | -31/+42 |
| | |||||
* | main/squashfs-tools: fix build against musl | Timo Teräs | 2013-09-27 | 2 | -4/+57 |
| | |||||
* | main/squashfs-tools: enable xz and lzo support | Natanael Copa | 2011-08-26 | 1 | -3/+3 |
| | |||||
* | main/squashfs-tools: upgrade to 4.2 | Natanael Copa | 2011-03-21 | 1 | -2/+2 |
| | |||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/squashfs-tools: upgrade to 4.1 | Natanael Copa | 2010-10-21 | 2 | -31/+5 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/squashfs-tools: new aport | Natanael Copa | 2009-12-02 | 2 | -0/+48 |
Tools for squashfs, a highly compressed read-only filesystem for Linux http://squashfs.sourceforge.net |