looks good. Applied now, Thanks Anuj On Fri, Jul 17, 2026 at 4:26 PM Anuj Mittal via lists.openembedded.org <[email protected]> wrote:
> 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 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#128253): https://lists.openembedded.org/g/openembedded-devel/message/128253 Mute This Topic: https://lists.openembedded.org/mt/120324852/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
