public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core][scarthgap 00/22] Patch review
@ 2024-06-17 12:04 Steve Sakoman
  2024-06-17 12:04 ` [OE-core][scarthgap 01/22] yocto-uninative: Update to 4.5 for gcc 14 Steve Sakoman
                   ` (21 more replies)
  0 siblings, 22 replies; 24+ messages in thread
From: Steve Sakoman @ 2024-06-17 12:04 UTC (permalink / raw)
  To: openembedded-core

Please review this set of changes for scarthgap and have comments back by
end of day Wednesday, June 19

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7047

The following changes since commit 50b9126cd8668d8c039e9bd61eaba458f7a22014:

  cracklib: Modify patch to compile with GCC 14 (2024-06-12 08:09:18 -0700)

are available in the Git repository at:

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

Changqing Li (1):
  expect-native: fix build with gcc-14

Khem Raj (7):
  kea: Remove -fvisibility-inlines-hidden from C++ flags
  consolekit: Disable incompatible-pointer-types warning as error
  gtk4: Disable int-conversion warning as error
  ltp: Fix build with GCC-14
  iproute2: Fix build with GCC-14
  zip: Fix build with gcc-14
  kexec-tools: Fix build with GCC-14 on musl

Martin Jansa (6):
  expect: ignore various issues now fatal with gcc-14
  libunwind: ignore various issues now fatal with gcc-14
  p11-kit: ignore various issues fatal with gcc-14 (for 32bit MACHINEs)
  lrzsz connman-gnome libfm: ignore various issues fatal with gcc-14
  cdrtools-native: fix build with gcc-14
  db: ignore implicit-int and implicit-function-declaration issues fatal
    with gcc-14

Michael Halstead (1):
  yocto-uninative: Update to 4.5 for gcc 14

Richard Purdie (2):
  oeqa/sdk/assimp: Upgrade and fix for gcc 14
  gcc-runtime: libgomp fix for gcc 14 warnings with mandb selftest

Ross Burton (2):
  oeqa/sdkext/devtool: replace use of librdfa
  gawk: fix readline detection

Siddharth Doshi (1):
  cups: Upgrade 2.4.7 -> 2.4.9

Wang Mingyu (1):
  appstream: upgrade 1.0.2 -> 1.0.3

Zoltan Boszormenyi (1):
  cdrtools-native: Fix build with GCC 14

 meta/conf/distro/include/yocto-uninative.inc  |  8 +--
 meta/lib/oeqa/sdk/cases/assimp.py             |  8 +--
 meta/lib/oeqa/sdkext/cases/devtool.py         |  7 ++-
 meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb       |  6 +++
 .../connman/connman-gnome_0.7.bb              |  4 ++
 .../iproute2/iproute2_6.7.0.bb                |  2 +
 meta/recipes-connectivity/kea/kea_2.4.1.bb    |  1 +
 .../cdrtools/cdrtools-native_3.01.bb          | 12 ++++-
 .../cdrtools/cdrtools/gcc14-fix.patch         | 13 +++++
 meta/recipes-devtools/expect/expect_5.45.4.bb |  7 +++
 meta/recipes-devtools/gcc/gcc-runtime.inc     |  2 +-
 .../cups/{cups_2.4.7.bb => cups_2.4.9.bb}     |  2 +-
 ...001-m4-readline-add-missing-includes.patch | 38 +++++++++++++
 meta/recipes-extended/gawk/gawk_5.3.0.bb      |  1 +
 ...-Use-time_t-instead-of-long-for-type.patch | 54 +++++++++++++++++++
 meta/recipes-extended/ltp/ltp_20240129.bb     |  1 +
 ...e-dirent.h-for-closedir-opendir-APIs.patch | 45 ++++++++++++++++
 ...2-unix.c-Do-not-redefine-DIR-as-FILE.patch | 35 ------------
 meta/recipes-extended/zip/zip_3.0.bb          |  2 +-
 meta/recipes-gnome/gtk+/gtk4_4.14.1.bb        |  4 ++
 ...linux-setup.c-Use-POSIX-basename-API.patch | 54 +++++++++++++++++++
 .../kexec/kexec-tools_2.0.28.bb               |  1 +
 ...{appstream_1.0.2.bb => appstream_1.0.3.bb} |  2 +-
 .../consolekit/consolekit_0.4.6.bb            |  3 ++
 meta/recipes-support/db/db_5.3.28.bb          |  4 ++
 meta/recipes-support/libfm/libfm_1.3.2.bb     |  4 ++
 .../libunwind/libunwind_1.6.2.bb              |  8 +++
 .../recipes-support/p11-kit/p11-kit_0.25.3.bb | 10 ++++
 28 files changed, 285 insertions(+), 53 deletions(-)
 create mode 100644 meta/recipes-devtools/cdrtools/cdrtools/gcc14-fix.patch
 rename meta/recipes-extended/cups/{cups_2.4.7.bb => cups_2.4.9.bb} (51%)
 create mode 100644 meta/recipes-extended/gawk/gawk/0001-m4-readline-add-missing-includes.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-sched_stress-Use-time_t-instead-of-long-for-type.patch
 create mode 100644 meta/recipes-extended/zip/zip-3.0/0001-configure-Include-dirent.h-for-closedir-opendir-APIs.patch
 delete mode 100644 meta/recipes-extended/zip/zip-3.0/0002-unix.c-Do-not-redefine-DIR-as-FILE.patch
 create mode 100644 meta/recipes-kernel/kexec/kexec-tools/0001-x86-linux-setup.c-Use-POSIX-basename-API.patch
 rename meta/recipes-support/appstream/{appstream_1.0.2.bb => appstream_1.0.3.bb} (93%)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 24+ messages in thread
* [OE-core][scarthgap 00/22] Patch review
@ 2026-01-20 12:08 Yoann Congal
  0 siblings, 0 replies; 24+ messages in thread
From: Yoann Congal @ 2026-01-20 12:08 UTC (permalink / raw)
  To: openembedded-core

Please review this set of changes for scarthgap and have comments back by
end of day Thursday, January 22.

 This scarthgap patch review request is aimed at getting kirkstone
4.0.33 built on monday:
* Ensuring fixes in kirkstone have their equivalent in more recent
  stable branches.
* pseudo upgrade to fix 16117 – AB-INT: do_package: Error executing a python function in exec_func_python() autogenerated
  https://bugzilla.yoctoproject.org/show_bug.cgi?id=16117

Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/?#/builders/29/builds/3091
via poky-contrib stable/scarthgap-nut. The tip of OE-Core is at:
https://git.yoctoproject.org/poky-contrib/commit/?h=stable/scarthgap-nut&id=a7e7530d8ece2ee31ffcb220264cc9c52616b526

The following changes since commit 6988157ad983978ffd6b12bcefedd4deaffdbbd1:

  build-appliance-image: Update to scarthgap head revision (2026-01-02 06:57:59 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 199c6518f5e363a2d8648bdfe14233afd9b0ba6e:

  pseudo: Update to pull in 'makewrappers: Fix EFAULT implementation' (2026-01-19 17:44:48 +0100)

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

Paul Barker (1):
  pseudo: Add hard sstate dependencies for pseudo-native

Peter Marko (16):
  python3: patch CVE-2025-12084
  python3: patch CVE-2025-13836
  util-linux: patch CVE-2025-14104
  qemu: ignore CVE-2025-54566 and CVE-2025-54567
  glib-2.0: patch CVE-2025-13601
  glib-2.0: patch CVE-2025-14087
  glib-2.0: patch CVE-2025-14512
  dropbear: patch CVE-2019-6111
  libpcap: patch CVE-2025-11961
  libpcap: patch CVE-2025-11964
  cups: allow unknown directives in conf files
  libarchive: fix CVE-2025-60753 regression
  curl: patch CVE-2025-14017
  curl: patch CVE-2025-14819
  curl: patch CVE-2025-15079
  curl: patch CVE-2025-15224

Richard Purdie (4):
  pseudo: Upgrade to version 1.9.1
  pseudo: Update to pull in memleak fix
  pseudo: Update to pull in openat2 and efault return code changes
  pseudo: Update to pull in 'makewrappers: Fix EFAULT implementation'

Robert Yang (1):
  pseudo: 1.9.0 -> 1.9.2

 .../libpcap/libpcap/CVE-2025-11961-01.patch   |  38 ++
 .../libpcap/libpcap/CVE-2025-11961-02.patch   | 433 ++++++++++++++++++
 .../libpcap/libpcap/CVE-2025-11964.patch      |  33 ++
 .../libpcap/libpcap_1.10.4.bb                 |   3 +
 .../dropbear/dropbear/CVE-2019-6111.patch     | 157 +++++++
 .../recipes-core/dropbear/dropbear_2022.83.bb |   1 +
 .../glib-2.0/glib-2.0/CVE-2025-13601-01.patch | 125 +++++
 .../glib-2.0/glib-2.0/CVE-2025-13601-02.patch | 128 ++++++
 .../glib-2.0/glib-2.0/CVE-2025-14087-01.patch |  69 +++
 .../glib-2.0/glib-2.0/CVE-2025-14087-02.patch | 240 ++++++++++
 .../glib-2.0/glib-2.0/CVE-2025-14087-03.patch | 150 ++++++
 .../glib-2.0/glib-2.0/CVE-2025-14512.patch    |  70 +++
 meta/recipes-core/glib-2.0/glib-2.0_2.78.6.bb |   6 +
 meta/recipes-core/util-linux/util-linux.inc   |   2 +
 .../util-linux/CVE-2025-14104-01.patch        |  33 ++
 .../util-linux/CVE-2025-14104-02.patch        |  28 ++
 .../0001-configure-Prune-PIE-flags.patch      |  44 --
 .../pseudo/files/glibc238.patch               |  65 ---
 .../pseudo/files/older-glibc-symbols.patch    |   4 +-
 meta/recipes-devtools/pseudo/pseudo.inc       |   7 +
 meta/recipes-devtools/pseudo/pseudo_git.bb    |   6 +-
 .../python/python3/CVE-2025-12084.patch       | 144 ++++++
 .../python/python3/CVE-2025-13836.patch       | 162 +++++++
 .../python/python3_3.12.12.bb                 |   2 +
 meta/recipes-devtools/qemu/qemu.inc           |   3 +
 meta/recipes-extended/cups/cups.inc           |   1 +
 ...pping-scheduler-on-unknown-directive.patch |  43 ++
 ...25-60753.patch => CVE-2025-60753-01.patch} |   0
 .../libarchive/CVE-2025-60753-02.patch        |  46 ++
 .../libarchive/libarchive_3.7.9.bb            |   3 +-
 ...st-qual-fix-or-silence-compiler-warn.patch |  85 ++++
 .../curl/curl/CVE-2025-14017.patch            | 115 +++++
 .../curl/curl/CVE-2025-14819.patch            |  73 +++
 .../curl/curl/CVE-2025-15079.patch            |  32 ++
 .../curl/curl/CVE-2025-15224.patch            |  31 ++
 meta/recipes-support/curl/curl_8.7.1.bb       |   5 +
 36 files changed, 2271 insertions(+), 116 deletions(-)
 create mode 100644 meta/recipes-connectivity/libpcap/libpcap/CVE-2025-11961-01.patch
 create mode 100644 meta/recipes-connectivity/libpcap/libpcap/CVE-2025-11961-02.patch
 create mode 100644 meta/recipes-connectivity/libpcap/libpcap/CVE-2025-11964.patch
 create mode 100644 meta/recipes-core/dropbear/dropbear/CVE-2019-6111.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2025-13601-01.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2025-13601-02.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2025-14087-01.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2025-14087-02.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2025-14087-03.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2025-14512.patch
 create mode 100644 meta/recipes-core/util-linux/util-linux/CVE-2025-14104-01.patch
 create mode 100644 meta/recipes-core/util-linux/util-linux/CVE-2025-14104-02.patch
 delete mode 100644 meta/recipes-devtools/pseudo/files/0001-configure-Prune-PIE-flags.patch
 delete mode 100644 meta/recipes-devtools/pseudo/files/glibc238.patch
 create mode 100644 meta/recipes-devtools/python/python3/CVE-2025-12084.patch
 create mode 100644 meta/recipes-devtools/python/python3/CVE-2025-13836.patch
 create mode 100644 meta/recipes-extended/cups/cups/0001-conf.c-Fix-stopping-scheduler-on-unknown-directive.patch
 rename meta/recipes-extended/libarchive/libarchive/{CVE-2025-60753.patch => CVE-2025-60753-01.patch} (100%)
 create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2025-60753-02.patch
 create mode 100644 meta/recipes-support/curl/curl/0001-build-enable-Wcast-qual-fix-or-silence-compiler-warn.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2025-14017.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2025-14819.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2025-15079.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2025-15224.patch



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

end of thread, other threads:[~2026-01-20 12:09 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 12:04 [OE-core][scarthgap 00/22] Patch review Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 01/22] yocto-uninative: Update to 4.5 for gcc 14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 02/22] oeqa/sdkext/devtool: replace use of librdfa Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 03/22] oeqa/sdk/assimp: Upgrade and fix for gcc 14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 04/22] gcc-runtime: libgomp fix for gcc 14 warnings with mandb selftest Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 05/22] gawk: fix readline detection Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 06/22] cdrtools-native: Fix build with GCC 14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 07/22] appstream: upgrade 1.0.2 -> 1.0.3 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 08/22] expect: ignore various issues now fatal with gcc-14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 09/22] libunwind: " Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 10/22] p11-kit: ignore various issues fatal with gcc-14 (for 32bit MACHINEs) Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 11/22] kea: Remove -fvisibility-inlines-hidden from C++ flags Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 12/22] consolekit: Disable incompatible-pointer-types warning as error Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 13/22] gtk4: Disable int-conversion " Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 14/22] lrzsz connman-gnome libfm: ignore various issues fatal with gcc-14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 15/22] ltp: Fix build with GCC-14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 16/22] iproute2: " Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 17/22] zip: Fix build with gcc-14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 18/22] cdrtools-native: fix " Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 19/22] kexec-tools: Fix build with GCC-14 on musl Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 20/22] db: ignore implicit-int and implicit-function-declaration issues fatal with gcc-14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 21/22] expect-native: fix build " Steve Sakoman
2024-06-17 12:05 ` [OE-core][scarthgap 22/22] cups: Upgrade 2.4.7 -> 2.4.9 Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2026-01-20 12:08 [OE-core][scarthgap 00/22] 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