From patchwork Fri Sep 16 21:07:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12915 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 0B74DECAAD8 for ; Fri, 16 Sep 2022 21:08:25 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx.groups.io with SMTP id smtpd.web11.939.1663362502497465346 for ; Fri, 16 Sep 2022 14:08:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=AtEeKafj; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.48, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f48.google.com with SMTP id k9so37995452wri.0 for ; Fri, 16 Sep 2022 14:08:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date; bh=pKMa5UPlOV0i3q1xjTvqrnTjbWUh5kQVg8O0qjiBX+I=; b=AtEeKafjnfYOjmYXqMsvQsKe/oPhfMQh1udxkrSV35eUO4GizcWCKWkOOQaBV5m744 +XClyoUO1h9HS2Irnn+bsnmjoEEIhc59CvgNrVhL+orHlrmKbOVEcxvIq1IgLhbEi3Jf mxqETwtVcyF+huQqcYuYXQqC9hFB1xwwbcukA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date; bh=pKMa5UPlOV0i3q1xjTvqrnTjbWUh5kQVg8O0qjiBX+I=; b=5GILOz3t570cahlwevg4p0wYPnTXK4HfB+vdgzNSP8MhQ23UZIHgBrw0kW05M9Ft0z P8phdq7Ng6bJXe1h1E7gGhIhN2u2qL+oUz/2MfWTgoFEKbgcjx4AJ3YUuBSQhFK4zIyM MA9TzE8woPBVKihLB4nv5JhTn9EiiW2V4d4PShqM6xtYB0AP9hPeFSmgdWzT0OnIS5WB HgemMnW3b6Yv0bNYyO3gienUUD7z4p2IY3B5gCR1og5N4SYovYm1dK6D5/MgtccxR150 czLtEaUKZBvy3eFm0L5g6JiXVjxeLju/gfvTKpUSNS7vmwkEbCT5STejE9cSmn9eZRSZ L5Ow== X-Gm-Message-State: ACrzQf1pmpYKIT5oUL4CckblCP0Tddr+F/Jwo8721CVm1fqvQtbI4euv asfNtdHdBeK78C4856G8mSmu/UgeVP8KtA== X-Google-Smtp-Source: AMsMyM6V2H3Ap6hVe4gwaJwStMXRnXkZvYFgku7Rb3VlTEPsxUbQ2az0uer6vnYikcvAAe+dDTnksg== X-Received: by 2002:a05:6000:547:b0:218:5f6a:f5db with SMTP id b7-20020a056000054700b002185f6af5dbmr4012049wrf.480.1663362500014; Fri, 16 Sep 2022 14:08:20 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.19 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:19 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Date: Fri, 16 Sep 2022 22:07:55 +0100 Message-Id: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170800 Signed-off-by: Richard Purdie --- ...onf-archive_2022.02.11.bb => autoconf-archive_2022.09.03.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/autoconf-archive/{autoconf-archive_2022.02.11.bb => autoconf-archive_2022.09.03.bb} (85%) diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.09.03.bb similarity index 85% rename from meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb rename to meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.09.03.bb index 47bf2380f09..6595ac98bae 100644 --- a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb +++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.09.03.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \ file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515" SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c" +SRC_URI[sha256sum] = "e07454f00d8cae7907bed42d0747798927809947684d94c37207a4d63a32f423" inherit autotools allarch texinfo From patchwork Fri Sep 16 21:07:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12914 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 0D3E1C6FA86 for ; Fri, 16 Sep 2022 21:08:25 +0000 (UTC) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by mx.groups.io with SMTP id smtpd.web12.893.1663362502519820215 for ; Fri, 16 Sep 2022 14:08:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=hM5HqNKH; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.43, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f43.google.com with SMTP id cc5so28101173wrb.6 for ; Fri, 16 Sep 2022 14:08:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=s7jme5nl6Il8aSjNgddpzGHiOTaST6qudJQfUwIP5ec=; b=hM5HqNKHWV0nBCF1MkZf0WGPYD2sK2YfZdC3irzX3HZ6kx00iXaqtGFcnXrTdeqy4A hvsZYEQjwqM7Gd5FIDIgSJ2YDgq3YDIEGMKfO4d7tWKtGvm32u/Bl8xesCmfWy0zkTCf vIhjwLdR0pdmzoKI39EmjxWEN0hUZBJFGOIFE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=s7jme5nl6Il8aSjNgddpzGHiOTaST6qudJQfUwIP5ec=; b=CD/tznI57GfE9E4C0w3+BqmT3oN8xPVX+2lcwFucB1i48ItKVTKAP1dTrEG/Dr658M mGruSPRondG9vXFGnDNPeG6u5xsltT2OrWwbFY2/AT9TRQAGrnipBQ2TEWsvdyX3aQzG np467ylueIFLVw827f035vZsh6mHrHUlNtnESRdzzvqH8mWL2ZiRyuEl2hZfuO1wQJEp yghVEjmGr5Q2Qcrs5z7nriXEILgCKjgnLP7ciH1CsOxZJ3lnRG/t+nZXoy/hgCeVGNL6 H8vFflgUQNVxeAbAgnoRdewuWjqUJxT7/JPcbDDOm2VfIS/ems+SqUIiF82+g5toZ1Qj Uhag== X-Gm-Message-State: ACrzQf0PWvxAGJ4Yy2u1O3nr6V1OVj5htI6DZiHisecNQT3KCpHtJ2aq xvPv/WnkCuxASXK6utS1ZmQZveDJ0LvA3g== X-Google-Smtp-Source: AMsMyM6wYFZRdKif8qGhoazclh3QB0HtS2wdzLtiAuL2COnZKH7DPoUgAmdCVSCCbt+6KkixfRAoaA== X-Received: by 2002:adf:fd05:0:b0:22a:292f:1908 with SMTP id e5-20020adffd05000000b0022a292f1908mr3891668wrr.85.1663362500804; Fri, 16 Sep 2022 14:08:20 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.20 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:20 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 02/24] ofono: upgrade 1.34 -> 2.0 Date: Fri, 16 Sep 2022 22:07:56 +0100 Message-Id: <20220916210818.1228761-2-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170799 Signed-off-by: Richard Purdie --- meta/recipes-connectivity/ofono/{ofono_1.34.bb => ofono_2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/ofono/{ofono_1.34.bb => ofono_2.0.bb} (95%) diff --git a/meta/recipes-connectivity/ofono/ofono_1.34.bb b/meta/recipes-connectivity/ofono/ofono_2.0.bb similarity index 95% rename from meta/recipes-connectivity/ofono/ofono_1.34.bb rename to meta/recipes-connectivity/ofono/ofono_2.0.bb index 23631747a73..afd43d26f31 100644 --- a/meta/recipes-connectivity/ofono/ofono_1.34.bb +++ b/meta/recipes-connectivity/ofono/ofono_2.0.bb @@ -13,7 +13,7 @@ SRC_URI = "\ file://0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch \ file://0002-mbim-Fix-build-with-ell-0.39-by-restoring-unlikely-m.patch \ " -SRC_URI[sha256sum] = "c0b96d3013447ec2bcb74579bef90e4e59c68dbfa4b9c6fbce5d12401a43aac7" +SRC_URI[sha256sum] = "b0a31bf4d8ff3030c4aef9f8413df999c54df9db2ff0a1d3ec1710e0a9d1a49e" inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data From patchwork Fri Sep 16 21:07:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12916 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 0F3BCECAAA1 for ; Fri, 16 Sep 2022 21:08:25 +0000 (UTC) Received: from mail-wm1-f46.google.com (mail-wm1-f46.google.com [209.85.128.46]) by mx.groups.io with SMTP id smtpd.web10.875.1663362504071366758 for ; Fri, 16 Sep 2022 14:08:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=BinobWQI; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.46, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f46.google.com with SMTP id n8so9334967wmr.5 for ; Fri, 16 Sep 2022 14:08:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=sJzA0i/H+YDKmFiCrU5oGCHwb1AfA8IVbHKvd2rmZ1U=; b=BinobWQIErbzXN62Tm8GQjvqMkK/Cb5JcPz9hgTF+P6VxU0RCIeizChE9wDSLeIcvV YaIXYEwjUMYPynl3dCdSAuU8yTTgYErISADY1yqTkBry0yewNurpr6V9FPtTfroTonkr qxXdNePgMJN21j79c4hwrNOfZrhhQ89tQUcjI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=sJzA0i/H+YDKmFiCrU5oGCHwb1AfA8IVbHKvd2rmZ1U=; b=e5+iK6BRQd9PPwEcgE2hPJbY8pAKcEcDP7PLlEngYv2shX7ijy0SYMXDQldIwVSoaR Zzhw7uHRCsWhcCrfchLb3bnxlybZQMaGUCQBMC0wN0fh6+5yxJ9QEOYw/vkmvgnwpi/s MVR6gdlgmnPSDeqNGEKJMePGVH/7pzRsGDM5svReJBogc8j3dpP39/BPdPbdZ/fueV8c 7xtRDJBm3O0enMj56I5rmtEBry37f4yipy7BOk37Yx1dshXWb5dI4NWztO1kA9ziQ2+R le4Elfnmcg3iQOgqJ+e704M807xHSLv/Q4Y0aW1m8TXdJcIGX1bOeAEVtVXhqSTjRbc4 5ygw== X-Gm-Message-State: ACrzQf2xc8lTRAySblM8ilc1KkmggAwTgxlUCak+GzU5CB39UKpbClOU Wmi4mcqdkghQJMagaFlAzLODu7VyBw0IZQ== X-Google-Smtp-Source: AMsMyM7DuVu7j9B3QVC9kBRwLmMHlK2oIahrg4zO+MJNivYNMtQllPAJWSS6HRqAaLMmeby0rkqSgg== X-Received: by 2002:a05:600c:3d05:b0:3b4:9a42:10d0 with SMTP id bh5-20020a05600c3d0500b003b49a4210d0mr4720837wmb.135.1663362501668; Fri, 16 Sep 2022 14:08:21 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.20 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:21 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 03/24] ccache: upgrade 4.6.2 -> 4.6.3 Date: Fri, 16 Sep 2022 22:07:57 +0100 Message-Id: <20220916210818.1228761-3-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170801 Signed-off-by: Richard Purdie --- .../{ccache_4.6.2.bb => ccache_4.6.3.bb} | 6 ++-- .../0001-Include-time.h-for-time_t.patch | 29 ------------------- ...ude-sys-types.h-for-mode_t-defintion.patch | 25 ---------------- 3 files changed, 2 insertions(+), 58 deletions(-) rename meta/recipes-devtools/ccache/{ccache_4.6.2.bb => ccache_4.6.3.bb} (80%) delete mode 100644 meta/recipes-devtools/ccache/files/0001-Include-time.h-for-time_t.patch delete mode 100644 meta/recipes-devtools/ccache/files/0002-config-Include-sys-types.h-for-mode_t-defintion.patch diff --git a/meta/recipes-devtools/ccache/ccache_4.6.2.bb b/meta/recipes-devtools/ccache/ccache_4.6.3.bb similarity index 80% rename from meta/recipes-devtools/ccache/ccache_4.6.2.bb rename to meta/recipes-devtools/ccache/ccache_4.6.3.bb index dbac02243c0..5ed46cdc19e 100644 --- a/meta/recipes-devtools/ccache/ccache_4.6.2.bb +++ b/meta/recipes-devtools/ccache/ccache_4.6.3.bb @@ -13,10 +13,8 @@ DEPENDS = "zstd" SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz \ file://0001-xxhash.h-Fix-build-with-gcc-12.patch \ - file://0001-Include-time.h-for-time_t.patch \ - file://0002-config-Include-sys-types.h-for-mode_t-defintion.patch \ -" -SRC_URI[sha256sum] = "6a746a9bed01585388b68e2d58af2e77741fc8d66bc360b5a0b4c41fc284dafe" + " +SRC_URI[sha256sum] = "f46ba3706ad80c30d4d5874dee2bf9227a7fcd0ccaac31b51919a3053d84bd05" UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/" diff --git a/meta/recipes-devtools/ccache/files/0001-Include-time.h-for-time_t.patch b/meta/recipes-devtools/ccache/files/0001-Include-time.h-for-time_t.patch deleted file mode 100644 index d752eb06512..00000000000 --- a/meta/recipes-devtools/ccache/files/0001-Include-time.h-for-time_t.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 590c656838a9b3769a7a855fb1891bfa8d8878ad Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Tue, 23 Aug 2022 10:27:21 -0700 -Subject: [PATCH] Include time.h for time_t - -Fixes -src/core/Statistics.hpp:41:37: error: 'time_t' has not been declared -| 41 | time_t last_updated, -| | ^~~~~~ - -Upstream-Status: Submitted [https://github.com/ccache/ccache/pull/1145] -Signed-off-by: Khem Raj - ---- - src/core/Statistics.hpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/core/Statistics.hpp b/src/core/Statistics.hpp -index 54f32e9..eb80e1c 100644 ---- a/src/core/Statistics.hpp -+++ b/src/core/Statistics.hpp -@@ -21,6 +21,7 @@ - #include - - #include -+#include - #include - #include - #include diff --git a/meta/recipes-devtools/ccache/files/0002-config-Include-sys-types.h-for-mode_t-defintion.patch b/meta/recipes-devtools/ccache/files/0002-config-Include-sys-types.h-for-mode_t-defintion.patch deleted file mode 100644 index 0fd77602df5..00000000000 --- a/meta/recipes-devtools/ccache/files/0002-config-Include-sys-types.h-for-mode_t-defintion.patch +++ /dev/null @@ -1,25 +0,0 @@ -From f98b390a2d323f7f92fb0492b0943d201afe5b8f Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Tue, 23 Aug 2022 10:40:53 -0700 -Subject: [PATCH] config: Include sys/types.h for mode_t defintion - -Upstream-Status: Submitted [https://github.com/ccache/ccache/pull/1145] -Signed-off-by: Khem Raj - ---- - src/Config.hpp | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/Config.hpp b/src/Config.hpp -index a9e08ec..9e7af40 100644 ---- a/src/Config.hpp -+++ b/src/Config.hpp -@@ -25,6 +25,8 @@ - - #include "third_party/nonstd/optional.hpp" - -+#include -+ - #include - #include - #include From patchwork Fri Sep 16 21:07:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12917 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 EA59BC6FA91 for ; Fri, 16 Sep 2022 21:08:34 +0000 (UTC) Received: from mail-wm1-f50.google.com (mail-wm1-f50.google.com [209.85.128.50]) by mx.groups.io with SMTP id smtpd.web09.889.1663362504253682709 for ; Fri, 16 Sep 2022 14:08:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=eNIAMXeB; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.50, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f50.google.com with SMTP id bg5-20020a05600c3c8500b003a7b6ae4eb2so598897wmb.4 for ; Fri, 16 Sep 2022 14:08:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=4QouynIEdwguzEa9cNa1oA9MVy4UJT6P7RW3jIe7K1w=; b=eNIAMXeB2775Pc+IyxkSngL8qNrH6TwhL3/s9K+sldrwaXd+Swwbc8riC58VYfmBc/ 6i1vYfGt7psclrCUbGJTH29Feb4b/1rfCjOWQen0ydhdOjd7GEgKQQtOn/Bh1NNvXTHs 5H2ZpoF7vWIBGrzA9y9ebZoWHEvwBvS+CUuAU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=4QouynIEdwguzEa9cNa1oA9MVy4UJT6P7RW3jIe7K1w=; b=iRi2jJuPjkv9eWMaS/Qj8QkJqA1AOxgMHkuMfU0HzfT8YvfWEsOjazhK5VtxTpg7qD Bl32WP9iL9oJMNzfi37LMsVstiwXkeARvOfHrW63eEBo4WBRxD5jkydhHnnP94ES24Uz hX3F27PicfTJzfp/RUXpywwiVkoE9sp0ZgXFFLms4cdlMRcGfCmuzT2Ev2/HOOOltgzW +CjAb2P9VRhXH+kGvfw2J514Azk8APcjPjY1sooesUBRsE2Zz0xuWMSnqUbEx6WQsGvy gPw2p2na5h35qHrgmCmrNxFRvxj0gqT2iI3BMSoxai3h76O/e4ZKtXTjnv+EdUlXuDnr PTPA== X-Gm-Message-State: ACgBeo1/CMoDaKYPQP4A5DBZ0885GcpvvxCGLyhko0BMVEHNE8w3vjWh c1spx2wjGmWsTOfDsJczfuRb3bWPnTgeJA== X-Google-Smtp-Source: AA6agR7Wmh5Bx4Vim4Cl9HvUuHN2tnE4yFIMJc3bna4kAc7SCxwLfTOQKIxjIXIy4NnVDYJOa+xKGA== X-Received: by 2002:a7b:c389:0:b0:3b4:a67a:2ef7 with SMTP id s9-20020a7bc389000000b003b4a67a2ef7mr9352886wmj.180.1663362502454; Fri, 16 Sep 2022 14:08:22 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.21 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:21 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 04/24] btrfs-tools: upgrade 5.19 -> 5.19.1 Date: Fri, 16 Sep 2022 22:07:58 +0100 Message-Id: <20220916210818.1228761-4-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170802 Signed-off-by: Richard Purdie --- .../btrfs-tools/{btrfs-tools_5.19.bb => btrfs-tools_5.19.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_5.19.bb => btrfs-tools_5.19.1.bb} (98%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.1.bb similarity index 98% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.1.bb index 4f116a85ace..db8026e0f09 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.1.bb @@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master \ file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ " -SRCREV = "96b83b16158f3b87037085761bf212e958473767" +SRCREV = "e1d9dab326e043696e6648aba4ccf90874d1d3d1" S = "${WORKDIR}/git" PACKAGECONFIG ??= " \ From patchwork Fri Sep 16 21:07:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12919 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 DB409ECAAD8 for ; Fri, 16 Sep 2022 21:08:34 +0000 (UTC) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) by mx.groups.io with SMTP id smtpd.web12.894.1663362505327044219 for ; Fri, 16 Sep 2022 14:08:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=fMKNdq5r; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.54, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f54.google.com with SMTP id n8so9334993wmr.5 for ; Fri, 16 Sep 2022 14:08:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=9E3LiYUdT7fLZ3yRC3kbvg2UTzMuYLsOhjSOGCQy/W8=; b=fMKNdq5r0YXkeeqoiH2C4d7pAwZpqbEEGKo6m7Et3PTDhOTH8o8U9XFDU8NiyDeAKt UPHfWtbZI+lUaYmNTGsT7fUOzz69jn+ZRUrhrxS724Ls/SwCZ7eh/nlmu8eZEuwYiR+Z /EjocfcJf3+zkIZadu7Jf6HeM1nItqMgH5kPc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=9E3LiYUdT7fLZ3yRC3kbvg2UTzMuYLsOhjSOGCQy/W8=; b=MFQC6R9Nupd+N0ch127x116oOfhfj9DhqywbyEY3Ps/KjhtoVpvXHKcgH5xUAxT2mX niRE+j7mWwOCZb7gjzOTUoGvpRaZxqq8DEISu9JD9uEFufQb6jUTVdtCaEeyMFUuSlLd iglgD99c5buv1z97QebaOxSMFoNR6TwtbOhenGM3Ouy6pTX/SKUcRzDk5Gs9qIHNL05Q 8ojJFEqvF3zjJP4ru5oqsuMFhxuQLIInyBTRY3tUnfDejYgccC4AjFnJTXF7UrNVCWVo Ps4yHY18sXAKKsax4M4otwv25AqZsUybMnB1Yh4P+maB43+AsRCI4WavGsTK1RltVamc 9K/A== X-Gm-Message-State: ACgBeo3ZTj7PcU6p9uZgotjEq5CTZDE67tt/o2NFsMbu0w8UDoyUnFPk AqLT5GTTaf31yRrq41XWCHVs8KT0vuuJ3Q== X-Google-Smtp-Source: AA6agR5dbO4OnDMZwSLEMwmoKGsx15Krq82WU7Dx3bZ/2Aylur2cDwym/z50H4f5CSpdnihmzknDaA== X-Received: by 2002:a7b:c046:0:b0:3a5:ff4e:5531 with SMTP id u6-20020a7bc046000000b003a5ff4e5531mr11583992wmc.104.1663362503393; Fri, 16 Sep 2022 14:08:23 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.22 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:22 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 05/24] dnf: upgrade 4.13.0 -> 4.14.0 Date: Fri, 16 Sep 2022 22:07:59 +0100 Message-Id: <20220916210818.1228761-5-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170803 Signed-off-by: Richard Purdie --- meta/recipes-devtools/dnf/{dnf_4.13.0.bb => dnf_4.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/dnf/{dnf_4.13.0.bb => dnf_4.14.0.bb} (98%) diff --git a/meta/recipes-devtools/dnf/dnf_4.13.0.bb b/meta/recipes-devtools/dnf/dnf_4.14.0.bb similarity index 98% rename from meta/recipes-devtools/dnf/dnf_4.13.0.bb rename to meta/recipes-devtools/dnf/dnf_4.14.0.bb index bf89ceb2757..48f7e284188 100644 --- a/meta/recipes-devtools/dnf/dnf_4.13.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.14.0.bb @@ -18,7 +18,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc file://0001-dnf-write-the-log-lock-to-root.patch \ " -SRCREV = "ef09e48fc3ebbbaf4dfa478e6e0532706506f091" +SRCREV = "e50875b3f5790f70720bdb670e1dd2bf4d828744" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" S = "${WORKDIR}/git" From patchwork Fri Sep 16 21:08:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12923 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 041CAC6FA93 for ; Fri, 16 Sep 2022 21:08:35 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx.groups.io with SMTP id smtpd.web11.940.1663362506287748797 for ; Fri, 16 Sep 2022 14:08:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=PkPWjr5I; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.48, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f48.google.com with SMTP id b5so37910889wrr.5 for ; Fri, 16 Sep 2022 14:08:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=2thC+dM1CKW2d5GXmlQI+GRwwXXaybwt7TRPf7t47TM=; b=PkPWjr5IpFP1YaUQfH55dAsf1AxqV98oLbDwu2cJ+KNiQbnJhCMSKz7rSnPZghhzAr Udy3QPbzAMtmVo1p9LEuXvWDHnUM9N38foluFyPxZJHFfQ28Jl3sNz8NX4F4dr6hGJaP 0M7v782lFYjbS84VYdaoQr8OdmO1Sst8+XSvU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=2thC+dM1CKW2d5GXmlQI+GRwwXXaybwt7TRPf7t47TM=; b=TSjF8bXTzvVgMjrqjQFo+P1xNqMl/IAIBXReFT1nupXaRMauepkIXNOPZsptaUi6yu edZ3lHlo/a5IsQPIG3SdqGTSvIEPtT3r3Vt8hvzLGpSTB/kguv4PkMP8LRonz2uvuk9z 83ljzETKZBIcgQLOLMIUZrjK0d+pfiUG1MDZTGbewAK8LIdeTQOFnaFl0MVVbO4C6zW2 y5tYIjlSX/5fJ8u9PqlxG323bUCBwYZ4btvcAxcsZ+Ky20dKxKCv0qBsa8FOTmXqJxHg l7PSAckWpqPFZLJeEAAku/JWKVv6MbVK3KeiykrwXm23dpJN/g6q4L1ZpOUOK2q5W7Hn hmAQ== X-Gm-Message-State: ACrzQf1R4CRq5nxlWlSCPn2FTRmWMownDIR7z3jjp/WwsKdM2QAdRSBq oUuZ3pKc1Qo2ZEmbrczXxEBWcCSmjPbu+Q== X-Google-Smtp-Source: AMsMyM6MnYNhztBsJkOG2nkC1YzlwuaRgA7ylaokz/caHXjNVTIIjxaXTwsKDP1LtLeb1o7KDVC0XA== X-Received: by 2002:a05:6000:1b0e:b0:22a:e807:caf0 with SMTP id f14-20020a0560001b0e00b0022ae807caf0mr451951wrz.569.1663362504522; Fri, 16 Sep 2022 14:08:24 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.23 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:23 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 06/24] git: upgrade 2.37.2 -> 2.37.3 Date: Fri, 16 Sep 2022 22:08:00 +0100 Message-Id: <20220916210818.1228761-6-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170804 Signed-off-by: Richard Purdie --- meta/recipes-devtools/git/{git_2.37.2.bb => git_2.37.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/git/{git_2.37.2.bb => git_2.37.3.bb} (98%) diff --git a/meta/recipes-devtools/git/git_2.37.2.bb b/meta/recipes-devtools/git/git_2.37.3.bb similarity index 98% rename from meta/recipes-devtools/git/git_2.37.2.bb rename to meta/recipes-devtools/git/git_2.37.3.bb index b7858e2e467..2eed85e807f 100644 --- a/meta/recipes-devtools/git/git_2.37.2.bb +++ b/meta/recipes-devtools/git/git_2.37.3.bb @@ -165,4 +165,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ " EXTRA_OEMAKE += "NO_GETTEXT=1" -SRC_URI[tarball.sha256sum] = "4c428908e3a2dca4174df6ef49acc995a4fdb1b45205a2c79794487a33bc06e5" +SRC_URI[tarball.sha256sum] = "181f65587155ea48c682f63135678ec53055adf1532428752912d356e46b64a8" From patchwork Fri Sep 16 21:08:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12924 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 04A16C6FA94 for ; Fri, 16 Sep 2022 21:08:35 +0000 (UTC) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by mx.groups.io with SMTP id smtpd.web12.895.1663362507530563184 for ; Fri, 16 Sep 2022 14:08:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=MidPm6Eb; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.42, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f42.google.com with SMTP id r3-20020a05600c35c300b003b4b5f6c6bdso556352wmq.2 for ; Fri, 16 Sep 2022 14:08:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=EohH46bHevYN558Uya5CLKpiBYHOsSsFPJMT6+44q6Y=; b=MidPm6EbcSq4bVk/ctYApew83KwYse1LRjY5+t8TST6OBSZXeuWp6QuHIcnwYNAx63 z1afjkfbUs8a0ChYeV8lvmTrHGNMXQgwDHp2afP5eVHldw/gqG0cnza1XyUfR+bTQI3J /lAUrWgZQymXrzS+yN5kMqqoXM0c4yH1b0/ys= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=EohH46bHevYN558Uya5CLKpiBYHOsSsFPJMT6+44q6Y=; b=W2Tq65tvAUayTXnAfu+L9I1lJtwXqsf20KTsIF56MWZhlJiya7S706TPrS9lcQmw0J 30fTKBBF1MhfbkEjrFa/KFcuob0jvMS6jd6QQE/RnhIzPiOtm95xUYR3sz1hkzT8cFax GKs80TL1tnkkqL0LV4+O/h+M8o+E4Ul1bj/vwB6PJ2COaJFWwlht9Xm5/lpZC/idXtzV qdVcbeZwzXd4K632Xu889TTWHikPhRAuOUgoW8qhKbJfLL4ukHmwdbfuYerd/BweqW/2 IenF4kBtpEklTa7NC2sJIULBQMu+KXC/EYdPQGufWB8aY2gSd/HT0G1ppjHEpH1la8y0 kCtg== X-Gm-Message-State: ACgBeo3q8wbKJSdtNv9tAEU5VN3JoJOxcE190oOrbDCNX/fssNakOFMy YWt71DP9XDjWnlOFkQe+8c3CrYYrSmH3/g== X-Google-Smtp-Source: AA6agR7N98NdbO0R1li1TW0Pk6ZK+qIZPlpQXn25uVEq+Pr2nTJmXznOIjLRSr3F5gRfQX57xppRyA== X-Received: by 2002:a7b:c4c8:0:b0:3b4:76c8:da4f with SMTP id g8-20020a7bc4c8000000b003b476c8da4fmr11139626wmk.63.1663362505618; Fri, 16 Sep 2022 14:08:25 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.24 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:25 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 07/24] ell: upgrade 0.52 -> 0.53 Date: Fri, 16 Sep 2022 22:08:01 +0100 Message-Id: <20220916210818.1228761-7-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170805 Signed-off-by: Richard Purdie --- meta/recipes-core/ell/{ell_0.52.bb => ell_0.53.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.52.bb => ell_0.53.bb} (89%) diff --git a/meta/recipes-core/ell/ell_0.52.bb b/meta/recipes-core/ell/ell_0.53.bb similarity index 89% rename from meta/recipes-core/ell/ell_0.52.bb rename to meta/recipes-core/ell/ell_0.53.bb index b2af0d04f00..78174760306 100644 --- a/meta/recipes-core/ell/ell_0.52.bb +++ b/meta/recipes-core/ell/ell_0.53.bb @@ -15,7 +15,7 @@ DEPENDS = "dbus" inherit autotools pkgconfig SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "83099b14beda2b253a2c69460f9613c5e955b63349e3c00cf2fd506f5b3ba7d0" +SRC_URI[sha256sum] = "a7d0df846af839bbea1b80f292166371070328854b3fa785b5c607fe600552ad" do_configure:prepend () { mkdir -p ${S}/build-aux From patchwork Fri Sep 16 21:08:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12921 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 EB227C6FA92 for ; Fri, 16 Sep 2022 21:08:34 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx.groups.io with SMTP id smtpd.web12.896.1663362508609705737 for ; Fri, 16 Sep 2022 14:08:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=WHK92GA6; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.48, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f48.google.com with SMTP id n10so7348876wrw.12 for ; Fri, 16 Sep 2022 14:08:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=k3ikHkq+zhcD6z3qOoLwlotK2XlEivA3N/IuRIaeipI=; b=WHK92GA6iedGC92XAJpJCZFLWA8oGpoBjV5j7lNOm09w8kV7Dwuwo0Kcvf0wEuI3mo Mdogk3WTm4lIo1uBgnH8lRTNWOr7NWWSWit8XcQ9Ey7S9Fhqic0BUP960oU6xhcSnfmE HS92mxm+YOzQ7NI3F+3lDhGvTqmP8Hufv/Kfs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=k3ikHkq+zhcD6z3qOoLwlotK2XlEivA3N/IuRIaeipI=; b=Vhac4ott99jSUzO9xGS0Z/NmjvjU/JE35Clc6G3+4JGs1nXWd765XDkLHH2M97tAKb HODuXqxBPdzDMZdunzh3BVKALQQxpFNJWFBst+s29UndPYfCid3y4kGTH127dOvOhoXw 3znrOCX2g845o1uhLLOcroHcieRsHJVrHHECcMDvKxyx+dCaUzr4MPxJ8ejh5VvGRBwc dpbD4G0qtzgUlOXt53GKyBlZ95BHrAbVsPI626ZejJxLwB9oF2C9bLXIIjVzfZiLEdoc I7kDmBAKxvjGi/kMzr6FHarwdGIQFWAsIMqFBDjr8g62aT9ICuar7P14xJDMJuNGZAC9 FYaw== X-Gm-Message-State: ACrzQf30LTc9/IS6Sp5yvwIeUw0NW68pffWHpaBeDo8cPhQaQUV+zO4H cIWuHnm007uVVQZ/3Y2zmDEEw8VyFXf3fw== X-Google-Smtp-Source: AMsMyM6PEaNXH3hyV+kISwHiOrWd/zO43XVygZiA4aB2mnwzObhsMEwHRTSydLthzJrKAov87y73Qg== X-Received: by 2002:a05:6000:168e:b0:22a:4e45:7469 with SMTP id y14-20020a056000168e00b0022a4e457469mr3729766wrd.681.1663362506891; Fri, 16 Sep 2022 14:08:26 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.25 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:25 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 08/24] file: upgrade 5.42 -> 5.43 Date: Fri, 16 Sep 2022 22:08:02 +0100 Message-Id: <20220916210818.1228761-8-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170806 Signed-off-by: Richard Purdie --- meta/recipes-devtools/file/{file_5.42.bb => file_5.43.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/file/{file_5.42.bb => file_5.43.bb} (97%) diff --git a/meta/recipes-devtools/file/file_5.42.bb b/meta/recipes-devtools/file/file_5.43.bb similarity index 97% rename from meta/recipes-devtools/file/file_5.42.bb rename to meta/recipes-devtools/file/file_5.43.bb index 8efcf09c9c6..102d0fda26f 100644 --- a/meta/recipes-devtools/file/file_5.42.bb +++ b/meta/recipes-devtools/file/file_5.43.bb @@ -13,7 +13,7 @@ DEPENDS:class-native = "bzip2-replacement-native" SRC_URI = "git://github.com/file/file.git;branch=master;protocol=https" -SRCREV = "a42b38690579de23403e0aff9b7b2f9cdf55f534" +SRCREV = "011778a2877f75597ed83c1a2716d917770920ee" S = "${WORKDIR}/git" inherit autotools update-alternatives From patchwork Fri Sep 16 21:08:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12918 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 E90AFC6FA8B for ; Fri, 16 Sep 2022 21:08:34 +0000 (UTC) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by mx.groups.io with SMTP id smtpd.web12.897.1663362511252882215 for ; Fri, 16 Sep 2022 14:08:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=foVgHLxv; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.43, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f43.google.com with SMTP id h8so30982991wrf.3 for ; Fri, 16 Sep 2022 14:08:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=tgHxglGeU1qVfLnOVcldn38pHoqBalAWatowHmUzV0c=; b=foVgHLxvc8CQplnDJyMJlLRFpFpF0Dd+fbIjxZE7/LYdgUZ6kO05kWE7UfhC1SX3DW yQWAKbEPze5o8G3pRjq/Qg3rCTZRpB8tXqXDk828VTZPMYs2Z55XFsaqxX9rqTm7xfoX 4W4IVbB39elXH7/qlcq5TdJ3wUlBvXL6+6LEM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=tgHxglGeU1qVfLnOVcldn38pHoqBalAWatowHmUzV0c=; b=rUA7baD5lUGFqIKtdxePpW6Rc9WLigoJwDkO3F9h1UEiYg+qVQ1Uw5wnPnqe2/x1l2 zgKS7kEJn9zUq817/46FzQqo7PyEDSUbIs9DCIc6oTMtjH3novOuCKfksHo6rz9PmHnj a/t+wqeF5l2xgH1GvYVkyEw3YqC4H0dID/XqkIaWcZwvqHV48uFgZEsN7ommvWOdcE86 f6SZEpYjPWhQDtcfAAxFXOkH3RJvD8z4xrbDz9N+qvapSWX4OapabMITPV7zI5q3CQWd ZDE/3v7GvZdgDb06s9EHWD6T/uHyZZGtfcqyDkw/xLqLkgFnrRwYXWu0jArD8cE/nd8y zCeA== X-Gm-Message-State: ACrzQf18kuSq2yaN6Qf0bahJDU/za5atEILuc73aVH5MYQpVee62WQ0k LjJAG0lLYBOuzDQqJje28qy/G7hxR01BSQ== X-Google-Smtp-Source: AMsMyM5ppmR/qWdjuWrHuqWGsuzNFNKOfPF92AIV3F2vLMxV4Qz9+RTLZ3McS1biy/ZitrwgbbC2jw== X-Received: by 2002:a5d:6c62:0:b0:22a:2f91:b99f with SMTP id r2-20020a5d6c62000000b0022a2f91b99fmr3877547wrz.124.1663362509224; Fri, 16 Sep 2022 14:08:29 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.26 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:28 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 09/24] ninja: upgrade 1.11.0 -> 1.11.1 Date: Fri, 16 Sep 2022 22:08:03 +0100 Message-Id: <20220916210818.1228761-9-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170807 Signed-off-by: Richard Purdie --- .../recipes-devtools/ninja/{ninja_1.11.0.bb => ninja_1.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/ninja/{ninja_1.11.0.bb => ninja_1.11.1.bb} (94%) diff --git a/meta/recipes-devtools/ninja/ninja_1.11.0.bb b/meta/recipes-devtools/ninja/ninja_1.11.1.bb similarity index 94% rename from meta/recipes-devtools/ninja/ninja_1.11.0.bb rename to meta/recipes-devtools/ninja/ninja_1.11.1.bb index 4ec361cc1ad..255f5efb703 100644 --- a/meta/recipes-devtools/ninja/ninja_1.11.0.bb +++ b/meta/recipes-devtools/ninja/ninja_1.11.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e" DEPENDS = "re2c-native ninja-native" -SRCREV = "51edeeb063a82693573db43782d9e3733b2840e4" +SRCREV = "a524bf3f6bacd1b4ad85d719eed2737d8562f27a" SRC_URI = "git://github.com/ninja-build/ninja.git;branch=release;protocol=https" UPSTREAM_CHECK_GITTAGREGEX = "v(?P.*)" From patchwork Fri Sep 16 21:08:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12920 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 DE2B9ECAAA1 for ; Fri, 16 Sep 2022 21:08:34 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx.groups.io with SMTP id smtpd.web11.940.1663362506287748797 for ; Fri, 16 Sep 2022 14:08:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=cp0Zn7Nk; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.48, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f48.google.com with SMTP id b5so37911231wrr.5 for ; Fri, 16 Sep 2022 14:08:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=HJHYEhmFn7DZQJysSO82dRsY/hKywJ2jh17WPDAo60M=; b=cp0Zn7Nk1RVBUpEqs9dZhm6kCCbQRSZrzfakVWj/TFUkjokngdSibq3+c3SGGnK3pz FTHjGkMzr/AT36RH3BO9PYpjCWxZ6exxoACWabARSEHpFEDlcsUHjwvX6sxz1R+BNmtp NLLIf536mq97YQCnnk1x91PB2Qs7Xdfwzgw/w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=HJHYEhmFn7DZQJysSO82dRsY/hKywJ2jh17WPDAo60M=; b=YhBhVBNAmukkVuLvfwB4sFprRYyjO3EgSi4CrG3Qifk2GQjae/hKQ9Q8COwLjI6jk0 j2X94/0JXidV4U5HwuSLlyah5L42oR98dK0RJh1X6ejPG/48HJt5PelOhvgmjn/2UvmH Ad7rn6ZtDeMQOM7+K3pFFzOZtjqZxPx+ESgma1jFm+29yMNgAESkmWl62sCQ8JCg5vMw sBS0jwS3qW7ml2w33lmxd9eQxQKOb+YBdCYkMKCXCKD8krgC8pSJE2g07VasUMrUm8om J7s0fYH220/Iu062e2mrS3A8mwJAW+W55mYw+dqI8HvUr+obxZ4IEFWfr28cYNg5710Q xBRA== X-Gm-Message-State: ACrzQf2Z/7ECOp+mFGqRCYM/kQ9ZA+4NOUVeBN8+Oovk/07KeDjCxQW4 cub8LJhhy1q+vuaObmuIwvOKf7W036BHDQ== X-Google-Smtp-Source: AMsMyM7PypS7NbjEWeBMy+Zav9KK3WJNithkrTNarpU9DRf+ss1zy60myEAy8E2pSy0WiunyVldXfA== X-Received: by 2002:a5d:610a:0:b0:22a:2a9d:880 with SMTP id v10-20020a5d610a000000b0022a2a9d0880mr3865809wrt.22.1663362510511; Fri, 16 Sep 2022 14:08:30 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.29 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:30 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 10/24] libcomps: upgrade 0.1.18 -> 0.1.19 Date: Fri, 16 Sep 2022 22:08:04 +0100 Message-Id: <20220916210818.1228761-10-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170808 Signed-off-by: Richard Purdie --- .../libcomps/{libcomps_0.1.18.bb => libcomps_0.1.19.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/libcomps/{libcomps_0.1.18.bb => libcomps_0.1.19.bb} (94%) diff --git a/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb b/meta/recipes-devtools/libcomps/libcomps_0.1.19.bb similarity index 94% rename from meta/recipes-devtools/libcomps/libcomps_0.1.18.bb rename to meta/recipes-devtools/libcomps/libcomps_0.1.19.bb index dd0a1f8f952..fa1fbc8f0d8 100644 --- a/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb +++ b/meta/recipes-devtools/libcomps/libcomps_0.1.19.bb @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/rpm-software-management/libcomps.git;branch=master;p file://0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ " -SRCREV = "dee4ae37f7818709802de28c4d16fa823bd83ae2" +SRCREV = "9322bdcf06630cc094f094f944d7d0e2cb798b73" S = "${WORKDIR}/git" From patchwork Fri Sep 16 21:08:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12922 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 DD969C6FA86 for ; Fri, 16 Sep 2022 21:08:34 +0000 (UTC) Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by mx.groups.io with SMTP id smtpd.web09.893.1663362513532199412 for ; Fri, 16 Sep 2022 14:08:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=AKzTnRH9; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.50, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f50.google.com with SMTP id d2so2383626wrq.2 for ; Fri, 16 Sep 2022 14:08:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=ZDyAcdsjELjQQVPAZBCkJJYUpRgGVH5BTu+8AIdsSO0=; b=AKzTnRH9tvq2FRloKG/Ne7U9Hcd1P8T8/AadjRIuehZTSeuRBzIHSkY3hH7ClBtgtJ wTQnMeoFTKjHafOV+Mrz1oTA9GhBwbDUvD0q6eTPDBGZRlbcffOfX73hkA/9PllKXlWj O/UEVunSONylcJPRBCtd9x2+4W1UB1IO3HMQw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=ZDyAcdsjELjQQVPAZBCkJJYUpRgGVH5BTu+8AIdsSO0=; b=ps3fJAO5YcRa9YrLNMDV1d1Ot9vlh23uZaoRwKR5utSbKGz/xhzFs688NYTZN76ZfC DLvnJpulyTAQYhBnrRP4mQSY9jwa6Om6g0k7bkUPsNIRkbs3dal08yTgfJJAOy7dhrsa dZyWKw97852UPP8NAzRdEdNSps+9mv7iprqZ8QOgGvG6QCXZypxSmtXRxCJY7MKjskUK Esm3dhVRoMLrayeE+/uNqxkr7OWvqO5i3LezYODaeh8RJewDBQms1vOMBD9RCLczhFpe fx8fkVrTCw2ClFaS0Os3csd/YMf/G+SHTckZia4U9M4yICIi2U8/pkNWdtxDT6lwlALa i4Tw== X-Gm-Message-State: ACrzQf3nkR9Tcm/GAg95xfWfxQTqYV1Nnh+RiafIbhrQz3uHU8vFqD9J Vitv2HtmVj61bDdcisjN0towRi86xxrRhg== X-Google-Smtp-Source: AMsMyM7nx7Uo1wG7TTvpQe9CS+cN3+W4Xh8hiEUmCa3H+qnImZeI+h0jbw/BJ4CXxDEB5mNLvWVgJw== X-Received: by 2002:adf:d4c9:0:b0:228:de3a:220f with SMTP id w9-20020adfd4c9000000b00228de3a220fmr4142334wrk.597.1663362511398; Fri, 16 Sep 2022 14:08:31 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.30 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:30 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 11/24] python3-hatchling: upgrade 1.8.1 -> 1.9.0 Date: Fri, 16 Sep 2022 22:08:05 +0100 Message-Id: <20220916210818.1228761-11-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170809 Signed-off-by: Richard Purdie --- .../{python3-hatchling_1.8.1.bb => python3-hatchling_1.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hatchling_1.8.1.bb => python3-hatchling_1.9.0.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-hatchling_1.8.1.bb b/meta/recipes-devtools/python/python3-hatchling_1.9.0.bb similarity index 85% rename from meta/recipes-devtools/python/python3-hatchling_1.8.1.bb rename to meta/recipes-devtools/python/python3-hatchling_1.9.0.bb index bfdb664715d..011f5ed1101 100644 --- a/meta/recipes-devtools/python/python3-hatchling_1.8.1.bb +++ b/meta/recipes-devtools/python/python3-hatchling_1.9.0.bb @@ -8,7 +8,7 @@ inherit pypi python_hatchling DEPENDS += "python3-pluggy-native python3-tomli-native python3-pathspec-native python3-packaging-native python3-editables-native" DEPENDS:remove:class-native = "python3-hatchling-native" -SRC_URI[sha256sum] = "448b04b23faed669b2b565b998ac955af4feea66c5deed3a1212ac9399d2e1cd" +SRC_URI[sha256sum] = "b57c7362f437b9426e4b94228a21d2ac5804fbb2abcb01adde2544a35bb303cd" do_compile:prepend() { export PYTHONPATH=src From patchwork Fri Sep 16 21:08:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12926 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 EC439ECAAD8 for ; Fri, 16 Sep 2022 21:08:44 +0000 (UTC) Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) by mx.groups.io with SMTP id smtpd.web12.899.1663362514713185061 for ; Fri, 16 Sep 2022 14:08:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=Vjt3OkeK; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.48, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f48.google.com with SMTP id ay36so7285517wmb.0 for ; Fri, 16 Sep 2022 14:08:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=RxniurOYay7P8tx2ENsfSzPvwaYtV5X1yPT1yvRYuJM=; b=Vjt3OkeK9gKxWk0ng67vyJV3Rr+tBd0Fn6fD6hgC8LDIzt7g5SLAwCtMhKQ6zzF3hv AHglnxBjBbpWHUUGzCVg+WHJOKigo6Ia7i2I8Bx1g9EeZPkiAbFxO0DtIwTOLhDxl0lC ocIH/gG1+01GwhIVcDjJRnCBbMGya3ZU1oNyc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=RxniurOYay7P8tx2ENsfSzPvwaYtV5X1yPT1yvRYuJM=; b=SPj/kIsA4x1Dc4dWIZzkrwyX7Mx7RQigEfb3lbWKZIejyKDznmkWjmCnrSJev0MxKF QWqh5BsiSFBVARAxDb043TN6BwvdfCUbzVP85YjH7GA5ITiPBTyno/PtFjBvEE2RGCns syHhmNGedCFg9m00+udDRFlO1s8fxYsO1bq0YHSQKSgfsTSvID2ylV5KdNRKOKOwgshG MGV3F1oxIzWKaK8+CHFg9JL4iTDZMCfM2jEhu36r4zR+7ItGBihaKyi7crYrKRMGknSD P8oMrqmpY5/PD60SxGS+kxI5Xdytb3dqUtwkCL5ObUajeJYfnGZAq4Vd3iUBqSUxNwWy ajBA== X-Gm-Message-State: ACrzQf0zaz9AkOSGeO7cRM3tAdxX7gcPxaNN87vF2TpbpKZEAQ2S8h+Z A47mYDJYP0EPirIZkiSypSoXmZqlPbyHSg== X-Google-Smtp-Source: AMsMyM4i7b3ZbArrJelc/Q/VlM5HY4OXwSBD5xkVeH+aik/2mn6FtR/zgDix2UfL6arScg1PHpw8KQ== X-Received: by 2002:a1c:4c18:0:b0:3b4:9b1d:5501 with SMTP id z24-20020a1c4c18000000b003b49b1d5501mr4563277wmf.13.1663362512871; Fri, 16 Sep 2022 14:08:32 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.31 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:31 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 12/24] meson: upgrade 0.63.1 -> 0.63.2 Date: Fri, 16 Sep 2022 22:08:06 +0100 Message-Id: <20220916210818.1228761-12-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170810 Signed-off-by: Richard Purdie --- .../recipes-devtools/meson/{meson_0.63.1.bb => meson_0.63.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/meson/{meson_0.63.1.bb => meson_0.63.2.bb} (98%) diff --git a/meta/recipes-devtools/meson/meson_0.63.1.bb b/meta/recipes-devtools/meson/meson_0.63.2.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_0.63.1.bb rename to meta/recipes-devtools/meson/meson_0.63.2.bb index 7f77a7de34a..406f5bf05ea 100644 --- a/meta/recipes-devtools/meson/meson_0.63.1.bb +++ b/meta/recipes-devtools/meson/meson_0.63.2.bb @@ -17,7 +17,7 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P file://0001-is_debianlike-always-return-False.patch \ file://0001-Check-for-clang-before-guessing-gcc-or-lcc.patch \ " -SRC_URI[sha256sum] = "06fe13297213d6ff0121c5d5aab25a56ef938ffec57414ed6086fda272cb65e9" +SRC_URI[sha256sum] = "16222f17ef76be0542c91c07994f9676ae879f46fc21c0c786a21ef2cb518bbf" UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" UPSTREAM_CHECK_REGEX = "meson-(?P\d+(\.\d+)+)\.tar" From patchwork Fri Sep 16 21:08:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12932 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 13576C6FA92 for ; Fri, 16 Sep 2022 21:08:45 +0000 (UTC) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by mx.groups.io with SMTP id smtpd.web10.876.1663362516104232975 for ; Fri, 16 Sep 2022 14:08:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=Sy2E/utr; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.44, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f44.google.com with SMTP id z12so19623284wrp.9 for ; Fri, 16 Sep 2022 14:08:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=jK+PF6eOeCCdgjfezmuatzdRJ+5wue3Lx+yGS+qLuMo=; b=Sy2E/utr/BCjwi2LPdwi+CVSZKMElfTnXdQqW1wJNP42+etBtWLOX6gg4yvgvWjihx GG9e726hMIgwnwxfWZ64fhb51kZ6Q3qtvrJTSBOyThif5b6reaP/lDHMut09PuZlt1xM NuYV4zPSo9RKeJ5j7R28Hebt0AhWEoPnF8fTc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=jK+PF6eOeCCdgjfezmuatzdRJ+5wue3Lx+yGS+qLuMo=; b=YNSTt0ETttVQm9ysCFc6MTg9oENsLHHMEEKFO4zW4KPKC+UMoh0BeHThGzXMgUZiVt u090jTJ0mJwEsWfZvwdr2JCOvSmk5t6NXZ5jZ4bGYAoFfGizHvl2jAOdhHMlxGFGLnnz coGHBTH+DYtyaFg0V+Wd5PTRqNAKdU1XXmHiXH7Y1+Yv4TZnSTC9ZcC9SVlWu4b4bKdp h3ROBWG4z5WheggkMbCy1C1k85BmdRG2Rmgf6ynqWAdsFWqEn8kv45LICSkyw5OVdvWd OqIwA/02QgoxdZoQddGgOmYA7GHBcdbiQNrFeBhfmZRg+wRDyl8f3emI+b74dLwCY1pj cx+w== X-Gm-Message-State: ACrzQf0FPPfT3NjW+8VOYxBdzRvPR30vC+MWmtjgeTzyZgt/6mrFDJfk VOIbrowxMD+tAfBLJU0bvX18jucSm21VFA== X-Google-Smtp-Source: AMsMyM6IZM5O4egpJC/En9YgBlmDVsvagiaBv0lNNh1hElM08pSzfatyqJcH+w/Ve0YTQwF++6UcuQ== X-Received: by 2002:a5d:5a1a:0:b0:22a:ad99:d6eb with SMTP id bq26-20020a5d5a1a000000b0022aad99d6ebmr4320028wrb.76.1663362514150; Fri, 16 Sep 2022 14:08:34 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:33 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 13/24] python3-idna: upgrade 3.3 -> 3.4 Date: Fri, 16 Sep 2022 22:08:07 +0100 Message-Id: <20220916210818.1228761-13-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170811 Signed-off-by: Richard Purdie --- .../python/{python3-idna_3.3.bb => python3-idna_3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-idna_3.3.bb => python3-idna_3.4.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-idna_3.3.bb b/meta/recipes-devtools/python/python3-idna_3.4.bb similarity index 83% rename from meta/recipes-devtools/python/python3-idna_3.3.bb rename to meta/recipes-devtools/python/python3-idna_3.4.bb index ee92f44fd58..10c99ee0ea9 100644 --- a/meta/recipes-devtools/python/python3-idna_3.3.bb +++ b/meta/recipes-devtools/python/python3-idna_3.4.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kjd/idna" LICENSE = "BSD-3-Clause & Python-2.0 & Unicode-TOU" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=239668a7c6066d9e0c5382e9c8c6c0e1" -SRC_URI[sha256sum] = "9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" +SRC_URI[sha256sum] = "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" inherit pypi setuptools3 From patchwork Fri Sep 16 21:08:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12929 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 113E1C6FA93 for ; Fri, 16 Sep 2022 21:08:45 +0000 (UTC) Received: from mail-wm1-f47.google.com (mail-wm1-f47.google.com [209.85.128.47]) by mx.groups.io with SMTP id smtpd.web10.877.1663362517387790911 for ; Fri, 16 Sep 2022 14:08:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=GpMuQyXW; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.47, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f47.google.com with SMTP id r133-20020a1c448b000000b003b494ffc00bso54248wma.0 for ; Fri, 16 Sep 2022 14:08:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=U3YxdzyOjGtcuZJP6A/u3xvQIPTz8BOnm7hnXCEYgWI=; b=GpMuQyXWUOZfa5M00dcm/g9SQfCAO4ZpriO/iypAov/DFPlVX80C66IN9Ls1WITFyq XJiu7XjY7gIAidledwysoFNKpRvJyVswh+vggmmMs7TACCCYPsiWgQaHYhAGRXOFj3/+ 9XJXuz0XFjWyj5i4pi9n2b0CAAN6ukqCRMuf0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=U3YxdzyOjGtcuZJP6A/u3xvQIPTz8BOnm7hnXCEYgWI=; b=x8t6uXLYXlgRa0YS4f1DFlVY0xDAFD2OPgp46bihC2tkPxL92VnfcDvo/DX/p5wDKR goJc3DE+3kKF3kKwW1sUqdzfuPbBj38LWxkI7R+cPksburIG9Ab5oTmS70EPhrhauDo7 5cqZQ8geeJ3xhHfMWGHIAqoeTga2twGV+oUozjJyy11X9L/fA8EnA2UgH5+dHMb5tRvy 9vjEOzYXO2wExASjSPehf+nUCWlQ/g1B6pXGT8tsiJEmnis/E66V1nYOAdW3wD2YGFm9 a3AgT356fRiyT0h8/AIC1s7Era0A79G92xteIwHPOA3JlAmtBgKeAdrvmXBl8aPVQqAu XaNg== X-Gm-Message-State: ACgBeo3Xkcxr4SwKXtMNlM3Ygy4KFKO89C5b1bFl1W8N3dwes8FO6k9B o/Iv0FJMZkRKd62GeMJjkKEZIqWZdFvM7g== X-Google-Smtp-Source: AA6agR7+GKS9czPYutFDAb/k1sx59puVlb/QDcum/hJjjzGh1OCoidG7mZT6mffESXjyfqiG3M5QOw== X-Received: by 2002:a05:600c:2747:b0:3b4:708a:f66a with SMTP id 7-20020a05600c274700b003b4708af66amr11041394wmw.146.1663362515587; Fri, 16 Sep 2022 14:08:35 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:35 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 14/24] librepo: upgrade 1.14.4 -> 1.14.5 Date: Fri, 16 Sep 2022 22:08:08 +0100 Message-Id: <20220916210818.1228761-14-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170812 Signed-off-by: Richard Purdie --- ...ownloader-Include-unistd.h-for-lseek.patch | 34 ------------------- .../{librepo_1.14.4.bb => librepo_1.14.5.bb} | 3 +- 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 meta/recipes-devtools/librepo/librepo/0001-metadata_downloader-Include-unistd.h-for-lseek.patch rename meta/recipes-devtools/librepo/{librepo_1.14.4.bb => librepo_1.14.5.bb} (87%) diff --git a/meta/recipes-devtools/librepo/librepo/0001-metadata_downloader-Include-unistd.h-for-lseek.patch b/meta/recipes-devtools/librepo/librepo/0001-metadata_downloader-Include-unistd.h-for-lseek.patch deleted file mode 100644 index 22b3110a617..00000000000 --- a/meta/recipes-devtools/librepo/librepo/0001-metadata_downloader-Include-unistd.h-for-lseek.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 5c63ec2e2d4726268ace85e5c61727cbd811d982 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Sat, 27 Aug 2022 09:00:24 -0700 -Subject: [PATCH] metadata_downloader: Include unistd.h for lseek() - -This is found when compiling on musl systems - -Fixes - -metadata_downloader.c:331:9: error: call to undeclared function 'lseek'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] - lseek(fd_value, SEEK_SET, 0); - ^ - -Upstream-Status: Submitted [https://github.com/rpm-software-management/librepo/pull/263] -Signed-off-by: Khem Raj ---- - librepo/metadata_downloader.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/librepo/metadata_downloader.c b/librepo/metadata_downloader.c -index 123c77b..6604255 100644 ---- a/librepo/metadata_downloader.c -+++ b/librepo/metadata_downloader.c -@@ -24,6 +24,7 @@ - #include - #include - #include -+#include - #include - - #include "librepo/librepo.h" --- -2.37.2 - diff --git a/meta/recipes-devtools/librepo/librepo_1.14.4.bb b/meta/recipes-devtools/librepo/librepo_1.14.5.bb similarity index 87% rename from meta/recipes-devtools/librepo/librepo_1.14.4.bb rename to meta/recipes-devtools/librepo/librepo_1.14.5.bb index 2b8bd132f35..46cfce53ff6 100644 --- a/meta/recipes-devtools/librepo/librepo_1.14.4.bb +++ b/meta/recipes-devtools/librepo/librepo_1.14.5.bb @@ -8,10 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" SRC_URI = "git://github.com/rpm-software-management/librepo.git;branch=master;protocol=https \ file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \ file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ - file://0001-metadata_downloader-Include-unistd.h-for-lseek.patch \ " -SRCREV = "2bd1041c741c85bc196ca01dcca1eae6099eb742" +SRCREV = "f4b915be5e04e88263097f65addfcac5919fef41" S = "${WORKDIR}/git" From patchwork Fri Sep 16 21:08:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12928 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 065D4C6FA90 for ; Fri, 16 Sep 2022 21:08:45 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx.groups.io with SMTP id smtpd.web12.896.1663362508609705737 for ; Fri, 16 Sep 2022 14:08:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=W/HeK0mR; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.48, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f48.google.com with SMTP id n10so7349362wrw.12 for ; Fri, 16 Sep 2022 14:08:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=oCd0WnjHYqWH/Rm5v0suLFr1vYTwtxnJtZi09Ip3n5w=; b=W/HeK0mRrmar3KGS1giCmXCjKTSjzLJXml3lUpsn+C9zTpABthXDgA/xvMef2wnv8H S2lk+ANI9roNMacFO7CsMTCpPS8uE3w0PJ2kBMGM5wt1aEA7FREYZcM817ghgN+iYizg fnQGdlOwaE/gTYoO62e/C4x/v7Ar33th4xN/A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=oCd0WnjHYqWH/Rm5v0suLFr1vYTwtxnJtZi09Ip3n5w=; b=WrwnthUsm8ZlVPQyVG/cLUHt+A+yeqt2bdCKx1H0E9qSHYe9hPVhcPx+KRlyOSQOEb uYi5JcTMEBpA/Cke84F2BKTf4OsGPkglKi/xIdzVaCN75jqcKQbuay650FUNy4l8jRLI /j47aIdYX4TveXX5G8TnrJOwqb3o6FlH2ubSeGgbYNoleyuJv4usfpZoYGlNMlwIbBax tPK7QlMqZFGKcPWQEQPOY6TNDlWNG1qM3btGsO/ZhS+BxBHjprjIMD+bdrkW7iJVZtmq YUCnNJBaaz5ohbu8k/7mAIbbkZBR0IXHtjJ7YoyZy2D1bodtewDrYc1mKXfHkIJwtCub EvTA== X-Gm-Message-State: ACrzQf1PN/5E+Up+pnXAqUARHZsmkdLcgxPhh/BG9vBnVemKc5qpfq7r DCpsRbpQDH2AZvt3QQKWZDiR5FiYI2D79w== X-Google-Smtp-Source: AMsMyM6qjzT6aZ/3U91tefDSC4ZGpCu9hujpW6V8eht4K0am5FJSg3ncTBQE7Q1i5Ug1FCjzwm0A/A== X-Received: by 2002:adf:eb89:0:b0:22a:c7fc:27c8 with SMTP id t9-20020adfeb89000000b0022ac7fc27c8mr4094065wrn.397.1663362516905; Fri, 16 Sep 2022 14:08:36 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.35 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:36 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 15/24] python3-hypothesis: upgrade 6.46.11 -> 6.54.5 Date: Fri, 16 Sep 2022 22:08:09 +0100 Message-Id: <20220916210818.1228761-15-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170813 Signed-off-by: Richard Purdie --- ...thon3-hypothesis_6.46.11.bb => python3-hypothesis_6.54.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.46.11.bb => python3-hypothesis_6.54.5.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb b/meta/recipes-devtools/python/python3-hypothesis_6.54.5.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.54.5.bb index 1d9772d4ff0..9adb614493e 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.54.5.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "f5c1cf61b24b094355577a6b8fbbb8eb54c1b0216fbc0519af97c46bddf43c42" +SRC_URI[sha256sum] = "8a9056825695f415bfad4e808ae719fc01383a9ab659775319724365afcc7ec7" RDEPENDS:${PN} += " \ python3-attrs \ From patchwork Fri Sep 16 21:08:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12927 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 08FD2C6FA91 for ; Fri, 16 Sep 2022 21:08:45 +0000 (UTC) Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) by mx.groups.io with SMTP id smtpd.web08.862.1663362520418492160 for ; Fri, 16 Sep 2022 14:08:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=ijiJn+op; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.52, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f52.google.com with SMTP id z6so5450682wrq.1 for ; Fri, 16 Sep 2022 14:08:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=G8LgEqWJ07nKDeBvzTAhJBGko3sMVjOPu9XiYJdy/E8=; b=ijiJn+op8HvNuE7ebhKxGRrNBMV0Mv42c8f50PAMm71cUE6COwQqSJVRP27sBiTlWB jwxbruxVGsRGhRUf2PjFLGcIVg6oElcc+QD/5BMfs8fRhiRh7PFudOFfxS0JcYjP2HbV 0Irxk0Vu8z/AqKrjlhI+V3DAHelk+3zm9tlfw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=G8LgEqWJ07nKDeBvzTAhJBGko3sMVjOPu9XiYJdy/E8=; b=Kp/1T1g4sA9E/G6Bwa6COk0k+rmqBYkBRypKrEQorilxKe0HARLJiGma2DVJXN2Djj PjvLd91nHmlwuCnAkEaqN6BwlbJMCYb/bzun6fnP6FSflJw3dLkSTI53CYkA83iafMCt IfyLImgJ6l/VQmaM8FjNwRGNySTZeT1We1JWgXhv3UEf94j8gRYhxQIHsUCEWhzzlOl0 2uiiEcqS3k7phN66+yyFxOkPrNDE4B/QtfXmVgekj6XNungjvMylNRS3nuNXSvaDpuUb UnWnGvF7aXrFcHjcRno/NyVcDViYqppuQwEDAdRtZbVZuhZZ/Njo7s9a0D9UpqfubLiq 36wA== X-Gm-Message-State: ACrzQf3MZYUn/ClIpLj3LLrc+evkBG1sG0KG+Ij/znLOaHD5jKQmOEDz jI6/3mefFEzB3lr1DDPLJre1OhDsAd2CUg== X-Google-Smtp-Source: AMsMyM71+VHh46n26FiNrlTozBuzo6nce5qnAZmAAbcfbeJsojtwUNuN8J9DrjFsUkBvqOAVRCASLw== X-Received: by 2002:a05:6000:1048:b0:228:6898:aa50 with SMTP id c8-20020a056000104800b002286898aa50mr3910178wrx.233.1663362518296; Fri, 16 Sep 2022 14:08:38 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.36 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:37 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 16/24] python3-numpy: upgrade 1.23.2 -> 1.23.3 Date: Fri, 16 Sep 2022 22:08:10 +0100 Message-Id: <20220916210818.1228761-16-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170814 Signed-off-by: Richard Purdie --- .../python/{python3-numpy_1.23.2.bb => python3-numpy_1.23.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-numpy_1.23.2.bb => python3-numpy_1.23.3.bb} (96%) diff --git a/meta/recipes-devtools/python/python3-numpy_1.23.2.bb b/meta/recipes-devtools/python/python3-numpy_1.23.3.bb similarity index 96% rename from meta/recipes-devtools/python/python3-numpy_1.23.2.bb rename to meta/recipes-devtools/python/python3-numpy_1.23.3.bb index 960dcf94104..1e591c260f6 100644 --- a/meta/recipes-devtools/python/python3-numpy_1.23.2.bb +++ b/meta/recipes-devtools/python/python3-numpy_1.23.3.bb @@ -13,7 +13,7 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S file://run-ptest \ file://0001-generate_umath.py-do-not-write-full-path-to-output-f.patch \ " -SRC_URI[sha256sum] = "b78d00e48261fbbd04aa0d7427cf78d18401ee0abd89c7559bbf422e5b1c7d01" +SRC_URI[sha256sum] = "51bf49c0cd1d52be0a240aa66f3458afc4b95d8993d2d04f0d91fa60c10af6cd" UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.tar" From patchwork Fri Sep 16 21:08:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12930 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 0ABE1C6FA86 for ; Fri, 16 Sep 2022 21:08:45 +0000 (UTC) Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) by mx.groups.io with SMTP id smtpd.web10.878.1663362522028962864 for ; Fri, 16 Sep 2022 14:08:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=AtuBqQ8S; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.48, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f48.google.com with SMTP id c2-20020a1c3502000000b003b2973dafb7so614169wma.2 for ; Fri, 16 Sep 2022 14:08:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=p1VRpy2vFv5XZnnYj2ud6AI2SIFjCpszOQ2JOI0LE+0=; b=AtuBqQ8SnXFMySHXSR94/h8wOpeEEy7g1p/qYu13z2Zh4ieTp46DXoTW2iSivwDIcI 9KKaPrU/oS2KTT5Hr7OLg2yKjuensr3V8GfPSrjw/rFBAvk7eDqka/c+4/O8mvuMsTZe c5DuwyHrN47CGHeXLvOiwKFWCGdgoJH5WqePk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=p1VRpy2vFv5XZnnYj2ud6AI2SIFjCpszOQ2JOI0LE+0=; b=uK8zkeZpRYKzumNMTLDoelJ4TtzoppDjpoX1jzglCJUvluzhTLz7dlY7ZI31gAEFz1 zFGbF6XX1hLzvtgvEL7mdfhP3XvGl0vkeu/2Wk18KnNG3YQWUizAiG1ZT0T2IRI8P9+t 9+xoXxke2giT0ukAh592Xif+loX8j1YA8/TmjMF+dJocbLkFH2oHy7HgHn4kXkJK2kzr RKROWx2md6vr0m0/mo17m4lu8vEWOHzmlyeCAIkFsQV8bYNmPDAUSbyoqQHDzbAno5Mp u93q94A4hwPFwV2ShphV0dy4J3TYUd3SXxmJ+7cVEjC4i7YuzGvwewsSlNYj4CWwJNhi 1kew== X-Gm-Message-State: ACrzQf1RBwTuGnQQzEa4yosi47ENWtPPpVzhJEfHyhwZYXL/kquVHr7/ XoJIB3VoEsq5ombshxHOO0sgR2unGLqgLg== X-Google-Smtp-Source: AMsMyM5TiTCBSfxU/Hvg2qfJHo/hyD6Om3nKtaD1mmHPMpD6lr96DNYUI+4HKypueCfSQK9/nsuvoA== X-Received: by 2002:a05:600c:3b25:b0:3b3:1f73:daff with SMTP id m37-20020a05600c3b2500b003b31f73daffmr4625438wms.129.1663362520209; Fri, 16 Sep 2022 14:08:40 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.38 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:39 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 17/24] libdnf: upgrade 0.68.0 -> 0.69.0 Date: Fri, 16 Sep 2022 22:08:11 +0100 Message-Id: <20220916210818.1228761-17-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170815 Signed-off-by: Richard Purdie --- .../libdnf/{libdnf_0.68.0.bb => libdnf_0.69.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/libdnf/{libdnf_0.68.0.bb => libdnf_0.69.0.bb} (97%) diff --git a/meta/recipes-devtools/libdnf/libdnf_0.68.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.69.0.bb similarity index 97% rename from meta/recipes-devtools/libdnf/libdnf_0.68.0.bb rename to meta/recipes-devtools/libdnf/libdnf_0.69.0.bb index 86cf41c1024..da2550d323f 100644 --- a/meta/recipes-devtools/libdnf/libdnf_0.68.0.bb +++ b/meta/recipes-devtools/libdnf/libdnf_0.69.0.bb @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;p file://0001-libdnf-dnf-context.cpp-do-not-try-to-access-BDB-data.patch \ " -SRCREV = "388e7699f8a75fa81aca05d09389acea7e489168" +SRCREV = "5c6d9cd6e5955e7038722f091396607c60fcbdd1" UPSTREAM_CHECK_GITTAGREGEX = "(?P(?!4\.90)\d+(\.\d+)+)" S = "${WORKDIR}/git" From patchwork Fri Sep 16 21:08:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12931 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 EADE2ECAAA1 for ; Fri, 16 Sep 2022 21:08:44 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx.groups.io with SMTP id smtpd.web12.896.1663362508609705737 for ; Fri, 16 Sep 2022 14:08:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=clVCNHrg; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.48, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f48.google.com with SMTP id n10so7349576wrw.12 for ; Fri, 16 Sep 2022 14:08:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=NgB9517lj8BDWq/Wy7wCuaRvhMcZDewQTmjXUty/1g8=; b=clVCNHrg3kI6AQFaeLxkRVzDoKfs71q9MlvAS39S6xzuv96vQc2V4BXLsO7jMHGK+f lHpoDEd5OVwIlzgdzpZzUsHfbv2dCpqFgldVdwH03WykQi5DriGYNUEhvZkF2HG+GnLU 4hrUmVPY4MpHYEf4HqzOE/cX1gtGIJrtOlCDA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=NgB9517lj8BDWq/Wy7wCuaRvhMcZDewQTmjXUty/1g8=; b=OcCUlnjkrGTx0R/RRfScHwNqd3BVFyNP4i4mORZdlgpMtP8dBajLnG346kdJNq6ht6 fj92zgWwLSAvimYFSgYUme2lYcOZ1pZoaTVrY0IANSbOxhwyU0zvcFnIrFxFOGT3rvMS yDVQI2+oEcvY3WnuwvlCDzCj5C60wT63+LIQKPVE5egoaB7SgWPfzCnnaatBHTjn1Oc1 xDXzAQulEEe+fzcp+2oFVF6irmEcX0Bcun5b3jwS2xhTak6fR/i4pqS3o/xNHPJpj+gi auz8rMiqSb0nsGi//BRTjz6obzyL6D1fx0e6MvOgK/2fErCirNm9vlB6ejtqAO/JmD8H QOfg== X-Gm-Message-State: ACrzQf0szNtQCMk2QTsHv5h0AhIvLGrNNwOy+7R8bWgZdFk9XgmKoFnP FPoCheRWHDmXbk3ZuFgcdM+wihr2+sf31g== X-Google-Smtp-Source: AMsMyM6IRO7FBzH/h1YsJ1GqDU86SH4dV7i6zxAUz0ZXf2xFD3h1lx3jIzJlpDyVTod9yBXyrBwsRA== X-Received: by 2002:adf:e199:0:b0:228:60f6:f775 with SMTP id az25-20020adfe199000000b0022860f6f775mr3938607wrb.478.1663362521522; Fri, 16 Sep 2022 14:08:41 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.40 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:41 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 18/24] python3-psutil: upgrade 5.9.1 -> 5.9.2 Date: Fri, 16 Sep 2022 22:08:12 +0100 Message-Id: <20220916210818.1228761-18-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170816 Signed-off-by: Richard Purdie --- .../python/{python3-psutil_5.9.1.bb => python3-psutil_5.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-psutil_5.9.1.bb => python3-psutil_5.9.2.bb} (87%) diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.1.bb b/meta/recipes-devtools/python/python3-psutil_5.9.2.bb similarity index 87% rename from meta/recipes-devtools/python/python3-psutil_5.9.1.bb rename to meta/recipes-devtools/python/python3-psutil_5.9.2.bb index 04b6fb02de8..5b31014657e 100644 --- a/meta/recipes-devtools/python/python3-psutil_5.9.1.bb +++ b/meta/recipes-devtools/python/python3-psutil_5.9.2.bb @@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" HOMEPAGE = "https://pypi.org/project/psutil/" -SRC_URI[sha256sum] = "57f1819b5d9e95cdfb0c881a8a5b7d542ed0b7c522d575706a80bedc848c8954" +SRC_URI[sha256sum] = "feb861a10b6c3bb00701063b37e4afc754f8217f0f09c42280586bd6ac712b5c" inherit pypi setuptools3 From patchwork Fri Sep 16 21:08:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12925 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 ECE9EC6FA8B for ; Fri, 16 Sep 2022 21:08:44 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx.groups.io with SMTP id smtpd.web12.896.1663362508609705737 for ; Fri, 16 Sep 2022 14:08:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=Cla9t3KA; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.48, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f48.google.com with SMTP id n10so7349639wrw.12 for ; Fri, 16 Sep 2022 14:08:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=L3/MtujIrQvYHVyWwc8XAOwrw0Rxx5pr80ckufdLxac=; b=Cla9t3KAcs1u9k2FkKClT1XOddtURtAcGUJAwEzXoDoCwgjkzJxSxDrxvp+4FnWe5U smc8MJdJtOmCxHpctupg/98kjdXIs7perzRGJr9Jf4MKyALLAfHVH7svmwQjJqWOn3x7 cHHWhfkZ3YedQDJuqr/UztPGPl0yYN8TrPoE8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=L3/MtujIrQvYHVyWwc8XAOwrw0Rxx5pr80ckufdLxac=; b=GHUxMPd6RgoVlfgoLzjjK3FP76TjGxnv2pRkPKgRljs2akZdRi/9YN28gejmcLZ2ik DJHr1XS8jdpyKUDjf6XozQGc16x69omD38Hs6M79z6p+HJ8UHjbJLr/Tk2baTrfQbzjw 4K19cEpZITdA5n3pM9Vu0nMp0cjEhPhtOjaGLFl7sMlhWvi1Qx3u+/GrjcrOPtqWFqHL 1HKOuBTe9b/GqnkqOza+Jh4IPvqg8CO9ylk+s0kbE2qFvdQQu+2qKQZiQsfQ5104lF8n g1c/5abOzl2ukWwBuJiu1NIHfSPG7rZPbL5Fi9dWpKeFMvUoLy9KT2fy9KyYFzRUdRlx J1eg== X-Gm-Message-State: ACrzQf1GWfnObHtpWVmlQ2www9Wak3F3S+h1nPwo34fosrPvenLMV9ll HpyIZ3vsAWJkjs6UKh07yuf0xEMPM7LFpQ== X-Google-Smtp-Source: AMsMyM42cE+WN5YmHng0QuXaFVSz1GDkmXbM6GI89KPAxK9GnPkoJMEgoPvnMManRnP+ZnNVOwyxhw== X-Received: by 2002:adf:e310:0:b0:226:d19c:de22 with SMTP id b16-20020adfe310000000b00226d19cde22mr3958098wrj.314.1663362522681; Fri, 16 Sep 2022 14:08:42 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.41 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:42 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 19/24] ffmpeg: upgrade 5.1 -> 5.1.1 Date: Fri, 16 Sep 2022 22:08:13 +0100 Message-Id: <20220916210818.1228761-19-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170817 Signed-off-by: Richard Purdie --- .../ffmpeg/{ffmpeg_5.1.bb => ffmpeg_5.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/ffmpeg/{ffmpeg_5.1.bb => ffmpeg_5.1.1.bb} (98%) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_5.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_5.1.1.bb similarity index 98% rename from meta/recipes-multimedia/ffmpeg/ffmpeg_5.1.bb rename to meta/recipes-multimedia/ffmpeg/ffmpeg_5.1.1.bb index bb507b4974b..2306fe4a42f 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_5.1.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_5.1.1.bb @@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02" SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz" -SRC_URI[sha256sum] = "55eb6aab5ee235550fa54a33eaf8bf1b4ec66c01453182b12f6a993d75698b03" +SRC_URI[sha256sum] = "95bf3ff8c496511e71e958fb249e663c8c9c3de583c5bebc0f5a9745abbc0435" # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 ARM_INSTRUCTION_SET:armv4 = "arm" From patchwork Fri Sep 16 21:08:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12937 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 031BAECAAD8 for ; Fri, 16 Sep 2022 21:08:55 +0000 (UTC) Received: from mail-wm1-f41.google.com (mail-wm1-f41.google.com [209.85.128.41]) by mx.groups.io with SMTP id smtpd.web12.900.1663362525808510024 for ; Fri, 16 Sep 2022 14:08:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=a+sjLMEZ; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.41, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f41.google.com with SMTP id n40-20020a05600c3ba800b003b49aefc35fso553849wms.5 for ; Fri, 16 Sep 2022 14:08:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=JLC/DJ7moBxX/rvQ5uHgbhtfSjqmKMoXPbV4gF1RIko=; b=a+sjLMEZMjes7wEoL6MDViDOulWJ5scouTZeYCYho6ryRfqzGJIay/TO/k9G5Mw0fm 3SNtueAXjJLxaCBigAOpZQK9GrMUk1QfRhYLu5yl27ArrfqZzlrOV6myzL0Z4RL8nZsI XntLe8mqxSoJjGFCMjs/IOnLCdkbVM51oGQmk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=JLC/DJ7moBxX/rvQ5uHgbhtfSjqmKMoXPbV4gF1RIko=; b=pMRB1hVBMuI+8fJ2aey8LWcOhZrCUjyowilPGgesDcGQgL4AWft5HUPsehLiXNwD4g V6hOHF+xKK5O91HDqUIi5apXOGhvFL6pEW3vJXCwU38J4DBefY+9OCHYluYB0TyRfN2c 21yZrHHKqoHYZtZhQpmizxK/dDRL/Sq9UrGI4Ysr4RXD2MzQrMU0Ds8zZliOxbwuEWEf a2LOIAdlv8C1/wKoWmIVwyHCWgVGmvIdbOYf1KhN6qVJfM7hWOliiD23QadFKH+oC0+o t49jWDbCXPU/6L0Om/m7c3+PePTHxm2Zu1+Fde/kRP48SRJiHsWqlQYOy3FIM1EUWE2t yXTw== X-Gm-Message-State: ACgBeo1XkyMpDO4ZrZvpdLJJ9jzFiiE5wzzQ+keEIl6nZ94TTXGJgJVd f+yZXvOAefizFg6ODrviYdoKy2alVWkCUg== X-Google-Smtp-Source: AA6agR51Mc60TOK4AWzFkTJorfuLkaNkgOWuCRVI8p9VopJ5mK01asoaDdUFS1p6Odkf5mpF89CSpw== X-Received: by 2002:a05:600c:34c2:b0:3b4:76f2:9c3b with SMTP id d2-20020a05600c34c200b003b476f29c3bmr11182368wmq.179.1663362524009; Fri, 16 Sep 2022 14:08:44 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.42 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:43 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 20/24] repo: upgrade 2.29.1 -> 2.29.2 Date: Fri, 16 Sep 2022 22:08:14 +0100 Message-Id: <20220916210818.1228761-20-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170818 Signed-off-by: Richard Purdie --- meta/recipes-devtools/repo/{repo_2.29.1.bb => repo_2.29.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/repo/{repo_2.29.1.bb => repo_2.29.2.bb} (95%) diff --git a/meta/recipes-devtools/repo/repo_2.29.1.bb b/meta/recipes-devtools/repo/repo_2.29.2.bb similarity index 95% rename from meta/recipes-devtools/repo/repo_2.29.1.bb rename to meta/recipes-devtools/repo/repo_2.29.2.bb index 740132c2f6e..42fd18ac246 100644 --- a/meta/recipes-devtools/repo/repo_2.29.1.bb +++ b/meta/recipes-devtools/repo/repo_2.29.2.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ file://0001-python3-shebang.patch \ " -SRCREV = "4112c07688d0e0e568478e9f42be349bdd511d45" +SRCREV = "891e8f72ce3551a19c377456574bbfbeac5c8b8e" MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" From patchwork Fri Sep 16 21:08:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12935 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 13081C6FA90 for ; Fri, 16 Sep 2022 21:08:55 +0000 (UTC) Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) by mx.groups.io with SMTP id smtpd.web08.862.1663362520418492160 for ; Fri, 16 Sep 2022 14:08:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=PsT+Y/6Y; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.52, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f52.google.com with SMTP id z6so5451018wrq.1 for ; Fri, 16 Sep 2022 14:08:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=Vs40WVDW6V+o30bJYFg8El/wqdOBwKXq5wDVxnZ6Db8=; b=PsT+Y/6YMX5gSdkVeG0kVTK7dWMT98bUG3D69nI2hMWnFAoXJjWWJJTn5Dv5+f7Ysi QWXowiy2YuULlCVxWUr0oX/9oT1RcXf5q1etDM8E3SBsvrNKY0QfZ/CDx+z7Pk++lFAW ZMvKou2yy+A40760sVIW9WxBzfp1Mvc83wHv4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=Vs40WVDW6V+o30bJYFg8El/wqdOBwKXq5wDVxnZ6Db8=; b=sLsASo8Z6XXNy+HXOhXNYaIqsebSEjXrnZM/bSP06BLR1cz53CWrNHnsP2WV0dCm1u tpMw4GJmWB/YqKE6tGJrzoHuDfM9kfRVzcqX7zDfKXzjC+nNrG81WVKV0Afhwubof07o j/+RjMsbTs2vnmRgIpbx3hS2jaL8dc9F+zpcnv7Jc/MceVlsF146KwNXAvhiIy9SXKjS uUfbvIqY6skKbbLF348Sg7CTebZYZhyMzO0xr9pFKA305voO1U0yTHlXhmUckIfNYEN6 JRgqxxiW9zoaizApLPbcluxYnLLuzU1nQncMecpL2Os0YUIPVWKsvT3nXjBe/3oXueBO fM0A== X-Gm-Message-State: ACrzQf0M1qfUTaWParOvraOqVGzab+O4w2rK5L/Sl21z61q2FAmve4VU QBhVzg58AgxwMJHhQt275oV/Nzxy0oF+QA== X-Google-Smtp-Source: AMsMyM5l+3GCihLMzl0JFxkCQpaAsqVIVXPh6LL9AuF6YLQbs8BjPA+Buuf9jcpc+m1/dF7smLpnVw== X-Received: by 2002:a05:6000:15c2:b0:228:dc85:d1b0 with SMTP id y2-20020a05600015c200b00228dc85d1b0mr3936183wry.9.1663362525345; Fri, 16 Sep 2022 14:08:45 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.44 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:44 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 21/24] nghttp2: upgrade 1.48.0 -> 1.49.0 Date: Fri, 16 Sep 2022 22:08:15 +0100 Message-Id: <20220916210818.1228761-21-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170819 Signed-off-by: Richard Purdie --- .../nghttp2/{nghttp2_1.48.0.bb => nghttp2_1.49.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nghttp2/{nghttp2_1.48.0.bb => nghttp2_1.49.0.bb} (93%) diff --git a/meta/recipes-support/nghttp2/nghttp2_1.48.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.49.0.bb similarity index 93% rename from meta/recipes-support/nghttp2/nghttp2_1.48.0.bb rename to meta/recipes-support/nghttp2/nghttp2_1.49.0.bb index 4ff3ab829b4..b7bcd0ece0e 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.48.0.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.49.0.bb @@ -10,7 +10,7 @@ SRC_URI = "\ https://github.com/nghttp2/nghttp2/releases/download/v${PV}/nghttp2-${PV}.tar.xz \ file://0001-fetch-ocsp-response-use-python3.patch \ " -SRC_URI[sha256sum] = "47d8f30ee4f1bc621566d10362ca1b3ac83a335c63da7144947c806772d016e4" +SRC_URI[sha256sum] = "b0cfd492bbf0b131c472e8f6501c9f4ee82b51b68130f47b278c0b7c9848a66e" inherit cmake manpages python3native PACKAGECONFIG[manpages] = "" From patchwork Fri Sep 16 21:08:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12936 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 0E373C6FA86 for ; Fri, 16 Sep 2022 21:08:55 +0000 (UTC) Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) by mx.groups.io with SMTP id smtpd.web12.899.1663362514713185061 for ; Fri, 16 Sep 2022 14:08:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=d0Yh7bmg; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.48, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f48.google.com with SMTP id ay36so7285749wmb.0 for ; Fri, 16 Sep 2022 14:08:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=dwioUjcDCAmGdiYnFc5uk/RpYAc2IWcPosk/U0jy5eQ=; b=d0Yh7bmgiqtQDEttnUROhkr2V2DMU9rFzKGXzckxyH6VqGAxVTjILDZpRDyXD9kY7W DuPygEI93Hxsids57t/5Rl0lI0pqooONmvFAlzgzlPw92E4r9LEWXsHLB/cX1mYnuvv3 JJOAU7TZG+kc/9VRy68c8UkugS1Zt7bNhcUsE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=dwioUjcDCAmGdiYnFc5uk/RpYAc2IWcPosk/U0jy5eQ=; b=1cmHovLr4UHP9Sh7KNLRe3vOoZE187SqkvQBqaMt9kTIiuDXTmdHQTnOXP7Rn5FuCm CYX8MxUIMYcQueh+2zI8TXlkz0skeQNSm+Cu9DraVEqEbl/RRULLm85LPHKjs1Ag7GJ3 XFU+1mdx12SlQt/f5XyoJetzQmvGi2/ZGwA+gkxm8X99Rqm84n9Mf29uqgh9/MYOU0fv 6JJESCwbJq558mfYXsSx61RLELi5+Wqvx37jkryAf6CiPvoaDZ8xavEjiYzTmp9AoeI7 3pz6EGWoY1z/5jnTUigoYCIwZ6hUhIywehTipFlmRnHPky+H2iOxUxj3XU+mlR3Nqcs2 BthA== X-Gm-Message-State: ACrzQf3e3aA6vw1EUedj6PBqWZvKmyfAxu0OTLhnm/Mda7XmjXtAuTAF 3QkvEWUBcl/5xncMlpcQBfPAkP1GUhwSPA== X-Google-Smtp-Source: AMsMyM6LOR2as/elKA2yB2MhROTwx9W2mjn05oTLjQnpSXutvky+NfaAO0uQ3NpXieWzoVQ0UDbcKQ== X-Received: by 2002:a05:600c:154d:b0:3b4:aae6:4bd7 with SMTP id f13-20020a05600c154d00b003b4aae64bd7mr4614278wmg.63.1663362526607; Fri, 16 Sep 2022 14:08:46 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.45 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:46 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 22/24] libjitterentropy: upgrade 3.4.0 -> 3.4.1 Date: Fri, 16 Sep 2022 22:08:16 +0100 Message-Id: <20220916210818.1228761-22-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170820 Signed-off-by: Richard Purdie --- .../{libjitterentropy_3.4.0.bb => libjitterentropy_3.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.4.0.bb => libjitterentropy_3.4.1.bb} (95%) diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb similarity index 95% rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.4.0.bb rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb index 1d291cc357e..3fb8c6b1479 100644 --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.0.bb +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=64a87180908540620ce364b5e69b3b03 \ file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ " SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https" -SRCREV = "2e5019cfe63038faaa405ce53715effe4ea580e4" +SRCREV = "4544e11320138ac02797af81766f4476a71bb09f" S = "${WORKDIR}/git" # remove at next version upgrade or when output changes From patchwork Fri Sep 16 21:08:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12933 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 07190C6FA8B for ; Fri, 16 Sep 2022 21:08:55 +0000 (UTC) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) by mx.groups.io with SMTP id smtpd.web10.880.1663362530450466846 for ; Fri, 16 Sep 2022 14:08:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=L4G/l0/k; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.54, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f54.google.com with SMTP id d12-20020a05600c3acc00b003b4c12e47f3so552507wms.4 for ; Fri, 16 Sep 2022 14:08:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=uybh9Sjm2lIPeygV5IvrzRMWwOnGgjpO9SFdLsRb9C8=; b=L4G/l0/kBOLjJSc8n5DfR3FCla2Bm9VNvNiWBb30Qp5gJA+nmyH/uMWQhpBX/sob9i hw32psfS5e4Smy3B/7Nzn3IRFzGWkrwrmwBCujGSEqAiY3rmryHCDFT/r44E4Cdd7rCo 4QOYSe6FvUVV37wB9+GeAPZ1+zGegFbE3/9OQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=uybh9Sjm2lIPeygV5IvrzRMWwOnGgjpO9SFdLsRb9C8=; b=Tw6bZlFuoIUqGKWBbada7JkAetNldY+9ll5PPlTweN0WS4AzzBqtIFBrGb8/e8uU1q gkr9lrJ7hJRdg68QN5UeMvNwHAuKa4mxlxfQQZu/gKPluX9DOa+59vSB0Qb9E9dmHGwy MAhCSAYIcC/jHoi1JIEOj9PzmiZR9WyD2cdkGrj9UA2hqljzeM2cEgMMQK9eikNVaiWT PtfGuSZxHpOtbJg3cw5zeVAS5bNh5/ivMMo7yNNvkfV77HMu9M9BY2xpVoKkxMCmPUeK 8bX4YZc/6UM7Uodvi3EiZZvSRiFvrBlRFwfMORm5EJ3IUAjIL+Nto9bCBOBKOpul2Xl4 lSyg== X-Gm-Message-State: ACrzQf1+HZVyFXRUHtq2jKe3pPON8qLDuK+xQkmmBAriTH9FV6kpLe+T CMQnCehSwnhJA6Zs6qGB8LMXtdsxmLXMWA== X-Google-Smtp-Source: AMsMyM66IS6e4zb30hCXk9lfabJnycT+TsqvdVY7a9tTQ/aty826/ZGrf/x0KEUU/Aepd0jqf2s6Mg== X-Received: by 2002:a05:600c:3591:b0:3b4:bf48:9f10 with SMTP id p17-20020a05600c359100b003b4bf489f10mr2780236wmq.76.1663362528514; Fri, 16 Sep 2022 14:08:48 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.46 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:47 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 23/24] sqlite3: upgrade 3.39.2 -> 3.39.3 Date: Fri, 16 Sep 2022 22:08:17 +0100 Message-Id: <20220916210818.1228761-23-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170821 Signed-off-by: Richard Purdie --- .../sqlite/{sqlite3_3.39.2.bb => sqlite3_3.39.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.39.2.bb => sqlite3_3.39.3.bb} (86%) diff --git a/meta/recipes-support/sqlite/sqlite3_3.39.2.bb b/meta/recipes-support/sqlite/sqlite3_3.39.3.bb similarity index 86% rename from meta/recipes-support/sqlite/sqlite3_3.39.2.bb rename to meta/recipes-support/sqlite/sqlite3_3.39.3.bb index dfef4808952..fce497e0e17 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.39.2.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.39.3.bb @@ -4,7 +4,7 @@ LICENSE = "PD" LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" SRC_URI = "http://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_PV}.tar.gz" -SRC_URI[sha256sum] = "852be8a6183a17ba47cee0bbff7400b7aa5affd283bf3beefc34fcd088a239de" +SRC_URI[sha256sum] = "7868fb3082be3f2cf4491c6fba6de2bddcbc293a35fefb0624ee3c13f01422b9" # -19242 is only an issue in specific development branch commits CVE_CHECK_IGNORE += "CVE-2019-19242" From patchwork Fri Sep 16 21:08:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 12934 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 070C0ECAAA1 for ; Fri, 16 Sep 2022 21:08:55 +0000 (UTC) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) by mx.groups.io with SMTP id smtpd.web11.953.1663362531487277163 for ; Fri, 16 Sep 2022 14:08:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=eV9N9TZA; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.54, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f54.google.com with SMTP id o20-20020a05600c4fd400b003b4a516c479so560428wmq.1 for ; Fri, 16 Sep 2022 14:08:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date; bh=/3J1R8JFYnM1fP1FlW/Bor/iqj2wAWz0b75AxVj+gCc=; b=eV9N9TZAPxyUbBYxDOCOZRs4pwGQP702PnG79aMR8kawOW9No2Gd+xRD1vj//Yhii+ eUeWEwvMK48dcvv0c4+qcLZvS2U0mtY/9C5Wqd8c4ZvwmnQCDwBPhDCCkv4AdyJOqFDY 5exvEYdOoEUXoJYIWSnE0hnHrFEoJXVF/yqCc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date; bh=/3J1R8JFYnM1fP1FlW/Bor/iqj2wAWz0b75AxVj+gCc=; b=u/GLOmrROWaQdMYMhR7usAPacH0KeDvyV1R+7kUYyAysBlycy6HV+KD5qolwHp5RcT iFE5woChVT0IsYBoQu6rW15C56h3sWgpiajaO9oc+BW54PeRjypCN67rEornKiZ8BtgJ LaCv8Bjrrwqdx8MoT5Q/Pyzq+IKHfEA6aYbD93OUZG4yge7ibvkxTkNtFTcpQka1sRI7 GOLEgJa6CXnDtjcuOw8Cv0A5arpvcGx7ncFUcQM+lacrVv41msb3N8KYyUoRAX22Q0Ij dtpTzGbQlQt0qXc8WqttqC+JTKmI5VI083PtFvXnRAHpCYbxbK5hd704yccs0Y29ihxv BbQg== X-Gm-Message-State: ACrzQf2GkcKd23zL0lqYsvu7zbrRZ5MlDRJgFbqNjPQ44/lpGOXnh77L lFaUiyIwVnO28anyA8lkkl0xjCwTEKZ1Eg== X-Google-Smtp-Source: AMsMyM7kuIOdbo9lyPOUQqBXPxJsrWYH0/HZBNYXHlgfUPI+Ju8szTUswjXGn4Jojfz1dO9SfMRhkA== X-Received: by 2002:a05:600c:22c7:b0:3b4:92ba:ff99 with SMTP id 7-20020a05600c22c700b003b492baff99mr4853828wmg.190.1663362529702; Fri, 16 Sep 2022 14:08:49 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:2f11:4b9d:cda7:29e6]) by smtp.gmail.com with ESMTPSA id j16-20020a05600c191000b003a8434530bbsm3411533wmq.13.2022.09.16.14.08.48 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 14:08:49 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 24/24] diffoscope: upgrade 220 -> 221 Date: Fri, 16 Sep 2022 22:08:18 +0100 Message-Id: <20220916210818.1228761-24-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> References: <20220916210818.1228761-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 21:08:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170822 Signed-off-by: Richard Purdie --- .../diffoscope/{diffoscope_220.bb => diffoscope_221.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_220.bb => diffoscope_221.bb} (92%) diff --git a/meta/recipes-support/diffoscope/diffoscope_220.bb b/meta/recipes-support/diffoscope/diffoscope_221.bb similarity index 92% rename from meta/recipes-support/diffoscope/diffoscope_220.bb rename to meta/recipes-support/diffoscope/diffoscope_221.bb index dc556477fa5..c801200d7c3 100644 --- a/meta/recipes-support/diffoscope/diffoscope_220.bb +++ b/meta/recipes-support/diffoscope/diffoscope_221.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "7873e13ac8b11b634ee3490b70b056c6a6bae9cfb794d6ba7cb43e7797b2a829" +SRC_URI[sha256sum] = "7b1724e9b1e5ac6597cac07d0acd2661db1bcf0d6a9b2e87be21b5e3806be9f8" RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm"