Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core][wrynose 00/36] Patch review
@ 2026-07-27 22:55 Yoann Congal
  2026-07-27 22:55 ` [OE-core][wrynose 01/36] curl: fix CVE-2026-7168 Yoann Congal
                   ` (35 more replies)
  0 siblings, 36 replies; 39+ messages in thread
From: Yoann Congal @ 2026-07-27 22:55 UTC (permalink / raw)
  To: openembedded-core

Please review this set of changes for wrynose and have comments back by
end of day Wednesday, July 29.

Note: the Rsync patches of this series are bigger than usual CVE
patches (and also AI generated) so they might need extra care.

Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/4303

The following changes since commit f66b182e2ff431b624dfc3a506d25dc8f1fc6db2:

  gzip: Fix CVE-2026-41991 (2026-07-27 09:47:02 +0100)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/wrynose-nut
  https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/wrynose-nut

for you to fetch changes up to d174aa123d5a3e7dab771a060b2d173192e11535:

  vim: Security Fix for CVE-2026-57452 (2026-07-27 12:48:07 +0200)

----------------------------------------------------------------

Adarsh Jagadish Kamini (1):
  gnutls: fix CVE-2026-3833

AshishKumar Mishra (1):
  package.bbclass: hardcode emit_pkgdata to run last

Ashishkumar Parmar (6):
  rsync: Fix CVE-2026-29518
  rsync: Fix CVE-2026-43619
  rsync: Fix CVE-2026-43618
  rsync: Fix CVE-2026-43620
  rsync: Fix CVE-2026-43617
  rsync: Fix CVE-2026-45232

Bruce Ashfield (4):
  linux-yocto/6.18: update to v6.18.36
  linux-yocto/6.18: update to v6.18.38
  linux-yocto/6.18: update to v6.18.39
  linux-yocto/6.18: drm/virtio: fix deadlock in display_info_cb by
    removing hotplug from dequeue worker

Daniel Turull (2):
  systemd-systemctl-native: disable libpam meson option
  xmlto: correct srcrev to point to released version

Darsh Kelaiya (5):
  gawk: Fix CVE-2026-40467
  gawk: Fix CVE-2026-40468
  gawk: Fix CVE-2026-40469
  gawk: Fix CVE-2026-40553
  python3-setuptools: Fix CVE-2026-59890

Deepak Rathore (2):
  curl: fix CVE-2026-7168
  sqlite3: fix CVE-2026-11822 and CVE-2026-11824

Devansh Patel (1):
  openssh: set status for CVE-2026-59998

João Marcos Costa (1):
  curl: add annotation for CVE-2026-10536

Leonid Iziumtsev (2):
  libgcrypt: fix CVE-2026-41989
  libgcrypt: fix CVE-2026-41990

Peter Marko (1):
  libpng: set status for CVE-2026-40930

Siddharth Doshi (6):
  vim: Security Fix for CVE-2026-42307
  vim: Security Fix for CVE-2026-43961
  vim: Security Fix for CVE-2026-47162
  vim: Security Fix for CVE-2026-47167
  vim: Security Fix for CVE-2026-55892
  vim: Security Fix for CVE-2026-57452

Siva Balasubramanian (1):
  util-linux: upgrade 2.41.3 -> 2.41.5

mark.yang (3):
  python3-cryptography: set CVE_PRODUCT
  python3-ply: set CVE_PRODUCT
  python3-pyasn1: set CVE_PRODUCT

 meta/classes-global/package.bbclass           |    7 +-
 .../openssh/openssh_10.3p1.bb                 |    1 +
 .../systemd/systemd-systemctl-native_259.5.bb |    1 +
 ...2.41.3.bb => util-linux-libuuid_2.41.5.bb} |    0
 meta/recipes-core/util-linux/util-linux.inc   |    4 +-
 ...DEV_FL_NOFOLLOW-to-prevent-symlink-a.patch |  114 --
 .../util-linux/CVE-2026-13595.patch           |  148 --
 ...l-linux_2.41.3.bb => util-linux_2.41.5.bb} |    0
 .../python/python3-cryptography.bb            |    2 +
 .../python/python3-ply_3.11.bb                |    2 +
 .../python/python3-pyasn1_0.6.2.bb            |    2 +
 .../python3-setuptools/CVE-2026-59890.patch   |  194 ++
 .../python/python3-setuptools_82.0.1.bb       |    3 +-
 .../rsync/files/CVE-2026-29518_p1.patch       |  392 ++++
 .../rsync/files/CVE-2026-29518_p2.patch       |   98 +
 .../rsync/files/CVE-2026-29518_p3.patch       |  328 +++
 .../rsync/files/CVE-2026-29518_p4.patch       |   71 +
 .../rsync/files/CVE-2026-43617.patch          |  201 ++
 .../rsync/files/CVE-2026-43618.patch          |  248 +++
 .../rsync/files/CVE-2026-43619_p1.patch       |  471 +++++
 .../rsync/files/CVE-2026-43619_p2.patch       |  205 ++
 .../rsync/files/CVE-2026-43619_p3.patch       | 1783 +++++++++++++++++
 .../rsync/files/CVE-2026-43619_p4.patch       |  568 ++++++
 .../rsync/files/CVE-2026-43619_p5.patch       |   69 +
 .../rsync/files/CVE-2026-43619_p6.patch       |  258 +++
 .../rsync/files/CVE-2026-43620.patch          |  122 ++
 .../rsync/files/CVE-2026-45232.patch          |  240 +++
 meta/recipes-devtools/rsync/rsync_3.4.1.bb    |   14 +
 meta/recipes-devtools/xmlto/xmlto_0.0.29.bb   |    4 +-
 .../gawk/gawk/CVE-2026-40467.patch            |   62 +
 .../gawk/gawk/CVE-2026-40468.patch            |   61 +
 .../gawk/gawk/CVE-2026-40469.patch            |   90 +
 .../gawk/gawk/CVE-2026-40553_p1.patch         |   50 +
 .../gawk/gawk/CVE-2026-40553_p2.patch         |   44 +
 meta/recipes-extended/gawk/gawk_5.4.0.bb      |    5 +
 .../linux/linux-yocto-rt_6.18.bb              |    6 +-
 .../linux/linux-yocto-tiny_6.18.bb            |    6 +-
 meta/recipes-kernel/linux/linux-yocto_6.18.bb |   24 +-
 .../libpng/libpng_1.6.56.bb                   |    2 +
 .../curl/curl/CVE-2026-7168.patch             |  376 ++++
 meta/recipes-support/curl/curl_8.19.0.bb      |    2 +
 .../gnutls/gnutls/CVE-2026-3833.patch         |   90 +
 meta/recipes-support/gnutls/gnutls_3.8.12.bb  |    1 +
 .../libgcrypt/files/CVE-2026-41989.patch      |   42 +
 .../libgcrypt/files/CVE-2026-41990.patch      |  316 +++
 .../libgcrypt/libgcrypt_1.12.1.bb             |    2 +
 .../CVE-2026-11822_CVE-2026-11824.patch       |   41 +
 meta/recipes-support/sqlite/sqlite3_3.51.3.bb |    5 +-
 .../vim/files/CVE-2026-42307.patch            |  177 ++
 .../vim/files/CVE-2026-43961.patch            |  104 +
 .../vim/files/CVE-2026-47162.patch            |   83 +
 .../vim/files/CVE-2026-47167.patch            |  102 +
 .../vim/files/CVE-2026-55892.patch            |   95 +
 .../vim/files/CVE-2026-57452.patch            |   90 +
 meta/recipes-support/vim/vim.inc              |    6 +
 55 files changed, 7143 insertions(+), 289 deletions(-)
 rename meta/recipes-core/util-linux/{util-linux-libuuid_2.41.3.bb => util-linux-libuuid_2.41.5.bb} (100%)
 delete mode 100644 meta/recipes-core/util-linux/util-linux/0001-loopdev-add-LOOPDEV_FL_NOFOLLOW-to-prevent-symlink-a.patch
 delete mode 100644 meta/recipes-core/util-linux/util-linux/CVE-2026-13595.patch
 rename meta/recipes-core/util-linux/{util-linux_2.41.3.bb => util-linux_2.41.5.bb} (100%)
 create mode 100644 meta/recipes-devtools/python/python3-setuptools/CVE-2026-59890.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2026-29518_p1.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2026-29518_p2.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2026-29518_p3.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2026-29518_p4.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2026-43617.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2026-43618.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2026-43619_p1.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2026-43619_p2.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2026-43619_p3.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2026-43619_p4.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2026-43619_p5.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2026-43619_p6.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2026-43620.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2026-45232.patch
 create mode 100644 meta/recipes-extended/gawk/gawk/CVE-2026-40467.patch
 create mode 100644 meta/recipes-extended/gawk/gawk/CVE-2026-40468.patch
 create mode 100644 meta/recipes-extended/gawk/gawk/CVE-2026-40469.patch
 create mode 100644 meta/recipes-extended/gawk/gawk/CVE-2026-40553_p1.patch
 create mode 100644 meta/recipes-extended/gawk/gawk/CVE-2026-40553_p2.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2026-7168.patch
 create mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2026-3833.patch
 create mode 100644 meta/recipes-support/libgcrypt/files/CVE-2026-41989.patch
 create mode 100644 meta/recipes-support/libgcrypt/files/CVE-2026-41990.patch
 create mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2026-11822_CVE-2026-11824.patch
 create mode 100644 meta/recipes-support/vim/files/CVE-2026-42307.patch
 create mode 100644 meta/recipes-support/vim/files/CVE-2026-43961.patch
 create mode 100644 meta/recipes-support/vim/files/CVE-2026-47162.patch
 create mode 100644 meta/recipes-support/vim/files/CVE-2026-47167.patch
 create mode 100644 meta/recipes-support/vim/files/CVE-2026-55892.patch
 create mode 100644 meta/recipes-support/vim/files/CVE-2026-57452.patch



^ permalink raw reply	[flat|nested] 39+ messages in thread
* [OE-core][wrynose 00/36] Patch review
@ 2026-06-20 12:59 Yoann Congal
  0 siblings, 0 replies; 39+ messages in thread
From: Yoann Congal @ 2026-06-20 12:59 UTC (permalink / raw)
  To: openembedded-core

Please review this set of changes for wrynose and have comments back by
end of day Tuesday, June 23.

Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/4043
* qemuarmv5 failed with #16217 – AB-INT: boot hang in qemu (amba chip errors?)
  Retried as https://autobuilder.yoctoproject.org/valkyrie/#/builders/80/builds/3809
* meta-qcom has a known issue: https://github.com/qualcomm-linux/meta-qcom/issues/2457

The following changes since commit 530fb9ea9ba6ffe212566d3b95d17b519c52c769:

  openssl: upgrade 3.5.6 -> 3.5.7 (2026-06-16 23:18:27 +0200)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/wrynose-nut
  https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/wrynose-nut

for you to fetch changes up to cfd31f0bce7cb8478dae4a84af81fd7679739d4c:

  sstate: Detect broken sstate paths containing tmpdir (2026-06-19 09:40:22 +0000)

----------------------------------------------------------------

Alexander Kanavin (1):
  python3targetconfig: pull in nativesdk python when building nativesdk
    recipes

Harish Sadineni (1):
  perf: disable BUILD_BPF_SKEL by default

Hemanth Kumar M D (2):
  gcc: Upgrade GCC to 15.3 release
  binutils: Upgrade to 2.46.1 release

Jate Sujjavanich (1):
  udev-extraconf: use -H for unmount tmpfile find

Jesse Van Gavere (1):
  rust: export CARGO_BUILD_TARGET

Joshua Watt (8):
  mobile-broadband-provider-info: Fix license to be CC-PDDC
  gettext-minimal-native: Use SPDX License Identifier
  glib-2.0: Change from Public Domain to Gnome GCR Documentation License
  ttf-bitstream-vera: Use SPDX license identifier
  sqlite3: Use SPDX identifier
  pixman: Change PD license to HPND-sell-variant
  util-macros: Remove redundant MIT license
  python3-pyelftools: Update license to Unlicense

Jörg Sommer (1):
  net-tools: Handle binmerge

Niko Mauno (2):
  sbom-cve-check-common: Fatalize command failure
  sbom-cve-check: Fix breakage with empty IMAGE_LINK_NAME

Omkar Patil (1):
  libinput: fix CVE-2026-50292

Peter Marko (1):
  xserver-xorg: set status for CVE-2026-34000 and CVE-2026-34002

Quentin Schulz (1):
  squashfs-tools: add another CPE

Richard Purdie (10):
  licenses: Update with the pull-sdpx-licenses.py script to 3.28.0
  xserver-xorg/xwayland: 'Clarify' xserver license
  xwayland: upgrade 24.1.9 -> 24.1.11
  xserver-xorg/xwayland: Drop X11-swapped from LICENSE
  dropbear: Clarify LICENSE and drop PD
  ppp: Remove PD license
  python3-pycryptodome: Update LICENSE PD -> Unlicense
  glib-2.0-native: Remove problematic path reference
  sstate: Improve confusing debug message
  sstate: Detect broken sstate paths containing tmpdir

Ross Burton (4):
  linux-yocto: remove CVE exclusion list, sbom-cve-check does this
    itself
  matchbox-panel-2: backport patch to set a constant size for the clock
  classes/gtk-icon-cache: fix libdir passed to the postrm intercept
  oeqa/core/runner: stub addDuration in OETestResult

Tushar Darote (1):
  gstreamer1.0-plugins-bad: handle padded buffers in wl_shm buffer
    creation

Yoann Congal (1):
  scripts/install-buildtools: Update to 6.0.1

 meta/classes-global/sstate.bbclass            |     9 +-
 meta/classes-recipe/gtk-icon-cache.bbclass    |     2 +-
 .../python3targetconfig.bbclass               |     1 +
 meta/classes-recipe/sbom-cve-check.bbclass    |     2 +-
 meta/classes/sbom-cve-check-common.bbclass    |     3 +-
 meta/conf/distro/include/maintainers.inc      |     2 +-
 .../common-licenses/ALGLIB-Documentation      |    17 +
 .../Advanced-Cryptics-Dictionary              |    10 +
 meta/files/common-licenses/BOLA-1.1           |    27 +
 meta/files/common-licenses/BSD-3-Clause-Tso   |    11 +
 .../common-licenses/BSD-Mark-Modifications    |    35 +
 meta/files/common-licenses/Buddy              |    26 +
 meta/files/common-licenses/CAPEC-tou          |     7 +
 .../common-licenses/ESA-PL-permissive-2.4     |   240 +
 .../ESA-PL-strong-copyleft-2.4                |   200 +
 .../common-licenses/ESA-PL-weak-copyleft-2.4  |   193 +
 meta/files/common-licenses/HPND-SMC           |    15 +
 .../HPND-sell-variant-critical-systems        |    20 +
 meta/files/common-licenses/ISO-permission     |     4 +
 meta/files/common-licenses/MIT-STK            |    27 +
 meta/files/common-licenses/MMPL-1.0.1         |    87 +
 meta/files/common-licenses/NIST-PD-TNT        |     3 +
 meta/files/common-licenses/OSC-1.0            |    11 +
 meta/files/common-licenses/OSSP               |    26 +
 meta/files/common-licenses/OpenMDW-1.0        |    49 +
 .../common-licenses/ParaType-Free-Font-1.3    |    24 +
 meta/files/common-licenses/SGMLUG-PM          |    43 +
 meta/files/common-licenses/TekHVC             |    34 +
 meta/files/common-licenses/UnRAR              |    41 +
 meta/files/common-licenses/Vixie-Cron         |     4 +
 meta/files/common-licenses/WTFNMFPL           |    17 +
 meta/files/common-licenses/WordNet            |    12 +
 .../common-licenses/X11-no-permit-persons     |    23 +
 meta/files/common-licenses/hyphen-bulgarian   |     8 +
 meta/files/spdx-licenses.json                 |  1758 +-
 meta/lib/oeqa/core/runner.py                  |     4 +
 ...mobile-broadband-provider-info_20251101.bb |     2 +-
 meta/recipes-connectivity/ppp/ppp_2.5.2.bb    |     2 +-
 .../recipes-core/dropbear/dropbear_2025.89.bb |     3 +-
 .../gettext/gettext-minimal-native_1.0.bb     |     2 +-
 meta/recipes-core/glib-2.0/glib.inc           |     4 +-
 .../recipes-core/udev/udev-extraconf/mount.sh |     2 +-
 .../binutils/binutils-2.46.inc                |     6 +-
 .../gcc/{gcc-15.2.inc => gcc-15.3.inc}        |    11 +-
 ...ian_15.2.bb => gcc-cross-canadian_15.3.bb} |     0
 .../{gcc-cross_15.2.bb => gcc-cross_15.3.bb}  |     0
 ...-crosssdk_15.2.bb => gcc-crosssdk_15.3.bb} |     0
 ...cc-runtime_15.2.bb => gcc-runtime_15.3.bb} |     0
 ...itizers_15.2.bb => gcc-sanitizers_15.3.bb} |     0
 ...{gcc-source_15.2.bb => gcc-source_15.3.bb} |     0
 .../gcc/gcc/0026-fix-pr90579-testcases.patch  |    40 -
 .../gcc/gcc/0027-gcc15-pr122394.patch         |    88 -
 ...dy-Make-it-buildable-by-C-11-to-C-26.patch |   257 -
 .../gcc/{gcc_15.2.bb => gcc_15.3.bb}          |     0
 ...initial_15.2.bb => libgcc-initial_15.3.bb} |     0
 .../gcc/{libgcc_15.2.bb => libgcc_15.3.bb}    |     0
 ...ibgfortran_15.2.bb => libgfortran_15.3.bb} |     0
 .../python/python-pycryptodome.inc            |     2 +-
 .../python/python3-pyelftools_0.32.bb         |     2 +-
 .../rust/rust-cross-canadian.inc              |     1 +
 .../squashfs-tools/squashfs-tools_4.7.5.bb    |     2 +-
 .../net-tools/net-tools_2.10.bb               |     2 +-
 .../ttf-fonts/ttf-bitstream-vera_1.10.bb      |     2 +-
 .../wayland/libinput/CVE-2026-50292.patch     |    79 +
 .../wayland/libinput_1.30.2.bb                |     1 +
 .../xorg-lib/pixman_0.46.4.bb                 |     2 +-
 .../xorg-util/util-macros_1.20.2.bb           |     2 +-
 .../xorg-xserver/xserver-xorg.inc             |     4 +-
 ...xwayland_24.1.9.bb => xwayland_24.1.11.bb} |     6 +-
 .../linux/cve-exclusion_6.18.inc              | 21714 ----------------
 .../linux/generate-cve-exclusions.py          |   156 -
 meta/recipes-kernel/linux/linux-yocto_6.18.bb |     1 -
 meta/recipes-kernel/perf/perf.bb              |     6 +
 ...added-buffers-in-wl_shm-buffer-creat.patch |   238 +
 .../gstreamer1.0-plugins-bad_1.28.2.bb        |     1 +
 ...-clock-fix-clock-widget-width-resize.patch |    51 +
 ...ts-systray-Allow-icons-to-be-smaller.patch |     2 +-
 .../matchbox-panel-2/matchbox-panel-2_2.12.bb |     1 +
 meta/recipes-support/sqlite/sqlite3_3.51.3.bb |     2 +-
 scripts/install-buildtools                    |     4 +-
 80 files changed, 2694 insertions(+), 22999 deletions(-)
 create mode 100644 meta/files/common-licenses/ALGLIB-Documentation
 create mode 100644 meta/files/common-licenses/Advanced-Cryptics-Dictionary
 create mode 100644 meta/files/common-licenses/BOLA-1.1
 create mode 100644 meta/files/common-licenses/BSD-3-Clause-Tso
 create mode 100644 meta/files/common-licenses/BSD-Mark-Modifications
 create mode 100644 meta/files/common-licenses/Buddy
 create mode 100644 meta/files/common-licenses/CAPEC-tou
 create mode 100644 meta/files/common-licenses/ESA-PL-permissive-2.4
 create mode 100644 meta/files/common-licenses/ESA-PL-strong-copyleft-2.4
 create mode 100644 meta/files/common-licenses/ESA-PL-weak-copyleft-2.4
 create mode 100644 meta/files/common-licenses/HPND-SMC
 create mode 100644 meta/files/common-licenses/HPND-sell-variant-critical-systems
 create mode 100644 meta/files/common-licenses/ISO-permission
 create mode 100644 meta/files/common-licenses/MIT-STK
 create mode 100644 meta/files/common-licenses/MMPL-1.0.1
 create mode 100644 meta/files/common-licenses/NIST-PD-TNT
 create mode 100644 meta/files/common-licenses/OSC-1.0
 create mode 100644 meta/files/common-licenses/OSSP
 create mode 100644 meta/files/common-licenses/OpenMDW-1.0
 create mode 100644 meta/files/common-licenses/ParaType-Free-Font-1.3
 create mode 100644 meta/files/common-licenses/SGMLUG-PM
 create mode 100644 meta/files/common-licenses/TekHVC
 create mode 100644 meta/files/common-licenses/UnRAR
 create mode 100644 meta/files/common-licenses/Vixie-Cron
 create mode 100644 meta/files/common-licenses/WTFNMFPL
 create mode 100644 meta/files/common-licenses/WordNet
 create mode 100644 meta/files/common-licenses/X11-no-permit-persons
 create mode 100644 meta/files/common-licenses/hyphen-bulgarian
 rename meta/recipes-devtools/gcc/{gcc-15.2.inc => gcc-15.3.inc} (92%)
 rename meta/recipes-devtools/gcc/{gcc-cross-canadian_15.2.bb => gcc-cross-canadian_15.3.bb} (100%)
 rename meta/recipes-devtools/gcc/{gcc-cross_15.2.bb => gcc-cross_15.3.bb} (100%)
 rename meta/recipes-devtools/gcc/{gcc-crosssdk_15.2.bb => gcc-crosssdk_15.3.bb} (100%)
 rename meta/recipes-devtools/gcc/{gcc-runtime_15.2.bb => gcc-runtime_15.3.bb} (100%)
 rename meta/recipes-devtools/gcc/{gcc-sanitizers_15.2.bb => gcc-sanitizers_15.3.bb} (100%)
 rename meta/recipes-devtools/gcc/{gcc-source_15.2.bb => gcc-source_15.3.bb} (100%)
 delete mode 100644 meta/recipes-devtools/gcc/gcc/0026-fix-pr90579-testcases.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc/0027-gcc15-pr122394.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc/0028-libcody-Make-it-buildable-by-C-11-to-C-26.patch
 rename meta/recipes-devtools/gcc/{gcc_15.2.bb => gcc_15.3.bb} (100%)
 rename meta/recipes-devtools/gcc/{libgcc-initial_15.2.bb => libgcc-initial_15.3.bb} (100%)
 rename meta/recipes-devtools/gcc/{libgcc_15.2.bb => libgcc_15.3.bb} (100%)
 rename meta/recipes-devtools/gcc/{libgfortran_15.2.bb => libgfortran_15.3.bb} (100%)
 create mode 100644 meta/recipes-graphics/wayland/libinput/CVE-2026-50292.patch
 rename meta/recipes-graphics/xwayland/{xwayland_24.1.9.bb => xwayland_24.1.11.bb} (84%)
 delete mode 100644 meta/recipes-kernel/linux/cve-exclusion_6.18.inc
 delete mode 100755 meta/recipes-kernel/linux/generate-cve-exclusions.py
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0005-wayland-handle-padded-buffers-in-wl_shm-buffer-creat.patch
 create mode 100644 meta/recipes-sato/matchbox-panel-2/files/0001-applets-clock-fix-clock-widget-width-resize.patch



^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2026-07-28 13:25 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-27 22:55 [OE-core][wrynose 00/36] Patch review Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 01/36] curl: fix CVE-2026-7168 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 02/36] gawk: Fix CVE-2026-40467 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 03/36] gawk: Fix CVE-2026-40468 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 04/36] gawk: Fix CVE-2026-40469 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 05/36] gawk: Fix CVE-2026-40553 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 06/36] rsync: Fix CVE-2026-29518 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 07/36] rsync: Fix CVE-2026-43619 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 08/36] rsync: Fix CVE-2026-43618 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 09/36] rsync: Fix CVE-2026-43620 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 10/36] rsync: Fix CVE-2026-43617 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 11/36] rsync: Fix CVE-2026-45232 Yoann Congal
2026-07-28 13:25   ` Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 12/36] gnutls: fix CVE-2026-3833 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 13/36] libpng: set status for CVE-2026-40930 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 14/36] python3-cryptography: set CVE_PRODUCT Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 15/36] python3-ply: " Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 16/36] python3-pyasn1: " Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 17/36] python3-setuptools: Fix CVE-2026-59890 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 18/36] openssh: set status for CVE-2026-59998 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 19/36] libgcrypt: fix CVE-2026-41989 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 20/36] libgcrypt: fix CVE-2026-41990 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 21/36] sqlite3: fix CVE-2026-11822 and CVE-2026-11824 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 22/36] curl: add annotation for CVE-2026-10536 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 23/36] package.bbclass: hardcode emit_pkgdata to run last Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 24/36] systemd-systemctl-native: disable libpam meson option Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 25/36] util-linux: upgrade 2.41.3 -> 2.41.5 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 26/36] linux-yocto/6.18: update to v6.18.36 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 27/36] linux-yocto/6.18: update to v6.18.38 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 28/36] linux-yocto/6.18: update to v6.18.39 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 29/36] linux-yocto/6.18: drm/virtio: fix deadlock in display_info_cb by removing hotplug from dequeue worker Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 30/36] xmlto: correct srcrev to point to released version Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 31/36] vim: Security Fix for CVE-2026-42307 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 32/36] vim: Security Fix for CVE-2026-43961 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 33/36] vim: Security Fix for CVE-2026-47162 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 34/36] vim: Security Fix for CVE-2026-47167 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 35/36] vim: Security Fix for CVE-2026-55892 Yoann Congal
2026-07-27 22:55 ` [OE-core][wrynose 36/36] vim: Security Fix for CVE-2026-57452 Yoann Congal
  -- strict thread matches above, loose matches on Subject: below --
2026-06-20 12:59 [OE-core][wrynose 00/36] Patch review Yoann Congal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox