Re: [oe] [meta-oe][PATCH] squashfs-tools-ng: upgrade 1.1.4 -> 1.2.0

2023-11-27 Thread Khem Raj
On Mon, 27 Nov 2023 19:47:59 +0300, alperak wrote: > 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. > > [...] Applied, thanks! [1/1]

Re: [oe] [meta-oe][PATCH] redis: Inherit pkgconfig

2023-11-27 Thread Khem Raj
On Sun, 26 Nov 2023 06:54:40 +0100, Peter Kjellerstedt wrote: > The Makefile uses pkg-config if USE_SYSTEMD is "yes". > > Applied, thanks! [1/1] redis: Inherit pkgconfig commit: 0d6871a86be6f791180b7ab6bdc6673c4f6368b0 Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [oe] [meta-multimedia][PATCH] pipewire: upgrade 0.3.85 > 1.0.0

2023-11-27 Thread Khem Raj
On Sun, 26 Nov 2023 21:23:33 +0100, Markus Volk wrote: > The PipeWire project is immensely proud to announce the 1.0 release > of PipeWire. > > It is API and ABI compatible with previous 0.3.x releases. > > "PipeWire represents the next evolution of audio handling for Linux, taking > the best

[oe] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-11-27 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[oe] [mickledore][meta-python][PATCH 1/1] python3-django: move to version 4.2.7

2023-11-27 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Version 4.2.5 fixes CVE-2023-36053 and CVE-2023-41164. Version 4.2.7 fixes CVE-2023-46695 and CVE-2023-43665. Signed-off-by: Joe Slater --- .../python/{python3-django_4.2.1.bb => python3-django_4.2.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

Re: [oe] [meta-oe][PATCH] msgpack-c: upgrade 4.0.0 -> 6.0.0

2023-11-27 Thread Khem Raj
tmate fails to build with this upgrade https://errors.yoctoproject.org/Errors/Details/743897/ On Mon, Nov 27, 2023 at 5:38 AM Alper Ak wrote: > > - GTest should be OFF by default. -> > https://github.com/msgpack/msgpack-c/issues/1066 > > Changelog: > > - Remove C++ requirement if test is

[oe] [meta-oe][PATCH] squashfs-tools-ng: upgrade 1.1.4 -> 1.2.0

2023-11-27 Thread Alper Ak
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

[oe] [meta-oe][PATCH] msgpack-c: upgrade 4.0.0 -> 6.0.0

2023-11-27 Thread Alper Ak
- GTest should be OFF by default. -> https://github.com/msgpack/msgpack-c/issues/1066 Changelog: - Remove C++ requirement if test is disabled (#1055) - Change CMake package name of C library to msgpack-c (#1053) - Unified all C package, library, cmake, tarball name become msgpack-c. - Add

[oe] [meta-oe][PATCH] msgpack-cpp: upgrade 4.1.1 -> 6.1.0

2023-11-27 Thread Alper Ak
Changelog: - Remove dependency on boost in chrono.hpp (#1076) - Add support for std::variant behavior (#1075) - Fix msgpack::type::variant behavior to respect MessagePack format (#1071) - Add rebind allocators (#1065) - Change CMake package name of C++ library to msgpack-cxx (#1054) - Unified all