* [PATCH 00/10] Wrynose pull request
@ 2026-07-10 23:34 Anuj Mittal
2026-07-14 5:17 ` [oe] " Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: Anuj Mittal @ 2026-07-10 23:34 UTC (permalink / raw)
To: openembedded-devel
Please merge these changes in wrynose. Tested locally and on autobuilder.
https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1616
The following changes since commit 100027977216601000cbefc42c2ff6cf667e7b5e:
hostapd: Fix clearing settings for color switch (2026-06-18 13:11:20 +0530)
are available in the Git repository at:
https://git.openembedded.org/meta-openembedded-contrib anujm/wrynose
https://git.openembedded.org/meta-openembedded-contrib/log/?h=anujm/wrynose
for you to fetch changes up to d97b5602d7f64422c94b7311466cda7f6b1962d5:
libuio: fix FILE descriptor leak (2026-07-07 08:04:43 +0530)
----------------------------------------------------------------
Jason Schonberg (2):
nodejs: upgrade 22.22.3 -> 22.23.0
nodejs: upgrade 22.23.0 -> 22.23.1
Joao Marcos Costa (1):
jsoncpp: fix GCC 16 (and Clang 22) build failure with u8 string
literals
Qliangw (1):
libuio: fix FILE descriptor leak
Shubham Pushpkar (6):
jq: Fix CVE-2026-40612
jq: Fix CVE-2026-41256
jq: Fix CVE-2026-41257
jq: Fix CVE-2026-43894
jq: Fix CVE-2026-43896
jq: Fix CVE-2026-44777
.../jq/jq/CVE-2026-40612.patch | 127 +++++++++
.../jq/jq/CVE-2026-41256.patch | 54 ++++
.../jq/jq/CVE-2026-41257.patch | 57 ++++
.../jq/jq/CVE-2026-43894.patch | 56 ++++
.../jq/jq/CVE-2026-43896.patch | 73 ++++++
.../jq/jq/CVE-2026-44777.patch | 243 ++++++++++++++++++
meta-oe/recipes-devtools/jq/jq_1.8.1.bb | 6 +
...build-failure-with-u8-string-literal.patch | 73 ++++++
.../recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb | 1 +
.../oe-npm-cache | 0
....22.bb => nodejs-oe-cache-native_22.23.bb} | 0
.../{nodejs_22.22.3.bb => nodejs_22.23.1.bb} | 2 +-
...ix-fclose-leak-in-uio_line_from_file.patch | 31 +++
.../recipes-extended/libuio/libuio_0.2.1.bb | 1 +
14 files changed, 723 insertions(+), 1 deletion(-)
create mode 100644 meta-oe/recipes-devtools/jq/jq/CVE-2026-40612.patch
create mode 100644 meta-oe/recipes-devtools/jq/jq/CVE-2026-41256.patch
create mode 100644 meta-oe/recipes-devtools/jq/jq/CVE-2026-41257.patch
create mode 100644 meta-oe/recipes-devtools/jq/jq/CVE-2026-43894.patch
create mode 100644 meta-oe/recipes-devtools/jq/jq/CVE-2026-43896.patch
create mode 100644 meta-oe/recipes-devtools/jq/jq/CVE-2026-44777.patch
create mode 100644 meta-oe/recipes-devtools/jsoncpp/jsoncpp/0001-fix-GCC-16-C-20-build-failure-with-u8-string-literal.patch
rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-22.22 => nodejs-oe-cache-22.23}/oe-npm-cache (100%)
rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-native_22.22.bb => nodejs-oe-cache-native_22.23.bb} (100%)
rename meta-oe/recipes-devtools/nodejs/{nodejs_22.22.3.bb => nodejs_22.23.1.bb} (99%)
create mode 100644 meta-oe/recipes-extended/libuio/libuio/fix-fclose-leak-in-uio_line_from_file.patch
--
2.54.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [oe] [PATCH 00/10] Wrynose pull request
2026-07-10 23:34 [PATCH 00/10] Wrynose pull request Anuj Mittal
@ 2026-07-14 5:17 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2026-07-14 5:17 UTC (permalink / raw)
To: anuj.mittal; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 3812 bytes --]
This is installed now. Thanks Anuj
On Fri, Jul 10, 2026 at 4:34 PM Anuj Mittal via lists.openembedded.org
<anuj.mittal=oss.qualcomm.com@lists.openembedded.org> wrote:
> Please merge these changes in wrynose. Tested locally and on autobuilder.
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1616
>
> The following changes since commit
> 100027977216601000cbefc42c2ff6cf667e7b5e:
>
> hostapd: Fix clearing settings for color switch (2026-06-18 13:11:20
> +0530)
>
> are available in the Git repository at:
>
> https://git.openembedded.org/meta-openembedded-contrib anujm/wrynose
>
> https://git.openembedded.org/meta-openembedded-contrib/log/?h=anujm/wrynose
>
> for you to fetch changes up to d97b5602d7f64422c94b7311466cda7f6b1962d5:
>
> libuio: fix FILE descriptor leak (2026-07-07 08:04:43 +0530)
>
> ----------------------------------------------------------------
>
> Jason Schonberg (2):
> nodejs: upgrade 22.22.3 -> 22.23.0
> nodejs: upgrade 22.23.0 -> 22.23.1
>
> Joao Marcos Costa (1):
> jsoncpp: fix GCC 16 (and Clang 22) build failure with u8 string
> literals
>
> Qliangw (1):
> libuio: fix FILE descriptor leak
>
> Shubham Pushpkar (6):
> jq: Fix CVE-2026-40612
> jq: Fix CVE-2026-41256
> jq: Fix CVE-2026-41257
> jq: Fix CVE-2026-43894
> jq: Fix CVE-2026-43896
> jq: Fix CVE-2026-44777
>
> .../jq/jq/CVE-2026-40612.patch | 127 +++++++++
> .../jq/jq/CVE-2026-41256.patch | 54 ++++
> .../jq/jq/CVE-2026-41257.patch | 57 ++++
> .../jq/jq/CVE-2026-43894.patch | 56 ++++
> .../jq/jq/CVE-2026-43896.patch | 73 ++++++
> .../jq/jq/CVE-2026-44777.patch | 243 ++++++++++++++++++
> meta-oe/recipes-devtools/jq/jq_1.8.1.bb | 6 +
> ...build-failure-with-u8-string-literal.patch | 73 ++++++
> .../recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb | 1 +
> .../oe-npm-cache | 0
> ....22.bb => nodejs-oe-cache-native_22.23.bb} | 0
> .../{nodejs_22.22.3.bb => nodejs_22.23.1.bb} | 2 +-
> ...ix-fclose-leak-in-uio_line_from_file.patch | 31 +++
> .../recipes-extended/libuio/libuio_0.2.1.bb | 1 +
> 14 files changed, 723 insertions(+), 1 deletion(-)
> create mode 100644 meta-oe/recipes-devtools/jq/jq/CVE-2026-40612.patch
> create mode 100644 meta-oe/recipes-devtools/jq/jq/CVE-2026-41256.patch
> create mode 100644 meta-oe/recipes-devtools/jq/jq/CVE-2026-41257.patch
> create mode 100644 meta-oe/recipes-devtools/jq/jq/CVE-2026-43894.patch
> create mode 100644 meta-oe/recipes-devtools/jq/jq/CVE-2026-43896.patch
> create mode 100644 meta-oe/recipes-devtools/jq/jq/CVE-2026-44777.patch
> create mode 100644
> meta-oe/recipes-devtools/jsoncpp/jsoncpp/0001-fix-GCC-16-C-20-build-failure-with-u8-string-literal.patch
> rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-22.22 =>
> nodejs-oe-cache-22.23}/oe-npm-cache (100%)
> rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-native_22.22.bb
> => nodejs-oe-cache-native_22.23.bb} (100%)
> rename meta-oe/recipes-devtools/nodejs/{nodejs_22.22.3.bb =>
> nodejs_22.23.1.bb} (99%)
> create mode 100644
> meta-oe/recipes-extended/libuio/libuio/fix-fclose-leak-in-uio_line_from_file.patch
>
> --
> 2.54.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#128133):
> https://lists.openembedded.org/g/openembedded-devel/message/128133
> Mute This Topic: https://lists.openembedded.org/mt/120215460/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
[-- Attachment #2: Type: text/html, Size: 6081 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-14 5:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-10 23:34 [PATCH 00/10] Wrynose pull request Anuj Mittal
2026-07-14 5:17 ` [oe] " Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.