All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 00/14] Scarthgap pull request
Date: Sat, 18 Jul 2026 04:56:04 +0530	[thread overview]
Message-ID: <cover.1784290740.git.anuj.mittal@oss.qualcomm.com> (raw)

Please merge these changes in scarthgap. Tested locally and on autobuilder.

https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1637

The following changes since commit 29a044218285fdc7fcdd63d5f0929cb3a27b6fed:

  python3-matplotlib: fix build (2026-07-02 15:08:44 +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 7eb94107580092f79ff1b639a87762fe6f96aa12:

  nginx: fix CVE-2026-42055 (2026-07-16 15:49:44 +0530)

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

Ashishkumar Parmar (2):
  samba: Fix CVE-2026-3012
  samba: Fix CVE-2026-4408

Benjamin Robin (Schneider Electric) (2):
  dnsmasq: fix CVE-2026-2291
  nginx: fix CVE-2026-42055

Deepak Rathore (4):
  lldpd: Fix CVE-2026-46433
  mbedtls: set CVE_STATUS for CVE-2025-66442
  nmap: fix CVE-2026-58058
  libidn: fix CVE-2026-57053

Esa Jaaskela (1):
  uutils-coreutils: fix buildpaths QA warning

Etienne Cordonnier (1):
  uutils-coreutils: disable stdbuf compilation

Jason Schonberg (1):
  php: upgrade 8.2.31 -> 8.2.32

Roland Kovacs (1):
  radvd: fix CVE-2026-48715

Sudhir Dumbhare (1):
  mariadb: upgrade 10.11.16 -> 10.11.18

Yunseong Kim (1):
  libyang: Fix CVE-2026-41401 and CVE-2026-44673

 .../mbedtls/mbedtls_3.6.6.bb                  |   17 +
 .../samba/samba/CVE-2026-3012_p1.patch        |  131 ++
 .../samba/samba/CVE-2026-3012_p2.patch        |   51 +
 .../samba/samba/CVE-2026-4408_p1.patch        |   75 ++
 .../samba/samba/CVE-2026-4408_p10.patch       |  339 +++++
 .../samba/samba/CVE-2026-4408_p11.patch       |   94 ++
 .../samba/samba/CVE-2026-4408_p12.patch       |   47 +
 .../samba/samba/CVE-2026-4408_p13.patch       |  174 +++
 .../samba/samba/CVE-2026-4408_p14.patch       |   59 +
 .../samba/samba/CVE-2026-4408_p15.patch       | 1108 +++++++++++++++++
 .../samba/samba/CVE-2026-4408_p16.patch       |  422 +++++++
 .../samba/samba/CVE-2026-4408_p17.patch       |   55 +
 .../samba/samba/CVE-2026-4408_p18.patch       |   52 +
 .../samba/samba/CVE-2026-4408_p2.patch        |  133 ++
 .../samba/samba/CVE-2026-4408_p3.patch        |  208 ++++
 .../samba/samba/CVE-2026-4408_p4.patch        |  179 +++
 .../samba/samba/CVE-2026-4408_p5.patch        |   46 +
 .../samba/samba/CVE-2026-4408_p6.patch        |  131 ++
 .../samba/samba/CVE-2026-4408_p7.patch        |   84 ++
 .../samba/samba/CVE-2026-4408_p8.patch        |   39 +
 .../samba/samba/CVE-2026-4408_p9.patch        |   61 +
 .../samba/samba_4.19.9.bb                     |   20 +
 .../lldpd/files/CVE-2026-46433.patch          |   36 +
 .../recipes-daemons/lldpd/lldpd_1.0.18.bb     |    1 +
 .../radvd/files/CVE-2026-48715.patch          |  213 ++++
 .../radvd/files/CVE-2026-48715_dep.patch      |  106 ++
 .../recipes-daemons/radvd/radvd_2.19.bb       |    2 +
 .../recipes-support/dnsmasq/dnsmasq_2.90.bb   |    1 +
 .../dnsmasq/files/CVE-2026-2291.patch         |   40 +
 .../files/0002-do-not-compile-stdbuf.patch    |   39 +
 .../uutils-coreutils_0.0.28.bb                |    5 +-
 ...10.11.16.bb => mariadb-native_10.11.18.bb} |    0
 meta-oe/recipes-dbs/mysql/mariadb.inc         |    2 +-
 ...ariadb_10.11.16.bb => mariadb_10.11.18.bb} |    0
 .../php/{php_8.2.31.bb => php_8.2.32.bb}      |    2 +-
 .../libidn/libidn/CVE-2026-57053.patch        |   28 +
 .../recipes-extended/libidn/libidn_1.41.bb    |    1 +
 .../libyang/libyang/CVE-2026-41401.patch      |   49 +
 .../libyang/libyang/CVE-2026-44673.patch      |   66 +
 .../libyang/libyang_2.1.148.bb                |    2 +
 .../nmap/files/CVE-2026-58058.patch           |   33 +
 meta-oe/recipes-security/nmap/nmap_7.80.bb    |    1 +
 .../nginx/files/CVE-2026-42055.patch          |  102 ++
 .../recipes-httpd/nginx/nginx_1.24.0.bb       |    1 +
 44 files changed, 4252 insertions(+), 3 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-3012_p1.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-3012_p2.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p1.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p10.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p11.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p12.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p13.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p14.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p15.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p16.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p17.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p18.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p2.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p3.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p4.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p5.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p6.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p7.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p8.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2026-4408_p9.patch
 create mode 100644 meta-networking/recipes-daemons/lldpd/files/CVE-2026-46433.patch
 create mode 100644 meta-networking/recipes-daemons/radvd/files/CVE-2026-48715.patch
 create mode 100644 meta-networking/recipes-daemons/radvd/files/CVE-2026-48715_dep.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-2291.patch
 create mode 100644 meta-oe/recipes-core/uutils-coreutils/files/0002-do-not-compile-stdbuf.patch
 rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.11.16.bb => mariadb-native_10.11.18.bb} (100%)
 rename meta-oe/recipes-dbs/mysql/{mariadb_10.11.16.bb => mariadb_10.11.18.bb} (100%)
 rename meta-oe/recipes-devtools/php/{php_8.2.31.bb => php_8.2.32.bb} (99%)
 create mode 100644 meta-oe/recipes-extended/libidn/libidn/CVE-2026-57053.patch
 create mode 100644 meta-oe/recipes-extended/libyang/libyang/CVE-2026-41401.patch
 create mode 100644 meta-oe/recipes-extended/libyang/libyang/CVE-2026-44673.patch
 create mode 100644 meta-oe/recipes-security/nmap/files/CVE-2026-58058.patch
 create mode 100644 meta-webserver/recipes-httpd/nginx/files/CVE-2026-42055.patch

-- 
2.54.0



             reply	other threads:[~2026-07-17 23:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-17 23:26 Anuj Mittal [this message]
2026-07-18 15:21 ` [oe] [PATCH 00/14] Scarthgap pull request Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1784290740.git.anuj.mittal@oss.qualcomm.com \
    --to=anuj.mittal@oss.qualcomm.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.