* [PATCH 0/7] Scarthgap pull request
@ 2026-04-05 13:27 Anuj Mittal
2026-04-05 15:36 ` [oe] " Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: Anuj Mittal @ 2026-04-05 13:27 UTC (permalink / raw)
To: openembedded-devel
Please merge these changes in scarthgap. Tested locally and on
autobuilder.
https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1435
The following changes since commit 06f846a325fde423bb0a6d49d771d8c1e144d7eb:
bluealsa: fix QA issue staticdev (2026-03-24 15:53:24 +0530)
are available in the Git repository at:
https://git.openembedded.org/meta-openembedded-contrib anujm/scarthgap
https://git.openembedded.org/meta-openembedded-contrib/log/?h=anujm/scarthgap
for you to fetch changes up to 1ad0d777d1de1769e5995eb806f7ae5c15d0be54:
strongswan: Fix CVE-2026-25075 (2026-04-03 15:00:48 +0530)
----------------------------------------------------------------
Hitendra Prajapati (1):
python3-cbor2: patch CVE-2026-26209
Markus Volk (1):
flatpak: add PACKAGECONFIG for dconf
Martin Jansa (1):
freerdp: remove 0001-Fix-const-qualifier-error.patch
Vijay Anusuri (4):
libssh: Fix CVE-2026-0964
libssh: Fix CVE-2026-0966
giflib: Fix CVE-2026-23868
strongswan: Fix CVE-2026-25075
.../strongswan/CVE-2026-25075.patch | 50 ++
.../strongswan/strongswan_5.9.14.bb | 1 +
.../giflib/giflib/CVE-2026-23868.patch | 34 ++
.../recipes-devtools/giflib/giflib_5.2.2.bb | 1 +
.../flatpak/flatpak_1.15.8.bb | 3 +-
.../0001-Fix-const-qualifier-error.patch | 57 ---
.../recipes-support/freerdp/freerdp_2.11.8.bb | 1 -
.../libssh/libssh/CVE-2026-0964.patch | 46 ++
.../libssh/libssh/CVE-2026-0966-1.patch | 35 ++
.../libssh/libssh/CVE-2026-0966-2.patch | 71 +++
.../libssh/libssh/CVE-2026-0966-3.patch | 65 +++
.../recipes-support/libssh/libssh_0.10.6.bb | 4 +
.../python3-cbor2/CVE-2026-26209-pre1.patch | 469 ++++++++++++++++++
.../python/python3-cbor2/CVE-2026-26209.patch | 415 ++++++++++++++++
.../python/python3-cbor2_5.6.4.bb | 2 +
15 files changed, 1194 insertions(+), 60 deletions(-)
create mode 100644 meta-networking/recipes-support/strongswan/strongswan/CVE-2026-25075.patch
create mode 100644 meta-oe/recipes-devtools/giflib/giflib/CVE-2026-23868.patch
delete mode 100644 meta-oe/recipes-support/freerdp/freerdp/0001-Fix-const-qualifier-error.patch
create mode 100644 meta-oe/recipes-support/libssh/libssh/CVE-2026-0964.patch
create mode 100644 meta-oe/recipes-support/libssh/libssh/CVE-2026-0966-1.patch
create mode 100644 meta-oe/recipes-support/libssh/libssh/CVE-2026-0966-2.patch
create mode 100644 meta-oe/recipes-support/libssh/libssh/CVE-2026-0966-3.patch
create mode 100644 meta-python/recipes-devtools/python/python3-cbor2/CVE-2026-26209-pre1.patch
create mode 100644 meta-python/recipes-devtools/python/python3-cbor2/CVE-2026-26209.patch
--
2.53.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [oe] [PATCH 0/7] Scarthgap pull request
2026-04-05 13:27 [PATCH 0/7] Scarthgap pull request Anuj Mittal
@ 2026-04-05 15:36 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2026-04-05 15:36 UTC (permalink / raw)
To: anuj.mittal; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 3575 bytes --]
looks good. Installed now. Thanks Anuj
On Sun, Apr 5, 2026 at 6:27 AM Anuj Mittal via lists.openembedded.org
<anuj.mittal=oss.qualcomm.com@lists.openembedded.org> wrote:
> Please merge these changes in scarthgap. Tested locally and on
> autobuilder.
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1435
>
> The following changes since commit
> 06f846a325fde423bb0a6d49d771d8c1e144d7eb:
>
> bluealsa: fix QA issue staticdev (2026-03-24 15:53:24 +0530)
>
> are available in the Git repository at:
>
> https://git.openembedded.org/meta-openembedded-contrib anujm/scarthgap
>
> https://git.openembedded.org/meta-openembedded-contrib/log/?h=anujm/scarthgap
>
> for you to fetch changes up to 1ad0d777d1de1769e5995eb806f7ae5c15d0be54:
>
> strongswan: Fix CVE-2026-25075 (2026-04-03 15:00:48 +0530)
>
> ----------------------------------------------------------------
>
> Hitendra Prajapati (1):
> python3-cbor2: patch CVE-2026-26209
>
> Markus Volk (1):
> flatpak: add PACKAGECONFIG for dconf
>
> Martin Jansa (1):
> freerdp: remove 0001-Fix-const-qualifier-error.patch
>
> Vijay Anusuri (4):
> libssh: Fix CVE-2026-0964
> libssh: Fix CVE-2026-0966
> giflib: Fix CVE-2026-23868
> strongswan: Fix CVE-2026-25075
>
> .../strongswan/CVE-2026-25075.patch | 50 ++
> .../strongswan/strongswan_5.9.14.bb | 1 +
> .../giflib/giflib/CVE-2026-23868.patch | 34 ++
> .../recipes-devtools/giflib/giflib_5.2.2.bb | 1 +
> .../flatpak/flatpak_1.15.8.bb | 3 +-
> .../0001-Fix-const-qualifier-error.patch | 57 ---
> .../recipes-support/freerdp/freerdp_2.11.8.bb | 1 -
> .../libssh/libssh/CVE-2026-0964.patch | 46 ++
> .../libssh/libssh/CVE-2026-0966-1.patch | 35 ++
> .../libssh/libssh/CVE-2026-0966-2.patch | 71 +++
> .../libssh/libssh/CVE-2026-0966-3.patch | 65 +++
> .../recipes-support/libssh/libssh_0.10.6.bb | 4 +
> .../python3-cbor2/CVE-2026-26209-pre1.patch | 469 ++++++++++++++++++
> .../python/python3-cbor2/CVE-2026-26209.patch | 415 ++++++++++++++++
> .../python/python3-cbor2_5.6.4.bb | 2 +
> 15 files changed, 1194 insertions(+), 60 deletions(-)
> create mode 100644
> meta-networking/recipes-support/strongswan/strongswan/CVE-2026-25075.patch
> create mode 100644
> meta-oe/recipes-devtools/giflib/giflib/CVE-2026-23868.patch
> delete mode 100644
> meta-oe/recipes-support/freerdp/freerdp/0001-Fix-const-qualifier-error.patch
> create mode 100644
> meta-oe/recipes-support/libssh/libssh/CVE-2026-0964.patch
> create mode 100644
> meta-oe/recipes-support/libssh/libssh/CVE-2026-0966-1.patch
> create mode 100644
> meta-oe/recipes-support/libssh/libssh/CVE-2026-0966-2.patch
> create mode 100644
> meta-oe/recipes-support/libssh/libssh/CVE-2026-0966-3.patch
> create mode 100644
> meta-python/recipes-devtools/python/python3-cbor2/CVE-2026-26209-pre1.patch
> create mode 100644
> meta-python/recipes-devtools/python/python3-cbor2/CVE-2026-26209.patch
>
> --
> 2.53.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#126014):
> https://lists.openembedded.org/g/openembedded-devel/message/126014
> Mute This Topic: https://lists.openembedded.org/mt/118676682/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: 5415 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-05 15:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-05 13:27 [PATCH 0/7] Scarthgap pull request Anuj Mittal
2026-04-05 15:36 ` [oe] " Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox