From patchwork Wed Aug 26 08:33:40 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Dubois-Briand X-Patchwork-Id: 96457 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4874BC61DC4 for ; Wed, 26 Aug 2026 08:34:10 +0000 (UTC) Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.7891.1787733244677110393 for ; Wed, 26 Aug 2026 01:34:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=dkim header.b=FxdXDJPs; spf=pass (domain: bootlin.com, ip: 185.246.85.4, mailfrom: mathieu.dubois-briand@bootlin.com) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 04E104E413CA for ; Wed, 26 Aug 2026 08:34:03 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id C6C3B604EC for ; Wed, 26 Aug 2026 08:34:02 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 230D011C7AB70; Wed, 26 Aug 2026 10:33:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1787733238; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=SHTX22zJqCn6tPKkqu7jlbnTsEs/Hh2n/KtIaU5xDQM=; b=FxdXDJPsO7nw6LnGShhaa0tCTrSjDA9zoBtcOa/qawa3N7xB7/MsSnrILRTC6MFrakJYU1 gIUbKxEah+cs7me3YoBATjbDfgbzOa2xZEjLX+5ZtssM2AImAnwvBWPkX0uzYOYQRMrvtK uvXU5IH53RrYEBH/0Iq7SRroS7NzgDEBSvZsxEZ3Xy2sLFloT7133S3R/8TghGlvpl+315 LPmFoW7xAe8PeTMlaIiQTfqRL+gXA9QeRmNDr+WfJsdRfFOsmfrX//sU2j7C1rwBmILRZV ZMTvhjGahnwPFE+mDvlZrUGFIytQWBAIvcpNrjiAvDBET/p12QJ9lN3Rbdb/kg== From: Mathieu Dubois-Briand Date: Wed, 26 Aug 2026 10:33:40 +0200 Subject: [PATCH 1/8] python3-imagesize: upgrade 2.0.0 -> 2.0.1 MIME-Version: 1.0 Message-Id: <20260826-mathieu-updates-20260826-v1-1-4082bbc152f2@bootlin.com> References: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> In-Reply-To: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> To: openembedded-core@lists.openembedded.org Cc: Thomas Petazzoni , Mathieu Dubois-Briand X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1787733232; l=1119; i=mathieu.dubois-briand@bootlin.com; s=20241219; h=from:subject:message-id; bh=DGh+LRgNUizFxAw3i/gvhHT4qjvQU+AGjTSuaO3fjQQ=; b=DI3aCB8GnE4QxPDzqP4nOexmMv1Kkd7adXmWxKxS7P6I9LMlZXmiYFuBJ17xVqD04OTDiz2P0 eJtzLV6FsEbBPTih9UZDpvTUSzF3xadVwKifYUaXmuyJLabahZ4ixAu X-Developer-Key: i=mathieu.dubois-briand@bootlin.com; a=ed25519; pk=1PVTmzPXfKvDwcPUzG0aqdGoKZJA3b9s+3DqRlm0Lww= X-Last-TLS-Session-Version: TLSv1.3 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 26 Aug 2026 08:34:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244369 Signed-off-by: Mathieu Dubois-Briand --- .../python/{python3-imagesize_2.0.0.bb => python3-imagesize_2.0.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python3-imagesize_2.0.0.bb b/meta/recipes-devtools/python/python3-imagesize_2.0.1.bb similarity index 70% rename from meta/recipes-devtools/python/python3-imagesize_2.0.0.bb rename to meta/recipes-devtools/python/python3-imagesize_2.0.1.bb index 7430130e5f03..f9c358125536 100644 --- a/meta/recipes-devtools/python/python3-imagesize_2.0.0.bb +++ b/meta/recipes-devtools/python/python3-imagesize_2.0.1.bb @@ -4,9 +4,9 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=0c128f0f7e8a02e1b83884c0b5a41cda" -SRC_URI[sha256sum] = "8e8358c4a05c304f1fccf7ff96f036e7243a189e9e42e90851993c558cfe9ee3" +SRC_URI[sha256sum] = "b2ba6a4dea487a7ebcd53248d3476aca449d30db12a2dde5e0c5ca9624fd77e5" -inherit setuptools3 pypi +inherit pypi python_setuptools_build_meta BBCLASSEXTEND = "native nativesdk" From patchwork Wed Aug 26 08:33:41 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Dubois-Briand X-Patchwork-Id: 96458 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BB804C61DC7 for ; Wed, 26 Aug 2026 08:34:10 +0000 (UTC) Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.7894.1787733249382918537 for ; Wed, 26 Aug 2026 01:34:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=dkim header.b=jkg5rrG/; spf=pass (domain: bootlin.com, ip: 185.246.85.4, mailfrom: mathieu.dubois-briand@bootlin.com) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 867D14E413CA for ; Wed, 26 Aug 2026 08:34:07 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 55304604EC for ; Wed, 26 Aug 2026 08:34:07 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id AB69F11C7AC7C; Wed, 26 Aug 2026 10:34:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1787733242; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=ZVzX1MsweyVCtTvce9AtBLRSltSTd+VQLidV/NuWjDM=; b=jkg5rrG/ILjvLYvx95dHEjOg0qXhAGnfVBLso2SdU+skE/H8DhwYf33L0ibOtb4/FAAT1M 507BIun0kHIGOkYpQ2NawZrKvGJR29q/3qmqcm1G5UfmDcUKRp81fu59reC9OiVmW9Ipfc LeBHEByrocLKOEimmvbbyo8h4JYVQrPB+vo5i3jW4O3NVwXII3PO+QCKHptjKvxKVGFWdU DGp0X7WROF1QKMn67YUOEx2rQnxe03P0vpL8Lnyt08c39OKjOgqAHdDL5xGLsaoGPXMVfn uoDmg1oGrBy2NMSa/nfTMAP3e6EiurUwmMt3wwy/4TA+u76syx7Zx7tJYVXrjg== From: Mathieu Dubois-Briand Date: Wed, 26 Aug 2026 10:33:41 +0200 Subject: [PATCH 2/8] libslirp: upgrade 4.9.3 -> 4.9.4 MIME-Version: 1.0 Message-Id: <20260826-mathieu-updates-20260826-v1-2-4082bbc152f2@bootlin.com> References: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> In-Reply-To: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> To: openembedded-core@lists.openembedded.org Cc: Thomas Petazzoni , Mathieu Dubois-Briand X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1787733232; l=1440; i=mathieu.dubois-briand@bootlin.com; s=20241219; h=from:subject:message-id; bh=upmAMOFh9ni5L1NR7nASmBWrEnNKsjC4crt5c9qb8hc=; b=jSBhcfotLhEtvfgVaTWRipNtfifggQbJM8S0jeyTPGqWQNnLMXesjzDXmdp0ggsdEFbR1al2t E9zAsCVlkxsCRZGuPS4y6bazcmRlp7kHJMKSa8L79Pn7PA8i+cOUcc5 X-Developer-Key: i=mathieu.dubois-briand@bootlin.com; a=ed25519; pk=1PVTmzPXfKvDwcPUzG0aqdGoKZJA3b9s+3DqRlm0Lww= X-Last-TLS-Session-Version: TLSv1.3 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 26 Aug 2026 08:34:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244370 Changelog: - Fix information leak on fragmented packets with different header lengths - Fix reporting oob output #95 - Fix buffer trimming to ip6-announced length #96 - slirp: permit guestfwd to vhost_addr/vnameserver_addr #81 #140 - oob: cap urgent data count to what is actually available #93 (CVE-2026-9539) Signed-off-by: Mathieu Dubois-Briand --- .../recipes-connectivity/slirp/{libslirp_4.9.3.bb => libslirp_4.9.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/slirp/libslirp_4.9.3.bb b/meta/recipes-connectivity/slirp/libslirp_4.9.4.bb similarity index 92% rename from meta/recipes-connectivity/slirp/libslirp_4.9.3.bb rename to meta/recipes-connectivity/slirp/libslirp_4.9.4.bb index be13cbc1fcbd..79a24f303784 100644 --- a/meta/recipes-connectivity/slirp/libslirp_4.9.3.bb +++ b/meta/recipes-connectivity/slirp/libslirp_4.9.4.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f95a9bf4a7e411164fe843697ccda59e \ file://LICENSE;md5=cfea6044642fd63b90ce9d79f5db64d9" SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "dd76415fce457e319d665eb8210d05c5731360ba" +SRCREV = "d09dc9a70360ee7838acccbd234ab83f3b9b37a5" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" DEPENDS = "glib-2.0" From patchwork Wed Aug 26 08:33:42 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Dubois-Briand X-Patchwork-Id: 96461 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3894C61DBD for ; Wed, 26 Aug 2026 08:34:20 +0000 (UTC) Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7836.1787733254034977373 for ; Wed, 26 Aug 2026 01:34:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=dkim header.b=BZmbvY3K; spf=pass (domain: bootlin.com, ip: 185.246.85.4, mailfrom: mathieu.dubois-briand@bootlin.com) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 5E8094E413CA for ; Wed, 26 Aug 2026 08:34:12 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 34297604EC for ; Wed, 26 Aug 2026 08:34:12 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 39C4011C7AC89; Wed, 26 Aug 2026 10:34:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1787733247; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=32rCRj2+3//qevGENpyVMDO4W0Qo/VmFXmTTp+sP6Q0=; b=BZmbvY3Kz1nUK+aOvd/oxGs+EaQXQxygpJLvA3ylMaaum1c8KnEmRcdGsNHxCZfm5Q4Cse Eg2Lbz9hM8ElBSjd2BbzCeCMSumTy7hlF/n6wHbVVCooTG+Qmp+A7KzW7P9xRuJebfu9wS 6gY4K9etlSj7UeqUSrc8kYsO5QYPhg+bAfKducdmZwtkh6x0C6p5Bfzvne6sv4KAp0yG1/ w+zxVh6z6zo9t56oj4KT5WNW9vCWLe50fM/lE6bWRmWsghmstLgkVP1fLIb4vkch7iM6Bq Bh8S8/3I2X6iz+p0/t6kF//DeYnbeZKj02yB5c3/Lp1RzY/ezvCX8gHfO5Y2Vw== From: Mathieu Dubois-Briand Date: Wed, 26 Aug 2026 10:33:42 +0200 Subject: [PATCH 3/8] cmake,cmake-native: upgrade 4.4.2 -> 4.4.3 MIME-Version: 1.0 Message-Id: <20260826-mathieu-updates-20260826-v1-3-4082bbc152f2@bootlin.com> References: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> In-Reply-To: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> To: openembedded-core@lists.openembedded.org Cc: Thomas Petazzoni , Mathieu Dubois-Briand X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1787733232; l=1672; i=mathieu.dubois-briand@bootlin.com; s=20241219; h=from:subject:message-id; bh=R8BVyTyK3zcHdekMeCTImv8KawSlnKFal6oHhPgkjJA=; b=XWSQsAOdFnFs3Sk8E1tN3JnoncjxXsEfZbJ9wK4T9va0O3YagYskVtnYHuAAPrECmIeANFIj5 Qe9ys8SN2b+B8oMa9t4e9VTOfrio2GG6nUoVIsorU+uqECfSIyI5JxC X-Developer-Key: i=mathieu.dubois-briand@bootlin.com; a=ed25519; pk=1PVTmzPXfKvDwcPUzG0aqdGoKZJA3b9s+3DqRlm0Lww= X-Last-TLS-Session-Version: TLSv1.3 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 26 Aug 2026 08:34:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244371 Changelog: - Swift policy CMP0215's NEW behavior has been updated to require policies CMP0157 and CMP0195 to also be set to NEW. Signed-off-by: Mathieu Dubois-Briand --- .../cmake/{cmake-native_4.4.2.bb => cmake-native_4.4.3.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 2 +- meta/recipes-devtools/cmake/{cmake_4.4.2.bb => cmake_4.4.3.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/cmake/cmake-native_4.4.2.bb b/meta/recipes-devtools/cmake/cmake-native_4.4.3.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake-native_4.4.2.bb rename to meta/recipes-devtools/cmake/cmake-native_4.4.3.bb diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index a51b25b86475..b6b10371ceab 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc @@ -19,7 +19,7 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}" SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ " -SRC_URI[sha256sum] = "1db9e61e60b6e0874c86386340b910382f3c5e75b9fbfb44d122063129a2789d" +SRC_URI[sha256sum] = "c46400618b4f1f2b43507f24fb22f3ae830c3416cf23b776e16e1d413aa892f0" UPSTREAM_CHECK_REGEX = "cmake-(?P\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/cmake/cmake_4.4.2.bb b/meta/recipes-devtools/cmake/cmake_4.4.3.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake_4.4.2.bb rename to meta/recipes-devtools/cmake/cmake_4.4.3.bb From patchwork Wed Aug 26 08:33:43 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Dubois-Briand X-Patchwork-Id: 96462 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B0657C61DC4 for ; Wed, 26 Aug 2026 08:34:20 +0000 (UTC) Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7838.1787733258955358184 for ; Wed, 26 Aug 2026 01:34:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=dkim header.b=K1yKbcfy; spf=pass (domain: bootlin.com, ip: 185.246.84.56, mailfrom: mathieu.dubois-briand@bootlin.com) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 2AAB21A182B for ; Wed, 26 Aug 2026 08:34:17 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id F3668604EC for ; Wed, 26 Aug 2026 08:34:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 1882011C7AC91; Wed, 26 Aug 2026 10:34:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1787733252; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=sClzcXOCv0XbHehc9aBtm32OqbXbHB6xRUGlzaMfxio=; b=K1yKbcfy3atYRpDSUVQpFYnMGwWi27LjFwo5irQ414EiykJEZyqpSk47xgaoYZjW5u7g7C aQnQI5MwjR2bEY2iPqVFQfOuys8vZTOESxT7MYbEMswBgFY4HEoFnxtwku8miweY+dgGuv CaqT/uf+2dTeNGmcYPN5boBVCxQlp16rsFhKDq/PoBJ9Ko23zeg6+hUhMu+ey64wFYE7VG 34kU9XR0qSnCO60B5dZijupeLGHL36UQ5vLf9B0YqyXpJwBv/kxwcJnlsRg8XZ1IClTxbo cYYWrtIKKqVl02oqG/3QIB57/oTam6sVnn29/1yCKrQvhJ3oM7eMvfKOfqZyWA== From: Mathieu Dubois-Briand Date: Wed, 26 Aug 2026 10:33:43 +0200 Subject: [PATCH 4/8] python3-cryptography: upgrade 50.0.0 -> 50.0.1 MIME-Version: 1.0 Message-Id: <20260826-mathieu-updates-20260826-v1-4-4082bbc152f2@bootlin.com> References: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> In-Reply-To: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> To: openembedded-core@lists.openembedded.org Cc: Thomas Petazzoni , Mathieu Dubois-Briand X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1787733232; l=4054; i=mathieu.dubois-briand@bootlin.com; s=20241219; h=from:subject:message-id; bh=vB8hkouttjXXb6G2bNuEenROkqLB/t8UH8on1pkq8RU=; b=hoxxeUfZOGqNfzDyvflAlH7Ch8wA0efV3UfDYrylokBXXRaRBpn0sjlJJEw0NhbfMfamG3JE8 +n4VmSnBFVKBRQlyaATyQKSWeCYTYBgS3S6FTsktkt47RH7wHMCaaRn X-Developer-Key: i=mathieu.dubois-briand@bootlin.com; a=ed25519; pk=1PVTmzPXfKvDwcPUzG0aqdGoKZJA3b9s+3DqRlm0Lww= X-Last-TLS-Session-Version: TLSv1.3 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 26 Aug 2026 08:34:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244372 Changelog: * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 4.0.2. Signed-off-by: Mathieu Dubois-Briand --- meta/recipes-devtools/python/python3-cryptography-common.inc | 2 +- meta/recipes-devtools/python/python3-cryptography-vectors.bb | 2 +- meta/recipes-devtools/python/python3-cryptography.bb | 2 +- .../0001-pyproject.toml-remove-benchmark-disable-option.patch | 8 +++----- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/meta/recipes-devtools/python/python3-cryptography-common.inc b/meta/recipes-devtools/python/python3-cryptography-common.inc index 298c52d1d3a8..d37f52358d3f 100644 --- a/meta/recipes-devtools/python/python3-cryptography-common.inc +++ b/meta/recipes-devtools/python/python3-cryptography-common.inc @@ -3,4 +3,4 @@ # # Additionally AUH will detect that they share this .inc file and # perform a lockstep upgrade for both. -PV = "50.0.0" +PV = "50.0.1" diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors.bb b/meta/recipes-devtools/python/python3-cryptography-vectors.bb index d62d681c6d41..0f25199f68d8 100644 --- a/meta/recipes-devtools/python/python3-cryptography-vectors.bb +++ b/meta/recipes-devtools/python/python3-cryptography-vectors.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \ # NOTE: Make sure to keep this recipe at the same version as python3-cryptography # Upgrade both recipes at the same time require python3-cryptography-common.inc -SRC_URI[sha256sum] = "6760814930443e6d73a6afcad09463d3ffdc42084ee0bdcfb2f05697250c3c8d" +SRC_URI[sha256sum] = "90066d0f7351b12ebac2b4ce594ce0a6f05c19ad3068e4d5cfc64d9d2bec8d80" PYPI_PACKAGE = "cryptography_vectors" diff --git a/meta/recipes-devtools/python/python3-cryptography.bb b/meta/recipes-devtools/python/python3-cryptography.bb index d6a1bb53f3a7..f2ac4e1b89f4 100644 --- a/meta/recipes-devtools/python/python3-cryptography.bb +++ b/meta/recipes-devtools/python/python3-cryptography.bb @@ -11,7 +11,7 @@ LDSHARED += "-pthread" # NOTE: Make sure to keep this recipe at the same version as python3-cryptography-vectors # Upgrade both recipes at the same time require python3-cryptography-common.inc -SRC_URI[sha256sum] = "eeac2acb5a20ed25e0ad6d1df9891a520b78b404266b6d11778f25d5d691a6c9" +SRC_URI[sha256sum] = "5dd9bda1c12b4162f6ff568eeb5e0ff956c28d14406e875cfe8a63a2d414ff20" SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \ file://check-memfree.py \ diff --git a/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch b/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch index 967b661c6e17..454e08605aa6 100644 --- a/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch +++ b/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch @@ -1,4 +1,4 @@ -From c8fd85d80eb64fede8447842042977b70b3c96bc Mon Sep 17 00:00:00 2001 +From 74473daa46b315f3d98fbf9a6a58f52c9c29a365 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Tue, 17 May 2022 17:22:48 +0800 Subject: [PATCH] pyproject.toml: remove --benchmark-disable option @@ -26,17 +26,15 @@ Signed-off-by: Tim Orling 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml -index fb8185913..29d0b3e08 100644 +index b56cda9..781743b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,7 +140,7 @@ exclude = [ ] - + [tool.pytest.ini_options] -addopts = "-r s --capture=no --strict-markers --benchmark-disable" +addopts = "-r s --capture=no --strict-markers" testpaths = ["tests"] console_output_style = "progress-even-when-capture-no" markers = [ --- -2.43.0 From patchwork Wed Aug 26 08:33:44 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Dubois-Briand X-Patchwork-Id: 96459 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 131D1C61DCB for ; Wed, 26 Aug 2026 08:34:21 +0000 (UTC) Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.7896.1787733259759889963 for ; Wed, 26 Aug 2026 01:34:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=dkim header.b=2QGE/EyR; spf=pass (domain: bootlin.com, ip: 185.246.84.56, mailfrom: mathieu.dubois-briand@bootlin.com) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id F11731A1838 for ; Wed, 26 Aug 2026 08:34:17 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id C784D604EC for ; Wed, 26 Aug 2026 08:34:17 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id BCAC011C7AC88; Wed, 26 Aug 2026 10:34:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1787733257; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=rMGrAyLEll8RquRwrZ6/gy72Ma1YWC65rtXMTBiBH/E=; b=2QGE/EyRHeI+4PhxUNPr4r/RVG27xtMDzO1TrN2sz3kezsZi9khKfRNhaqbWm3sNpv2e3+ 6bw8ESbtCZkMhWLUoCnrxDByMCIkKW0ib1wIXB77uUD0a4EIezTyHtY+9FjZlYsqwyceIP J2jWCAJ++EWbAsoIk5TldFfwqqdUvqIDXKUlVjp6pgfCZsxPz4ZR0nI9G1+OPupxL38JtK MTH8OnImDRkVSInR+rFAQCvuR/6fF3bVoz4y+2d38Q0Ue98AkF/eHh+3C0vnh8IKAc/zDL b4CrJU9U56/8LnPcUk92itgF4XSKn5T9F8M5gSaAAaxuL/MZBh+bHpBOltMmGA== From: Mathieu Dubois-Briand Date: Wed, 26 Aug 2026 10:33:44 +0200 Subject: [PATCH 5/8] python3-git: upgrade 3.1.59 -> 3.1.60 MIME-Version: 1.0 Message-Id: <20260826-mathieu-updates-20260826-v1-5-4082bbc152f2@bootlin.com> References: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> In-Reply-To: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> To: openembedded-core@lists.openembedded.org Cc: Thomas Petazzoni , Mathieu Dubois-Briand X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1787733232; l=1294; i=mathieu.dubois-briand@bootlin.com; s=20241219; h=from:subject:message-id; bh=u4/zuxbUkEpOTaca/JQFU+ZcTTCvyjgQrRUTnc0VMBo=; b=NYf+S+Hu4Et6bb700Eow/LrIU57VfA9lSCJ8o0m6FBRcdNDZo4/B8OuPTUCvDnUa1kyRKbH2U O2MV2+ZlTUNCDDKbvYlubQ0T1QnGikWLT1TTvsmoGN7pRgZaIDDBEbT X-Developer-Key: i=mathieu.dubois-briand@bootlin.com; a=ed25519; pk=1PVTmzPXfKvDwcPUzG0aqdGoKZJA3b9s+3DqRlm0Lww= X-Last-TLS-Session-Version: TLSv1.3 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 26 Aug 2026 08:34:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244373 Changelog: Security fixes for * https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-g5vv-9gxw-82hx * https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-whh4-5q6c-9v3x * https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-239g-whfq-7xj9 Signed-off-by: Mathieu Dubois-Briand --- .../python/{python3-git_3.1.59.bb => python3-git_3.1.60.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-git_3.1.59.bb b/meta/recipes-devtools/python/python3-git_3.1.60.bb similarity index 92% rename from meta/recipes-devtools/python/python3-git_3.1.59.bb rename to meta/recipes-devtools/python/python3-git_3.1.60.bb index 92e5977789f7..5becc0af58c9 100644 --- a/meta/recipes-devtools/python/python3-git_3.1.59.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.60.bb @@ -14,7 +14,7 @@ CVE_PRODUCT = "gitpython_project:gitpython" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "0a1475cfdc38a5bfba1a3e9a4a9da52a39749ecec322b772915c019f94e5b7e4" +SRC_URI[sha256sum] = "e936431879fa85581b4311fa63492ea52251909e2d655b6529c704c904ddcc24" DEPENDS += " python3-gitdb" From patchwork Wed Aug 26 08:33:45 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Dubois-Briand X-Patchwork-Id: 96460 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3520FC61DC7 for ; Wed, 26 Aug 2026 08:34:21 +0000 (UTC) Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7840.1787733260344870898 for ; Wed, 26 Aug 2026 01:34:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=dkim header.b=oYidO9Ue; spf=pass (domain: bootlin.com, ip: 185.246.84.56, mailfrom: mathieu.dubois-briand@bootlin.com) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id B0E381A184C for ; Wed, 26 Aug 2026 08:34:18 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 7F35C604EC for ; Wed, 26 Aug 2026 08:34:18 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id AC54F11C7AC8C; Wed, 26 Aug 2026 10:34:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1787733258; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=t6OjKyJypQyy6G+0Au2KcPpmgs7DKd4IM6pY+SicqIQ=; b=oYidO9Ue5tl8hfKuWJ+lr8og5Az1v+7JSenb7i7aAdG3m1PU2EnwxIMyTyYO9iLa+g4evo Y7pJr+vMnZNahOEUTTuSjdFvg1fj8bmo/H4GFBb5JWeeP+86QCXiN48op2oH+U5jQ50e8t PoIhWqNE8iqZlVXM3d7eqBpbh67sgQNvK5ID3sxRrGEV1ZkwK4D91+1omCTETCdm3Bnrr/ o/Xp4bS40Hkh7c8tpvhpAG+2QcVPtWc/0RnaafIbJokCdm8dtQQF+67EOCjeie8dR8DBRf A58A3Q/51Aw6VkK+UaN7RrFPfKQIB5ZvpOWPcifqQA3ZxccCm776alfzaJ1kkg== From: Mathieu Dubois-Briand Date: Wed, 26 Aug 2026 10:33:45 +0200 Subject: [PATCH 6/8] python3-pbr: upgrade 7.1.0 -> 7.1.2 MIME-Version: 1.0 Message-Id: <20260826-mathieu-updates-20260826-v1-6-4082bbc152f2@bootlin.com> References: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> In-Reply-To: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> To: openembedded-core@lists.openembedded.org Cc: Thomas Petazzoni , Mathieu Dubois-Briand X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1787733232; l=1000; i=mathieu.dubois-briand@bootlin.com; s=20241219; h=from:subject:message-id; bh=hvqRkFfR65xwHbNx/eeHbXo841bTqoje/I2O84y5vaY=; b=TN9l+JUVrS62ARxj8PprwGWHctbs8/Y2mKrZ25ARDF2c/4ASpmGhE3iVrWWKFVOOzML6nETJE Xw4osUqmKaYDORMzSd567ZW8Mf7vZb8CY4wk9AmCUQhdM7YQFTFUQ6U X-Developer-Key: i=mathieu.dubois-briand@bootlin.com; a=ed25519; pk=1PVTmzPXfKvDwcPUzG0aqdGoKZJA3b9s+3DqRlm0Lww= X-Last-TLS-Session-Version: TLSv1.3 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 26 Aug 2026 08:34:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244374 Changelog: * Fix hook ordering race that drops subpackages from wheels Signed-off-by: Mathieu Dubois-Briand --- .../python/{python3-pbr_7.1.1.bb => python3-pbr_7.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-pbr_7.1.1.bb b/meta/recipes-devtools/python/python3-pbr_7.1.2.bb similarity index 83% rename from meta/recipes-devtools/python/python3-pbr_7.1.1.bb rename to meta/recipes-devtools/python/python3-pbr_7.1.2.bb index 987c1615f1ea..9aeb50268df4 100644 --- a/meta/recipes-devtools/python/python3-pbr_7.1.1.bb +++ b/meta/recipes-devtools/python/python3-pbr_7.1.2.bb @@ -13,4 +13,4 @@ RDEPENDS:${PN} += "python3-setuptools" BBCLASSEXTEND = "native nativesdk" -SRC_URI[sha256sum] = "973da2aee9961d7cb278aa74e1829f6daafec9dd8ee8c1655cbf3f5843bfe083" +SRC_URI[sha256sum] = "4639b87cc91d0d58471b7bda1f28b7d0849ba43d7935c4c482f3c74fef719804" From patchwork Wed Aug 26 08:33:46 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Dubois-Briand X-Patchwork-Id: 96464 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 28A0DC61DBD for ; Wed, 26 Aug 2026 08:34:31 +0000 (UTC) Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7841.1787733261312334685 for ; Wed, 26 Aug 2026 01:34:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=dkim header.b=Nchf0xq1; spf=pass (domain: bootlin.com, ip: 185.246.84.56, mailfrom: mathieu.dubois-briand@bootlin.com) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id A5D711A182B for ; Wed, 26 Aug 2026 08:34:19 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 7B56C604EC for ; Wed, 26 Aug 2026 08:34:19 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 5285011C7AC5A; Wed, 26 Aug 2026 10:34:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1787733258; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=Nk+9aa1tYXhznfC4WTTgT/GD5XNn7V8F6j+d4XZmaAk=; b=Nchf0xq1aBKbHZIVjzJD0/F4wwHIhJE47QfDMgHtFOtnC0WsPnBiXWWy1LFp1PQIUtzMvw xKJHMr0GUkW7pORZaM48WNiXUU0jJHnm3qLFHTiuQ69oXIjWobSDBVseiTxvBzeVOrGQ5B cZjdDpncKhLhFsfMlUexeWkxGYglwr5Oqd5TyaFdJMmFiPb5HPoeIUyO5tnS43RKOsaCKh 3tFNlCxgmc7OSLQ6qGWEzgk5AkluSuL9idt4NO12KO0oGtU5aUiarL2OrDQRYEeZ2JBb3O icXJrPvW2yz4dsNyK7XZ2W7ySyHH7SFHCo/0itcn9D6pOnmfl6TpxzIr/1ycXg== From: Mathieu Dubois-Briand Date: Wed, 26 Aug 2026 10:33:46 +0200 Subject: [PATCH 7/8] python3-uv-build: upgrade 0.12.5 -> 0.12.6 MIME-Version: 1.0 Message-Id: <20260826-mathieu-updates-20260826-v1-7-4082bbc152f2@bootlin.com> References: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> In-Reply-To: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> To: openembedded-core@lists.openembedded.org Cc: Thomas Petazzoni , Mathieu Dubois-Briand X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1787733232; l=3841; i=mathieu.dubois-briand@bootlin.com; s=20241219; h=from:subject:message-id; bh=8ISsmiac8YQeGFw7gKeaVkjuRHdEmbaqH41HjgL3mgQ=; b=iCNtj1m66g2QkjbJMHIanMsP12FiXovXbNbidiVIb+vxnA1UeQKSRYvYES+kCMB55J8ACPMIP bju6SX6NnIFB0IKcs3EHKTk2icSvoLPEV6US67+BlwPnESbS8QOFrOG X-Developer-Key: i=mathieu.dubois-briand@bootlin.com; a=ed25519; pk=1PVTmzPXfKvDwcPUzG0aqdGoKZJA3b9s+3DqRlm0Lww= X-Last-TLS-Session-Version: TLSv1.3 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 26 Aug 2026 08:34:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244375 Changelog: Python - Update CPython to use OpenSSL 3.5.8 and libffi 3.4.8 #21295) Enhancements - Report cache-cleaning space savings from filesystem block allocation and avoid double-counting hard links (#21261) - Limit warnings about unbounded uv_build requirements to source-distribution builds (#21078) - Display byte counts below 1 KiB without a fractional part (#21237) Preview features - Add uv workspace metadata --sync --exact to remove packages outside the selected resolution (#21117) - Add the artifact-hash-filtering preview feature to make uv pip compile --generate-hashes honor --only-binary and --no-binary (#21235) - Respect package-specific exclude-newer cutoffs when uv check selects its ty executable (#21227) - Preserve virtual-environment hints from tar-codec source-distribution errors when the base interpreter is outside a bin directory (#21146) Performance - Enable profile-guided optimization for Linux x86-64 release binaries (#21001) - Enable profile-guided optimization for Windows x86-64 release binaries (#21003) - Enable profile-guided optimization for macOS ARM64 release binaries (#21002) - Enable profile-guided optimization for Linux ARM64 release binaries (#21004) - Speed up syncing projects with many activated conflict items by reusing their encoded representation (#21148) Bug fixes - Allow explicit uv build and non-editable first-party workspace packages when no-build is enabled (#21294) - Reuse configured index credentials during uv tool upgrade when the tool receipt references the same index (#21275) - Ensure full 40-character Git commit pins resolve to the requested object instead of a SHA-named branch (#21224) - Prevent TLS segfaults in riscv64 musl release binaries (#21158) - Preserve dependencies selected by recursive extras when markers mix production and extra conditions (#21181) - Preserve version constraints from transitively referenced recursive extras (#21209) - Resolve repository-relative Git archive dependencies inside the checkout during the initial uv sync (#21264) - Return an error instead of panicking when a bearer token cannot be encoded as an HTTP header (#21282) - Do not misclassify package URLs ending in .py as local script paths (#21144) - Use directory creation times consistently across libc implementations for directory cache-keys entries (#21137) - Promote human-readable sizes to the next unit at rounding boundaries (#21136) Other changes - Add Python 3.15 release-candidate Docker images (#21293) - Raise the minimum supported Rust version to 1.96 and update the repository toolchain to Rust 1.98 (#21258) Signed-off-by: Mathieu Dubois-Briand --- .../python/{python3-uv-build_0.12.5.bb => python3-uv-build_0.12.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-uv-build_0.12.5.bb b/meta/recipes-devtools/python/python3-uv-build_0.12.6.bb similarity index 92% rename from meta/recipes-devtools/python/python3-uv-build_0.12.5.bb rename to meta/recipes-devtools/python/python3-uv-build_0.12.6.bb index f208c1318bff..de84e8d5ad0a 100644 --- a/meta/recipes-devtools/python/python3-uv-build_0.12.5.bb +++ b/meta/recipes-devtools/python/python3-uv-build_0.12.6.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-APACHE;md5=86d3f3a95c324c9479bd8986968f4327 \ file://crates/uv-pep508/License-Apache;md5=e23fadd6ceef8c618fc1c65191d846fa \ file://crates/uv-pep508/License-BSD;md5=ef7a6027dc4c2389b9afad7e690274c7" -SRC_URI[sha256sum] = "0fd12723392fcb697c6512e1cbdbd4e5d30af4702578700c472a6d1a0044c71c" +SRC_URI[sha256sum] = "4756f1771d342ff8ff50b529ae23c58d58f14f097c243ca50d3778d0a23d24f0" require ${BPN}-crates.inc From patchwork Wed Aug 26 08:33:47 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Dubois-Briand X-Patchwork-Id: 96463 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42FADC61DC2 for ; Wed, 26 Aug 2026 08:34:31 +0000 (UTC) Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7842.1787733261835274870 for ; Wed, 26 Aug 2026 01:34:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=dkim header.b=gksmYdi9; spf=pass (domain: bootlin.com, ip: 185.246.84.56, mailfrom: mathieu.dubois-briand@bootlin.com) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 388B21A1838 for ; Wed, 26 Aug 2026 08:34:20 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 07270604EC for ; Wed, 26 Aug 2026 08:34:20 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 5211311C7AC8B; Wed, 26 Aug 2026 10:34:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1787733259; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=ck/6oqE+FanmIagBe6KXhZMoQpWv4WX1onghopggxIs=; b=gksmYdi9LVW9rldd2Z6M3n0zFt2vxMg7c7mQjoNfigERp47yi5sX1uVSCFGG1U1CFhRYyZ yGInU7VORiVSg/VZhm8ksBOaHaoB10pfpNOczo/9XY6cRonJ2kcWF5qXzTITOqkso36zMN Q/Dvanok3aTx/QXLM4HPRbFcwM6U3C0h4gBUvDFdpeyNGVdTZqF2a/FSqTAl5w+S6/QJtS hTdTC746y0h0KZYeLuD55Oz95p6wTrkYoeuT2SG0IOMayEcHjnfCG0pWJXBGOIeWsNF3s8 PsD9N4MtYOrHGFvgQx0V6CVrJIEZhh4pm08wt9dfcGKfpnvjBbrV5akPe0/bKg== From: Mathieu Dubois-Briand Date: Wed, 26 Aug 2026 10:33:47 +0200 Subject: [PATCH 8/8] man-pages: upgrade 6.18 -> 6.19 MIME-Version: 1.0 Message-Id: <20260826-mathieu-updates-20260826-v1-8-4082bbc152f2@bootlin.com> References: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> In-Reply-To: <20260826-mathieu-updates-20260826-v1-0-4082bbc152f2@bootlin.com> To: openembedded-core@lists.openembedded.org Cc: Thomas Petazzoni , Mathieu Dubois-Briand X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1787733232; l=1944; i=mathieu.dubois-briand@bootlin.com; s=20241219; h=from:subject:message-id; bh=CJ3gfrtFOelXbwAMsLe0p/AHr+Sk6j+lVUR/6CkDbn8=; b=B4nnVPk52pz19MFZK8Ggmu9/Dlmmaw9ZOY4WEpGXZCAXb7sLYLDEzfiLIkODle+kri0PawinF uKxoSSdSKVqD3iBGedakzcQUrWkmOq6GQCnlcUHwZC+w57ZCyZ+RwKh X-Developer-Key: i=mathieu.dubois-briand@bootlin.com; a=ed25519; pk=1PVTmzPXfKvDwcPUzG0aqdGoKZJA3b9s+3DqRlm0Lww= X-Last-TLS-Session-Version: TLSv1.3 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 26 Aug 2026 08:34:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244376 Changelog: Global changes - share/mk/ - Use POSIX.1-2008's '::=' instead of GNU's ':='. - The - and -related manual pages have been significantly rewritten. License-Update: Whitespace changes Signed-off-by: Mathieu Dubois-Briand --- .../man-pages/{man-pages_6.18.bb => man-pages_6.19.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/man-pages/man-pages_6.18.bb b/meta/recipes-extended/man-pages/man-pages_6.19.bb similarity index 92% rename from meta/recipes-extended/man-pages/man-pages_6.18.bb rename to meta/recipes-extended/man-pages/man-pages_6.19.bb index 5d6504b85b6a..8aaf5271e126 100644 --- a/meta/recipes-extended/man-pages/man-pages_6.18.bb +++ b/meta/recipes-extended/man-pages/man-pages_6.19.bb @@ -4,7 +4,7 @@ SECTION = "console/utils" HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" LICENSE = "BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause-UC AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND MIT" -LIC_FILES_CHKSUM = "file://README;md5=e4d3c4124726a2b7763489612768c03c \ +LIC_FILES_CHKSUM = "file://README;md5=494f3aa5d486baf2068b41eb1eec4570 \ file://LICENSES/BSD-2-Clause.txt;md5=9e16594a228301089d759b4f178db91f \ file://LICENSES/BSD-3-Clause.txt;md5=407426fcc1a243b7b2eff6e35c56aca9 \ file://LICENSES/BSD-4-Clause-UC.txt;md5=1da3cf8ad50cd8d5d1de3cfc53196d01 \ @@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://README;md5=e4d3c4124726a2b7763489612768c03c \ SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz \ " -SRC_URI[sha256sum] = "09f975373336a7b44fc1770176f3d2238a111c34e24812ad3b63ec3328795c01" +SRC_URI[sha256sum] = "fc0c620f07b4eba8ede128fbc267db5ebb4a67bab1aca3b01e5734956baf5572" inherit manpages lib_package