|
[meta-python][PATCH 2/2] python_mesonpy: New class
6 messages
This is a new PEP517 compatible build class for python modules that use pyproject.toml and this: [build-system] build-backend = 'mesonpy' The new class uses python3-meson-python-native. Signed-off-by:
This is a new PEP517 compatible build class for python modules that use pyproject.toml and this: [build-system] build-backend = 'mesonpy' The new class uses python3-meson-python-native. Signed-off-by:
|
By
Zoltan Boszormenyi
·
|
|
kirkstone merge request: June 7th
The following changes since commit 5f120a926b0fcd55cfe7565bb7ddf23661cad498: libbpf: installing uapi headers for native package (2023-05-23 23:12:51 -0400) are available in the Git repository at: http
The following changes since commit 5f120a926b0fcd55cfe7565bb7ddf23661cad498: libbpf: installing uapi headers for native package (2023-05-23 23:12:51 -0400) are available in the Git repository at: http
|
By
Armin Kuster
·
|
|
[meta-oe][mickledore][PATCH] libbpf: installing uapi headers for native package
From: Xiangyu Chen <xiangyu.chen@...> using libbpf-native provided headers for pahole-native or other application. Signed-off-by: Xiangyu Chen <xiangyu.chen@...> --- meta-oe/recipes-kernel/libbpf/libb
From: Xiangyu Chen <xiangyu.chen@...> using libbpf-native provided headers for pahole-native or other application. Signed-off-by: Xiangyu Chen <xiangyu.chen@...> --- meta-oe/recipes-kernel/libbpf/libb
|
By
Xiangyu Chen
·
|
|
[meta-networking][mickledore][PATCH] wireshark: Fix CVE-2023-2855 & CVE-2023-2856
Backport fixes for: * CVE-2023-2855 - Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/0181fafb2134a177328443a60b5e29c4ee1041cb * CVE-2023-2856 - Upstream-Status: Backpor
Backport fixes for: * CVE-2023-2855 - Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/0181fafb2134a177328443a60b5e29c4ee1041cb * CVE-2023-2856 - Upstream-Status: Backpor
|
By
Hitendra Prajapati
·
|
|
[meta-oe][mickledore][PATCH 05/36] fftw: Remove hardcoded sysroot into binaries
3 messages
From: Khem Raj <raj.khem@...> FFTW_CC is added to image via version.o and its CC + CFLAGS however CC in OE containes --syroot compiler option which encodes buildpaths into binary, therefore remove thi
From: Khem Raj <raj.khem@...> FFTW_CC is added to image via version.o and its CC + CFLAGS however CC in OE containes --syroot compiler option which encodes buildpaths into binary, therefore remove thi
|
By
Armin Kuster
·
|
|
[meta-oe][PATCH] fftw: Check for TOOLCHAIN_OPTIONS to be non-empty before sed ops
2 messages
Ensures that we do not apply empty sed expression which might happen when building native recipe Cc: jan vermaete <jan.vermaete@...> Signed-off-by: Khem Raj <raj.khem@...> --- meta-oe/recipes-support/
Ensures that we do not apply empty sed expression which might happen when building native recipe Cc: jan vermaete <jan.vermaete@...> Signed-off-by: Khem Raj <raj.khem@...> --- meta-oe/recipes-support/
|
By
Khem Raj
·
|
|
[meta-oe][PATCH v3] mpich: Upgrade to 4.1.1
2 messages
mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the
mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the
|
By
Zoltan Boszormenyi
·
|
|
[meta-oe][PATCH v4] mpich: Upgrade to 4.1.1
mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the
mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the
|
By
Zoltan Boszormenyi
·
|
|
[meta-oe][PATCH v2] mpich: Upgrade to 4.1.1
3 messages
mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the
mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the
|
By
Zoltan Boszormenyi
·
|
|
[meta-python][PATCH 1/2] python3-meson-python: New recipe
This python module adds support for a new PEP517 build backend used by recent versions of scikit-image, scipy and others. Signed-off-by: Zoltán Böszörményi <zboszor@...> --- .../python/python3-meson-p
This python module adds support for a new PEP517 build backend used by recent versions of scikit-image, scipy and others. Signed-off-by: Zoltán Böszörményi <zboszor@...> --- .../python/python3-meson-p
|
By
Zoltan Boszormenyi
·
|
|
[meta-oe][PATCH] mpich: Upgrade to 4.1.1
3 messages
mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the
mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the
|
By
Zoltan Boszormenyi
·
|
|
[meta-networking][master][PATCH] wireshark: Fix CVE-2023-2855 & CVE-2023-2856
3 messages
Backport fixes for: * CVE-2023-2855 - Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/0181fafb2134a177328443a60b5e29c4ee1041cb * CVE-2023-2856 - Upstream-Status: Backpor
Backport fixes for: * CVE-2023-2855 - Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/0181fafb2134a177328443a60b5e29c4ee1041cb * CVE-2023-2856 - Upstream-Status: Backpor
|
By
Hitendra Prajapati
·
|
|
[oe-core][kirkstone][PATCH 1/1] webkitgtk: fix CVE-2022-42867
5 messages
A use after free issue was addressed with improved memory management. This issue is fixed in Safari 16.2, tvOS 16.2, macOS Ventura 13.1, iOS 16.2 and iPadOS 16.2, watchOS 9.2. Processing maliciously c
A use after free issue was addressed with improved memory management. This issue is fixed in Safari 16.2, tvOS 16.2, macOS Ventura 13.1, iOS 16.2 and iPadOS 16.2, watchOS 9.2. Processing maliciously c
|
By
Urade, Yogita
·
|
|
[V2][meta-oe][PATCH 1/1] libgpiod: modify test 'gpioset: toggle (continuous)'
2 messages
From: Joe Slater <joe.slater@...> Look for level transitions when testing toggling values because using fixed delays to assume value changes is not reliable. Signed-off-by: Joe Slater <joe.slater@...>
From: Joe Slater <joe.slater@...> Look for level transitions when testing toggling values because using fixed delays to assume value changes is not reliable. Signed-off-by: Joe Slater <joe.slater@...>
|
By
Joe Slater
·
|
|
[meta-networking][PATCH] wireshark: Update to a supported version 4.0.x
Drop CVE patch as its included. Drop 0003-bison-Remove-line-directives.patch as file is not longer there. refactor 0001-wireshark-src-improve-reproducibility.patch LIC_FILES_CHKSUM changed do to re-st
Drop CVE patch as its included. Drop 0003-bison-Remove-line-directives.patch as file is not longer there. refactor 0001-wireshark-src-improve-reproducibility.patch LIC_FILES_CHKSUM changed do to re-st
|
By
Armin Kuster
·
|
|
[meta-gnome][PATCH] gnome-control-center: upgrade 44.1 -> 44.2
Signed-off-by: Markus Volk <f_l_k@...> --- .../0001-Add-meson-option-to-pass-sysroot.patch | 17 +++++++++++++++-- ...ter_44.1.bb =3D> gnome-control-center_44.2.bb} | 2 +- 2 files changed, 16 insertion
Signed-off-by: Markus Volk <f_l_k@...> --- .../0001-Add-meson-option-to-pass-sysroot.patch | 17 +++++++++++++++-- ...ter_44.1.bb =3D> gnome-control-center_44.2.bb} | 2 +- 2 files changed, 16 insertion
|
By
Markus Volk
·
|
|
[meta-gnome][PATCH 1/3] gnome-control-center: upgrade 44.1 -> 44.2
Signed-off-by: Markus Volk <f_l_k@...> --- .../0001-Add-meson-option-to-pass-sysroot.patch | 17 +++++++++++++++-- ...ter_44.1.bb =3D> gnome-control-center_44.2.bb} | 2 +- 2 files changed, 16 insertion
Signed-off-by: Markus Volk <f_l_k@...> --- .../0001-Add-meson-option-to-pass-sysroot.patch | 17 +++++++++++++++-- ...ter_44.1.bb =3D> gnome-control-center_44.2.bb} | 2 +- 2 files changed, 16 insertion
|
By
Markus Volk
·
|
|
[meta-gnome][PATCH 3/3] gnome-shell: upgrade 44.1 -> 44.2
2 messages
Signed-off-by: Markus Volk <f_l_k@...> --- .../gnome-shell/{gnome-shell_44.1.bb =3D> gnome-shell_44.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-she
Signed-off-by: Markus Volk <f_l_k@...> --- .../gnome-shell/{gnome-shell_44.1.bb =3D> gnome-shell_44.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-she
|
By
Markus Volk
·
|
|
[meta-python][PATCH 063/149] python3-pytest-mock: add missing run-time dependencies
4 messages
From: Bartosz Golaszewski <bartosz.golaszewski@...> Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...> --- .../recipes-devtools/python/python3-pytest-m
From: Bartosz Golaszewski <bartosz.golaszewski@...> Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...> --- .../recipes-devtools/python/python3-pytest-m
|
By
Bartosz Golaszewski
·
|
|
[meta-networking][kirkstone][PATCH 1/1] tcpreplay: fix CVE-2023-27783
2 messages
An issue found in TCPreplay tcprewrite v.4.4.3 allows a remote attacker to cause a denial of service via the tcpedit_dlt_cleanup function at plugins/dlt_plugins.c. Signed-off-by: Archana Polampalli <a
An issue found in TCPreplay tcprewrite v.4.4.3 allows a remote attacker to cause a denial of service via the tcpedit_dlt_cleanup function at plugins/dlt_plugins.c. Signed-off-by: Archana Polampalli <a
|
By
Polampalli, Archana
·
|