Go to file
alperak ec7ab6b435
squashfs-tools-ng: upgrade 1.1.4 -> 1.2.0
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>
2023-11-27 13:39:54 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems bindfs: upgrade 1.17.5 -> 1.17.6 2023-11-17 11:38:20 -08:00
meta-gnome gnome-bluetooth: upgrade 42.6 -> 42.7 2023-11-21 22:35:50 -08:00
meta-initramfs klibc/klibc.inc : Add DEBUG_PREFIX_MAP flag. 2023-10-13 10:19:11 -07:00
meta-multimedia pipewire: upgrade 0.3.85 > 1.0.0 2023-11-26 14:18:58 -08:00
meta-networking system-config-printer: Add packageconfig for polkit 2023-11-25 10:25:33 -08:00
meta-oe squashfs-tools-ng: upgrade 1.1.4 -> 1.2.0 2023-11-27 13:39:54 -08:00
meta-perl libextutils-cppguess-perl: upgrade 0.26 -> 0.27 2023-11-21 22:35:50 -08:00
meta-python python3-rich: upgrade 13.6.0 -> 13.7.0 2023-11-21 22:44:40 -08:00
meta-webserver apache2: v2.4.57 to v2.4.58 to fix CVE-2023-43622 2023-11-27 13:39:53 -08:00
meta-xfce xarchiver: Specify the version in the recipe file name 2023-11-07 19:59:58 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

README.md

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories