[OE-core][kirkstone][PATCH 2/2] glibc-tests: Add missing bash ptest dependency

2024-06-30 Thread Poonam Jadhav
From: Poonam Jadhav The script has a bashism and needs bash to execute correctly. Mark it as such and add the missing bash dependency so it executes in minimal images. (From OE-Core rev: a1b5afac108d9c94e8fc2ad8cfebfee16f6f243b) Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][kirkstone][PATCH 1/2] glibc-tests: correctly pull in the actual tests when installing -ptest package

2024-06-30 Thread Poonam Jadhav
From: Poonam Jadhav The tests are packaged into the main glibc-tests package which is fine, but then glibc-tests-ptest package needs to depend on that. Which is what this commit addresses. (From OE-Core rev: d37c2d428b09b9d0cbb875f083c6a1e9883a7fed) Signed-off-by: Alexander Kanavin Signed-off

[OE-core][dunfell][PATCH] ppp: Add RSA-MD in LICENSE

2024-04-17 Thread Poonam Jadhav
ppp package has "RSA Data Security" license text in Message-Digest Algorithm source file md5.c and md4.c Add RSA-MD in LICENSE field for ppp package Signed-off-by: Poonam Jadhav --- meta/recipes-connectivity/ppp/ppp_2.4.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[OE-core][kirkstone][PATCH] ppp: Add RSA-MD in LICENSE

2024-04-17 Thread Poonam Jadhav
ppp package has "RSA Data Security" license text in Message-Digest Algorithm source file md5.c and md4.c Add RSA-MD in LICENSE field for ppp package Signed-off-by: Poonam Jadhav --- meta/recipes-connectivity/ppp/ppp_2.4.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[OE-core][master][PATCH] ppp: Add RSA-MD in LICENSE

2024-04-17 Thread Poonam Jadhav
ppp package has "RSA Data Security" license text in Message-Digest Algorithm source file ppp-md5.c and ppp-md4.c Add RSA-MD in LICENSE field for ppp package Signed-off-by: Poonam Jadhav --- meta/recipes-connectivity/ppp/ppp_2.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[OE-core][kirkstone][PATCH] qemu: Fix CVE-2023-42467

2024-02-29 Thread Poonam Jadhav
/= (s->qdev.blocksize / BDRV_SECTOR_SIZE); in the code here (e.g. in scsi_disk_emulate_mode_sense()), so if the blocksize is smaller than BDRV_SECTOR_SIZE (=512), this crashes with a division by 0 exception. Thus disallow block sizes of 256 bytes to avoid this situation. Signed-off-by: Poonam Jadhav

[OE-core][dunfell][PATCH] dbus: Add patches to clear cache on policy reload

2024-01-15 Thread Poonam Jadhav
See discussion at https://marc.info/?l=selinux&m=152173501930182&w=2 Link: https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/31 Support patches added: 1. "Add-_dbus_clear_loop-and-_dbus_clear_watch.patch" Where '_dbus_clear_loop' and '_dbus_clear_watch' functions are available. 2. "A

[OE-core][kirkstone][PATCH] Revert "curl: Backport fix CVE-2023-32001"

2024-01-11 Thread Poonam Jadhav
From: Poonam Jadhav This reverts commit 5eab65275dc9faa0b9a4371d5bcb6e95cfda61cd. CVE-2023-32001 has been marked "REJECT" in the NVD CVE List as there is no safe measure against it. These CVEs are stored in the NVD, but do not show up in search results. Link: https://nvd.nist.gov/v

[OE-core][kirkstone][PATCH] qemu: Fix CVE-2023-5088

2023-12-17 Thread Poonam Jadhav
From: Sourav Pramanik A bug in QEMU could cause a guest I/O operation otherwise addressed to an arbitrary disk offset to be targeted to offset 0 instead (potentially overwriting the VM's boot code). This change is to fix CVE-2023-5088. Link: https://gitlab.com/qemu-project/qemu/-/commit/7d7512

[OE-core][kirkstone][PATCH] qemu: Fix CVE-2023-5088

2023-12-17 Thread Poonam Jadhav
From: Sourav Pramanik A bug in QEMU could cause a guest I/O operation otherwise addressed to an arbitrary disk offset to be targeted to offset 0 instead (potentially overwriting the VM's boot code). This change is to fix CVE-2023-5088. Link: https://gitlab.com/qemu-project/qemu/-/commit/7d7512

[OE-core][kirkstone][PATCH] curl: Fix CVE-2023-46218

2023-12-14 Thread Poonam Jadhav
Add patch to fix CVE-2023-46218 Link: https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/curl/7.88.1-8ubuntu2.4/curl_7.88.1-8ubuntu2.4.debian.tar.xz https://github.com/curl/curl/commit/2b0994c29a721c91c57 Signed-off-by: Poonam Jadhav --- .../curl/curl/CVE-2023-46218.patch

[OE-core][dunfell][PATCH] glibc: Fix CVE-2023-4813

2023-12-13 Thread Poonam Jadhav
From: Bhabu Bindu Add patch to fix CVE-2023-4813 Link: https://security-tracker.debian.org/tracker/CVE-2023-4813 Signed-off-by: Bhabu Bindu Signed-off-by: Poonam Jadhav --- .../glibc/glibc/CVE-2023-4813.patch | 986 ++ meta/recipes-core/glibc/glibc_2.31.bb

[OE-core][kirkstone][PATCH] ptest-packagelists: Add sdbus-c++ ptest

2023-11-21 Thread Poonam Jadhav
From: Poonam Jadhav Add sdbus-c++-ptest in ptest-packagelists to run ptest Signed-off-by: Poonam Jadhav --- meta/conf/distro/include/ptest-packagelists.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest

[OE-core][master][PATCH] ptest-packagelists: Add sdbus-c++

2023-11-21 Thread Poonam Jadhav
From: Poonam Jadhav Add sdbus-c++ in ptest-packagelists to run ptest Signed-off-by: Poonam Jadhav --- meta/conf/distro/include/ptest-packagelists.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest

[OE-core][dunfell][PATCH] pixman: Remove 'PD' from 'LICENSE'

2023-09-04 Thread Poonam Jadhav
From: Poonam Jadhav Remove 'PD' from 'LICENSE' for pixman recipe as it is not part of package. PD license comes as a part of the generic do_populate_license task and not as a part of the actual package. It is nowhere in the source code pixman - Pixman: The pixel-manipulati

[OE-core][kirkstone][PATCH] pixman: Remove 'PD' from 'LICENSE'

2023-09-04 Thread Poonam Jadhav
From: Poonam Jadhav Remove 'PD' from 'LICENSE' for pixman recipe as it is not part of package. PD license comes as a part of the generic do_populate_license task and not as a part of the actual package. It is nowhere in the source code pixman - Pixman: The pixel-manipulati

[OE-core][master][PATCH] pixman: Remove 'PD' from 'LICENSE'

2023-09-04 Thread Poonam Jadhav
From: Poonam Jadhav Remove 'PD' from 'LICENSE' for pixman recipe as it is not part of package. PD license comes as a part of the generic do_populate_license task and not as a part of the actual package. It is nowhere in the source code pixman - Pixman: The pixel-manipulati

[OE-core][kirkstone][PATCH] pixman: Remove duplication of license MIT

2023-08-17 Thread Poonam Jadhav
Remove duplication of license MIT from pixman bbfile. Signed-off-by: Poonam Jadhav --- meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb b/meta/recipes-graphics/xorg-lib

[OE-core][master][PATCH] pixman: Remove duplication of license MIT

2023-08-17 Thread Poonam Jadhav
Remove duplication of license MIT from pixman bbfile. Signed-off-by: Poonam Jadhav --- meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb b/meta/recipes-graphics/xorg-lib

[OE-core][kirkstone][PATCH] openssl: Upgrade 3.0.9 -> 3.0.10

2023-08-07 Thread Poonam Jadhav
From: Poonam Jadhav Fix CVEs CVE-2023-3817, CVE-2023-3446 and CVE-2023-2975 for openssl Major changes between OpenSSL 3.0.9 and OpenSSL 3.0.10 [1 Aug 2023] Link: https://www.openssl.org/news/openssl-3.0-notes.html * Fix excessive time spent checking DH q parameter value ([CVE-2023-3817]) * Fix

[OE-core][kirkstone][PATCH] alsa-lib: Add ptest

2023-08-06 Thread Poonam Jadhav
From: Poonam Jadhav Alsa-lib is a user space library that provides audio and MIDI functionality apis for simplifying application programming and provide higher level functionality ptest executes below binaries on target: 1.config 2.control 3.client_event_filter 4.midi_event 5.namehint Signed

[OE-core][master][PATCH] alsa-lib: Add ptest

2023-08-01 Thread Poonam Jadhav
From: Poonam Jadhav Alsa-lib is a user space library that provides audio and MIDI functionality apis for simplifying application programming and provide higher level functionality ptest executes below binaries on target: 1.config 2.control 3.client_event_filter 4.midi_event 5.namehint Signed

[OE-core][dunfell][PATCH] alsa-lib: Add ptest

2023-08-01 Thread Poonam Jadhav
From: Poonam Jadhav Alsa-lib is a user space library that provides audio and MIDI functionality apis for simplifying application programming and provide higher level functionality ptest executes below binaries on target: 1.config 2.control 3.client_event_filter 4.midi_event 5.namehint Signed

[OE-core][dunfell][PATCH] libx11: Fix CVE-2023-3138 for dunfell branch

2023-07-10 Thread Poonam Jadhav
From: Poonam Jadhav Add patch to fix CVE-2023-3138 for dunfell branch Link: https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/304a654a0d57bf0f00d8998185f0360332cfa36c.patch Signed-off-by: Poonam Jadhav --- .../xorg-lib/libx11/CVE-2023-3138.patch | 111

[OE-core][kirkstone][PATCH] libx11: Fix CVE-2023-3138 for kirkstone branch

2023-07-10 Thread Poonam Jadhav
From: Poonam Jadhav Add patch to fix CVE-2023-3138 for kirkstone branch Link: https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/304a654a0d57bf0f00d8998185f0360332cfa36c.patch Signed-off-by: Poonam Jadhav --- .../xorg-lib/libx11/CVE-2023-3138.patch | 111

Re: [OE-core] [master][PATCH] cmake: add CMAKE_SYSROOT to generated toolchain file

2023-04-21 Thread Poonam Jadhav
[Edited Message Follows] Please ignore this change as this is wrong change. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#180276): https://lists.openembedded.org/g/openembedded-core/message/180276 Mute This Topic: https://lists.openembedded.org/m

[OE-core][master][PATCH] cmake: add CMAKE_SYSROOT to generated toolchain file

2023-04-21 Thread Poonam Jadhav
of the box. CMAKE_SYSROOT must only be set when crosscompiling, otherwise it will interfere with the native compiler headers. Signed-off-by: Pascal Bach (from http://lists.openembedded.org/pipermail/openembedded-core/2018-August/154791.html ) Signed-off-by: Mikko Rapeli Signed-off-by: Poonam Jadh

Re: [OE-core] [master][PATCH] cmake: add CMAKE_SYSROOT to generated toolchain file

2023-04-20 Thread Poonam Jadhav
Please dont add this change to upstream as this is wrong change. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#180276): https://lists.openembedded.org/g/openembedded-core/message/180276 Mute This Topic: https://lists.openembedded.org/mt/98405307/2

[OE-core][master][PATCH] cmake: add CMAKE_SYSROOT to generated toolchain file

2023-04-20 Thread Poonam Jadhav
From: Poonam Jadhav This already got fixed in the toolchain file that is used during development in https://github.com/openembedded/openembedded-core/commit/cb42802f2fe1760f894a435b07286bca3a220364 The toolchain file generated by the cmake.bbclass however does not set CMAKE_SYSROOT. Under

[OE-core][kirkstone][PATCH] cmake: add CMAKE_SYSROOT to generated toolchain file

2023-04-20 Thread Poonam Jadhav
of the box. CMAKE_SYSROOT must only be set when crosscompiling, otherwise it will interfere with the native compiler headers. Signed-off-by: Pascal Bach (from http://lists.openembedded.org/pipermail/openembedded-core/2018-August/154791.html ) Signed-off-by: Mikko Rapeli Signed-off-by: Poonam Jadhav

[OE-core][kirkstone][PATCH] python3-setuptools-rust-native: Add direct dependency of native python3 modules

2023-03-06 Thread Poonam Jadhav
"/python3-setuptools-rust-native/1.1.2-r0/setuptools-rust-1.1.2/setuptools_rust/__init__.py", line 1, in     from .build import build_rust   File "/python3-setuptools-rust-native/1.1.2-r0/setuptools-rust-1.1.2/setuptools_rust/build.py", line 23, in     from typing_extensions i