From patchwork Sat Jun 4 10:26: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: 8846 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 9D551C43334 for ; Sat, 4 Jun 2022 10:26:39 +0000 (UTC) Received: from mail-wm1-f49.google.com (mail-wm1-f49.google.com [209.85.128.49]) by mx.groups.io with SMTP id smtpd.web09.8733.1654338389935532337 for ; Sat, 04 Jun 2022 03:26:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=WeCi0tmK; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.49, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f49.google.com with SMTP id n185so5187915wmn.4 for ; Sat, 04 Jun 2022 03:26:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=AZ4eW7ss49RrUFdS2hDuCf0C9picYlZ0aPhhvlV+hes=; b=WeCi0tmKGIzXFvCWGFsc9x0nkDsQ2SE8IMf72mBX8Qf/jLW0SmHt0KOR+3yB8JJRYA 2zRbKZpU9Twh5sKY2MWvrHWyrolKzUcjTRidLGjtEFgWupS4V4vRlLwS08/CDv3kAoaG s0Um5db6HtixhkNtHg9CbItX+/AnyR9hbwtfA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=AZ4eW7ss49RrUFdS2hDuCf0C9picYlZ0aPhhvlV+hes=; b=j8yPv0+f7QoAAyzaPJuCJo9EczbSrkAGvH9VksNoDxHH9FBEVelaT4s35LCeolHdwn ClEzBiIP9P/8+0V7QebgW4zQLWTWm4ojU/sWlDSjqniu8d6QKSUU4KgdyZb8pmP1hUxr EWyqCIA7Z01sZKqy4LcklsLkFDKymKKo+HixJcWBQ+eCcNn+Zb6Op+t4QjUgJAaXdgtm jcCyMXqoAYkm+LQ3V3mRMPXfTzU3bO53ty+j5QjJw9Lm4YtYDT9hffBpPHmMXgaLIMvN a6m3T7SUM63hoTEWRczSOHRCSdgI4k7C+YOwpRGnuTQIJSQoYM/Aq/KLnAyEvllrPvoO 0QKA== X-Gm-Message-State: AOAM532uq1/MAY/wutSyGopnodPrGDJ/do3cGX9T/yqkdblHF4rhWRli 38QPiI/iVmFCTDgRZRU1OESwEHPowoBEUP3k X-Google-Smtp-Source: ABdhPJxBa4q4KX5o1rXLn0UlvZUh/gZRtHHAvfJiduT5UsuivBmeYUjYafFb7OD3IX+aWUytqkfcLg== X-Received: by 2002:a7b:c109:0:b0:397:43ef:b66f with SMTP id w9-20020a7bc109000000b0039743efb66fmr41080493wmi.44.1654338387816; Sat, 04 Jun 2022 03:26:27 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.26 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:26 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 01/17] glib-2.0: upgrade 2.72.1 -> 2.72.2 Date: Sat, 4 Jun 2022 11:26:09 +0100 Message-Id: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166547 Signed-off-by: Richard Purdie --- meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch | 2 +- .../glib-2.0/{glib-2.0_2.72.1.bb => glib-2.0_2.72.2.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0_2.72.1.bb => glib-2.0_2.72.2.bb} (96%) diff --git a/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch b/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch index 816b790ce77..fb50fff6a57 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch +++ b/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch @@ -1,4 +1,4 @@ -From d52b1b530c5d8a1e70ae45d6e2139e9d3f25207f Mon Sep 17 00:00:00 2001 +From a30eb17c20e070124b55523d86729348f2929f95 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 11 Mar 2016 15:35:55 +0000 Subject: [PATCH] glib-2.0: relocate the GIO module directory for native builds diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.72.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.72.2.bb similarity index 96% rename from meta/recipes-core/glib-2.0/glib-2.0_2.72.1.bb rename to meta/recipes-core/glib-2.0/glib-2.0_2.72.2.bb index c9ccedd81ff..c4a8a4b8ada 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.72.1.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.72.2.bb @@ -19,7 +19,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ " SRC_URI:append:class-native = " file://relocate-modules.patch" -SRC_URI[sha256sum] = "c07e57147b254cef92ce80a0378dc0c02a4358e7de4702e9f403069781095fe2" +SRC_URI[sha256sum] = "78d599a133dba7fe2036dfa8db8fb6131ab9642783fc9578b07a20995252d2de" # Find any meson cross files in FILESPATH that are relevant for the current # build (using siteinfo) and add them to EXTRA_OEMESON. From patchwork Sat Jun 4 10:26: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: 8851 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 CC880CCA485 for ; Sat, 4 Jun 2022 10:26:39 +0000 (UTC) Received: from mail-wm1-f43.google.com (mail-wm1-f43.google.com [209.85.128.43]) by mx.groups.io with SMTP id smtpd.web08.8746.1654338390176030581 for ; Sat, 04 Jun 2022 03:26:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=PE4cdxI1; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.43, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f43.google.com with SMTP id n124-20020a1c2782000000b003972dfca96cso5447066wmn.4 for ; Sat, 04 Jun 2022 03:26:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=5vKWe8o7SX6Vr8T4eIXZy7ArXnBj6GjW8SN5H5HFYo0=; b=PE4cdxI1+CxpuMjp9XffE8MjsdLf9rBCw8s1LxcWirgsdy8lbSAoGM+L1iLMGGvEZg JfFogpJTAarKjyKYiEEbShJ/0psdmjwpT+j0nA8SXsZPBkP9SssfV2lKH80Q6wCmyaXy y8pFRxSGkSprCIHe5g3gdsmfmSENbBg4rGQ6I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=5vKWe8o7SX6Vr8T4eIXZy7ArXnBj6GjW8SN5H5HFYo0=; b=fT5Xmt+eLWF42+2QeRr95qKcyu5iLmL6QgQyWKspVtvbG27J5QBx96F5V7vh/QxJj/ f/PGb6QdWZpPIXlIkaerWeV5ljptvX9DoyN0mbcVAOagsj64e25alFPzHM8D4R7JIdnN 5IRc0XEZ+KADr6BaU9qAPP9rfSjqsnlIY+bEZV2pQW7TT+MhKOr7uejPHAFeKDQ2gDML 2qVAQmJVodiN0jiy44qRjAi3rvs9d5vVStOS00iUW1BcHd/M7krl/qn/f7lPAsgqZBD9 VJSKlAST3qNMLCcauCWJSzXhOmbcPVDZntXHVF+Lh+ofrvKtVZk5VqJ2ivErpZcxinqx hghQ== X-Gm-Message-State: AOAM531DDr8fCvlGaatLDAo99f4LR+PD5Y6ZkUBT2ra81i1st5ewRVGB dgegrrxG+kxwuatk1PzLOVdlqI2w6kMTsH0s X-Google-Smtp-Source: ABdhPJx327QVNTwiG8G1sqIXSatPH2UBDgYzA+C6cFkYTy4eJPHZ+7sYIuM5xwR0I0yFB3kdsLwF7A== X-Received: by 2002:a05:600c:3b29:b0:397:4f6d:5119 with SMTP id m41-20020a05600c3b2900b003974f6d5119mr13218793wms.129.1654338388425; Sat, 04 Jun 2022 03:26:28 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.27 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:28 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 02/17] dnf: upgrade 4.12.0 -> 4.13.0 Date: Sat, 4 Jun 2022 11:26:10 +0100 Message-Id: <20220604102625.199845-2-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166548 Signed-off-by: Richard Purdie --- meta/recipes-devtools/dnf/{dnf_4.12.0.bb => dnf_4.13.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/dnf/{dnf_4.12.0.bb => dnf_4.13.0.bb} (98%) diff --git a/meta/recipes-devtools/dnf/dnf_4.12.0.bb b/meta/recipes-devtools/dnf/dnf_4.13.0.bb similarity index 98% rename from meta/recipes-devtools/dnf/dnf_4.12.0.bb rename to meta/recipes-devtools/dnf/dnf_4.13.0.bb index d621e72d4ea..bf89ceb2757 100644 --- a/meta/recipes-devtools/dnf/dnf_4.12.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.13.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 = "956b5c74bab2affde27f404e7aee98c10818b188" +SRCREV = "ef09e48fc3ebbbaf4dfa478e6e0532706506f091" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" S = "${WORKDIR}/git" From patchwork Sat Jun 4 10:26: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: 8850 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 CC5B6CCA484 for ; Sat, 4 Jun 2022 10:26:39 +0000 (UTC) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by mx.groups.io with SMTP id smtpd.web08.8747.1654338391668538044 for ; Sat, 04 Jun 2022 03:26:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=L2NCD34x; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.45, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f45.google.com with SMTP id q26so2916640wra.1 for ; Sat, 04 Jun 2022 03:26:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=ItFSxChfghlrFdTvi11gsk7bslFVau0uQlIp0NLaUzs=; b=L2NCD34xkHDd6v6FkmTUOVbIyJ5rtlL+lyRtqHBQrIWrj3VdZEBMoWrM0fnrEQzBxW Re9JmwYrNyTkGXfk4OblSZ6XzZIyBKanVNXTjak5OOy2JG7S91mz3CXS0LSuAWzyfmyv D+97SFVfA8pvYK0gpgkU0EGmDGdx5HLGNdxu8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ItFSxChfghlrFdTvi11gsk7bslFVau0uQlIp0NLaUzs=; b=maakdzJHhqIkMORPYMiTnYCFQZ93HA/rf4g9mpejIgcyJXdftwXMkr4bTJNcyVKRBo 00X00IWtdjhfHwp5QVT4TZz9impp3zxh7+KrineuClS5gZctpVmgp/wJECXxqK6vC1NZ 9k6N9VDn3WiZBp6vMqETiOzt0Lud3Td3MX9NKpRpwba3mbq5TMJOTsOGLVC/I0YtABNI ZBUO/7nxIpZIZHEBttHBdH3dRbxewBt7Q2ZgtKwzS5injQF/Mzz9ey5Key6Cnat1XM9l CQtr8rXYCgckygQ6DYcAPZsKe/tYfFZx/kh0Ypnj3iKCHtkcKo96iB7+fFhaergjgH87 lxKQ== X-Gm-Message-State: AOAM532LBXKf6ALkYTQU5DjAzrw/z+7Msb1HsTP24u29LpLqnpwAliMY SpICjo43zbeBGIs7wHGl1xkuCXCWNzgVD1sd X-Google-Smtp-Source: ABdhPJzzAXGiAE2rsVX5d0wN0U1FIDLcC1X4bGi6/d3S0RfpjX3GmZ6Pc+INeYOk4rZ+5872A471bw== X-Received: by 2002:a5d:6e8d:0:b0:210:2ce0:e2ae with SMTP id k13-20020a5d6e8d000000b002102ce0e2aemr12171595wrz.364.1654338389307; Sat, 04 Jun 2022 03:26:29 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.28 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:28 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 03/17] python3-dtschema: upgrade 2022.4 -> 2022.5 Date: Sat, 4 Jun 2022 11:26:11 +0100 Message-Id: <20220604102625.199845-3-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166549 Signed-off-by: Richard Purdie --- .../{python3-dtschema_2022.4.bb => python3-dtschema_2022.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dtschema_2022.4.bb => python3-dtschema_2022.5.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-dtschema_2022.4.bb b/meta/recipes-devtools/python/python3-dtschema_2022.5.bb similarity index 83% rename from meta/recipes-devtools/python/python3-dtschema_2022.4.bb rename to meta/recipes-devtools/python/python3-dtschema_2022.5.bb index 7bc89c844c6..0520dd76aae 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2022.4.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2022.5.bb @@ -7,7 +7,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "dtschema" -SRC_URI[sha256sum] = "c70a644e0100b5bacd44839a2316291d8eee91f6535a8419459de59fd0fcf6ce" +SRC_URI[sha256sum] = "147ff18bf446131d3ba14bc751febd84f4fdedf06130f53e193d3370052dfe3f" DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" From patchwork Sat Jun 4 10:26: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: 8848 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 BE6D9CCA481 for ; Sat, 4 Jun 2022 10:26:39 +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.8734.1654338391908104990 for ; Sat, 04 Jun 2022 03:26:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=E0DJoPVt; 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 a10so2654990wmj.5 for ; Sat, 04 Jun 2022 03:26:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=zhn1KI88N1RnF+bvvYpg0n+AmcCCyRw27ET600NKv+k=; b=E0DJoPVt2TNDdFirfzQJUV/0NLGqhLpfwqu7h7t9kM9/mrG25lFI06yAdJJgFvEvYT lOFug7cfFk3ggcMVneugXALJQYSTZxCu1Oe1TViNS0e5AKodBNeqmlGChswd6y2krBmf /n5llGzouLhntWuKyY/T/NERH3fAuasIpcFJ8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=zhn1KI88N1RnF+bvvYpg0n+AmcCCyRw27ET600NKv+k=; b=JxUMYUqfW7kWLF3H8E/qkTbVW1sz+Ofiy49Ub6Lw4fGNTwwqlFSeVJASJarxZLvA+h jiNJuA346938RaNe/lBP8SyntWwZH3QCf2VcEGIfMeDogXPN3N+DRhFA18bHlHvI/6Cr 6snKixJrlAWS/jtmEdveWgkM7/6ZqeD+KZW3Gipub16M7oWvTcxhNVLyPUb1roAZ5tCr +dPid98TA2aw6nVs84E3mhhFQFzRoiCqV5xm1A8QVHhxM5JgSEP207MzZisCv/RhIYtS Fxfu0ckbY7jNjSVnhbgtWMhawzrS/8hLWAdmH7uJmfzaMiPdtdsQHvwjE4uxNpxxjpMw iabA== X-Gm-Message-State: AOAM532jVQuAdPfZyNE3cjupHPwWOn8DxoD9ebOcmyFPz4UMwfWJ4xKe IKnUBD54NSqvnQsi4o/naH0PrvGBlk9G7IuO X-Google-Smtp-Source: ABdhPJxSjB3WEErEIEh5ztKojzl/ZBvtD9a5ikUtQJR99XfbmdOzHhtG/guGq6WjDHNzxEZU1NQhkw== X-Received: by 2002:a05:600c:35c2:b0:39b:fa1f:4f38 with SMTP id r2-20020a05600c35c200b0039bfa1f4f38mr12841325wmq.22.1654338390074; Sat, 04 Jun 2022 03:26:30 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.29 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:29 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 04/17] python3-sphinx: upgrade 4.5.0 -> 5.0.0 Date: Sat, 4 Jun 2022 11:26:12 +0100 Message-Id: <20220604102625.199845-4-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166550 Signed-off-by: Richard Purdie --- .../python/{python3-sphinx_4.5.0.bb => python3-sphinx_5.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-sphinx_4.5.0.bb => python3-sphinx_5.0.0.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-sphinx_4.5.0.bb b/meta/recipes-devtools/python/python3-sphinx_5.0.0.bb similarity index 91% rename from meta/recipes-devtools/python/python3-sphinx_4.5.0.bb rename to meta/recipes-devtools/python/python3-sphinx_5.0.0.bb index f4d27f32753..93edd9db7e0 100644 --- a/meta/recipes-devtools/python/python3-sphinx_4.5.0.bb +++ b/meta/recipes-devtools/python/python3-sphinx_5.0.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=72c536e78c21c567311b193fe00cd253" PYPI_PACKAGE = "Sphinx" -SRC_URI[sha256sum] = "7bf8ca9637a4ee15af412d1a1d9689fec70523a68ca9bb9127c2f3eeb344e2e6" +SRC_URI[sha256sum] = "464d9c1bd5613bcebe76b46658763f3f3dbb184da7406e632a84596d3cd8ee90" inherit setuptools3 pypi From patchwork Sat Jun 4 10:26: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: 8849 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 BF6E4CCA482 for ; Sat, 4 Jun 2022 10:26:39 +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.web12.8741.1654338392965262361 for ; Sat, 04 Jun 2022 03:26:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=BEib0em8; 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 r129so5184537wmr.3 for ; Sat, 04 Jun 2022 03:26:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=dmNFdujulQXUzH8lIFCtc0a01oYVNXLeQwt/JVeCYTg=; b=BEib0em8ywDppcheWV/crT5DSzcznQkAcVNQ4jvtBmwf2eWs3btsMv58xctlLoAQRC tL9eo9JMZpzQEmpdIV6/hXWTbE4Omlb+JOLoh684/yNKTyIHUL9d+ei5W46jOLM1OUAj K9bz4lqRkxcbOguCZw9DZDdECX/NX95Iav9Vw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=dmNFdujulQXUzH8lIFCtc0a01oYVNXLeQwt/JVeCYTg=; b=32oDpcSOoWu7yC4huodgBAcSGXz7stb9hbPjrUHNuDQW99JstBvJw3DQMsxS6Wq8da tIeHmRckCL6zXoBKCZKkoRevTtQJ/Z9Kk/cjKD/tjnd0Fu+ROLakL4AJQqNyFFEtjk0Q 3fop+f+WrChTQ7XpYWkBrr0FB+e9SAxIVYw56KpkO/AkQCeHXgdqU8+c8OKIEB0hq2gY Cci37QaUd/dz+CU6twEBfRMgisJZxGTu8oTgCPRR5mTrZ8st6toYXBlUaKRnOpcZW8r2 7kU4vSx9th6BG9JzDi8ogCyVkVYNhDvwzX07QL1U2TqAt2IiJXvOaaDQ2jZa4oUVL688 GjEA== X-Gm-Message-State: AOAM5338eYoGnu7g/3pEKrX5PQnT5qmOhMr8fTOvr8uOEuf/3C1ZA7Bd UbLM5r0yfbEVoWgf8SiW71evaRS/RnDoCuAV X-Google-Smtp-Source: ABdhPJzcd0y0Gq5MFCjCQY1uCZb6VqowqHcNwQXr1591/m307LMpHaWw93JC24S6mpS6fz+aMV1Zgg== X-Received: by 2002:a1c:29c3:0:b0:350:9797:b38f with SMTP id p186-20020a1c29c3000000b003509797b38fmr42539610wmp.22.1654338391219; Sat, 04 Jun 2022 03:26:31 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.30 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:30 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 05/17] python3-pip: upgrade 22.1.1 -> 22.1.2 Date: Sat, 4 Jun 2022 11:26:13 +0100 Message-Id: <20220604102625.199845-5-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166551 Signed-off-by: Richard Purdie --- .../python/{python3-pip_22.1.1.bb => python3-pip_22.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pip_22.1.1.bb => python3-pip_22.1.2.bb} (97%) diff --git a/meta/recipes-devtools/python/python3-pip_22.1.1.bb b/meta/recipes-devtools/python/python3-pip_22.1.2.bb similarity index 97% rename from meta/recipes-devtools/python/python3-pip_22.1.1.bb rename to meta/recipes-devtools/python/python3-pip_22.1.2.bb index ad239e952a5..0573db603d1 100644 --- a/meta/recipes-devtools/python/python3-pip_22.1.1.bb +++ b/meta/recipes-devtools/python/python3-pip_22.1.2.bb @@ -37,7 +37,7 @@ SRC_URI += "file://0001-change-shebang-to-python3.patch" SRC_URI += "file://no_shebang_mangling.patch" SRC_URI += "file://reproducible.patch" -SRC_URI[sha256sum] = "8dfb15d8a1c3d3085a4cbe11f29e19527dfaf2ba99354326fd62cec013eaee81" +SRC_URI[sha256sum] = "6d55b27e10f506312894a87ccc59f280136bad9061719fac9101bdad5a6bce69" do_install:append() { rm -f ${D}/${bindir}/pip From patchwork Sat Jun 4 10:26: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: 8852 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 BF74FCCA483 for ; Sat, 4 Jun 2022 10:26:39 +0000 (UTC) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by mx.groups.io with SMTP id smtpd.web08.8748.1654338393761404912 for ; Sat, 04 Jun 2022 03:26:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=M1NCa00m; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.51, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f51.google.com with SMTP id m26so1857940wrb.4 for ; Sat, 04 Jun 2022 03:26:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=nAL+b/7yd5r0Xec27CqX2g5YuUU07Z6DUQcKkSEo5eU=; b=M1NCa00my1CR9QgHVwCMsLQb1uT5MLl1jHWfvtsc5CJQxibyFLONjc/HXeF37Uo2Eh Iim1BHOEBT+g2oFFD7ekWJGkQZa4kquc1c+/cjTWkfwgQ5IgjLRDbIChAC3U2DkhLUkN 0rc2thms/N9j2gIhSoSYFqPVqzy2WTcTgsY5g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=nAL+b/7yd5r0Xec27CqX2g5YuUU07Z6DUQcKkSEo5eU=; b=1OGDEVnOUEzVZOtTnQ1luYaGpdhEwv0LNCkyT4oDK3CfujMlRJV19Bl1eNU3MeE56t vShAgQNdFG0D8+FHKNpOH0S6BljgruoyiG5oUsQl4j7AOoWCSD+9olUJ8vD+kEpmAtzq FWlEIByNCk7wwCuORvrA86xTfNrB2Exi0glhWxCaR+JtN4tUInwK0xv6yG5axF2IX3sk 02mn/risUwRqOBfjGMXHYK+f5OJ+hRZdtJxQV4D8xEuH+6PjIL+GMPtIlUx6Q/2+v4yq agnPdnhrSsqgp55FgghDgLZYTm4iz76s+kqRrw1Zrd/Uums2nfJCTyaI7LnlRPY2PoMt EGsg== X-Gm-Message-State: AOAM533yxwZ3BUyZiKc43szy2AshbgZkC5OsUN4nrTjZ4QS+cfQWJqbN 0B/r28NosV3ZB7//fv/gfYgVLfGrFlU6tutt X-Google-Smtp-Source: ABdhPJw4xqjZysoEK5AKrk59p7Ds0vIi9twik+6HsEdKgryKy2QEpa7oZJ0Cf67kqBvNMInNEIY3Mg== X-Received: by 2002:a05:6000:1542:b0:20f:f809:cf89 with SMTP id 2-20020a056000154200b0020ff809cf89mr11976630wry.361.1654338392115; Sat, 04 Jun 2022 03:26:32 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.31 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:31 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 06/17] alsa-lib: upgrade 1.2.6.1 -> 1.2.7 Date: Sat, 4 Jun 2022 11:26:14 +0100 Message-Id: <20220604102625.199845-6-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166552 Signed-off-by: Richard Purdie --- .../alsa/{alsa-lib_1.2.6.1.bb => alsa-lib_1.2.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/alsa/{alsa-lib_1.2.6.1.bb => alsa-lib_1.2.7.bb} (94%) diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.2.6.1.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.2.7.bb similarity index 94% rename from meta/recipes-multimedia/alsa/alsa-lib_1.2.6.1.bb rename to meta/recipes-multimedia/alsa/alsa-lib_1.2.7.bb index ca6bedae976..1832ce71a49 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.2.6.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.2.7.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \ " SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" -SRC_URI[sha256sum] = "ad582993d52cdb5fb159a0beab60a6ac57eab0cc1bdf85dc4db6d6197f02333f" +SRC_URI[sha256sum] = "8814e61f7ec6812c76e23a85cab00e0b0d3bba40816af36b726beb1bc04c74a7" inherit autotools pkgconfig From patchwork Sat Jun 4 10:26: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: 8844 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 AB541CCA47C for ; Sat, 4 Jun 2022 10:26:39 +0000 (UTC) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by mx.groups.io with SMTP id smtpd.web09.8735.1654338394504867958 for ; Sat, 04 Jun 2022 03:26:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=H8mBYQPw; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.51, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f51.google.com with SMTP id u8so8953615wrm.13 for ; Sat, 04 Jun 2022 03:26:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=uxoAzAWzIeD1N/+WKmqYtJzw5s+XeUDLvv8m/qLrjfo=; b=H8mBYQPwKgHilBoQG+qeyTqLXAxPUhiXHgY9GgYTmaEL0d5vmPGSmWQmpmqC1rU02B NIWbx8NAJLYI442xoqdUph0EzZWVZcu8mVcxw1zl/XRXYrNp530n32O2X8L5gWIEmOXh 7qNHR3tX7OxmoM7IPfrYMkdBVYJpbidVywq1M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=uxoAzAWzIeD1N/+WKmqYtJzw5s+XeUDLvv8m/qLrjfo=; b=W7I6Q0VTjE/aHBWkRtYCCH1AZEE07ow1Y68LgRZXNIFKEPspjrQI741OJg1F4N+1bb cmxr3Wwitie6aBB5V9P2ghqk/bxUVw70K+lDV7f99zP3te3OJ8CTV9w+TUxg1wNS4oh/ r8xir1v6TLXjA+S2AaO4t23vvQT5E5Ru7An9l8tML/QAlbGb6PEaHiT3mKyDSFXz12QP NwOpDsncTislbU1xOggjJ6ZGaMXtgnNTsLjErZQjbgaV+vzegi+X9fJuJW8hBX3lYDFc qnKVWxxjBCiwp9aypc6Xr0vLEmufku+ifGl47kXrXk77rjP9FBfis50SZSy6FTS10zjC LPqA== X-Gm-Message-State: AOAM530Pfu5Pa/M6MqkA2mgiB2B27NnXa7Uk7bMhXukxqoJaPwwtI9o1 4S65RoaVWIqiOLWIFVZDCD/E/ygl5PRrHWx1 X-Google-Smtp-Source: ABdhPJx/16YVyGMgj2VXj1A77n3hY2OSHu1cRRLM+JqceUMSBJ8lRLGFyxkhG1FHVhKgVJws1k1+IQ== X-Received: by 2002:a5d:6488:0:b0:203:b628:70d2 with SMTP id o8-20020a5d6488000000b00203b62870d2mr12250628wri.83.1654338392861; Sat, 04 Jun 2022 03:26:32 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:32 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 07/17] sysklogd: upgrade 2.3.0 -> 2.4.0 Date: Sat, 4 Jun 2022 11:26:15 +0100 Message-Id: <20220604102625.199845-7-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166553 Signed-off-by: Richard Purdie --- .../sysklogd/{sysklogd_2.3.0.bb => sysklogd_2.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/sysklogd/{sysklogd_2.3.0.bb => sysklogd_2.4.0.bb} (97%) diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.3.0.bb b/meta/recipes-extended/sysklogd/sysklogd_2.4.0.bb similarity index 97% rename from meta/recipes-extended/sysklogd/sysklogd_2.3.0.bb rename to meta/recipes-extended/sysklogd/sysklogd_2.4.0.bb index 7043f3d391a..4e6da70e4a5 100644 --- a/meta/recipes-extended/sysklogd/sysklogd_2.3.0.bb +++ b/meta/recipes-extended/sysklogd/sysklogd_2.4.0.bb @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/troglobit/sysklogd.git;branch=master;protocol=https file://sysklogd \ " -SRCREV = "03c2c9c68d5d02675326527774e7e9cba3490ba0" +SRCREV = "7dc4783af8e8e0d200d38a87b6a4bc9bbec5ce92" S = "${WORKDIR}/git" From patchwork Sat Jun 4 10:26: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: 8847 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 AC05AC3F2D4 for ; Sat, 4 Jun 2022 10:26:39 +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.web10.8694.1654338395348315824 for ; Sat, 04 Jun 2022 03:26:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=Cqtq3RMS; 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 x17so13298560wrg.6 for ; Sat, 04 Jun 2022 03:26:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=YoLbpR634SP3RDLOftx79ijkK4oddOY9bjuRNQR9IEY=; b=Cqtq3RMSi0ig05OQCM5cAoujUXj/KS0kqfWn/IjS5UXZB2s3vNcDydTVbmi77MKcGn ffeQlk3PlKWX1KT7gBuo6xjcqe5TDv86d78Os7uN0OkNPy58Mu7iGVyxo05wWP8EW19K fc8UsDoD+fz+HBEEmGMbAJMe8A87yl4mz7870= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=YoLbpR634SP3RDLOftx79ijkK4oddOY9bjuRNQR9IEY=; b=Xv5Z1DGKq89JVXBltepsB98ptgOjXLRzaNBBEoXTx5DbccGxw8AghnXccI3cHQUETr TtumfBEGOwEx8bQBTkJINtasi5ya0/ZcB5MKxAianfYbtit0BZzpKaV/vfuawLwJ60se WVq+Uov7wmIDY3kqZfivKwV4E0Ut0naIJBfXRnFSjGptqBimxr8ju90VHlu5uDE5GAgm xyCfy0RA3tINxaa3ajtUVMMxX9j8tpC9ZnIZCoVbd0UWu1WgrjqppxSExLENUMVdaVn1 3A27b1vnv5UNSh0zom6RtYnl59KI81qfBHdQEyGIylZar107aSAu3IYTotXiQhrpnZQ9 J4ZQ== X-Gm-Message-State: AOAM532F6F+O4TyIH1FlxI1Ca3zm50RaFMRaoxJeqRxzEnMpdy2NDiJ0 4ZgOgGM1eC9sl2d3PYjOWS0Gm+C2BK+aKkP2 X-Google-Smtp-Source: ABdhPJxTZFWHpNObYElb3YfyQx9QFR+Bputg6OIxFgejRNGGc13SnFTyiywe1kGnQ3+HLPfqdEoY2Q== X-Received: by 2002:a05:6000:15c3:b0:216:79fe:a09f with SMTP id y3-20020a05600015c300b0021679fea09fmr1645058wry.208.1654338393618; Sat, 04 Jun 2022 03:26:33 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:33 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 08/17] libxkbcommon: upgrade 1.4.0 -> 1.4.1 Date: Sat, 4 Jun 2022 11:26:16 +0100 Message-Id: <20220604102625.199845-8-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166554 Signed-off-by: Richard Purdie --- .../xorg-lib/{libxkbcommon_1.4.0.bb => libxkbcommon_1.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxkbcommon_1.4.0.bb => libxkbcommon_1.4.1.bb} (94%) diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.1.bb similarity index 94% rename from meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.0.bb rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.1.bb index 34652e9c4ec..89093e6786b 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.1.bb @@ -9,7 +9,7 @@ DEPENDS = "flex-native bison-native" SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "106cec5263f9100a7e79b5f7220f889bc78e7d7ffc55d2b6fdb1efefb8024031" +SRC_URI[sha256sum] = "943c07a1e2198026d8102b17270a1f406e4d3d6bbc4ae105b9e1b82d7d136b39" UPSTREAM_CHECK_URI = "http://xkbcommon.org/" From patchwork Sat Jun 4 10:26: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: 8845 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 ABBD1CCA480 for ; Sat, 4 Jun 2022 10:26:39 +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.web11.8671.1654338396073729844 for ; Sat, 04 Jun 2022 03:26:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=bA0Gc9s3; 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 v4-20020a1cac04000000b00397001398c0so7506821wme.5 for ; Sat, 04 Jun 2022 03:26:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=bHhFeg1ucD8L2WOOxZlDjMnFjbTBBhv+qqtOzCofm2Q=; b=bA0Gc9s3uhaXF0pa/y7CMVvYpPcgz9dH11i9jS1NBq5U4IiIfH++KV1r9vH9Z+ZFog g3EuPxLiOWQCuBstPoT+ERSJlhKZsfKd6xm4xB+HheVypdVMtHLYgFgmhu6oHXhxlyTK b5XKAaObI1Jbprb687qePDUOSEDTyGBc/KPPA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=bHhFeg1ucD8L2WOOxZlDjMnFjbTBBhv+qqtOzCofm2Q=; b=kXU2i9JHf4z3TdB0rCV5RWtyHWFgHpAaDfOxwW2fVnFBMP8kM6cE/KFwNoJvScEGzF E4FeMxczDrX+A+vZyCQAClt8NgGVEBEPouGns/iFuS9fLRSjEh0PiUYZHZFp9EoaMSSK i9cMBjKVPerZWG8OwWnvl2CbiRKUM7e3wnxbcjOgQflluYcCnB7ZirQUWVv2zTvtplK/ z93aS8QNBZSiLphs/DtVSmS/oyD2tUJpDITPFHMOutdQUZS389dmynnlqfCM08PmvkV/ i2L3MstB/n7YR1dJBNxlpl9mO2/4satxwRv57HWvKaqizOBE9yhQxF1ODLNF/8d+aPDJ 1EMg== X-Gm-Message-State: AOAM532cIQ7/PzDwlRHqNcyldKGjw/eKtSUFx2nBlQOod1fANyg2VeXt 3YVDD3+q9flWnG4+Jm+fMXJB3bVDS4drVtrX X-Google-Smtp-Source: ABdhPJx2J9tuXzg0thzduglQENs2Hd/sa2wEjiCQxNDs3YCOZ6s+xSKR2eVZGZSReC1l0LnYZ0954Q== X-Received: by 2002:a05:600c:3ac6:b0:397:7520:c78e with SMTP id d6-20020a05600c3ac600b003977520c78emr12947026wms.23.1654338394375; Sat, 04 Jun 2022 03:26:34 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.33 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:33 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 09/17] piglit: upgrade to latest revision Date: Sat, 4 Jun 2022 11:26:17 +0100 Message-Id: <20220604102625.199845-9-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166555 Signed-off-by: Richard Purdie --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 28f76fed379..08f664ca610 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb @@ -14,7 +14,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma " UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "65892137809f7d0d4d7d65dd84af59902b3e7f1e" +SRCREV = "a1a1824b38f1d7bfe851633db416c6bed84ba557" # (when PV goes above 1.0 remove the trailing r) PV = "1.0+gitr${SRCPV}" From patchwork Sat Jun 4 10:26: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: 8842 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 9CBA3C433EF for ; Sat, 4 Jun 2022 10:26:39 +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.web12.8741.1654338392965262361 for ; Sat, 04 Jun 2022 03:26:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=RuHVXOFu; 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 r129so5184537wmr.3 for ; Sat, 04 Jun 2022 03:26:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=v0BcZDNdET2H7VqZ4eK3cA/p2GfHTREPzXTSlOc8KVk=; b=RuHVXOFu0jyk65XobAzhqS02FXEaK4Gd7W1wXCG4yYTcA5qq4FF5lNOehwH6TT4DnR mQku5TNqTOyg55jaCe3JsPDzOYIwvO2O5dtqBHuMmYHqOjhYNEBwkopJjrVQyV9lkpIC vIk4yfFZjN5S6hu+So55ARstVAqBp+MI30IL4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=v0BcZDNdET2H7VqZ4eK3cA/p2GfHTREPzXTSlOc8KVk=; b=twBeG4lKKw2UbQrZ0kywkgBJUfzsWCWAhrBeVUBRCYdo2JO7/FSHuaimOV3FsPkvZw rPYPqtFGh5gpp+9i7X7cbjo+XX/EAccsa7/UDCLfPSdIiqGbjRLO4ubdSimfKoESRNtG D+zVhF17jxSvebIlQbThkeVT+X4/c3qE2oRXxqiyWRSEKcbg4Vc5/XevY5xxXzaunU/o HLqgDUGM6fwJk90ftR08SItGr/3q+9NkApA+6ge/9nuOtcwP9lzuT9l7qBg0kRdLcmQC 0Nk4X3acUsuCtvJ2yxVWVqNKqWg+k5GxkwMRiBVdH9tnQbEX3Z7txftaz+Mp/5SZBgb9 Ipuw== X-Gm-Message-State: AOAM530amnrs3K3YBRll0QlzfvDUoXmg6Hrd7ycjb0BvpXi1jLNh/Q2S 4h6okXrX1K717aIw9NZTK6KyaSIOz2KM/14E X-Google-Smtp-Source: ABdhPJzmg48us0imATmeKI2KfTgRzMmfNtlRi0+uXIqoCD57vBm7XzOOT/fE6gRFF5JxHQ8zrhiJxw== X-Received: by 2002:a05:600c:1547:b0:394:882a:3b5 with SMTP id f7-20020a05600c154700b00394882a03b5mr13073829wmg.97.1654338395218; Sat, 04 Jun 2022 03:26:35 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:34 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 10/17] sysstat: upgrade 12.4.5 -> 12.6.0 Date: Sat, 4 Jun 2022 11:26:18 +0100 Message-Id: <20220604102625.199845-10-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166556 Signed-off-by: Richard Purdie --- .../sysstat/{sysstat_12.4.5.bb => sysstat_12.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/sysstat/{sysstat_12.4.5.bb => sysstat_12.6.0.bb} (65%) diff --git a/meta/recipes-extended/sysstat/sysstat_12.4.5.bb b/meta/recipes-extended/sysstat/sysstat_12.6.0.bb similarity index 65% rename from meta/recipes-extended/sysstat/sysstat_12.4.5.bb rename to meta/recipes-extended/sysstat/sysstat_12.6.0.bb index fe3db4d8a51..273c5c18152 100644 --- a/meta/recipes-extended/sysstat/sysstat_12.4.5.bb +++ b/meta/recipes-extended/sysstat/sysstat_12.6.0.bb @@ -4,4 +4,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb" SRC_URI += "file://0001-configure.in-remove-check-for-chkconfig.patch" -SRC_URI[sha256sum] = "ef445acea301bbb996e410842f6290a8d049e884d4868cfef7e85dc04b7eee5b" +SRC_URI[sha256sum] = "699fd948836d77f9ad0541fd5dcf75cd2505f9da4ec14df669286ad047c23d97" From patchwork Sat Jun 4 10:26:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 8843 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 9DE6CCCA477 for ; Sat, 4 Jun 2022 10:26:39 +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.web08.8749.1654338398426644527 for ; Sat, 04 Jun 2022 03:26:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=KRk61SUc; 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 i17-20020a7bc951000000b0039c4760ec3fso213562wml.0 for ; Sat, 04 Jun 2022 03:26:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=TUeWG6qY53JL//wTTrhHPIQ4vKVRX+i3AnDcVnbbti0=; b=KRk61SUcQiWcnvj5tJ2CUrk4deIkPytoDiwCqybYmhdcFUToJwBYA6lHtcRbvxWGgv HnpT3PqZlIr6iDt9Jp4qGpX5qnHedgKn4QRG9ECi7H8fbV+mMfsKwhr98XuU3ZL80eYn ZCIH6AbGnzInSAObRvp9ILJYWN5trK1sk/8s8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=TUeWG6qY53JL//wTTrhHPIQ4vKVRX+i3AnDcVnbbti0=; b=5Ryz+RqOa/R1xTnpd3qHjC0jF3YflaCjHXVT2UkbPBPUwvKqqQ/agECNskSTsgQCHk UOg10Hlbbxj35dsf/WH17D+GmsU8gYUeUtjsvKmc37Xhb3WdE+yMCComwF0hV0qmHSb1 l5KNFljk35WoLHoBwS5VR2Emt3pjZHVr/tg5qsURTVlEVr4uepf8Ip0m58dpEbbwF3kE JrKFs++Evp0i/TvakLzJC7FnxwYpw60ToMk4ihxwBiNlVCO5KnfE9/PaPPysGkTwHvjI fQBjUkuieXeYflHeQXZntpSyCpYUbOoPWjbKIBbM1YRrcqfwL8ka1rav1LNUjtvKTbAk bUEA== X-Gm-Message-State: AOAM533/umiOfRSS2Xc4+/5r8Sfp6DdI8IQOIgpQQBNVcm759Fizaris 167OUpAFE3YGlySYC49aME/BO0A18B3C3nPs X-Google-Smtp-Source: ABdhPJxnNK7KeEG84tFEomR45wSi06aR7OgQYT59eOrU3liCyPdcOSHoKggQDiAizvd9XvweDItTCA== X-Received: by 2002:a05:600c:35d4:b0:39a:5b65:2b66 with SMTP id r20-20020a05600c35d400b0039a5b652b66mr32701720wmq.112.1654338396704; Sat, 04 Jun 2022 03:26:36 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.35 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:36 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 11/17] harfbuzz: upgrade 4.2.1 -> 4.3.0 Date: Sat, 4 Jun 2022 11:26:19 +0100 Message-Id: <20220604102625.199845-11-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166557 Signed-off-by: Richard Purdie --- .../harfbuzz/{harfbuzz_4.2.1.bb => harfbuzz_4.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_4.2.1.bb => harfbuzz_4.3.0.bb} (95%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_4.2.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_4.3.0.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_4.2.1.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_4.3.0.bb index 05d5aefd870..909b8c57d9a 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_4.2.1.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_4.3.0.bb @@ -12,7 +12,7 @@ UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" UPSTREAM_CHECK_REGEX = "harfbuzz-(?P\d+(\.\d+)+).tar" SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "bd17916513829aeff961359a5ccebba6de2f4bf37a91faee3ac29c120e3d7ee1" +SRC_URI[sha256sum] = "a49628f4c4c8e6d8df95ef44935a93446cf2e46366915b0e3ca30df21fffb530" inherit meson pkgconfig lib_package gtk-doc gobject-introspection From patchwork Sat Jun 4 10:26:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 8854 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 BDA9FCCA47C for ; Sat, 4 Jun 2022 10:26:49 +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.web10.8695.1654338399653704583 for ; Sat, 04 Jun 2022 03:26:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=Lczv1KMC; 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 k36-20020a05600c1ca400b0039c2a3394caso3833314wms.2 for ; Sat, 04 Jun 2022 03:26:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=oKBwxI21/YPHFprfFf+jPNtIiZkS+X+m6mpI0oV+rUQ=; b=Lczv1KMCU4J04hP0OUbMqeLyD6pliJLsGkrR1D4Lp/WuK43gRZEWSZRFx9Yi4ncT9H HIFtPwUYoLrMuMwbbnQdn862djvGR+6Dcau4seX3ARzdd56dfBQBNeDYdiTtK0AvX0gX dQ3DD//8sFIugcNO9rG8GmGuZ9iWH7GAEDNsk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=oKBwxI21/YPHFprfFf+jPNtIiZkS+X+m6mpI0oV+rUQ=; b=qWt/8V5DfZOfGE5Sz6D5mK7BlatfQ+ccPUUvG6mBV2YbGkuZJUFL1qtenITh7ZEUSI yOXdTkt2N6OhzFLIa77y73OwXnvmDtEzRuDwMSRXz8YVYjbVlQkJWBpfvgaaz7D0dAb1 /bx0xs0HSCdR4FGdk/h6Z48trCfnewgMNyRjZwDtKGO4vMjeMQ8mltSyp/o8zejJHZiP 1ueF4+ia/f9mH587nBW4UVwLSNX+cX9Mv8de7Ea8cjyh3VnLuZQMMnfj0MUp6bbsuWYa AhYAHhkyBhJBZ3wCTask3oBwhoeunttzuxn0tLSJKS3lSAJsTAs+XHg9+NQczVZinQSG JJDQ== X-Gm-Message-State: AOAM533SdkVEztBZlL5KM623KLGu500XNaNKd8Mn+wSKjXVc05R9u0VY epF+h/943z+UjC3B6m1gklnR7lRYsgLRp4Py X-Google-Smtp-Source: ABdhPJwJWl04/zn3ifBRxV7OmXQy6FyoqFVYcH4b3PDhQhbK1zF66uA51owuC2bcrNBYlJObW9IkaQ== X-Received: by 2002:a05:600c:1d20:b0:397:5a8b:a30a with SMTP id l32-20020a05600c1d2000b003975a8ba30amr13004527wms.89.1654338397948; Sat, 04 Jun 2022 03:26:37 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.36 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:37 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 12/17] gtk+3: upgrade 3.24.33 -> 3.24.34 Date: Sat, 4 Jun 2022 11:26:20 +0100 Message-Id: <20220604102625.199845-12-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166558 Signed-off-by: Richard Purdie --- meta/recipes-gnome/gtk+/{gtk+3_3.24.33.bb => gtk+3_3.24.34.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gtk+/{gtk+3_3.24.33.bb => gtk+3_3.24.34.bb} (89%) diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.24.33.bb b/meta/recipes-gnome/gtk+/gtk+3_3.24.34.bb similarity index 89% rename from meta/recipes-gnome/gtk+/gtk+3_3.24.33.bb rename to meta/recipes-gnome/gtk+/gtk+3_3.24.34.bb index fb9e29dd8cc..f862e143d48 100644 --- a/meta/recipes-gnome/gtk+/gtk+3_3.24.33.bb +++ b/meta/recipes-gnome/gtk+/gtk+3_3.24.34.bb @@ -7,7 +7,7 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar file://0003-Add-disable-opengl-configure-option.patch \ file://link_fribidi.patch \ " -SRC_URI[sha256sum] = "588b06522e25d1579e989b6f9d8a1bdbf2fe13cde01a04e904ff346a225e7801" +SRC_URI[sha256sum] = "dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec" S = "${WORKDIR}/gtk+-${PV}" From patchwork Sat Jun 4 10:26:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 8858 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 CABFDCCA481 for ; Sat, 4 Jun 2022 10:26:49 +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.web08.8751.1654338400439277898 for ; Sat, 04 Jun 2022 03:26:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=KHZSEviJ; 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 m32-20020a05600c3b2000b0039756bb41f2so5448844wms.3 for ; Sat, 04 Jun 2022 03:26:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=CY8w04NpWD6CwPcYn/MWHCDfAdc5PTy6HmQiLv1gCvA=; b=KHZSEviJuhnnp2jJoQJmBHhUT28iAavhjm6l+04paWnK9IAEIw7zQ7x37MN383aRXT IoQ0K0WjV1ra+lJE2dVLzcnAlB80b/j1HZrs3FY5EVludCTAfW+q3pnJB54P5P0S+A7p axVEIxUk4nKeED3FM0ps1fY4k8B8eZto40lVQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=CY8w04NpWD6CwPcYn/MWHCDfAdc5PTy6HmQiLv1gCvA=; b=dplno6STg85K4vhVysVpE2hR4kmvprZ9frSv2gF2+ABYOtn/VCKHg4xJezt5Red0v9 W/PhmmkFX/qK5LRbsf6ffinm/FXjhHwjZlUC7w37Bg43uhY0fAPWAsyeQ+rDbYma5mkE 95KWRr8XM0NfzwHG7Kgfj169NyVHqKlOMHCj+uc092xQE7DTntUi2Rwgjq+R9nPEvCJD NNJGQ36Smu3pId2Yz5jm/FFP3EMrvboRMWkcZV70lhqPHr7IkgBFNIEhhqUxLRP8eRNt iF/F2+hAn06LQZqKht9g3qe0K4l0K/wR3DRLKA4cXBdvYpLd+xV/row+4b+4bNfmw8oM MWwA== X-Gm-Message-State: AOAM532H+lmtE5p79U/bqM7hMAdn2SB+2HBR3jOCT/hUC81F/fW7CmpE Dshs1zbqCQwv0mL1mupMupT114DD3VuuDB4U X-Google-Smtp-Source: ABdhPJw7qXkyyfnjgFuDOd7dqtq4BwiwdbnAQCnl3BSLhSJoPWBqbWLFVVCR8/cY0Kw4iLIAyMO6qw== X-Received: by 2002:a05:600c:214c:b0:39c:43b9:9d5f with SMTP id v12-20020a05600c214c00b0039c43b99d5fmr3951552wml.56.1654338398736; Sat, 04 Jun 2022 03:26:38 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.38 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:38 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 13/17] xwayland: upgrade 22.1.1 -> 22.1.2 Date: Sat, 4 Jun 2022 11:26:21 +0100 Message-Id: <20220604102625.199845-13-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166559 Signed-off-by: Richard Purdie --- .../xwayland/{xwayland_22.1.1.bb => xwayland_22.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xwayland/{xwayland_22.1.1.bb => xwayland_22.1.2.bb} (95%) diff --git a/meta/recipes-graphics/xwayland/xwayland_22.1.1.bb b/meta/recipes-graphics/xwayland/xwayland_22.1.2.bb similarity index 95% rename from meta/recipes-graphics/xwayland/xwayland_22.1.1.bb rename to meta/recipes-graphics/xwayland/xwayland_22.1.2.bb index b512b9932d4..8c526131093 100644 --- a/meta/recipes-graphics/xwayland/xwayland_22.1.1.bb +++ b/meta/recipes-graphics/xwayland/xwayland_22.1.2.bb @@ -10,7 +10,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz" -SRC_URI[sha256sum] = "f5d0e0ba37e19bb87c62f61da5970bd204939f2120620964bed4cc8495baa657" +SRC_URI[sha256sum] = "743c4d56cfc0818755e2281d625d51860b41a473c641e179649a4f41776d1fca" UPSTREAM_CHECK_REGEX = "xwayland-(?P\d+(\.(?!90\d)\d+)+)\.tar" From patchwork Sat Jun 4 10:26:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 8857 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 CAB14CCA47F for ; Sat, 4 Jun 2022 10:26:49 +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.8696.1654338401323341527 for ; Sat, 04 Jun 2022 03:26:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=ZXGLh546; 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 k19so13281646wrd.8 for ; Sat, 04 Jun 2022 03:26:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=Jf2E5L+dBdBhQMYkj2/crI16c/IbR3seRr00cEFBoNo=; b=ZXGLh546GISfmhkz9RwyseMM5WwWWSQs3iCnkvxKzlJXA8wkuunrcSUiiMfxRxADTF 9Zc4ijVEBIKnVbdzURBCwTBfekEL5iPOusFjjbmTqpAAIeXOJ6yAM5UF+sMnUR5e0dYy 1Xa3p2hpLY7AxIRwkaA8d7syTtwxN5pJ3lNxA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Jf2E5L+dBdBhQMYkj2/crI16c/IbR3seRr00cEFBoNo=; b=SB6imZx69M5dRWGhaa0qZT7ARD1hzsKpKiU5/I0jhscJay5/nlLYajanD5sCQDFYyR 2HFyk+EBs7ewtgr9pUJnrJwC5RX83XgCi8MmoMM011Feg5qotE6lj9Lv+97ZgZ99V2d0 +1wV8VgpQBwQFL/0JqkpnAvTovQo7xHyJ87eyI9+/oBNP3UIIZg0FW7xgYmpE3jkSScW pewBr/tZZhgc+QRa+z65rGVANTPW1OfKcLTr+p5tQjp1OjYeEEwCn0UoUaNocoXa3sWk dxFyqkEPHrmVvkgi74iD4/BQu16PSDuCkcXSNPTHDuc3PXQcQWhcUuM21e+bPPUdNGYi hGrw== X-Gm-Message-State: AOAM5324pD1iHRAlJAhY36B1edIWncQHD8YnbDKfMVQYOrmgZ6UB/9tN jbmcYbSazJFHjKqynCykHoOyhoPq5+6wsFG1 X-Google-Smtp-Source: ABdhPJxEXWjfwDNdwl4jBueDjkz0OJPmsm25ix8gTUraKbeGhQenub5yfQ9rCdBAt1ICShaR4Vphnw== X-Received: by 2002:a5d:5272:0:b0:210:33b8:ac4a with SMTP id l18-20020a5d5272000000b0021033b8ac4amr12076333wrc.483.1654338399550; Sat, 04 Jun 2022 03:26:39 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.38 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:38 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 14/17] alsa-ucm-conf: upgrade 1.2.6.3 -> 1.2.7 Date: Sat, 4 Jun 2022 11:26:22 +0100 Message-Id: <20220604102625.199845-14-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166560 Signed-off-by: Richard Purdie --- .../alsa/{alsa-ucm-conf_1.2.6.3.bb => alsa-ucm-conf_1.2.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/alsa/{alsa-ucm-conf_1.2.6.3.bb => alsa-ucm-conf_1.2.7.bb} (89%) diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.6.3.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.7.bb similarity index 89% rename from meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.6.3.bb rename to meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.7.bb index a493269063b..d60f22e7c7a 100644 --- a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.6.3.bb +++ b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.7.bb @@ -8,7 +8,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4" SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" -SRC_URI[sha256sum] = "b8a03aa387a624a2f65edc201bf777421190b60529a92087646823afbd96c5cd" +SRC_URI[sha256sum] = "b97f2395ca2c1fd9bfab7627f0178f9069868e2a42a35894dacd280e7e40680e" # Something went wrong at upstream tarballing inherit allarch From patchwork Sat Jun 4 10:26:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 8856 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 C3F12CCA477 for ; Sat, 4 Jun 2022 10:26:49 +0000 (UTC) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by mx.groups.io with SMTP id smtpd.web08.8747.1654338391668538044 for ; Sat, 04 Jun 2022 03:26:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=A1pSN0Sp; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.45, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f45.google.com with SMTP id q26so2916640wra.1 for ; Sat, 04 Jun 2022 03:26:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=Fon2BNURPWH5Ks414UTzElBohZ5YoQNj22qxE8rbqGE=; b=A1pSN0SpfviI0KtpsBgBZEcERpkG4HQAZjV0H+Z66iQVy8XZk4YVCK7Dx8w0wMnZcY oxIN8WPdpKfruLzQAQFeeaSDV+pY4mQ6dl8bii+vcIueYUegYEQxNFIaIyUcl0ZlXJhE n+a9n37br36ZEcHw7dn2FDiG01T3xksDCmT7c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Fon2BNURPWH5Ks414UTzElBohZ5YoQNj22qxE8rbqGE=; b=Q/zNJXW7f+KxhB1t/8SZ+jFkNUfWo1RyMX5KZnojJreIFzaEWQLb0TzxHsDD2AEHYn xwckCikkOHbP8Ev/TBa1NR1sYp02zieWcISq3wgNSFnrIy32iKin1onv5nfKXhdq4jJ/ YSTTCW+lCwcME064cCJLALQRP+O8SAIPqmO2E5yG1nFV6jBbfAPzwjuOHf9Sgi7sFP0G SVXuG1l1K6IKoDAOpg8FozinItniEGkpUgJLR/ebYzT93WB0jZ3n7HGbsVTzEXBpmFjU 7FYLC9C84p1+f+xkvjFqwHpdqxcqgxmIwvvFWpPJRi7TsGmBj671uopHD0ka0/OtDOt3 MICA== X-Gm-Message-State: AOAM5307oYeZrbbxxfz3w2aM0W9Fw+dFHvRmcMcyMpycKdr8IqeOk1dq IWFuwRnnIeIl1gRpskiTywTcT1EVWaXWMp0x X-Google-Smtp-Source: ABdhPJw8LHVzhj/003juNg5HbnSJ00dSm+5B0WNltL/D9xWYt/EGM/97d1bwf69c3nizrZbnqWpw7A== X-Received: by 2002:a5d:4e4f:0:b0:215:4fc9:f7db with SMTP id r15-20020a5d4e4f000000b002154fc9f7dbmr5764140wrt.389.1654338400860; Sat, 04 Jun 2022 03:26:40 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.39 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:40 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 15/17] gnutls: upgrade 3.7.5 -> 3.7.6 Date: Sat, 4 Jun 2022 11:26:23 +0100 Message-Id: <20220604102625.199845-15-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166561 Signed-off-by: Richard Purdie --- .../recipes-support/gnutls/{gnutls_3.7.5.bb => gnutls_3.7.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/gnutls/{gnutls_3.7.5.bb => gnutls_3.7.6.bb} (97%) diff --git a/meta/recipes-support/gnutls/gnutls_3.7.5.bb b/meta/recipes-support/gnutls/gnutls_3.7.6.bb similarity index 97% rename from meta/recipes-support/gnutls/gnutls_3.7.5.bb rename to meta/recipes-support/gnutls/gnutls_3.7.6.bb index 63157eac97a..6a0eb974dde 100644 --- a/meta/recipes-support/gnutls/gnutls_3.7.5.bb +++ b/meta/recipes-support/gnutls/gnutls_3.7.6.bb @@ -24,7 +24,7 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar file://0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch \ " -SRC_URI[sha256sum] = "1f85028475b4f255cc5b480af0c37e61eab43024c1507c8b75d6be506c0553ad" +SRC_URI[sha256sum] = "77065719a345bfb18faa250134be4c53bef70c1bd61f6c0c23ceb8b44f0262ff" inherit autotools texinfo pkgconfig gettext lib_package gtk-doc From patchwork Sat Jun 4 10:26:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 8853 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 B864CC43334 for ; Sat, 4 Jun 2022 10:26:49 +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.web10.8698.1654338403867829136 for ; Sat, 04 Jun 2022 03:26:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=IF2Q0K9e; 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 q7so13301117wrg.5 for ; Sat, 04 Jun 2022 03:26:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=d/HhkkxpGN9cHxqFllthxtIcSUJmoY8PE5kk+2H+tzU=; b=IF2Q0K9exgbT9eyhfgo994lBf00EnMBBeqteUhnzspGDxrn0Batiul1YXCEOGF98UH /3xI7rq9TD9S8vc4BBhiJnw/gix4CHYggwor/cdWHswDoV1DsAgVmnkRXtQ+ZBZ20iPK eU5E33X+TtiYGsOjJvmRqfwZS2Ti8ziI4Z3+U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=d/HhkkxpGN9cHxqFllthxtIcSUJmoY8PE5kk+2H+tzU=; b=sru0xvsFX6Zsn706c8wSpedMXo5q3rIzUVtUp4MiTMS3Ly4HcPf0wCAVOpielbkQ6C p/Ttk4ODgN9gdW1shrZK7hgtB1Bq/5GL/0tpcDeCDvqD2iZSdC+HbUDRDx7F3iUsv+QJ eS2Ughde7PK+Oz4Agqt8LDqbElK8ZW8EuxCBEjke16UVbTTEp9eFjFyUhhVygnDDPVaf oLKycWmkmMtMWOaIUU+pcnCLQ3/tE0qKaX85Nb4r1vRbPQl1efeYzT7vcvDpZQHVxzip IHsJp0/qgHKhqcRpQkXqIb8+1lOA1DbeMc+8mhwBdfENfryKC44PmCEXZvim/6pWqdK8 dGWw== X-Gm-Message-State: AOAM531IDVUCzeSANbY0eZV+oJFMJqTegFK0UgeYkuSqNcM8zD2rlTRS MA+7FmpvkrX8dMXNwfo5h1xhR5eIsMhSdmcH X-Google-Smtp-Source: ABdhPJzxSMOvgNXharySnmN1YeSQtO9JZ+EojykTAATYoPxzE3J02Uzrewhwj9cVyD4WbSvtivSfUQ== X-Received: by 2002:a5d:6da6:0:b0:20f:bc8a:9400 with SMTP id u6-20020a5d6da6000000b0020fbc8a9400mr11986579wrs.274.1654338402137; Sat, 04 Jun 2022 03:26:42 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.40 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:41 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 16/17] webkitgtk: upgrade 2.36.1 -> 2.36.3 Date: Sat, 4 Jun 2022 11:26:24 +0100 Message-Id: <20220604102625.199845-16-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166562 Signed-off-by: Richard Purdie --- .../webkit/{webkitgtk_2.36.1.bb => webkitgtk_2.36.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-sato/webkit/{webkitgtk_2.36.1.bb => webkitgtk_2.36.3.bb} (98%) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.3.bb similarity index 98% rename from meta/recipes-sato/webkit/webkitgtk_2.36.1.bb rename to meta/recipes-sato/webkit/webkitgtk_2.36.3.bb index 65757c36a73..83b6f8a6ee6 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.36.1.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.36.3.bb @@ -17,7 +17,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \ " -SRC_URI[sha256sum] = "0149ea5fb1d20f2a9981677d45c952a047330001ea24a8dc29035239f12c0c8f" +SRC_URI[sha256sum] = "732fcf8c4ec644b8ed28b46ebbd7c1ebab9d9e0afea9bdf5e5d12786afc478d1" inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc From patchwork Sat Jun 4 10:26:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 8855 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 BD9D5C433EF for ; Sat, 4 Jun 2022 10:26:49 +0000 (UTC) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by mx.groups.io with SMTP id smtpd.web10.8700.1654338405160745651 for ; Sat, 04 Jun 2022 03:26:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=SDPddFlz; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.51, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f51.google.com with SMTP id q15so5251526wrc.11 for ; Sat, 04 Jun 2022 03:26:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=bWd8IvOrDFI9wy4dNzdtti13BkvrRP1LXORzqghvPeI=; b=SDPddFlzXZ6p7woYdFHNmNJdkgU+XwLl6cZK/fddcEDbhE0+yKEBKkzuans0YRtRQM B0czMOG3VrO9Pi43Zps2xcU9EUDnhzP0R4F1fKbGv0RpBvFIWzPW1obKruchCQxxPp+r S7D2Tl5Hz0Yopt4zD3oxP0RmJ70QdcGAWyoXY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=bWd8IvOrDFI9wy4dNzdtti13BkvrRP1LXORzqghvPeI=; b=sA8veH9F2QkKO4qbM7F3AKgQK3bALsKbx4q1EQjrfKHnlcKS5ZD6UTU9y7Uh7Bf6r2 OvtwrZmOnRDBHwi9T55qMv973RPdbfHtfdWGhXRtMJUKT8edrAvxwN3N8ZrX3dLC1yhx 6K606BZCmpof+MRF38Xl3vPV58ZY4iXBSCwyJg6OwI4Q1WmM5Vjg48K355TtVuDK6uGq SV95sFbyR5t4WT0k5BKMsEibIHHURuLQ9ucrJNcf7eaCNidrFFVBHXYD5Tu5saEZDVMD P3gRz9fLZ/VGwOWI+LyHVf0VifiWF9XGcOy23Ab7i83+6cIfuhz9ooYJU4d+vI5MOJfY bVUQ== X-Gm-Message-State: AOAM531qg5P9HCW6bA2LPXbdw4ExrfZjcMSxoVr74FlmQ+zjUuOFbQWK J2+peBLREY/2MlsfZisYQRpi7YSyAWMcFasl X-Google-Smtp-Source: ABdhPJxiQIkudsuTcBaYZ/JopnFSuYKxK1PeqMujbtawLUl93v+qptrg3mgmxhfH2gbJWg8SPqqR/Q== X-Received: by 2002:a5d:5942:0:b0:210:131c:a81 with SMTP id e2-20020a5d5942000000b00210131c0a81mr12251745wri.306.1654338403428; Sat, 04 Jun 2022 03:26:43 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:9b17:e3e6:3e93:a118]) by smtp.gmail.com with ESMTPSA id t15-20020a05600c198f00b003942a244f40sm16323151wmq.25.2022.06.04.03.26.42 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 03:26:42 -0700 (PDT) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 17/17] diffoscope: upgrade 212 -> 215 Date: Sat, 4 Jun 2022 11:26:25 +0100 Message-Id: <20220604102625.199845-17-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220604102625.199845-1-richard.purdie@linuxfoundation.org> References: <20220604102625.199845-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 ; Sat, 04 Jun 2022 10:26:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166563 Signed-off-by: Richard Purdie --- .../diffoscope/{diffoscope_212.bb => diffoscope_215.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_212.bb => diffoscope_215.bb} (92%) diff --git a/meta/recipes-support/diffoscope/diffoscope_212.bb b/meta/recipes-support/diffoscope/diffoscope_215.bb similarity index 92% rename from meta/recipes-support/diffoscope/diffoscope_212.bb rename to meta/recipes-support/diffoscope/diffoscope_215.bb index 41f896d74f4..a61d68f7eb2 100644 --- a/meta/recipes-support/diffoscope/diffoscope_212.bb +++ b/meta/recipes-support/diffoscope/diffoscope_215.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "744260ccf2bb869c58c50dfab68957dd494b12e446520993d0925b2394ea1db7" +SRC_URI[sha256sum] = "4754ad3356b0acc1d2ceffbfa516961a7df0a2d816cd3cce6c9d084ce54d9433" RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm"