| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
License-Update:
Remove builtin copy of zlib
On GNU/Linux, *BSD or MacOS we can simply use the system default
library. The copy was primarily only there for the Windows build.
The build script for Windows has now been adapted to download and
compile a shared library from a tarball.
This removes a huge chunk of code from the git tree as well as
the release tarballs. Additionally it gets rid of iffy things like
removing the Zlib copyright/version strings, so the libsquashfs DLL
doesn't export it.
Changelog:
Added
* Make it possible for gensquashfs to add xattrs from a description file
* Make it possible for gensquashfs to specify file sorting order
* Support . and .. directory browsing support in sqfs_dir_reader_t
* Add sqfs_tree_node_get_path to libsquashfs
Fixed
* Only use actually available CPUs in gensquashfs and tar2sqfs
* Overzealous bounds check in the libsquashfs block processor (#110)
* In sqfs_compressor_create, clear the output pointer on error (#110)
* Typo in gensquashfs and tar2sqfs block count statistics (#108)
* Hard link resolution: report error if path cannonicalization fails
* Documentation: signedness of the directory header inode number
* Seek position in libsquashfs meta data reader erroneously out-of-bounds
* Memory leak in libfstree error path
* Double-free in libfstree error path
Changed
* Allow NULL pointer for sqfs_destroy, sqfs_dir_tree_destroy
* Use 32 bit hard link counter in libfstree instead of just 16 bit
* Internal cleanup and restructuring
* Upgrade autotools version
* Check in autogen.sh if the required tools are available
* Trigger a build failure if no compressor library is available
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog from 1.0.2 to 1.1.4:
https://github.com/AgentD/squashfs-tools-ng/blob/master/CHANGELOG.md
License-Update:
- COPYING.md
Add exceptions to files under **GNU Lesser General Public License version 3 or later**
Add description to examples
- zstd.txt
Delete blank lines at the end of the text
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
| |
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
The main difference with squashfs-tools is the availability
of a shared library and a programmatic interface, rather
than just command-line tools.
Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|