[oe] [meta-webserver][kirkstone][PATCH] httpd: CVE-2022-37436 mod_proxy: HTTP response splitting

2023-02-09 Thread Hitendra Prajapati
Upstream-Status: Backport from https://github.com/apache/httpd/commit/8b6d55f6a047acf62675e32606b037f5eea8ccc7 Signed-off-by: Hitendra Prajapati --- .../apache2/apache2/CVE-2022-37436.patch | 138 ++ .../recipes-httpd/apache2/apache2_2.4.54.bb | 1 + 2 files changed, 13

[oe] [meta-python][PATCH 1/1] python3-django: Fix CVE-2023-23969

2023-02-09 Thread Joe Slater
Advance to version 4.1.6. Signed-off-by: Joe Slater --- .../python/{python3-django_4.1.3.bb => python3-django_4.1.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_4.1.3.bb => python3-django_4.1.6.bb} (58%) diff --git a/meta

Re: [oe] [meta-oe][PATCH] libgpiod: fix python bindings build

2023-02-09 Thread Ferry Toth
Op 25-01-2023 om 09:17 schreef Bartosz Golaszewski: From: Bartosz Golaszewski It seems that automake's AM_PATH_PYTHON() macro no longer sets the $PYTHON variable. This means the python bindings build for libgpiod has been broken for some time. As we know which version we're using - I have in

Re: [oe] [meta-oe][PATCH 0/3] libgpiod: add support for libgpiod v2

2023-02-09 Thread Ferry Toth
Hi, Op 08-02-2023 om 16:25 schreef Bartosz Golaszewski: From: Bartosz Golaszewski We've just tagged the release candidate for libgpiod v2. This is a major release entirely overhauling the API in a backward incompatible way. Thanks for creating this! While this is not the final release yet,

Re: [oe] [meta-oe][PATCH] libgpiod: fix python bindings build

2023-02-09 Thread Bartosz Golaszewski
On Thu, Feb 9, 2023 at 10:09 PM Ferry Toth wrote: > > Op 25-01-2023 om 09:17 schreef Bartosz Golaszewski: > > From: Bartosz Golaszewski > > > > It seems that automake's AM_PATH_PYTHON() macro no longer sets the > > $PYTHON variable. This means the python bindings build for libgpiod has > > been b

[oe] [PATCH] spice-gtk: Update to version 0.42

2023-02-09 Thread Fabio Estevam
From: Fabio Estevam Update to version 0.42: v0.42 = - !115 - Fix compilation on win32 with EGL - !114 - spice-widget: fix hotspot position on Wayland/HiDPI - !112 - meson: Allow building on a Wayland-only environment - !110 - usb-backend: Fix devices not being enumerated - !108 - spicy: Add

Re: [oe] [meta-oe][PATCH 2/3] libgpiod: add a recipe for libgpiod v2.0-rc1

2023-02-09 Thread Bartosz Golaszewski
On Thu, Feb 9, 2023 at 4:50 PM Khem Raj wrote: > > fails to build with clang > > https://errors.yoctoproject.org/Errors/Details/689563/ > Thanks for the report. I fixed this one but it seems like there are more issues with clang and musl. For instance musl doesn't have twalk_r() which libgpiod us

Re: [oe] [meta-oe][PATCH 0/3] libgpiod: add support for libgpiod v2

2023-02-09 Thread Bartosz Golaszewski
On Thu, Feb 9, 2023 at 8:26 PM Ferry Toth wrote: > > Hi, > > Op 08-02-2023 om 16:25 schreef Bartosz Golaszewski: > > From: Bartosz Golaszewski > > > > We've just tagged the release candidate for libgpiod v2. This is a major > > release entirely overhauling the API in a backward incompatible way.

Re: [oe] [meta-oe][PATCH 2/3] libgpiod: add a recipe for libgpiod v2.0-rc1

2023-02-09 Thread Khem Raj
fails to build with clang https://errors.yoctoproject.org/Errors/Details/689563/ On Wed, Feb 8, 2023 at 7:25 AM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > This is a recipe for libgpiod v2 release candidate. Let's put common > bits and pieces into an .inc file and the source fe