[oe][meta-oe][dunfell][PATCH 1/1] open-vm-tools: fix CVE-2023-34058

2023-11-13 Thread Polampalli, Archana via lists.openembedded.org
From: Archana Polampalli A flaw was found in open-vm-tools. This flaw allows a malicious actor that has been granted Guest Operation Privileges in a target virtual machine to elevate their privileges if that target virtual machine has been assigned a more privileged Guest Alias. Reference:

[oe][meta-networking][kirkstone][PATCH 1/1] open-vm-tools: fix CVE-2023-34058

2023-11-13 Thread Polampalli, Archana via lists.openembedded.org
From: Archana Polampalli A flaw was found in open-vm-tools. This flaw allows a malicious actor that has been granted Guest Operation Privileges in a target virtual machine to elevate their privileges if that target virtual machine has been assigned a more privileged Guest Alias. Reference:

[oe][meta-networking][mickledore][PATCH 1/1] open-vm-tools: fix CVE-2023-34058

2023-11-13 Thread Polampalli, Archana via lists.openembedded.org
From: Archana Polampalli A flaw was found in open-vm-tools. This flaw allows a malicious actor that has been granted Guest Operation Privileges in a target virtual machine to elevate their privileges if that target virtual machine has been assigned a more privileged Guest Alias. Reference:

[oe] [meta-networking][dunfell][PATCH] wireshark: Fix CVE-2022-0585-CVE-2023-2879

2023-11-13 Thread Hitendra Prajapati via lists.openembedded.org
Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/8d3c2177793e900cfc7cfaac776a2807e4ea289f && https://gitlab.com/wireshark/wireshark/-/commit/118815ca7c9f82c1f83f8f64d9e0e54673f31677 Signed-off-by: Hitendra Prajapati ---

[oe] [meta-gnome][PATCH 10/10] gimp: Update to 2.10.36

2023-11-13 Thread Khem Raj
Explicitly ask for autotools build system since gnomebase is now defaulting to meson. Signed-off-by: Khem Raj --- meta-gnome/recipes-gimp/gimp/{gimp_2.10.34.bb => gimp_2.10.36.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.34.bb

[oe] [meta-multimedia][PATCH 09/10] gstd: Upgrade to 0.15.0

2023-11-13 Thread Khem Raj
License-Update: Switch to LGPL-2.1 [1] Drop rpath patch its not needed anymore with meson build system Switch to using meson build system Fix packaging for python pieces and systemd [1] https://github.com/RidgeRun/gstd-1.x/commit/76d9fb61a05973b30220fcae5ff87de9d618ea49 Signed-off-by: Khem Raj

[oe] [meta-gnome][PATCH 08/10] yelp: Use autotools for build system

2023-11-13 Thread Khem Raj
OE-core switched the defaults for gnome recipes to meson but this package is not yet migrated to meson. Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb

[oe] [meta-oe][PATCH 07/10] beep: Upgrade to 1.4.12

2023-11-13 Thread Khem Raj
Fix build with clang while here, need to disable Werror as newer compilers find more warnings. Do not save intermediate objects and disable ubsan, we do not build runtime for it by defaults Signed-off-by: Khem Raj --- .../beep/{beep_1.4.9.bb => beep_1.4.12.bb} | 19 +-

[oe] [meta-multimedia][PATCH 06/10] packagegroup-meta-multimedia: Remove dleyna recipes

2023-11-13 Thread Khem Raj
They are skipped now Signed-off-by: Khem Raj --- .../recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb

[oe] [meta-multimedia][PATCH 04/10] dleyna-core: Update to tip of master

2023-11-13 Thread Khem Raj
Get the support for newer gupnp 1.2 Fixes | configure: error: Package requirements (gupnp-1.2 >= 1.2.0) were not met: | | No package 'gupnp-1.2' found Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1

[oe] [meta-multimedia][PATCH 05/10] dleyna: Skip all dleyna recipes, slated for removal

2023-11-13 Thread Khem Raj
Upstream has marked it unsupported [1] and no development is going on [1] https://github.com/intel/dleyna-core/commit/47638f14fdd0f1a1d3c0c0bd1ce31aa64c66025f Signed-off-by: Khem Raj --- .../recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb| 2 ++

[oe] [meta-gnome][PATCH 03/10] gnome-terminal: Add missing dependency on libhandy

2023-11-13 Thread Khem Raj
Fixes | ../git/meson.build:367:16: ERROR: Dependency "libhandy-1" not found, tried pkgconfig Signed-off-by: Khem Raj Cc: Markus Volk --- meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[oe] [meta-gnome][PATCH 02/10] gnome-console: Add missing dependency on gtk4-native

2023-11-13 Thread Khem Raj
gtk4-native provided gtk-update-icon-cache fixes | ../gnome-console-45.0/meson.build:137:6: ERROR: Program 'gtk-update-icon-cache' not found or not executable Signed-off-by: Khem Raj Cc: Markus Volk --- meta-gnome/recipes-gnome/gnome-console/gnome-console_45.0.bb | 2 +- 1 file changed, 1

[oe] [meta-networking][PATCH 01/10] cannelloni: Fix build with clang and libc++ runtime

2023-11-13 Thread Khem Raj
Signed-off-by: Khem Raj --- ...lude-bits-stdc-.h-only-when-using-libstdc.patch | 37 ++ .../cannelloni/cannelloni_1.1.0.bb | 4 ++- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git

[oe] [PATCH 00/10] Recipe updates

2023-11-13 Thread Khem Raj
ang-11.patch | 63 - ...-beep-library-Make-it-compatible-with-c99.patch | 78 ++ 16 files changed, 153 insertions(+), 120 deletions(-) --- base-commit: f1109887083d97365e3e0c292a76cb0195af269d change-id: 20231113-gnomebaseclass-switch-to-meson-929926feba62 Best r

[oe] [mickledore][meta-python][PATCH 1/1] python3-pynacl: add RCONFLICTS with python3-nacl

2023-11-13 Thread Joe Slater via lists.openembedded.org
From: Joe Slater python3-nacl is in the meta-virtualization layer. Signed-off-by: Joe Slater Signed-off-by: Khem Raj (cherry picked from commit 74e31e51ffbd52b8864fed4debe7711e3ef4d739) --- meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb | 4 1 file changed, 4 insertions(+)

Re: [oe] [meta-gnome][PATCH] gnome-menus: tell gnomebase to use autotools build system

2023-11-13 Thread Dmitry Baryshkov
On Tue, 14 Nov 2023 at 00:03, Khem Raj wrote: > > already part of - > https://git.openembedded.org/meta-openembedded/commit/?id=84f88138586a64da397e0d940f39e039823b0306 Ack, thank you! > > On Mon, Nov 13, 2023 at 12:10 PM Dmitry Baryshkov > wrote: > > > > gnome-menus source does not provide

Re: [oe] [meta-gnome][PATCH] gnome-menus: tell gnomebase to use autotools build system

2023-11-13 Thread Khem Raj
already part of - https://git.openembedded.org/meta-openembedded/commit/?id=84f88138586a64da397e0d940f39e039823b0306 On Mon, Nov 13, 2023 at 12:10 PM Dmitry Baryshkov wrote: > > gnome-menus source does not provide meson.build, so switch it back to > using autotools. > > Signed-off-by: Dmitry

Re: [oe] [meta-oe][PATCH] gnome-themes-extra: tell gnomebase to use autotools build system

2023-11-13 Thread Khem Raj
Already fixed with https://git.openembedded.org/meta-openembedded/commit/?id=84f88138586a64da397e0d940f39e039823b0306 On Mon, Nov 13, 2023 at 12:09 PM Dmitry Baryshkov wrote: > > gnome-menus source does not provide meson.build, so switch it back to > using autotools. > > Signed-off-by: Dmitry

[oe] [meta-gnome][PATCH] gnome-menus: tell gnomebase to use autotools build system

2023-11-13 Thread Dmitry Baryshkov
gnome-menus source does not provide meson.build, so switch it back to using autotools. Signed-off-by: Dmitry Baryshkov --- meta-gnome/recipes-gnome/gnome-menus/gnome-menus_3.36.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_3.36.0.bb

[oe] [meta-oe][PATCH] gnome-themes-extra: tell gnomebase to use autotools build system

2023-11-13 Thread Dmitry Baryshkov
gnome-menus source does not provide meson.build, so switch it back to using autotools. Signed-off-by: Dmitry Baryshkov --- meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [meta-gnome][PATCH 3/6] gnome-terminal: Add missing dependency on libhandy

2023-11-13 Thread Khem Raj
Fixes | ../git/meson.build:367:16: ERROR: Dependency "libhandy-1" not found, tried pkgconfig Signed-off-by: Khem Raj Cc: Markus Volk --- meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[oe] [meta-multimedia][PATCH 6/6] packagegroup-meta-multimedia: Remove dleyna recipes

2023-11-13 Thread Khem Raj
They are skipped now Signed-off-by: Khem Raj --- .../recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb

[oe] [meta-multimedia][PATCH 5/6] dleyna: Skip all dleyna recipes, slated for removal

2023-11-13 Thread Khem Raj
Upstream has marked it unsupported [1] and no development is going on [1] https://github.com/intel/dleyna-core/commit/47638f14fdd0f1a1d3c0c0bd1ce31aa64c66025f Signed-off-by: Khem Raj --- .../recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb| 2 ++

[oe] [meta-multimedia][PATCH 4/6] dleyna-core: Update to tip of master

2023-11-13 Thread Khem Raj
Get the support for newer gupnp 1.2 Fixes | configure: error: Package requirements (gupnp-1.2 >= 1.2.0) were not met: | | No package 'gupnp-1.2' found Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1

[oe] [meta-gnome][PATCH 2/6] gnome-console: Add missing dependency on gtk4-native

2023-11-13 Thread Khem Raj
gtk4-native provided gtk-update-icon-cache fixes | ../gnome-console-45.0/meson.build:137:6: ERROR: Program 'gtk-update-icon-cache' not found or not executable Signed-off-by: Khem Raj Cc: Markus Volk --- meta-gnome/recipes-gnome/gnome-console/gnome-console_45.0.bb | 2 +- 1 file changed, 1

[oe] [PATCH 0/6] Drop dlenya recipes and fixes recipe dependencies

2023-11-13 Thread Khem Raj
/cannelloni_1.1.0.bb | 4 ++- 9 files changed, 51 insertions(+), 6 deletions(-) --- base-commit: f1109887083d97365e3e0c292a76cb0195af269d change-id: 20231113-gnomebaseclass-switch-to-meson-929926feba62 Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

[oe] [meta-networking][PATCH 1/6] cannelloni: Fix build with clang and libc++ runtime

2023-11-13 Thread Khem Raj
Signed-off-by: Khem Raj --- ...lude-bits-stdc-.h-only-when-using-libstdc.patch | 37 ++ .../cannelloni/cannelloni_1.1.0.bb | 4 ++- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git

Re: [oe] [meta-networking][PATCHv2] civetweb: upgrade 1.12 -> 1.16

2023-11-13 Thread Khem Raj
Please rebase all of your v2 patches on top of master and resend please. On Mon, Nov 13, 2023 at 4:35 AM Alper Ak wrote: > > License-Update: > > - Copyright years changed > - Added additional components Copyright > - The website keplerproject.org seems to no longer exist. So, the source URL >

Re: [oe] [meta-filesystems][PATCHv2] fuse-exfat: upgrade 1.3.0 -> 1.4.0

2023-11-13 Thread Khem Raj
v1 got applied, can you rebase this on latest master and resend please On Mon, Nov 13, 2023 at 3:52 AM Alper Ak wrote: > > Changelog: > > * Added exfatattrib utility which prints or changes file attributes [Will > Thompson]. > * Added FUSE 3 support. FUSE 2 continues to be supported. > * Added

Re: [oe] [meta-networking][PATCH] openfortivpn: upgrade 1.20.5 -> 1.21.0

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 23:44:08 +0300, alperak wrote: > Changelog: > > * fix "Peer refused to agree to his IP address" message, again > * deprecate option --plugin > * better masking of password in logs > * break on reading 0 from ppp pty, for non-Linux systems > > [...] Applied, thanks! [1/1]

Re: [oe] [meta-oe][PATCH 1/2] ghex: backport patch to fix build for clang

2023-11-13 Thread Khem Raj
On Mon, 13 Nov 2023 02:13:35 +0100, Markus Volk wrote: > Applied, thanks! [1/2] ghex: backport patch to fix build for clang commit: dba4071b696df1d399f9320fb40eb8b6eeae266c [2/2] qpdf: cleanup commit: f1109887083d97365e3e0c292a76cb0195af269d Best regards, -- Khem Raj

Re: [oe] [meta-networking][PATCH] libdnet: upgrade 1.16.3 -> 1.17.0

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 23:25:25 +0300, alperak wrote: > Patches removed because fixed in the new version. > > Changelog: > > - Various fixes around the build process (esp. cmake support + string.h > include fixes) > - Stronger cmake support, updated autotools and a few smaller fixes. > > [...]

Re: [oe] [meta-multimedia][PATCH] tinyalsa: upgrade 1.1.1 -> 2.0.0

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 21:10:28 +0300, alperak wrote: > - CMakeList.txt patch deleted because added to the new version. > > Changelog: > > * Miscellaneous bugs fixed. > * PCM plugin support. > * Add CMake build support. > * Add meson build support. > * tinyplay can now read from stdin. > *

Re: [oe] [meta-networking][PATCH] civetweb: upgrade 1.12 -> 1.16

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 23:04:51 +0300, alperak wrote: > = > - Added "-DCIVETWEB_SSL_OPENSSL_API_3_0=ON" because of following error: > > civetweb.c:1561:2: error: #error "Please define OPENSSL_API_#_# or > USE_MBEDTLS" > > You may also want to check out the available CMake

Re: [oe] [meta-networking][PATCH] cannelloni: upgrade 1.0.0 -> 1.1.0

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 22:11:46 +0300, alperak wrote: > Changelog: > > - Typo fix in cannelloni.h > - workflows: add nix-test.yml > - Add TCP mode > - No peer checking > - Add -Wall switch and fix all warnings > > [...] Applied, thanks! [1/1] cannelloni: upgrade 1.0.0 -> 1.1.0 commit:

Re: [oe] [meta-multimedia][PATCH] opencore-amr: upgrade 0.1.3 -> 0.1.6

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 19:16:57 +0300, alperak wrote: > Changelog: > > 0.1.6 > - Fixed an infinite loop when decoding some AMR-NB samples > - Fixed noise spikes when decoding non-voice frames for both AMR-NB and > AMR-WB > > 0.1.5 > - Fix an autotools issue with cross compiling from the 0.1.4

Re: [oe] [meta-multimedia][PATCH] mpd: upgrade 0.23.12 -> 0.23.14

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 18:54:44 +0300, alperak wrote: > Patches deleted because issues fixed in the new version. > > Changelog: > > ver 0.23.14 (2023/10/08) > * decoder > - flac: fix scanning files with non-ASCII names on Windows > - mad: fix calculation of LAME peak values > * mixer > -

Re: [oe] [meta-multimedia][PATCH] libde265: upgrade 1.0.5 -> 1.0.12

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 17:52:54 +0300, alperak wrote: > Changelog: > > - security fixes > - fixed generation of pkgconfig file with autotools > - fixed crashes recently detected by fuzzing > - read HDR parameters from VUI header > - fix reading matrix_coeffs from VUI header > - build fixes for

Re: [oe] [meta-multimedia][PATCH] libopenmpt: upgrade 0.6.2 -> 0.7.3

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 18:18:49 +0300, alperak wrote: > Changelog: > > https://github.com/OpenMPT/openmpt/blob/de9e591419eb5f5534f06da2876515fe7af18039/doc/libopenmpt/changelog.md > > Applied, thanks! [1/1] libopenmpt: upgrade 0.6.2 -> 0.7.3 commit:

Re: [oe] [meta-multimedia][PATCH] libebml: upgrade 1.3.0 -> 1.4.4

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 16:13:55 +0300, alperak wrote: > Changelog: > > https://github.com/Matroska-Org/libebml/blob/master/NEWS.md > > Applied, thanks! [1/1] libebml: upgrade 1.3.0 -> 1.4.4 commit: 7d1a0cd654ecaa68e27e09666744901e21b775a9 Best regards, -- Khem Raj

Re: [oe] [meta-multimedia][PATCH] libmatroska: upgrade 1.4.1 -> 1.7.1

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 16:37:06 +0300, alperak wrote: > Changelog: > > https://github.com/Matroska-Org/libmatroska/blob/v1.x/NEWS.md > > Applied, thanks! [1/1] libmatroska: upgrade 1.4.1 -> 1.7.1 commit: 8b1805ff1b690f1db172d9c62ddc37162f3ded87 Best regards, -- Khem Raj

Re: [oe] [meta-gnome][PATCH] gnome-terminal: Remove recommendation on vte-prompt

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 13:57:34 +0100, Markus Volk wrote: > vte9 does not contain a separate package for vte-prompt. Remove the > recommendation to avoid ${libexecdir}/vte-urlencode-cwd being pulled in by > another vte version > > Applied, thanks! [1/1] gnome-terminal: Remove recommendation on

Re: [oe] [meta-filesystems][PATCH] ufs-utils: upgrade 3.12.3 -> 4.13.5

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 14:00:26 +0300, alperak wrote: > Applied, thanks! [1/1] ufs-utils: upgrade 3.12.3 -> 4.13.5 commit: f946e6ab92d0fd1fd3d52b06e05eb374d6dedec1 Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

Re: [oe] [meta-filesystems][PATCH] fuse3: upgrade 3.15.1 -> 3.16.2

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 13:28:57 +0300, alperak wrote: > Changelog: > > - Various minor bugfixes and improvements. > - Readdir kernel cache can be enabled from high-level API. > > Applied, thanks! [1/1] fuse3: upgrade 3.15.1 -> 3.16.2 commit: 59c4f115ad8678a782ad59d36afc0a33f8fc4635 Best

Re: [oe] [meta-filesystems][PATCH] fuse-exfat: upgrade 1.3.0 -> 1.4.0

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 12:54:52 +0300, alperak wrote: > Changelog: > > * Added exfatattrib utility which prints or changes file attributes [Will > Thompson]. > * Added FUSE 3 support. FUSE 2 continues to be supported. > * Added support for timezone offsets [Nathan Hunsperger]. > * Fixed device

Re: [oe] [meta-filesystems][PATCH] libisoburn: 1.5.4 -> 1.5.6

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 12:32:49 +0300, alperak wrote: > Changelog: > > * Bug fix: False -status failure with -boot_image > --interval:appended_partition > * Bug fix: -no_rc prevented pre-scanning of arguments for stdio output and >others. Introduced by mistake in a62f6af5,

Re: [oe] [meta-filesystems][PATCH] libisofs: upgrade 1.5.4 -> 1.5.6

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 12:26:20 +0300, alperak wrote: > Changelog: > > * Bug fix: iso_write_opts_set_part_like_isohybrid() did not cause a MBR >partition table if the partitions are data files in the ISO >rather than appended > * Bug fix: The lseek methods of IsoFileSource

Re: [oe] [meta-multimedia][PATCH] libupnp: upgrade 1.14.6 -> 1.14.18

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 11:17:48 +0300, alperak wrote: > Changelog: > > github.com/pupnp/pupnp/blob/branch-1.14.x/ChangeLog > > Applied, thanks! [1/1] libupnp: upgrade 1.14.6 -> 1.14.18 commit: 6908f7fcb825b896fcea102ae75dab2a6122b42a Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=-

Re: [oe] [meta-multimedia][PATCHv2] libsrtp: upgrade 2.4.2 -> 2.5.0

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 10:09:40 +0300, alperak wrote: > Changelog > > -Make mbedtls hmac less restrictive in line with RFC and library capabilities > -Allow overriding stream list implementation > -update min openssl version to 1.1.0 > -Openssl 3 support for EVP MAC > -Add android build to CI >

Re: [oe] [meta-gnome][PATCH] gnome-terminal: Upgrade 3.48.1 -> 3.50.1

2023-11-13 Thread Khem Raj
On Sat, 11 Nov 2023 21:59:14 +0100, Markus Volk wrote: > Applied, thanks! [1/1] gnome-terminal: Upgrade 3.48.1 -> 3.50.1 commit: 3d7d59893bd73b41eb58c4aaa1b629f88b97a94a Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [oe] [meta-oe][PATCH] cups-filters: Upgrade 1.28.17 -> 2.0.0

2023-11-13 Thread Khem Raj
On Sun, 12 Nov 2023 01:59:41 +0100, Markus Volk wrote: > - `universal`: Enable `application/vnd.cups-postscript` as input > There are filters which produce this MIME type (such as `hpps` of > HPLIP), and if someone uses such driver on a client and the server > has an IPP

Re: [oe] [meta-gnome][PATCH 1/2] gnome-console: Add recipe

2023-11-13 Thread Khem Raj
On Sat, 11 Nov 2023 21:12:23 +0100, Markus Volk wrote: > gnome-console ist gnomes gtk4 terminal emulator > > Applied, thanks! [1/2] gnome-console: Add recipe commit: 6408ebb96495752cf8d23be68ade863c6bc9c0a7 [2/2] vte9: Fix build with api-documentation enabled commit:

Re: [oe] [meta-python][PATCHv2] tuna: upgrade 0.18 -> 0.19

2023-11-13 Thread Khem Raj
On Sat, 11 Nov 2023 22:46:10 +0300, alperak wrote: > Applied, thanks! [1/1] tuna: upgrade 0.18 -> 0.19 commit: 03e10516e8876db7e8ae866e215d7e354ddf2a2f Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#106648):

Re: [oe] [meta-oe][PATCH] cups-filters: Fix for current gcc

2023-11-13 Thread Khem Raj
On Sat, 11 Nov 2023 23:18:48 +0100, Markus Volk wrote: > std::string_view is part of c++17 > > This fixes: > error: 'std::string_view' has not been declared > > Applied, thanks! [1/1] cups-filters: Fix for current gcc commit: ba28b8f98713fb5b009ccbf8f12a0638598444cb Best regards, --

Re: [oe] [meta-oe][PATCH] catch2: upgrade 2.13.7 -> 2.13.10

2023-11-13 Thread Khem Raj
On Sat, 11 Nov 2023 22:34:58 +0300, alperak wrote: > v2.13.10: > Fixes: > > -Fixed issue with catch_discover_tests when there is multiple of 256 > tests (#2401, #2503) > -Catch2-provided main and wmain are explicitly marked as __cdecl when > compiled with MSVC (#2486,

Re: [oe] [meta-multimedia][PATCH] libupnp: upgrade 1.14.6 -> 1.14.18

2023-11-13 Thread Alper Ak
[Edited Message Follows] Since conditional expressions are removed in the new version, I removed the patch thinking that is not needed. They are now defined directly, without conditions. https://github.com/pupnp/pupnp/commit/c0b552973c5db6dbe4dd0bdc47496da3d7af9606 By the way, I have just

[oe] [meta-python][PATCH 2/3] python3-wrapt: Upgrade 1.15.0 -> 1.16.0

2023-11-13 Thread Leon Anavi
Upgrade to version 1.16.0: - The patch_function_wrapper() decorator now accepts an enabled argument which can be a literal boolean value, object that evaluates as boolean, or a callable object which returns a boolean. - The import hook loader and finder objects are now implemented as

[oe] [meta-python][PATCH 3/3] python3-bitarray: Upgrade 2.8.2 -> 2.8.3

2023-11-13 Thread Leon Anavi
Upgrade to version 2.8.3: - Ensure readonly attribute is set correctly when creating new objects - Optimize sparse bitarray compression for raw block type - Improve hash functions in Bloom filter example Signed-off-by: Leon Anavi --- .../{python3-bitarray_2.8.2.bb =>

[oe] [meta-python][PATCH 1/3] python3-file-magic: add recipe

2023-11-13 Thread Leon Anavi
Add file-magic version 0.4.1, a Python front end for libmagic(3). This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-file-magic_0.4.1.bb| 21 +++ 1 file changed, 21 insertions(+) create mode 100644

[oe] [meta-filesystems][PATCHv2] fuse-exfat: upgrade 1.3.0 -> 1.4.0

2023-11-13 Thread Alper Ak
Changelog: * Added exfatattrib utility which prints or changes file attributes [Will Thompson]. * Added FUSE 3 support. FUSE 2 continues to be supported. * Added support for timezone offsets [Nathan Hunsperger]. * Fixed device opening error being reported as FS error. * Fixed possible data

[oe] [meta-oe][PATCH] dlt-daemon: cherry-pick another upstream-proposed patch

2023-11-13 Thread Gianfranco
Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../dlt-daemon/dlt-daemon/567.patch | 36 +++ .../dlt-daemon/dlt-daemon_2.18.10.bb | 1 + 2 files changed, 37 insertions(+) create mode 100644

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

2023-11-13 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:

Re: [oe] [meta-networking][PATCH] cannelloni: upgrade 1.0.0 -> 1.1.0

2023-11-13 Thread Alper Ak
I can get a build without any problem, is it related to the compiler? As far as I know, bits/stdc++ is a GNU GCC extension, I could be wrong. I will try to solve it. Maybe something like this can be done: include bits/stdc++.h if glibc defined? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [oe] [meta-filesystems][PATCH] fuse-exfat: upgrade 1.3.0 -> 1.4.0

2023-11-13 Thread Alper Ak
These hash values are usually used to check the integrity of files and determine if they are corrupted during download, right? So why delete them? Do we delete md5 because sha256 already defined? Don't we need both at the same time? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

[oe] [meta-oe][PATCH] protobuf: stage protoc binary to sysroot

2023-11-13 Thread Samuli Piippo
If protoc is enabled for the build, recipes using protobuf will fail when protoc is not available in the recipe sysroot: | The imported target "protobuf::protoc" references the file | |

Re: [oe] [meta-multimedia][PATCH] libupnp: upgrade 1.14.6 -> 1.14.18

2023-11-13 Thread Alper Ak
Since conditional expressions are removed in the new version, I removed them thinking that the patch is not needed. They are now defined directly. https://github.com/pupnp/pupnp/commit/c0b552973c5db6dbe4dd0bdc47496da3d7af9606 As far as I have researched, people say that it will be enough to