From patchwork Mon Jan 3 16:18:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 1993 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 0F735C433EF for ; Mon, 3 Jan 2022 16:19:11 +0000 (UTC) Received: from mail-qt1-f169.google.com (mail-qt1-f169.google.com [209.85.160.169]) by mx.groups.io with SMTP id smtpd.web12.30086.1641226749803587844 for ; Mon, 03 Jan 2022 08:19:09 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.160.169, mailfrom: otavio.salvador@gmail.com) Received: by mail-qt1-f169.google.com with SMTP id o17so30910229qtk.1 for ; Mon, 03 Jan 2022 08:19:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :organization:content-transfer-encoding; bh=/N5b3Sz7Pj0sJVF2jghbG+0PzaD9Jm9yguLvYmTix0c=; b=vsw+k62LesL4h620ihvwBXbuqT8UaCcqF6sHQgSFQa5d7D8iJk4P4zbY3XDC2hWRmO VJIhf4fozjIArA7zpmN8we/l4m22JyTVIjXUmo8kQ1RZxVo8uYXZTix5VCjCkKv8eWb9 8mpxOhfoTlMwCtD7povcvC27OeRxtWdXiF5b45rxRvB18S5q2/MClZfn9JATXbrCcRFF PdHwhg3yfAYsKP9h1rfzfi0naPfFNvmJBqwDrt25Lbx9lYcT8suzj6l8a1YIX8+Dx+fl aJAJxBSdn9DkY9ejMWhiyX3skF6wYwtwMS8WhyqnIGkUfLgg+mQSlfi5YYDxw4jyBFab Agag== X-Gm-Message-State: AOAM531KuYaaeHBhgPrBV6wJdBdOWkiUPErlyZGuvQ1pjR9ZNVRv863/ la4aSpKP75ZYJ1kScggE9e3rjpZCVY5Zzi5P X-Google-Smtp-Source: ABdhPJzARNfAZtwp7iHlHQ7bSOyAkAfrqZ2Fc7fXss3mmgNT9TfJc7LJV0f/IoCSfSpuTe+68BzlMA== X-Received: by 2002:a05:622a:413:: with SMTP id n19mr40729239qtx.69.1641226748709; Mon, 03 Jan 2022 08:19:08 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id r24sm27679291qtp.38.2022.01.03.08.19.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:07 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 01/24] acpica: upgrade 20210930 -> 20211217 Date: Mon, 3 Jan 2022 13:18:31 -0300 Message-Id: <20220103161854.301148-1-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160118 Signed-off-by: Otavio Salvador --- .../acpica/{acpica_20210930.bb => acpica_20211217.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/acpica/{acpica_20210930.bb => acpica_20211217.bb} (94%) diff --git a/meta/recipes-extended/acpica/acpica_20210930.bb b/meta/recipes-extended/acpica/acpica_20211217.bb similarity index 94% rename from meta/recipes-extended/acpica/acpica_20210930.bb rename to meta/recipes-extended/acpica/acpica_20211217.bb index 47f1b629ed..f88e904a90 100644 --- a/meta/recipes-extended/acpica/acpica_20210930.bb +++ b/meta/recipes-extended/acpica/acpica_20211217.bb @@ -17,7 +17,7 @@ COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" DEPENDS = "m4-native flex-native bison-native" SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix-${PV}.tar.gz" -SRC_URI[sha256sum] = "3cd82a281a16bc70c2708665668f138c4fc606c31161d46ce77230454ec04821" +SRC_URI[sha256sum] = "2511f85828820d747fa3e2c3433d3a38c22db3d9c2fd900e1a84eb4173cb5992" UPSTREAM_CHECK_URI = "https://acpica.org/downloads" From patchwork Mon Jan 3 16:18:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 1994 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 E72BDC433EF for ; Mon, 3 Jan 2022 16:19:13 +0000 (UTC) Received: from mail-qt1-f177.google.com (mail-qt1-f177.google.com [209.85.160.177]) by mx.groups.io with SMTP id smtpd.web11.29864.1641226752673520272 for ; Mon, 03 Jan 2022 08:19:12 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.160.177, mailfrom: otavio.salvador@gmail.com) Received: by mail-qt1-f177.google.com with SMTP id 8so30881746qtx.5 for ; Mon, 03 Jan 2022 08:19:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=iOhKJNWp0mjokhleeCUo5ovvH9Tz+hkvHX1EXrInyJw=; b=m+axyc6G7svN7uIoQwEcUFNsQ3+LKUOchMuKmmNPsMe1kPfbIx6ilo574XDywWPZm4 lbQ3x0wQqSMgMUWW775DqfVdcdYQjL+5ABk2N4Fq6xAcO7L0zmVOH7TKsF3QhHMXsmqY zvWBDyu4Ok9EyYHU6Hp0hrmjDSnBbu7f6GJmb46mcZFkvb/jmzfs5V0ABFPGf6N01b37 gruvbReGB1k93bm++skxyKK+PPZxjz+rKsMTQCx7s31oqmKUaQPym46RUuBq4ZVt1r/K MX5GQEifWMKqCll5WUoL4wtEqts2C2nkRk4lb8BVVBal1Ci8vLDBJb2c7Dht9ZvfUB+F Oy+g== X-Gm-Message-State: AOAM5317Be3Sj6bghDkrkMPqF7lCUujmbwGVcOnkCU5mgsE3/G2z+sWv lLlBF3HKFp6iphndTB6HTQZ7rOsvXTyu7WCI X-Google-Smtp-Source: ABdhPJwFKpcOcpt50vQqiRsqGorebVpoirCAPC5I+HOCuZADKZvx9gPU5+nnn0G5tgSz+r7cemjAJg== X-Received: by 2002:ac8:7caf:: with SMTP id z15mr41432931qtv.20.1641226751641; Mon, 03 Jan 2022 08:19:11 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id x16sm28135189qko.15.2022.01.03.08.19.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:11 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 02/24] alsa-ucm-conf: upgrade 1.2.6.2 -> 1.2.6.3 Date: Mon, 3 Jan 2022 13:18:32 -0300 Message-Id: <20220103161854.301148-2-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160119 Signed-off-by: Otavio Salvador --- .../alsa/{alsa-ucm-conf_1.2.6.2.bb => alsa-ucm-conf_1.2.6.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/alsa/{alsa-ucm-conf_1.2.6.2.bb => alsa-ucm-conf_1.2.6.3.bb} (89%) diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.6.2.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.6.3.bb similarity index 89% rename from meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.6.2.bb rename to meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.6.3.bb index 10860e61a0..a493269063 100644 --- a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.6.2.bb +++ b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.6.3.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] = "8be24fb9fe789ee2778ae6f32e18e8043fe7f8bc735871e9d17c68a04566a822" +SRC_URI[sha256sum] = "b8a03aa387a624a2f65edc201bf777421190b60529a92087646823afbd96c5cd" # Something went wrong at upstream tarballing inherit allarch From patchwork Mon Jan 3 16:18:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 1995 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 EB6D7C433EF for ; Mon, 3 Jan 2022 16:19:16 +0000 (UTC) Received: from mail-qv1-f47.google.com (mail-qv1-f47.google.com [209.85.219.47]) by mx.groups.io with SMTP id smtpd.web08.30344.1641226755753693079 for ; Mon, 03 Jan 2022 08:19:15 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.219.47, mailfrom: otavio.salvador@gmail.com) Received: by mail-qv1-f47.google.com with SMTP id kk22so31410782qvb.0 for ; Mon, 03 Jan 2022 08:19:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=YJFFa+ZJ90Zg6hVK7uIMBBN/pzcjw8DXUvA9VMM/MTc=; b=bglFDYvDVi3VEg4Ws+n2BT+Rce51tJ9Jl/k0Yo0UPcOwPUAVU38exnHMbRKDTUZIXl rPdCD1QRPWw3j93ma+RFnmYh1/JUR98PwrwHADkZAAmIn4Qo3g2P24sdmKh5ETkm5suC hPpOx4VvBEmfQ8Cg5452wYQgTz4l53FKSUMXJNY+pjVKcW8AQflcZK1uZo/o0Wp4w9B3 K/+vqvz6NDNNE5ieb7V6UrlylH5Ktxs0jE0UWbUKGBrp6k2dlzHT44ADh0RNv4U033Wo 3WN+7TEfCW+zhsPHgqFPJLZwg2hd9OJptanbHtlUVO1p0Nx3HNkwXCXYEpmhxIq8KO3B TRjw== X-Gm-Message-State: AOAM530DuoK4e896J/h7d/Eggu7ElXZcuj5AK0PqZSFTAx2TU5NA3QRr 3raG7LxHlG9am0mF7KrpqunqCGwZiJuaD0Bl X-Google-Smtp-Source: ABdhPJw/aRka2G4locvNsLBNwdSi0Yp7DTyjXnFKhJArfbPRkogYFBPw9gSj+VWw+gn+v9dXptOGUA== X-Received: by 2002:a05:6214:20e9:: with SMTP id 9mr42274058qvk.28.1641226754504; Mon, 03 Jan 2022 08:19:14 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id r16sm30290062qta.46.2022.01.03.08.19.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:14 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 03/24] asciidoc: upgrade 10.0.2 -> 10.1.1 Date: Mon, 3 Jan 2022 13:18:33 -0300 Message-Id: <20220103161854.301148-3-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160120 Signed-off-by: Otavio Salvador --- .../asciidoc/{asciidoc_10.0.2.bb => asciidoc_10.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/asciidoc/{asciidoc_10.0.2.bb => asciidoc_10.1.1.bb} (94%) diff --git a/meta/recipes-extended/asciidoc/asciidoc_10.0.2.bb b/meta/recipes-extended/asciidoc/asciidoc_10.1.1.bb similarity index 94% rename from meta/recipes-extended/asciidoc/asciidoc_10.0.2.bb rename to meta/recipes-extended/asciidoc/asciidoc_10.1.1.bb index 1b618175bc..1e7bcae1fb 100644 --- a/meta/recipes-extended/asciidoc/asciidoc_10.0.2.bb +++ b/meta/recipes-extended/asciidoc/asciidoc_10.1.1.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4e5d1baf6f20559e3bec172226a47e4e \ file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 " SRC_URI = "git://github.com/asciidoc/asciidoc-py3;protocol=https;branch=main" -SRCREV = "7bad9d2e77f7d384ac9042732adaefd4f6ed8979" +SRCREV = "9bb083349e66a6b7195675b04e9adb2d6e21093f" DEPENDS = "libxml2-native libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" From patchwork Mon Jan 3 16:18:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 1996 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 E46EDC433F5 for ; Mon, 3 Jan 2022 16:19:19 +0000 (UTC) Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) by mx.groups.io with SMTP id smtpd.web09.30337.1641226758696992458 for ; Mon, 03 Jan 2022 08:19:18 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.222.182, mailfrom: otavio.salvador@gmail.com) Received: by mail-qk1-f182.google.com with SMTP id t66so20297907qkb.4 for ; Mon, 03 Jan 2022 08:19:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=MyIKxisIQJnMrmslbN+1htJ+81gtpTE0+6jWUcI/x4E=; b=eLmS6HiG1ZvUzoyjfDjyDVCvFvsYWTpzo78HFVtcfG5DTUwtRFbvrVMpZgRydTbhRr ZynXQ1q3b9C10xM7Z2Cp4QKFmlqTCtoWBnZalNG7kzXKd+pyrjV/NvpcXvmFmpEVzZ0u ab4pWLdGVhENwl2+HA9ptYc5mejgtmTnnPpYn7Fwm5f51qbFZ+6mqBK/x9HvAE7tXOnX ZQmwpS8vwAAB8Hwyh8k1DvnGYxUoJRrVUkJXpRklX0xKyy10XQS54Jc5vd0Ap/3V3Ypm hQr/DtBf6AjzTn5Aum2g2edRhmSgFCzYvFDUVBnNuRmMFqLBXGU5tK8pNI2Z2WDLMD/v 0uKA== X-Gm-Message-State: AOAM531nlpVnK+6AKlg0qiXvTdjvsk5Th2t/XMSPVwD489MmpNypz1YV wagtTpWOFq+XJ9ia7/iEdmHt+CrvFN8xdqn/ X-Google-Smtp-Source: ABdhPJy/JEiuFBF8AhsdOsG189xMVcDiCKKS4vvSItbSvyNremZH+DxhK3rQoicXRLznQyF8Qy1a3Q== X-Received: by 2002:a05:620a:121c:: with SMTP id u28mr33084887qkj.12.1641226757481; Mon, 03 Jan 2022 08:19:17 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id f141sm26276436qke.92.2022.01.03.08.19.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:17 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 04/24] bind: upgrade 9.16.23 -> 9.16.24 Date: Mon, 3 Jan 2022 13:18:34 -0300 Message-Id: <20220103161854.301148-4-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160121 Signed-off-by: Otavio Salvador --- .../0001-avoid-start-failure-with-bind-user.patch | 0 .../0001-named-lwresd-V-and-start-log-hide-build-options.patch | 0 .../bind-ensure-searching-for-json-headers-searches-sysr.patch | 0 .../bind/{bind-9.16.23 => bind-9.16.24}/bind9 | 0 .../bind/{bind-9.16.23 => bind-9.16.24}/conf.patch | 0 .../bind/{bind-9.16.23 => bind-9.16.24}/generate-rndc-key.sh | 0 .../init.d-add-support-for-read-only-rootfs.patch | 0 .../make-etc-initd-bind-stop-work.patch | 0 .../bind/{bind-9.16.23 => bind-9.16.24}/named.service | 0 .../bind/{bind_9.16.23.bb => bind_9.16.24.bb} | 2 +- 10 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/bind/{bind-9.16.23 => bind-9.16.24}/0001-avoid-start-failure-with-bind-user.patch (100%) rename meta/recipes-connectivity/bind/{bind-9.16.23 => bind-9.16.24}/0001-named-lwresd-V-and-start-log-hide-build-options.patch (100%) rename meta/recipes-connectivity/bind/{bind-9.16.23 => bind-9.16.24}/bind-ensure-searching-for-json-headers-searches-sysr.patch (100%) rename meta/recipes-connectivity/bind/{bind-9.16.23 => bind-9.16.24}/bind9 (100%) rename meta/recipes-connectivity/bind/{bind-9.16.23 => bind-9.16.24}/conf.patch (100%) rename meta/recipes-connectivity/bind/{bind-9.16.23 => bind-9.16.24}/generate-rndc-key.sh (100%) rename meta/recipes-connectivity/bind/{bind-9.16.23 => bind-9.16.24}/init.d-add-support-for-read-only-rootfs.patch (100%) rename meta/recipes-connectivity/bind/{bind-9.16.23 => bind-9.16.24}/make-etc-initd-bind-stop-work.patch (100%) rename meta/recipes-connectivity/bind/{bind-9.16.23 => bind-9.16.24}/named.service (100%) rename meta/recipes-connectivity/bind/{bind_9.16.23.bb => bind_9.16.24.bb} (98%) diff --git a/meta/recipes-connectivity/bind/bind-9.16.23/0001-avoid-start-failure-with-bind-user.patch b/meta/recipes-connectivity/bind/bind-9.16.24/0001-avoid-start-failure-with-bind-user.patch similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.23/0001-avoid-start-failure-with-bind-user.patch rename to meta/recipes-connectivity/bind/bind-9.16.24/0001-avoid-start-failure-with-bind-user.patch diff --git a/meta/recipes-connectivity/bind/bind-9.16.23/0001-named-lwresd-V-and-start-log-hide-build-options.patch b/meta/recipes-connectivity/bind/bind-9.16.24/0001-named-lwresd-V-and-start-log-hide-build-options.patch similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.23/0001-named-lwresd-V-and-start-log-hide-build-options.patch rename to meta/recipes-connectivity/bind/bind-9.16.24/0001-named-lwresd-V-and-start-log-hide-build-options.patch diff --git a/meta/recipes-connectivity/bind/bind-9.16.23/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind-9.16.24/bind-ensure-searching-for-json-headers-searches-sysr.patch similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.23/bind-ensure-searching-for-json-headers-searches-sysr.patch rename to meta/recipes-connectivity/bind/bind-9.16.24/bind-ensure-searching-for-json-headers-searches-sysr.patch diff --git a/meta/recipes-connectivity/bind/bind-9.16.23/bind9 b/meta/recipes-connectivity/bind/bind-9.16.24/bind9 similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.23/bind9 rename to meta/recipes-connectivity/bind/bind-9.16.24/bind9 diff --git a/meta/recipes-connectivity/bind/bind-9.16.23/conf.patch b/meta/recipes-connectivity/bind/bind-9.16.24/conf.patch similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.23/conf.patch rename to meta/recipes-connectivity/bind/bind-9.16.24/conf.patch diff --git a/meta/recipes-connectivity/bind/bind-9.16.23/generate-rndc-key.sh b/meta/recipes-connectivity/bind/bind-9.16.24/generate-rndc-key.sh similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.23/generate-rndc-key.sh rename to meta/recipes-connectivity/bind/bind-9.16.24/generate-rndc-key.sh diff --git a/meta/recipes-connectivity/bind/bind-9.16.23/init.d-add-support-for-read-only-rootfs.patch b/meta/recipes-connectivity/bind/bind-9.16.24/init.d-add-support-for-read-only-rootfs.patch similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.23/init.d-add-support-for-read-only-rootfs.patch rename to meta/recipes-connectivity/bind/bind-9.16.24/init.d-add-support-for-read-only-rootfs.patch diff --git a/meta/recipes-connectivity/bind/bind-9.16.23/make-etc-initd-bind-stop-work.patch b/meta/recipes-connectivity/bind/bind-9.16.24/make-etc-initd-bind-stop-work.patch similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.23/make-etc-initd-bind-stop-work.patch rename to meta/recipes-connectivity/bind/bind-9.16.24/make-etc-initd-bind-stop-work.patch diff --git a/meta/recipes-connectivity/bind/bind-9.16.23/named.service b/meta/recipes-connectivity/bind/bind-9.16.24/named.service similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.23/named.service rename to meta/recipes-connectivity/bind/bind-9.16.24/named.service diff --git a/meta/recipes-connectivity/bind/bind_9.16.23.bb b/meta/recipes-connectivity/bind/bind_9.16.24.bb similarity index 98% rename from meta/recipes-connectivity/bind/bind_9.16.23.bb rename to meta/recipes-connectivity/bind/bind_9.16.24.bb index c1bf250c26..c9e6f79dba 100644 --- a/meta/recipes-connectivity/bind/bind_9.16.23.bb +++ b/meta/recipes-connectivity/bind/bind_9.16.24.bb @@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \ file://0001-avoid-start-failure-with-bind-user.patch \ " -SRC_URI[sha256sum] = "dedb5e27aa9cb6a9ce3e872845887ff837b99e4e9a91a5e2fcd67cf6e1ef173c" +SRC_URI[sha256sum] = "5582f3734bd6232284f93f14206b8a46d1f819dea4797ae157066f6963b08507" UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" # stay at 9.16 follow the ESV versions divisible by 4 From patchwork Mon Jan 3 16:18:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 1997 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 07245C433F5 for ; Mon, 3 Jan 2022 16:19:23 +0000 (UTC) Received: from mail-qk1-f177.google.com (mail-qk1-f177.google.com [209.85.222.177]) by mx.groups.io with SMTP id smtpd.web12.30092.1641226761754689451 for ; Mon, 03 Jan 2022 08:19:21 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.222.177, mailfrom: otavio.salvador@gmail.com) Received: by mail-qk1-f177.google.com with SMTP id de30so31818734qkb.0 for ; Mon, 03 Jan 2022 08:19:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=XH8FLQ8q5zq5P39oYSKHSY/BbB9rPmZ9/1qjuBrCavU=; b=uaVNGo7dhOAciXrmXFRNA55xntrcyP3IgqJf9hbgZVvd5vnV1vqqx+8QKuS/hmg5xF G1EBQl8TVh1QwyZlNHbGmJ4fYndn0PEdaVjME4QOmiefCgDDIGB4Nk15kUX1CUmLn0xU T5Aq1CO/RXBPbyYSTrIoSHkMuXTeQvkhQxah8johyvJwK32n6U6XgNavn/QfDM8uG35M kzUWGTYrjYhcgUxRHmWGtwWje7o9+DcxM/9Uh0+YkA+W8c5+MHaCbsPjuvTeRtu3RPbV jiXaXaiJwiD2IYBaxVVtTAPhVuSCgxXhSO2eai2eYx6r+7p/JBODF2WYeioeBrv5W4V+ 3lVQ== X-Gm-Message-State: AOAM5330XvgQ2ednfc1nEQGY//A/XH6WSu1YC9rMKzeOZr49UpMd9Ymv gGK+Qzsct3omH4rgJE0e0k+aRXcOJOWazraK X-Google-Smtp-Source: ABdhPJwcGNs9K94DM9za2rOzt1QwqptJQsyopuKiZPbEahPH+1wmayvKxuQwGXeT4fmE+5oHRv7+iA== X-Received: by 2002:a05:620a:371e:: with SMTP id de30mr33179634qkb.136.1641226760583; Mon, 03 Jan 2022 08:19:20 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id i7sm29692537qkn.0.2022.01.03.08.19.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:20 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 05/24] e2fsprogs: upgrade 1.46.4 -> 1.46.5 Date: Mon, 3 Jan 2022 13:18:35 -0300 Message-Id: <20220103161854.301148-5-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160122 Signed-off-by: Otavio Salvador --- ...ct_io-expect-correct-expected-output.patch | 69 ------------------- ...-missing-check-for-permission-denied.patch | 3 +- .../e2fsprogs/e2fsprogs/quiet-debugfs.patch | 3 +- ...2fsprogs_1.46.4.bb => e2fsprogs_1.46.5.bb} | 9 +-- 4 files changed, 7 insertions(+), 77 deletions(-) delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-tests-u_direct_io-expect-correct-expected-output.patch rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.46.4.bb => e2fsprogs_1.46.5.bb} (94%) diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-tests-u_direct_io-expect-correct-expected-output.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-tests-u_direct_io-expect-correct-expected-output.patch deleted file mode 100644 index f198df83eb..0000000000 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-tests-u_direct_io-expect-correct-expected-output.patch +++ /dev/null @@ -1,69 +0,0 @@ -From ea5adf259e01c790f9ba69d6fe88d691de410b6f Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -Date: Sun, 22 Aug 2021 14:37:32 +0200 -Subject: [PATCH] tests/u_direct_io/expect: correct expected output - -This is likely the right fix, but upstream needs to confirm. - -Upstream-Status: Inappropriate [issue reported https://github.com/tytso/e2fsprogs/issues/80] -Signed-off-by: Alexander Kanavin ---- - tests/u_direct_io/expect | 16 +++++++++------- - 1 file changed, 9 insertions(+), 7 deletions(-) - -diff --git a/tests/u_direct_io/expect b/tests/u_direct_io/expect -index b0cdc730..830cbd75 100644 ---- a/tests/u_direct_io/expect -+++ b/tests/u_direct_io/expect -@@ -19,8 +19,8 @@ Filesystem OS type: Linux - Inode count: 32768 - Block count: 32768 - Reserved block count: 1638 --Overhead clusters: 5131 --Free blocks: 27631 -+Overhead clusters: 6155 -+Free blocks: 26607 - Free inodes: 32757 - First block: 0 - Block size: 4096 -@@ -29,27 +29,29 @@ Reserved GDT blocks: 7 - Blocks per group: 32768 - Fragments per group: 32768 - Inodes per group: 32768 --Inode blocks per group: 1024 -+Inode blocks per group: 2048 - Flex block group size: 16 - Mount count: 0 - Check interval: 15552000 (6 months) - Reserved blocks uid: 0 - Reserved blocks gid: 0 - First inode: 11 --Inode size: 128 -+Inode size: 256 -+Required extra isize: 32 -+Desired extra isize: 32 - Journal inode: 8 - Default directory hash: half_md4 - Journal backup: inode blocks - Directories: 2 - Group 0: block bitmap at 9, inode bitmap at 25, inode table at 41 -- 27631 free blocks, 32757 free inodes, 2 used directories -+ 26607 free blocks, 32757 free inodes, 2 used directories - e2fsck -fn -N test_filesys $LOOP - Pass 1: Checking inodes, blocks, and sizes - Pass 2: Checking directory structure - Pass 3: Checking directory connectivity - Pass 4: Checking reference counts - Pass 5: Checking group summary information --test_filesys: 11/32768 files (9.1% non-contiguous), 5137/32768 blocks -+test_filesys: 11/32768 files (9.1% non-contiguous), 6161/32768 blocks - Exit status is 0 - e2fsck -fn -N test_filesys $TMPFILE - Pass 1: Checking inodes, blocks, and sizes -@@ -57,5 +59,5 @@ Pass 2: Checking directory structure - Pass 3: Checking directory connectivity - Pass 4: Checking reference counts - Pass 5: Checking group summary information --test_filesys: 11/32768 files (9.1% non-contiguous), 5137/32768 blocks -+test_filesys: 11/32768 files (9.1% non-contiguous), 6161/32768 blocks - Exit status is 0 diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/e2fsprogs-fix-missing-check-for-permission-denied.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/e2fsprogs-fix-missing-check-for-permission-denied.patch index a4f98246bb..045ffa6086 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/e2fsprogs-fix-missing-check-for-permission-denied.patch +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/e2fsprogs-fix-missing-check-for-permission-denied.patch @@ -1,7 +1,8 @@ -From f1e161a48f74b46ae3c99921971c4b5ae8d587c9 Mon Sep 17 00:00:00 2001 +From ad7f927c0d95fd461f45f478bbe6355b8df46eac Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 10 Aug 2016 11:19:44 +0800 Subject: [PATCH] Fix missing check for permission denied. +Organization: O.S. Systems Software LTDA. If the path to "ROOT_SYSCONFDIR/mke2fs.conf" has a permission denied problem, then the get_dirlist() call will return EACCES. But the code in profile_init diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch index 41a4047622..6f3ad342cc 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch @@ -1,7 +1,8 @@ -From 550b5fbece84dde16ce9910c2cad390ea4a2f5d5 Mon Sep 17 00:00:00 2001 +From 5e5820fd214a0bc25907053ae6a76eb1ec493134 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 23 Dec 2013 13:38:34 +0000 Subject: [PATCH] e2fsprogs: silence debugfs +Organization: O.S. Systems Software LTDA. When executing a script don't echo every command, as we do this for entire filesystems at rootfs time. diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.4.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.5.bb similarity index 94% rename from meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.4.bb rename to meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.5.bb index f42cefcaf9..68b8531565 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.4.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.5.bb @@ -4,14 +4,11 @@ SRC_URI += "file://remove.ldconfig.call.patch \ file://run-ptest \ file://ptest.patch \ file://mkdir_p.patch \ - file://0001-tests-u_direct_io-expect-correct-expected-output.patch \ + file://e2fsprogs-fix-missing-check-for-permission-denied.patch \ + file://quiet-debugfs.patch \ " -SRC_URI:append:class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch \ - file://quiet-debugfs.patch \ -" - -SRCREV = "849005eac51ea2097bd9e5f2b0adc16b53c5486d" +SRCREV = "02540dedd3ddc52c6ae8aaa8a95ce75c3f8be1c0" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+\.\d+(\.\d+)*)$" EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \ From patchwork Mon Jan 3 16:18:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 1998 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 0F909C433F5 for ; Mon, 3 Jan 2022 16:19:25 +0000 (UTC) Received: from mail-qv1-f51.google.com (mail-qv1-f51.google.com [209.85.219.51]) by mx.groups.io with SMTP id smtpd.web09.30339.1641226764510853364 for ; Mon, 03 Jan 2022 08:19:24 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.219.51, mailfrom: otavio.salvador@gmail.com) Received: by mail-qv1-f51.google.com with SMTP id fo11so31381873qvb.4 for ; Mon, 03 Jan 2022 08:19:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=rESzoUzLlB94TuWXPWXDJ0BF9QLbQIiipPtRKGGYSig=; b=DphOspyl7BFhNYcFacLsvho4Lj8PPnI09daPf/L0BOByXK+zR7q8F2tVzyOx+49vXm 3l8U11O1yInaVodYLdGwsqNDPSDcRhGPh6y3Z2YFIv4KOI4fQQDgE00VuwfAdOkypEaP C0REYkYlkRXT8IPt9nv6z8iKv/tTypXaqDRRUKxW24zEVDf7Nat3OUiJ7886gE6jB8Y4 OTs9SCUeXv5sSods6fP9sn6di2cvM4GzswS+tOUifnSYzzp6vUcq/GtcLs5zDxEZTbjy +rrjRe6iypkUiTjyLa/Gf2lG2ptXyqFOOegb5TUP3mmcnl0QwAk8KzE3S1wnbxxurBu7 86JQ== X-Gm-Message-State: AOAM5320c55zjagghccvnvt5OgExMAZ83kpbmrJAE/FLq+mSzg+U3RSV kayu3HEG6DTRwTbwbnBwjZuG5MXuJ9ah4wGD X-Google-Smtp-Source: ABdhPJy0nc9jdxcVThuqlWBOxAAI5/ZOnV7IWLannHwrsKXS1M7+V6x4l0mzaBVyTZQTkTveCYOgbA== X-Received: by 2002:a05:6214:1bc6:: with SMTP id m6mr41824815qvc.30.1641226763520; Mon, 03 Jan 2022 08:19:23 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id x1sm28826143qtj.9.2022.01.03.08.19.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:23 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 06/24] expat: upgrade 2.4.1 -> 2.4.2 Date: Mon, 3 Jan 2022 13:18:36 -0300 Message-Id: <20220103161854.301148-6-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160123 Signed-off-by: Otavio Salvador --- meta/recipes-core/expat/{expat_2.4.1.bb => expat_2.4.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/expat/{expat_2.4.1.bb => expat_2.4.2.bb} (91%) diff --git a/meta/recipes-core/expat/expat_2.4.1.bb b/meta/recipes-core/expat/expat_2.4.2.bb similarity index 91% rename from meta/recipes-core/expat/expat_2.4.1.bb rename to meta/recipes-core/expat/expat_2.4.2.bb index 14e5aca9e6..771f14eb3e 100644 --- a/meta/recipes-core/expat/expat_2.4.1.bb +++ b/meta/recipes-core/expat/expat_2.4.2.bb @@ -15,7 +15,7 @@ SRC_URI = "https://github.com/libexpat/libexpat/releases/download/R_${VERSION_TA UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/" -SRC_URI[sha256sum] = "2f9b6a580b94577b150a7d5617ad4643a4301a6616ff459307df3e225bcfbf40" +SRC_URI[sha256sum] = "e40737134bdc08b8ea7d23a2c0a5cd11c04d5be152fe562d3253c1e4a0be6686" EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" From patchwork Mon Jan 3 16:18:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2000 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 EA098C433EF for ; Mon, 3 Jan 2022 16:19:27 +0000 (UTC) Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) by mx.groups.io with SMTP id smtpd.web11.29870.1641226767389323970 for ; Mon, 03 Jan 2022 08:19:27 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.160.176, mailfrom: otavio.salvador@gmail.com) Received: by mail-qt1-f176.google.com with SMTP id v22so30830919qtx.8 for ; Mon, 03 Jan 2022 08:19:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=54BheYLQHhW4OCnC55uly8iOM8zXZja1//qxiDSB44M=; b=ITILW6AtKXSgIqvW016bRxYxiDLOiylUrvbq1yMF9z5LDkp/aKPlhhh75n86QAwxS+ sW6vH6kSMrOH3c83Sglg8DyU3gGIDdZbFvD3u2l5WK3aciSrxxqcE2uN0nEfAsVacgJi 8ctRiirOPKPnAUj0yObe3XUErT0jG5Qc0S53z8V+X1m8rg+fufX6JuWUqEsVMmEYwhzG L66xInm2TMyBsHemh+zk7LFlAyFbz8XpA9slTniXesuS56xCYH9YOF2onMQWOoQF/Zjz 8LpOf4+c9OUVd9BnODuSGlAWtSed9tIJcpsnmJm7aoiGv+aUkbOh5lPkyBytnzRuH/DS xsVA== X-Gm-Message-State: AOAM5300SFa8m+kMOCPNq3YMzYuJOs9725/ackxymR++MLvPCzvmwurR KBwTWU8+2YdWP1WPNJF8fydRMGHX5b5kOItI X-Google-Smtp-Source: ABdhPJxUAhw5eddxFcHkFOZrQC2Y7brO/BwlUGZ1jMRUoWKsNRwoDrVh5U33vYWmUe5+IdO7ROhW3w== X-Received: by 2002:ac8:5ccc:: with SMTP id s12mr41811612qta.466.1641226766333; Mon, 03 Jan 2022 08:19:26 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id o9sm30328816qtk.81.2022.01.03.08.19.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:25 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 07/24] gnupg: upgrade 2.3.3 -> 2.3.4 Date: Mon, 3 Jan 2022 13:18:37 -0300 Message-Id: <20220103161854.301148-7-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160124 Signed-off-by: Otavio Salvador --- ...-a-custom-value-for-the-location-of-.patch | 5 ++-- .../gnupg/gnupg/relocate.patch | 23 +++++++++---------- .../gnupg/{gnupg_2.3.3.bb => gnupg_2.3.4.bb} | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) rename meta/recipes-support/gnupg/{gnupg_2.3.3.bb => gnupg_2.3.4.bb} (97%) diff --git a/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch b/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch index b58fbfe6f5..d97adb1410 100644 --- a/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch +++ b/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch @@ -1,8 +1,9 @@ -From bdde1faa774753e29d582d79186e08a38597de9e Mon Sep 17 00:00:00 2001 +From 1dd6b8e97c101390a24c4de6d5e67ea835979a8f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 22 Jan 2018 18:00:21 +0200 Subject: [PATCH] configure.ac: use a custom value for the location of gpg-agent socket in the filesystem +Organization: O.S. Systems Software LTDA. This should avoid clashes with the host gpg-agent observed on autobuilders. @@ -14,7 +15,7 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 5cdd316..e5f2d6a 100644 +index 313b113..25ded07 100644 --- a/configure.ac +++ b/configure.ac @@ -1962,7 +1962,7 @@ AC_DEFINE_UNQUOTED(GPGCONF_DISP_NAME, "GPGConf", diff --git a/meta/recipes-support/gnupg/gnupg/relocate.patch b/meta/recipes-support/gnupg/gnupg/relocate.patch index 53679bf1d9..085726a15b 100644 --- a/meta/recipes-support/gnupg/gnupg/relocate.patch +++ b/meta/recipes-support/gnupg/gnupg/relocate.patch @@ -1,22 +1,24 @@ -From 766d37fe9acd9fdaaff9c094635e06b50c5902d7 Mon Sep 17 00:00:00 2001 +From a6e914220fa5b28e545122c992fefbbf6f8aa986 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 19 Sep 2018 14:44:40 +0100 Subject: [PATCH] Allow the environment to override where gnupg looks for its own files. Useful in native builds. +Organization: O.S. Systems Software LTDA. Upstream-Status: Inappropriate [OE-specific] Signed-off-by: Ross Burton Signed-off-by: Alexander Kanavin + --- common/homedir.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/common/homedir.c b/common/homedir.c -index 455c188..55049db 100644 +index 174d961..f4c25fb 100644 --- a/common/homedir.c +++ b/common/homedir.c -@@ -1155,7 +1155,7 @@ gnupg_socketdir (void) +@@ -1161,7 +1161,7 @@ gnupg_socketdir (void) if (!name) { unsigned int dummy; @@ -25,7 +27,7 @@ index 455c188..55049db 100644 gpgrt_annotate_leaked_object (name); } -@@ -1187,7 +1187,7 @@ gnupg_sysconfdir (void) +@@ -1193,7 +1193,7 @@ gnupg_sysconfdir (void) if (dir) return dir; else @@ -34,7 +36,7 @@ index 455c188..55049db 100644 #endif /*!HAVE_W32_SYSTEM*/ } -@@ -1223,7 +1223,7 @@ gnupg_bindir (void) +@@ -1229,7 +1229,7 @@ gnupg_bindir (void) return name; } else @@ -43,7 +45,7 @@ index 455c188..55049db 100644 #endif /*!HAVE_W32_SYSTEM*/ } -@@ -1250,7 +1250,7 @@ gnupg_libexecdir (void) +@@ -1256,7 +1256,7 @@ gnupg_libexecdir (void) return name; } else @@ -52,7 +54,7 @@ index 455c188..55049db 100644 #endif /*!HAVE_W32_SYSTEM*/ } -@@ -1280,7 +1280,7 @@ gnupg_libdir (void) +@@ -1286,7 +1286,7 @@ gnupg_libdir (void) return name; } else @@ -61,7 +63,7 @@ index 455c188..55049db 100644 #endif /*!HAVE_W32_SYSTEM*/ } -@@ -1311,7 +1311,7 @@ gnupg_datadir (void) +@@ -1317,7 +1317,7 @@ gnupg_datadir (void) return name; } else @@ -70,7 +72,7 @@ index 455c188..55049db 100644 #endif /*!HAVE_W32_SYSTEM*/ } -@@ -1343,7 +1343,7 @@ gnupg_localedir (void) +@@ -1349,7 +1349,7 @@ gnupg_localedir (void) return name; } else @@ -79,6 +81,3 @@ index 455c188..55049db 100644 #endif /*!HAVE_W32_SYSTEM*/ } --- -2.20.1 - diff --git a/meta/recipes-support/gnupg/gnupg_2.3.3.bb b/meta/recipes-support/gnupg/gnupg_2.3.4.bb similarity index 97% rename from meta/recipes-support/gnupg/gnupg_2.3.3.bb rename to meta/recipes-support/gnupg/gnupg_2.3.4.bb index 5614ac6473..7faaffbc27 100644 --- a/meta/recipes-support/gnupg/gnupg_2.3.3.bb +++ b/meta/recipes-support/gnupg/gnupg_2.3.4.bb @@ -24,7 +24,7 @@ SRC_URI:append:class-native = " file://0001-configure.ac-use-a-custom-value-for- file://relocate.patch" SRC_URI:append:class-nativesdk = " file://relocate.patch" -SRC_URI[sha256sum] = "5789b86da6a1a6752efb38598f16a77af51170a8494039c3842b085032e8e937" +SRC_URI[sha256sum] = "f3468ecafb1d7f9ad7b51fd1db7aebf17ceb89d2efa8a05cf2f39b4d405402ae" EXTRA_OECONF = "--disable-ldap \ --disable-ccid-driver \ From patchwork Mon Jan 3 16:18:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 1999 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 E9455C433FE for ; Mon, 3 Jan 2022 16:19:30 +0000 (UTC) Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) by mx.groups.io with SMTP id smtpd.web09.30342.1641226770274509833 for ; Mon, 03 Jan 2022 08:19:30 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.160.182, mailfrom: otavio.salvador@gmail.com) Received: by mail-qt1-f182.google.com with SMTP id q14so30839531qtx.10 for ; Mon, 03 Jan 2022 08:19:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=QXKys8l6moYBbWfMMX6Z97ZsGgxxGILBqugSQ9kqt/Y=; b=M6kuOBYssCJJ5jVZmrMeguWWBwQ4zaO2lbIF8L5I++HSF1VzBmHXx04kNlOcd5dcZS vzjdaG5BIPO/tSR0TiPpIoGi81hIwweLwmnURwAWrRW/m5Iq5vlX4/O8G7ZJeqIFeJIg 5iElpJjjFOVUqRh2Q3EBfx1w3Pj47NuDJwCf9zEezcFyTBtKFvGySThd0Uhlez1QFaLV X6E3cyDtaaIPRP1nvyEGLEgKWsKH3fFuh/1paK3v3JA5xTyyKEBzxHSsolDrnZ0o6PyT sgOyvhhe0Sfl2NxAMFM8S/ACTWRDKmKe+4nc7vRPBo6YZievV3i6Mxl+kcembAMZHqKb 2TOg== X-Gm-Message-State: AOAM533XrbpZiFkV7anjiaGWAUXhDTzq9rh1d8MwDwKDSnek/AXPlh9F NVLgUp4y8HO7aQ2P38tp+P+YjrtL/Zx/LMiX X-Google-Smtp-Source: ABdhPJwXr32SAgNg0uN349oHkWEFNDZnSx68jjgQZ3tDLcD9i7iywn6GrtXZaFQXi5ZRjw1mkT2ZTg== X-Received: by 2002:ac8:4e8a:: with SMTP id 10mr37227093qtp.43.1641226769162; Mon, 03 Jan 2022 08:19:29 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id r187sm26675096qke.11.2022.01.03.08.19.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:28 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 08/24] kea: upgrade 2.0.0 -> 2.0.1 Date: Mon, 3 Jan 2022 13:18:38 -0300 Message-Id: <20220103161854.301148-8-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160125 Signed-off-by: Otavio Salvador --- meta/recipes-connectivity/kea/{kea_2.0.0.bb => kea_2.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/kea/{kea_2.0.0.bb => kea_2.0.1.bb} (97%) diff --git a/meta/recipes-connectivity/kea/kea_2.0.0.bb b/meta/recipes-connectivity/kea/kea_2.0.1.bb similarity index 97% rename from meta/recipes-connectivity/kea/kea_2.0.0.bb rename to meta/recipes-connectivity/kea/kea_2.0.1.bb index 9f33c325bd..900ceb62e4 100644 --- a/meta/recipes-connectivity/kea/kea_2.0.0.bb +++ b/meta/recipes-connectivity/kea/kea_2.0.1.bb @@ -18,7 +18,7 @@ SRC_URI = "http://ftp.isc.org/isc/kea/${PV}/${BP}.tar.gz \ file://fix_pid_keactrl.patch \ file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \ " -SRC_URI[sha256sum] = "05854e0c3871b452edace18eccc6ab618940e0249fbe7c232a36d06ae59bf41d" +SRC_URI[sha256sum] = "f50bb9a954e314316b4033a175dc807496bb9c1754110bd92a21c165a9e84c57" inherit autotools systemd update-rc.d upstream-version-is-even From patchwork Mon Jan 3 16:18:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2001 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 E1FF5C433EF for ; Mon, 3 Jan 2022 16:19:33 +0000 (UTC) Received: from mail-qt1-f171.google.com (mail-qt1-f171.google.com [209.85.160.171]) by mx.groups.io with SMTP id smtpd.web09.30344.1641226773238359847 for ; Mon, 03 Jan 2022 08:19:33 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.160.171, mailfrom: otavio.salvador@gmail.com) Received: by mail-qt1-f171.google.com with SMTP id v22so30831157qtx.8 for ; Mon, 03 Jan 2022 08:19:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=ZgVeV/C5N7bcd6/XMvsPIhagRNWVpdi+827nMWWHIcg=; b=DtPeCleqx/dxZIBc8DLPG/86YmesdemR1OKgpPbPTm797Y7ARu89eKcZe+odK95AHL YWNsPormVT2gsAX8gMsKXMxKzM/oogqpkUcxMrZwwVkhbLiUGxTpqEn1WeApNmB8XIWr A3UNNRya2+sdLF82ewvrJWUMfIf+izFgimxay1mupuqKc2LHUsGsjAClBFoSGwVDHir3 Q58J2FXS967Jls898GJ4mUHL5/plxUyaPggCZtuKHo3yBSMryQOczAuCkay+V/x4aYfC VPp5XxJ7crVokeqILsQdIb/K7RG+c3N01ooPID4Vo6EXpk7VWeRX05IenePhxB9P/lRh gibw== X-Gm-Message-State: AOAM532pLwsacNiFiJf5oeGo4UFpucl/LqclssS11Vm+sTmocA0uq1kS IcvFiwpZjUuH89Qnt1KtO+JLoUJPA/J5jIqg X-Google-Smtp-Source: ABdhPJxrM4hGNgCrK5t4jznAjbnXWwNkDWz5T8Lgm4p6PI+PH2stIP631xpvi5cqtxF8295mWo8Avg== X-Received: by 2002:a05:622a:2c9:: with SMTP id a9mr40349122qtx.28.1641226772116; Mon, 03 Jan 2022 08:19:32 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id o17sm28874817qkp.89.2022.01.03.08.19.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:31 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 09/24] libmicrohttpd: upgrade 0.9.73 -> 0.9.75 Date: Mon, 3 Jan 2022 13:18:39 -0300 Message-Id: <20220103161854.301148-9-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160126 Signed-off-by: Otavio Salvador --- .../{libmicrohttpd_0.9.73.bb => libmicrohttpd_0.9.75.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.73.bb => libmicrohttpd_0.9.75.bb} (87%) diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb similarity index 87% rename from meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb rename to meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb index 0b5901bc74..494ccd2ee9 100644 --- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb +++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb @@ -7,8 +7,7 @@ SECTION = "net" DEPENDS = "file" SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz" -SRC_URI[md5sum] = "2b15949b1633e4fa487e08cdcc97f0e3" -SRC_URI[sha256sum] = "a37b2f1b88fd1bfe74109586be463a434d34e773530fc2a74364cfcf734c032e" +SRC_URI[sha256sum] = "9278907a6f571b391aab9644fd646a5108ed97311ec66f6359cebbedb0a4e3bb" inherit autotools lib_package pkgconfig gettext From patchwork Mon Jan 3 16:18:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2002 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 E757DC433F5 for ; Mon, 3 Jan 2022 16:19:36 +0000 (UTC) Received: from mail-qt1-f181.google.com (mail-qt1-f181.google.com [209.85.160.181]) by mx.groups.io with SMTP id smtpd.web09.30348.1641226776499608428 for ; Mon, 03 Jan 2022 08:19:36 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.160.181, mailfrom: otavio.salvador@gmail.com) Received: by mail-qt1-f181.google.com with SMTP id q14so30839822qtx.10 for ; Mon, 03 Jan 2022 08:19:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=soFJY7wB6jmBqFQNCfyHgOlc2oHYNMGHzhvmqlIeusU=; b=MgaEHo4MGCqGDpYzJFFTM/nihZHtZGO1Wz3Uy3Xioy3tw+Ny2t5lQexKhNsbHQMfyx SgOw1HvubjkFwcPoErbxV8SbzMAIadsTMGztmQy+v+B0NOSuaO8i0gZ1qgLVa2NFlags w7xiACMxTX6x7fh2SuNrdRXuXWz8xmN3e/sHzXr8DmMZknNMQiIMBWpVJZrLc2NLQ6wG B68KRpu0/U4GXLyeRMbHQl3YvJfgV9MQbR4SvgSntk/JR3xAl9KDhckJFKmDjp0e/PXf h6rBucalkEW+Sjcj473bZGP0P9rx4pn2SdK1t9pKWVtcq0wBCV3hNg0+nbr9TnBZROHJ XauQ== X-Gm-Message-State: AOAM530TUSPGSZ+0tbom8Bh9zoAx5IG29Yqa1SowKJYuYl+Nto7BNofI 4Ezi3EFa2cp8wQFBN9sBYDktIPdNgFR0dBDW X-Google-Smtp-Source: ABdhPJy5LXBRyRsGTzRHmZqCK6VEAFzP5euLJ9pgjBun8+mNTjj31EmL42hqTUjY2rYcDLLbxQsFrg== X-Received: by 2002:a05:622a:44a:: with SMTP id o10mr41473391qtx.212.1641226775268; Mon, 03 Jan 2022 08:19:35 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id h9sm28900672qkp.106.2022.01.03.08.19.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:34 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 10/24] libxcrypt-compat: upgrade 4.4.26 -> 4.4.27 Date: Mon, 3 Jan 2022 13:18:40 -0300 Message-Id: <20220103161854.301148-10-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160127 Signed-off-by: Otavio Salvador --- .../libxcrypt/files/fix_cflags_handling.patch | 11 +- .../libxcrypt/libxcrypt-compat_4.4.26.bb | 18 --- .../libxcrypt/libxcrypt-compat_4.4.27.bb | 103 ++++++++++++++++++ meta/recipes-core/libxcrypt/libxcrypt.inc | 4 +- 4 files changed, 111 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.26.bb create mode 100644 meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.27.bb diff --git a/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch b/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch index 0772998c72..d979796226 100644 --- a/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch +++ b/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch @@ -1,7 +1,8 @@ -From fd9a46695594c3cd836ecb7d959f03f605e69a2f Mon Sep 17 00:00:00 2001 +From 7b2a0cdc281d94a5782c37ef87040c341447b4b4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 30 Apr 2021 10:35:02 +0100 Subject: [PATCH] libxcrypt: Update to 4.4.19 release and fix symbol version +Organization: O.S. Systems Software LTDA. If you pass CFLAGS with a leading space, " " gets passed to popen and convinces gcc to try and open a file called " ". This results in a confusing error message @@ -15,13 +16,13 @@ Upstream-Status: Submitted [https://github.com/besser82/libxcrypt/pull/126] Signed-off-by: Richard Purdie --- - build-aux/compute-symver-floor | 2 ++ + build-aux/scripts/compute-symver-floor | 2 ++ 1 file changed, 2 insertions(+) -diff --git a/build-aux/compute-symver-floor b/build-aux/compute-symver-floor +diff --git a/build-aux/scripts/compute-symver-floor b/build-aux/scripts/compute-symver-floor index 4ec82e1..8117342 100644 ---- a/build-aux/compute-symver-floor -+++ b/build-aux/compute-symver-floor +--- a/build-aux/scripts/compute-symver-floor ++++ b/build-aux/scripts/compute-symver-floor @@ -36,6 +36,8 @@ sub preprocessor_check { die "C compiler not available\n" unless @CC; diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.26.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.26.bb deleted file mode 100644 index ec9f9f4fa3..0000000000 --- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.26.bb +++ /dev/null @@ -1,18 +0,0 @@ -# -# This provides libcrypto.so.1 which contains obsolete APIs, needed for uninative in particular -# - -require libxcrypt.inc - -PROVIDES = "" -AUTO_LIBNAME_PKGS = "" -EXCLUDE_FROM_WORLD = "1" - -API = "--enable-obsolete-api" - -do_install:append () { - rm -rf ${D}${includedir} - rm -rf ${D}${libdir}/pkgconfig - rm -rf ${D}${datadir} -} - diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.27.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.27.bb new file mode 100644 index 0000000000..fd773fc859 --- /dev/null +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.27.bb @@ -0,0 +1,103 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSING +# +++ LICENSING +# @@ -77,53 +77,55 @@ +# test-badsetting.c, test-crypt-badargs.c, test-getrandom-fallbacks.c, +# test-getrandom-interface.c, test-symbols-compat.sh, +# test-symbols-renames.sh, test-symbols-static.sh, +# - build-aux/gen-crypt-h, build-aux/gen-crypt-symbol-vers-h, +# - build-aux/gen-libcrypt-map, build-aux/skip-if-exec-format-error, +# - build-aux/zw_alignment.m4, build-aux/zw_static_assert.m4, +# - build-aux/zw_endianness.m4, build-aux/zw_ld_wrap.m4 +# + build-aux/scripts/gen-crypt-h, +# + build-aux/scripts/gen-crypt-symbol-vers-h, +# + build-aux/scripts/gen-libcrypt-map, +# + build-aux/scripts/skip-if-exec-format-error, +# + build-aux/m4/zw_alignment.m4, build-aux/m4/zw_static_assert.m4, +# + build-aux/m4/zw_endianness.m4, build-aux/m4/zw_ld_wrap.m4 +# +# * Copyright Zack Weinberg and Free Software Foundation, Inc; +# GPL (v3 or later), with Autoconf exception: +# - build-aux/zw_automodern.m4, build-aux/zw_simple_warnings.m4 +# + build-aux/m4/zw_automodern.m4, build-aux/m4/zw_simple_warnings.m4 +# +# * Copyright ; 0-clause BSD: +# crypt-yescrypt.c, test-crypt-yescrypt.c +# +# * Copyright Kevin Cernekee; FSF All Permissive License: +# - build-aux/ax_check_vscript.m4 +# + build-aux/m4/ax_check_vscript.m4 +# +# * Copyright Maarten Bosmans; FSF All Permissive License: +# - build-aux/ax_append_compile_flags.m4 +# + build-aux/m4/ax_append_compile_flags.m4 +# +# * Copyright Guido U. Draheim, Maarten Bosmans; +# FSF All Permissive License: +# - build-aux/ax_append_flag.m4, build-aux/ax_check_compile_flag.m4 +# + build-aux/m4/ax_append_flag.m4, build-aux/m4/ax_check_compile_flag.m4 +# +# * Copyright Mike Frysinger; FSF All Permissive License: +# - build-aux/ax_require_defined.m4 +# + build-aux/m4/ax_require_defined.m4 +# +# * Copyright Gabriele Svelto; FSF All Permissive License: +# - build-aux/ax_gcc_func_attribute.m4 +# + build-aux/m4/ax_gcc_func_attribute.m4 +# +# * Copyright Scott James Remnant, Dan Nicholson; +# GPL (v2 or later), with Autoconf exception: +# - build-aux/pkg_installdir_compat.m4 +# + build-aux/m4/pkg_installdir_compat.m4 +# +# * Copyright Tim Toolan; FSF All Permissive License: +# - build-aux/ax_compare_version.m4 +# + build-aux/m4/ax_compare_version.m4 +# +# * Copyright Philip Withnall; FSF All Permissive License: +# - build-aux/ax_valgrind_check.m4 +# + build-aux/m4/ax_valgrind_check.m4 +# +# * Copyright Steven G. Johnson, Daniel Richard G.; +# GPL (v3 or later), with Autoconf exception: +# - build-aux/ax_pthread.m4 +# + build-aux/m4/ax_pthread.m4 +# +# * Copyright Francesco Salvestrini; FSF All Permissive License: +# - build-aux/ax_prog_python_version.m4 +# + build-aux/m4/ax_prog_python_version.m4 +# +# * Copyright Andrew Collier; FSF All Permissive License: +# - build-aux/ax_python_module.m4 +# + build-aux/m4/ax_python_module.m4 +# +# * Copyright holders unknown, no statement of license (all of these +# files are part of the testsuite and do not contribute to the +# +# + +# +# This provides libcrypto.so.1 which contains obsolete APIs, needed for uninative in particular +# + +require libxcrypt.inc + +PROVIDES = "" +AUTO_LIBNAME_PKGS = "" +EXCLUDE_FROM_WORLD = "1" + +API = "--enable-obsolete-api" + +do_install:append () { + rm -rf ${D}${includedir} + rm -rf ${D}${libdir}/pkgconfig + rm -rf ${D}${datadir} +} + diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index 9186c45e18..725965e535 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc @@ -3,14 +3,14 @@ DESCRIPTION = "Forked code from glibc libary to extract only crypto part." HOMEPAGE = "https://github.com/besser82/libxcrypt" SECTION = "libs" LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://LICENSING;md5=29c5f9af198623cdce52a77f85695164 \ +LIC_FILES_CHKSUM = "file://LICENSING;md5=c0a30e2b1502c55a7f37e412cd6c6a4b \ file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ " inherit autotools pkgconfig SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH};protocol=https" -SRCREV = "8ff7a8c5019cbd50419f7d0a8cd691eb99d6b086" +SRCREV = "814e715dd8580ff00344112d7d8383a6a5a5b83d" SRCBRANCH ?= "develop" SRC_URI += "file://fix_cflags_handling.patch" From patchwork Mon Jan 3 16:18:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2003 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 E29FEC433EF for ; Mon, 3 Jan 2022 16:19:39 +0000 (UTC) Received: from mail-qt1-f180.google.com (mail-qt1-f180.google.com [209.85.160.180]) by mx.groups.io with SMTP id smtpd.web10.30160.1641226779372440314 for ; Mon, 03 Jan 2022 08:19:39 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.160.180, mailfrom: otavio.salvador@gmail.com) Received: by mail-qt1-f180.google.com with SMTP id o17so30911545qtk.1 for ; Mon, 03 Jan 2022 08:19:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=3dMdFixhrWOb2MYXXR0v6+AKwg6rRQqm7rhLL13ee+8=; b=WLkMJKZChcbujw+5o+mhwftBX5QLCHc3TLfRxxUTKilTcVP/6/TeG5o3sCaATtFL9b uWAZ/1oAtaGJ0zstJHB5J3LCYZRSFo4ESPu1M0I5wr/UqhsK3hVnJUDxHHKYGt3Ryv+p oSK92BBjusWf3cccn7NOZSBOkaupcxQjzig5Hdyoq2VMVj9cLt3VQyEe/nEd9qjnOVmk 6wYj5GlOgh723nt8eedhS94lhmac7PNfAz9hN9ucXfCYne12KtbhJ6RazFZKuc0fyMRU vbqF2hwCxFIU5LPqu04qNstXHEsGHXVpNSDOvh5NqG/7YrK1NJzGY1vwWRjnnC1C32WG Ae6A== X-Gm-Message-State: AOAM530uZEJBguX9YmQtkCoHcsqaceU3+d5a60gMLVWAc0Zeuv4BUQUE ML3/mcMiAkvaMWmtPFArfORgTzil0Itj0sJA X-Google-Smtp-Source: ABdhPJwllQKt7w5A+S5BcytegRJ1YgFS4Yf4Q646KnbAv18nqkksCaZOyYmFinaWJStqZqBPHSXvfg== X-Received: by 2002:ac8:5301:: with SMTP id t1mr41139248qtn.172.1641226778299; Mon, 03 Jan 2022 08:19:38 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id r24sm27680588qtp.38.2022.01.03.08.19.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:37 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 11/24] meson: upgrade 0.60.2 -> 0.60.3 Date: Mon, 3 Jan 2022 13:18:41 -0300 Message-Id: <20220103161854.301148-11-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160128 Signed-off-by: Otavio Salvador --- meta/recipes-devtools/meson/meson.inc | 2 +- .../recipes-devtools/meson/{meson_0.60.2.bb => meson_0.60.3.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/meson/{meson_0.60.2.bb => meson_0.60.3.bb} (100%) diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc index 7fbb246b87..042cf130e4 100644 --- a/meta/recipes-devtools/meson/meson.inc +++ b/meta/recipes-devtools/meson/meson.inc @@ -15,7 +15,7 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P file://0002-Support-building-allarch-recipes-again.patch \ file://0001-is_debianlike-always-return-False.patch \ " -SRC_URI[sha256sum] = "64e6968565bf1b8152f4f9d6ca8154efb9e14caa9aabf7b22e71e6c5d053e921" +SRC_URI[sha256sum] = "87ca5fa9358a01864529392bd64e027158eb94afca7c7766b1866ef27eccb98e" UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" UPSTREAM_CHECK_REGEX = "meson-(?P\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/meson/meson_0.60.2.bb b/meta/recipes-devtools/meson/meson_0.60.3.bb similarity index 100% rename from meta/recipes-devtools/meson/meson_0.60.2.bb rename to meta/recipes-devtools/meson/meson_0.60.3.bb From patchwork Mon Jan 3 16:18:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2004 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 E203CC433EF for ; Mon, 3 Jan 2022 16:19:42 +0000 (UTC) Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) by mx.groups.io with SMTP id smtpd.web09.30353.1641226782474737434 for ; Mon, 03 Jan 2022 08:19:42 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.222.182, mailfrom: otavio.salvador@gmail.com) Received: by mail-qk1-f182.google.com with SMTP id i130so30737975qke.3 for ; Mon, 03 Jan 2022 08:19:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=y6v6UMv5xmi8CCQZfg9Ys4IbURnUm/XVcX6LodP/Nh8=; b=SMKQ4f5ocgU7GTs57gJovD922wmRld12xF7hjMx9UHoO+ZrvfO5s7/18NsZF3CZoI9 X2dF22hiDCP/1eSFsWMBn51Uss281h0ifgpDctfrdAxtJQwrVDnp+8VQhsBZgKH6EHKn 2YgfyOzzmen44FE4LN4TmfjBgIvaufe8+d4mbV6gjlMot8Wht2bLv3rvNviKQFU+m+h9 kVNVCfzIQ+iQFztqkSRkE5mprH+Y/ozMzai2/pR0R8rWlgqcgHK6tbuAHMdRzjI7qupL sbXNpDW3cWusMWxCrWayQXK+7IltI8LPr4sU5C5psskcoUIrj+L6iogZ/NyF2jBhQXme vLRg== X-Gm-Message-State: AOAM533+SV41fZfFRO89EigAZvpmW8guYi8gZpPwSpPh1VQT+otRViir G7KRbSN04xdQSCAGDIdnQ+EqV0bLuL9AD8U0 X-Google-Smtp-Source: ABdhPJwZPWZIKKyccMYtiwEQuCcUf0e59l0FSBVFpZIcdegFerC9+M0ZwK1n2JoBUrnA5eJcLcMe+A== X-Received: by 2002:a37:aa0b:: with SMTP id t11mr32389344qke.101.1641226781169; Mon, 03 Jan 2022 08:19:41 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id x16sm29693567qkp.67.2022.01.03.08.19.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:40 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 12/24] mmc-utils: upgrade to latest revision Date: Mon, 3 Jan 2022 13:18:42 -0300 Message-Id: <20220103161854.301148-12-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160129 Signed-off-by: Otavio Salvador --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index 507d5c4466..5ccdaceb79 100644 --- a/meta/recipes-devtools/mmc/mmc-utils_git.bb +++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb @@ -5,7 +5,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d" SRCBRANCH ?= "master" -SRCREV = "a1b233c2a31baa5b77cb67c0c3be4767be86f727" +SRCREV = "3969aa4804edb8aed7bcb3c958e49d0c7388b067" PV = "0.1+git${SRCPV}" From patchwork Mon Jan 3 16:18:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2005 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 E355EC433F5 for ; Mon, 3 Jan 2022 16:19:46 +0000 (UTC) Received: from mail-qv1-f44.google.com (mail-qv1-f44.google.com [209.85.219.44]) by mx.groups.io with SMTP id smtpd.web10.30162.1641226786456202242 for ; Mon, 03 Jan 2022 08:19:46 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.219.44, mailfrom: otavio.salvador@gmail.com) Received: by mail-qv1-f44.google.com with SMTP id kk22so31412312qvb.0 for ; Mon, 03 Jan 2022 08:19:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=2pfnM9aj7c5Xo9UvGtAsOIqx8C6uu3xhzRKlLWSOhyw=; b=p401KmV8UT+BplXNKmuS3vS5bjQAaDFPN2mYsC3+qYrEh12++ZcxykkX12taSCQnFq U9gCxN86ahDCOdvs0tEQZOXOn/iYmJA/IncnN9XM6FbCZ2QoUJIllZlz/xiiIdA05iOg oT6XYJCx0eHSNy5Yo8bVuxRYH+QO/TinpOAdci3WNpc3fW7moWc4rZaWIa8b79aYBga+ oFhSCwlzGBpU5kPGKzbTWEKBwDrCGZYHig/CUCzDl+1jXzgt5hPZox6bl5p7imMqQLD4 luxwRkxbtzUbojI6ZPQphNnk2g2YhWafv/+a+YtkWhxbkGGUV28NnnCVHa0ulyrkANBK ygEw== X-Gm-Message-State: AOAM530vxUNsoQudLnadD2Tdsw5P/SNoBwJ8UPZVijFE3vfqzfuTGwHP KXfjmnULgPv5ki8cgOXqloHEKqoFq8VpHHyE X-Google-Smtp-Source: ABdhPJwUqZjUQf2rOVWt+MkCi7S2YN0u1s/jaxBqAQ1AzPiGxa41Ok6K1icXU8dxa1dNfzGmOxONXw== X-Received: by 2002:a05:6214:19c1:: with SMTP id j1mr42826539qvc.126.1641226785373; Mon, 03 Jan 2022 08:19:45 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id g14sm29404966qko.55.2022.01.03.08.19.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:43 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 13/24] python3-attrs: upgrade 21.2.0 -> 21.4.0 Date: Mon, 3 Jan 2022 13:18:43 -0300 Message-Id: <20220103161854.301148-13-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160130 Signed-off-by: Otavio Salvador --- .../python/{python3-attrs_21.2.0.bb => python3-attrs_21.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-attrs_21.2.0.bb => python3-attrs_21.4.0.bb} (82%) diff --git a/meta/recipes-devtools/python/python3-attrs_21.2.0.bb b/meta/recipes-devtools/python/python3-attrs_21.4.0.bb similarity index 82% rename from meta/recipes-devtools/python/python3-attrs_21.2.0.bb rename to meta/recipes-devtools/python/python3-attrs_21.4.0.bb index d52237f267..d1dde29d37 100644 --- a/meta/recipes-devtools/python/python3-attrs_21.2.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_21.4.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.attrs.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff" -SRC_URI[sha256sum] = "ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb" +SRC_URI[sha256sum] = "626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" inherit pypi setuptools3 From patchwork Mon Jan 3 16:18:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2006 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 E3A9BC433F5 for ; Mon, 3 Jan 2022 16:19:49 +0000 (UTC) Received: from mail-qv1-f51.google.com (mail-qv1-f51.google.com [209.85.219.51]) by mx.groups.io with SMTP id smtpd.web08.30358.1641226789349007359 for ; Mon, 03 Jan 2022 08:19:49 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.219.51, mailfrom: otavio.salvador@gmail.com) Received: by mail-qv1-f51.google.com with SMTP id ke6so31425499qvb.1 for ; Mon, 03 Jan 2022 08:19:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=rw2whpNQz5sERVUGQTM475Pz71iadJ40UczM6FK/iY8=; b=OgnMwP+GDS5XPC4ciotjXha/KzUgNvxI7RO0BSnGC4I18qFnAJ5pLqiSPiV695G4NJ AytbW/ya0SzUPFG65PAUZ29x1Ex8lG5VGa+h9V/7kx4ElE+tTOOr2IgOhwJ0GrRJSRLe B9BB4r5q3Sr4BT+FlOIa/jKKx9701QF5l7KEZFEVTlhLShjV89ptPuzogu4Lm1hFQ+J6 GyOIBD+mBG8ZBLh4XbX0y337HCFnl7ZRvoQXrn02eiB9LdISQccPwhDRLyQluJDL22AB kcThDqTLA59hZwYfZJqvGcmNHS8Hem93ZoJLAHx9VwAfY5NYtBnc7ABtILTPyfysv5PB 5yFg== X-Gm-Message-State: AOAM530ZVfV/CIp/dxJ0OFinfUXcsRzWgv8D3vZEatazl9YorZevTZbi MerGGCP+FPEjULtTY3ONV104sK0xWzIdNCct X-Google-Smtp-Source: ABdhPJytcS3wsCzXsfJVI6N8EMMRm3bzYSIXn+gygPvnxLFwjwkgFzfrOU6qW42i+LgdWa+PL9KaPA== X-Received: by 2002:a05:6214:29c7:: with SMTP id gh7mr41210209qvb.69.1641226788238; Mon, 03 Jan 2022 08:19:48 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id bq36sm29440292qkb.6.2022.01.03.08.19.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:47 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 14/24] python3-cython: upgrade 0.29.25 -> 0.29.26 Date: Mon, 3 Jan 2022 13:18:44 -0300 Message-Id: <20220103161854.301148-14-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160131 Signed-off-by: Otavio Salvador --- meta/recipes-devtools/python/python-cython.inc | 2 +- .../{python3-cython_0.29.25.bb => python3-cython_0.29.26.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-cython_0.29.25.bb => python3-cython_0.29.26.bb} (100%) diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc index 93d6fdf13b..278da5ea72 100644 --- a/meta/recipes-devtools/python/python-cython.inc +++ b/meta/recipes-devtools/python/python-cython.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" PYPI_PACKAGE = "Cython" BBCLASSEXTEND = "native nativesdk" -SRC_URI[sha256sum] = "a87cbe3756e7c464acf3e9420d8741e62d3b2eace0846cb39f664ad378aab284" +SRC_URI[sha256sum] = "af377d543a762867da11fcf6e558f7a4a535ff8693f30cce123fab10c00fa312" UPSTREAM_CHECK_REGEX = "Cython-(?P.*)\.tar" inherit pypi diff --git a/meta/recipes-devtools/python/python3-cython_0.29.25.bb b/meta/recipes-devtools/python/python3-cython_0.29.26.bb similarity index 100% rename from meta/recipes-devtools/python/python3-cython_0.29.25.bb rename to meta/recipes-devtools/python/python3-cython_0.29.26.bb From patchwork Mon Jan 3 16:18:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2007 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 E3F49C433EF for ; Mon, 3 Jan 2022 16:19:52 +0000 (UTC) Received: from mail-qk1-f171.google.com (mail-qk1-f171.google.com [209.85.222.171]) by mx.groups.io with SMTP id smtpd.web08.30362.1641226792425960232 for ; Mon, 03 Jan 2022 08:19:52 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.222.171, mailfrom: otavio.salvador@gmail.com) Received: by mail-qk1-f171.google.com with SMTP id r139so30829642qke.9 for ; Mon, 03 Jan 2022 08:19:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=eub1oMoRCz1qMeRnecW4A2qmSZcynxIt50GRfR4/7ZI=; b=dHNPjctut8Kl6SklAF7SdRUqus2TSSbKVxYEchZEIgajCplOjmFjBBd0KLYqQE+KOk tjvdkXeq8jdnI8fsrLPH7p7WvXRRncAgxyspKP5xWT7JrZdAVvGDmj1DekEfHq9CEfh8 +lUcMygqGqHzyi6KljEIjOCmL/fRIUwbFUHVgsh7JgoJ8byW4Vjin6x2ZZSwvXas8Nqi Vcsg0/EPyLpkpSjSi+GM2K2/nn4CAW2Q73efaAfJw7+q60losi4+zpc7lP08VV5IqWw8 GmerHaVQl5TJVHbtxbB+Ghp7tYULR4L9UcVYKF8DZjX3RCSdPKpalBd9VBDE3GdOwxXF hCRA== X-Gm-Message-State: AOAM532+U87jkgpjpADC4wT9BF7ralCAYeZd+qCZHSMEGiJAMXa0C2yO tWvGLyoiTwqXziQfN0HcfYMgc07lhiPnkwNK X-Google-Smtp-Source: ABdhPJy4/K22Z07PbicB95QKqu4n9VacYxc2rEOPR62T5CBlj8sYBpZdpBHjePeX7wW34v6D+CxB1g== X-Received: by 2002:a05:620a:424c:: with SMTP id w12mr32899322qko.62.1641226791298; Mon, 03 Jan 2022 08:19:51 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id x14sm9483170qko.110.2022.01.03.08.19.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:50 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 15/24] python3-dtschema: upgrade 2021.10 -> 2021.12 Date: Mon, 3 Jan 2022 13:18:45 -0300 Message-Id: <20220103161854.301148-15-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160132 Signed-off-by: Otavio Salvador --- ...python3-dtschema_2021.10.bb => python3-dtschema_2021.12.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-dtschema_2021.10.bb => python3-dtschema_2021.12.bb} (75%) diff --git a/meta/recipes-devtools/python/python3-dtschema_2021.10.bb b/meta/recipes-devtools/python/python3-dtschema_2021.12.bb similarity index 75% rename from meta/recipes-devtools/python/python3-dtschema_2021.10.bb rename to meta/recipes-devtools/python/python3-dtschema_2021.12.bb index 627aed496f..34d0bf61b3 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2021.10.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2021.12.bb @@ -7,8 +7,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "dtschema" -SRC_URI[md5sum] = "d2f0d847ba2ad4d223317ef7304342b0" -SRC_URI[sha256sum] = "d09c94d13f46e6674ba11ff31220651ad1b02dae860f5a87905dfac6b8d768d9" +SRC_URI[sha256sum] = "f68af77fbce1ae00015c1fd2809fd20db8b72a27105c26a20e1ac0203aee1739" DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" From patchwork Mon Jan 3 16:18:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2008 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 E6F4FC433EF for ; Mon, 3 Jan 2022 16:19:55 +0000 (UTC) Received: from mail-qv1-f43.google.com (mail-qv1-f43.google.com [209.85.219.43]) by mx.groups.io with SMTP id smtpd.web08.30363.1641226795462322911 for ; Mon, 03 Jan 2022 08:19:55 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.219.43, mailfrom: otavio.salvador@gmail.com) Received: by mail-qv1-f43.google.com with SMTP id q3so31414097qvc.7 for ; Mon, 03 Jan 2022 08:19:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=tH+b2PkDiG9VQjnUAEV64R1KM+Ov+FnoszVkRjQSvCo=; b=4xBzWFt1H1Vm1ZXkDyjFm2XJqgDsXkA0VXSoL+Td0arTS/IWQjzUKSzQjY5oFrHojS Ywito+nPm3sClHipmVGZlToqgBKUWfxHiZzWK8CV0hYwWhV9CV8pqXnl3wlyGFTZIJcB sgCxwR7zMGugsGxLLfKWEAEtGDWZAoH480iq6U6gA/8TvhgB5jTLbvILVgAV0pXfqDXB q0GppH4YuQ6vO+qP5mKhbsK2rk47tmk9OWXBzbLMfiuNfKGOgWoiYWGdwHIjcCMemQva bTVpuJm67+dSeWqdaHwq4I0ikMqAEC39RwnD454VWXC6kTpmmGmn15XzSYUak1rHlpoV 2CZg== X-Gm-Message-State: AOAM532/cgB9wf0AEr/vTELXpDASKncDRYLIWv92Em4pDw7pq6H6Worc ewBSEDxAHqAN7reTDaxwibImk9kf4gw3+JCd X-Google-Smtp-Source: ABdhPJy/PnBVhaYg2E+lathvajqle0EbWTbZyqhxB1khsRh2lJK16v+PRDdcmWbmAZd1ECxEq25O6g== X-Received: by 2002:a05:6214:1349:: with SMTP id b9mr42441734qvw.124.1641226794388; Mon, 03 Jan 2022 08:19:54 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id f21sm29749396qte.52.2022.01.03.08.19.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:54 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 16/24] python3-hypothesis: upgrade 6.31.4 -> 6.34.1 Date: Mon, 3 Jan 2022 13:18:46 -0300 Message-Id: <20220103161854.301148-16-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160133 Signed-off-by: Otavio Salvador --- ...ython3-hypothesis_6.31.4.bb => python3-hypothesis_6.34.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.31.4.bb => python3-hypothesis_6.34.1.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.31.4.bb b/meta/recipes-devtools/python/python3-hypothesis_6.34.1.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.31.4.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.34.1.bb index 6af290d8ca..eebca57631 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.31.4.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.34.1.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "7fa3911d7be699a3139dfa1d9625deed649f651beaab3422c0339742e66d32d0" +SRC_URI[sha256sum] = "5002ce1f27fd94b53b0046ac7d20dab17fd74ebc6c90d401979588eadc46f84e" RDEPENDS:${PN} += " \ python3-attrs \ From patchwork Mon Jan 3 16:18:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2009 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 E6D7DC433EF for ; Mon, 3 Jan 2022 16:19:58 +0000 (UTC) Received: from mail-qk1-f174.google.com (mail-qk1-f174.google.com [209.85.222.174]) by mx.groups.io with SMTP id smtpd.web11.29885.1641226798409485988 for ; Mon, 03 Jan 2022 08:19:58 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.222.174, mailfrom: otavio.salvador@gmail.com) Received: by mail-qk1-f174.google.com with SMTP id r139so30829948qke.9 for ; Mon, 03 Jan 2022 08:19:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=wy0yovsQgkJ7W700E7f5xa/TJoDthkdw2D1b3arDNFQ=; b=qr/Po8MZFGb3yoSoQKe3aKRKULsh1mxFoQkpgqFRNbym1PgMCfDRrg3HtfLIIvEV2e 4RcN9bJUJQLd8FfLI0SWBOlRg0MDWOpYSSbH+e3nh24Kq30iOz6ZwKVHzIhfw/THyTHm LhoZ+gb3rY5qrBlIsRS88gmss2BiOxXVvSnE6zje4F4R2356kNqgQNBXyXVeJfyRvIFM bjxwwSncw+JBRQuYS8KHoVgFTd5SF/f9ufDzJJphvQmpeOlTIauPteWIDhabHs7OHPOz 5k7x1BwHAoweQ7nMfRfk/CmC3x4nQ0wl9s+MpCxeOLhW0eu4o/O/Ou4NdcnDMLiP2vmU ojTg== X-Gm-Message-State: AOAM531jMVbpOrIIuZrHqlwK04R/LZoFC/N37TI25dcNiwCBGOPIP5tc 4OF3TZnvnLi4NTvmeWfR6VG/z6xZY7N08qNL X-Google-Smtp-Source: ABdhPJzYu9s2zblJNyQ9QDcHwQO1qKVsOTmQpZJVKqnO+cIvIIjT6DAYyODnvu+Sh1GV7gEK57IOQQ== X-Received: by 2002:a05:620a:14a1:: with SMTP id x1mr32446218qkj.13.1641226797317; Mon, 03 Jan 2022 08:19:57 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id f21sm29749537qte.52.2022.01.03.08.19.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:19:56 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 17/24] python3-importlib-metadata: upgrade 4.9.0 -> 4.10.0 Date: Mon, 3 Jan 2022 13:18:47 -0300 Message-Id: <20220103161854.301148-17-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:19:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160134 Signed-off-by: Otavio Salvador --- ...b-metadata_4.9.0.bb => python3-importlib-metadata_4.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-importlib-metadata_4.9.0.bb => python3-importlib-metadata_4.10.0.bb} (88%) diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_4.9.0.bb b/meta/recipes-devtools/python/python3-importlib-metadata_4.10.0.bb similarity index 88% rename from meta/recipes-devtools/python/python3-importlib-metadata_4.9.0.bb rename to meta/recipes-devtools/python/python3-importlib-metadata_4.10.0.bb index 0f397766e9..ea19afc0c2 100644 --- a/meta/recipes-devtools/python/python3-importlib-metadata_4.9.0.bb +++ b/meta/recipes-devtools/python/python3-importlib-metadata_4.10.0.bb @@ -8,7 +8,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "importlib_metadata" UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P(\d+[\.\-_]*)+)/" -SRC_URI[sha256sum] = "ee50794eccb0ec340adbc838344ebb9a6ff2bcba78f752d31fc716497e2149d6" +SRC_URI[sha256sum] = "92a8b58ce734b2a4494878e0ecf7d79ccd7a128b5fc6014c401e0b61f006f0f6" S = "${WORKDIR}/importlib_metadata-${PV}" From patchwork Mon Jan 3 16:18:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2010 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 E6259C433F5 for ; Mon, 3 Jan 2022 16:20:02 +0000 (UTC) Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) by mx.groups.io with SMTP id smtpd.web08.30366.1641226802001338662 for ; Mon, 03 Jan 2022 08:20:02 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.222.182, mailfrom: otavio.salvador@gmail.com) Received: by mail-qk1-f182.google.com with SMTP id i187so29633345qkf.5 for ; Mon, 03 Jan 2022 08:20:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=P+KG31wh1SiH5aJ0mTvyGdunJUFCL5cuo6/HCz73Uuw=; b=kPsqgbOE2hOlny0UyRVrdbpF9tPgTlPgDxDZ+dx48Cfr+5poFIbeocPH4ag5O4PhOP IxEof3ca2M8x3aCnaQR8drxH+ML7rWHiDYsYUPJDEbEgIVMVEDVYT/CmVPNVaDCiTEJD c7kaOAukjr18oehVgFfAbogejBR1k+D3tGx6JXgaxx6MFqwsbrXmI6yKJafbo0Xc8gy2 a+kJZqysjbvsNeKWGrlAKD0S8coPHUowwC9GeRt5WsAZZVUYaWQa2XdUg1WJ/dT8T8UT UMDMhvlUZmAmeBo4b370veVi8MDVv5L9kyYO/GL+T4PwDMs4ry372bxHFLVq+BBzL7Az qdpg== X-Gm-Message-State: AOAM531nvf9GN9eKRS4UCqdC5yvL4tSoNS1KFk6E6TQcfR4bOxFv10gc 8L7KTF98rKhVOgg9VAtw2lOsmQiMp8utac/9 X-Google-Smtp-Source: ABdhPJy2rZ9zxAjYjbYzennhQSUPePJjCzXJU2x2goYt+KuegulGJ6OhDbafA6kX2RGlpk76YA8VCg== X-Received: by 2002:a37:a2cb:: with SMTP id l194mr33361106qke.774.1641226800623; Mon, 03 Jan 2022 08:20:00 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id o1sm30383420qtw.24.2022.01.03.08.19.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:20:00 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 18/24] python3-pygments: upgrade 2.10.0 -> 2.11.1 Date: Mon, 3 Jan 2022 13:18:48 -0300 Message-Id: <20220103161854.301148-18-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:20:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160135 Signed-off-by: Otavio Salvador --- .../{python3-pygments_2.10.0.bb => python3-pygments_2.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pygments_2.10.0.bb => python3-pygments_2.11.1.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-pygments_2.10.0.bb b/meta/recipes-devtools/python/python3-pygments_2.11.1.bb similarity index 83% rename from meta/recipes-devtools/python/python3-pygments_2.10.0.bb rename to meta/recipes-devtools/python/python3-pygments_2.11.1.bb index 3c1b5d15c3..a110122501 100644 --- a/meta/recipes-devtools/python/python3-pygments_2.10.0.bb +++ b/meta/recipes-devtools/python/python3-pygments_2.11.1.bb @@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=98419e351433ac106a24e3ad435930bc" inherit setuptools3 -SRC_URI[sha256sum] = "f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6" +SRC_URI[sha256sum] = "59b895e326f0fb0d733fd28c6839bd18ad0687ba20efc26d4277fd1d30b971f4" DEPENDS += "\ ${PYTHON_PN} \ From patchwork Mon Jan 3 16:18:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2011 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 E8569C433EF for ; Mon, 3 Jan 2022 16:20:05 +0000 (UTC) Received: from mail-qt1-f181.google.com (mail-qt1-f181.google.com [209.85.160.181]) by mx.groups.io with SMTP id smtpd.web10.30166.1641226804616794107 for ; Mon, 03 Jan 2022 08:20:04 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.160.181, mailfrom: otavio.salvador@gmail.com) Received: by mail-qt1-f181.google.com with SMTP id o17so30912845qtk.1 for ; Mon, 03 Jan 2022 08:20:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=+Gw0lRKS3HTWU5gKJiQTqbSZyi5/N+RWPNaPmZvdwAo=; b=rB+QVkwACFc6NCFs5mFYliy4n9sbmh780Jx+1jo7ZeeGr4NPvYqs56mbR3axUUo1yA hbDBOYGMT1WYUynh8ZlzCKuwLUiSMyiChhTkNvau/Y73y/K2Slo7M5jNGY1zXu08sibN 6U41n+v5Pt/M/2iqsLQw0q0+pIp/nj2jx4PNH2eil+QUuCVHoIHWW3XBVxHSvHl8F3Cq +j3l571nD7nyAx3okv148cr8/BecxeLzRRGpOgunaQq59roPV5KkZy/nxHs5iNJAjVoF rScx+zyFRcEwDFgDUO8U6x+1rt18jFxMRl0NB6jIdp2y5v+P+sVh7GoFjpmBY4e8WOkD Y0Iw== X-Gm-Message-State: AOAM530ijQ/NFziYDg5qqLLrpw5V4wC9oUGTCHFz4PrEL4fd6iVROkGU alAvM26s0KEJknbB4aBAjldv+HksV6pPoP+H X-Google-Smtp-Source: ABdhPJxSLh+0DmOZJPN8+/2KlWETGvSYz6zKz6LKX53EscuWK3ggHepN6TJ5MwJ80RjRSmfvTFWaFQ== X-Received: by 2002:a05:622a:1705:: with SMTP id h5mr40952650qtk.331.1641226803548; Mon, 03 Jan 2022 08:20:03 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id b11sm30200651qtx.85.2022.01.03.08.20.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:20:03 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 19/24] python3-ruamel-yaml: upgrade 0.17.17 -> 0.17.19 Date: Mon, 3 Jan 2022 13:18:49 -0300 Message-Id: <20220103161854.301148-19-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:20:05 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160136 Signed-off-by: Otavio Salvador --- ...n3-ruamel-yaml_0.17.17.bb => python3-ruamel-yaml_0.17.19.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-ruamel-yaml_0.17.17.bb => python3-ruamel-yaml_0.17.19.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.17.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.19.bb similarity index 86% rename from meta/recipes-devtools/python/python3-ruamel-yaml_0.17.17.bb rename to meta/recipes-devtools/python/python3-ruamel-yaml_0.17.19.bb index 4eb0274166..a0f5c89846 100644 --- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.17.bb +++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.19.bb @@ -9,7 +9,7 @@ PYPI_PACKAGE = "ruamel.yaml" inherit pypi setuptools3 -SRC_URI[sha256sum] = "9751de4cbb57d4bfbf8fc394e125ed4a2f170fbff3dc3d78abf50be85924f8be" +SRC_URI[sha256sum] = "b9ce9a925d0f0c35a1dbba56b40f253c53cd526b0fa81cf7b1d24996f28fb1d7" RDEPENDS:${PN} += "\ ${PYTHON_PN}-shell \ From patchwork Mon Jan 3 16:18:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2012 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 E7CFCC433EF for ; Mon, 3 Jan 2022 16:20:08 +0000 (UTC) Received: from mail-qk1-f173.google.com (mail-qk1-f173.google.com [209.85.222.173]) by mx.groups.io with SMTP id smtpd.web08.30368.1641226807820046375 for ; Mon, 03 Jan 2022 08:20:08 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.222.173, mailfrom: otavio.salvador@gmail.com) Received: by mail-qk1-f173.google.com with SMTP id w27so25632957qkj.7 for ; Mon, 03 Jan 2022 08:20:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=4naQq0D0yLMJyZo0Bhlyxbb6sxkxDFACoLTG3K0XnoA=; b=2nnlTHOd8wxIdXTV4obFDCquiIYYxnAYayrKkiftnPB+R5ji5yJxjl3MmxAkrP5MEt oGnLxsWcxBtmnJNwUSSDG2efoB6Of2MRhQy24cLwro/ipTsc9tX6eBczMutj+2f4AkfU w97bkWRw7VyQbrH6t00ypjRamcdIo+iiSc8uxzqGU2SOQmw5V8FmT5Ccg3AlJTejN+6l Cs+R1ESelTtNmY3X44CK1LuI+f6xK0hpmmabsAtDHQqrxDVC1JmuxUE/vRokOrqwSL80 OzobpDpsMaKVsW6knZ/yWub10gIudAi1zCeczFlaS6yFKHZeVImTf+D1qI+3ww59WERW COzA== X-Gm-Message-State: AOAM531jsh2JgN4ShZA4Rhq1iKkRJ+Hc0OTbAIBPeAqrvBaMIDeJiR1A Tb8kJAd1kty3mRWmAykuq/Jrw8h+k058xOqD X-Google-Smtp-Source: ABdhPJyK0bsDrtpOh3C5iT+cRVWYnj2z/bN9TrNAQRJipGrzBEVqStYHs/KvMBfPpYxcOLKM7j32HA== X-Received: by 2002:a05:620a:21c5:: with SMTP id h5mr31048883qka.102.1641226806734; Mon, 03 Jan 2022 08:20:06 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id o4sm26622139qkh.107.2022.01.03.08.20.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:20:06 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 20/24] python3-setuptools: upgrade 59.5.0 -> 60.2.0 Date: Mon, 3 Jan 2022 13:18:50 -0300 Message-Id: <20220103161854.301148-20-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:20:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160137 Signed-off-by: Otavio Salvador --- ...1-conditionally-do-not-fetch-code-by-easy_install.patch | 7 ++++--- ...3-setuptools_59.5.0.bb => python3-setuptools_60.2.0.bb} | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_59.5.0.bb => python3-setuptools_60.2.0.bb} (94%) diff --git a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch index 5e2ee454da..290188ebae 100644 --- a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch +++ b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch @@ -1,7 +1,8 @@ -From da88c57fe03e4474ba20325edacf519e80c1d7a8 Mon Sep 17 00:00:00 2001 +From 74abf3fae060c87b04e5fb8c382ecc835afc3a50 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 17 Jul 2018 10:13:38 +0800 Subject: [PATCH] conditionally do not fetch code by easy_install +Organization: O.S. Systems Software LTDA. If var-NO_FETCH_BUILD is set, do not allow to fetch code from internet by easy_install. @@ -15,10 +16,10 @@ Signed-off-by: Hongxu Jia 1 file changed, 5 insertions(+) diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py -index fc848d0..c04a5de 100644 +index fb34d10..217fce1 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py -@@ -642,6 +642,11 @@ class easy_install(Command): +@@ -649,6 +649,11 @@ class easy_install(Command): os.path.exists(tmpdir) and rmtree(tmpdir) def easy_install(self, spec, deps=False): diff --git a/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb b/meta/recipes-devtools/python/python3-setuptools_60.2.0.bb similarity index 94% rename from meta/recipes-devtools/python/python3-setuptools_59.5.0.bb rename to meta/recipes-devtools/python/python3-setuptools_60.2.0.bb index 878fa08404..8748f91388 100644 --- a/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_60.2.0.bb @@ -13,7 +13,7 @@ SRC_URI += "\ file://0001-_distutils-sysconfig-append-STAGING_LIBDIR-python-sy.patch \ " -SRC_URI[sha256sum] = "d144f85102f999444d06f9c0e8c737fd0194f10f2f7e5fdb77573f6e2fa4fad0" +SRC_URI[sha256sum] = "675fcebecb43c32eb930481abf907619137547f4336206e4d673180242e1a278" DEPENDS += "${PYTHON_PN}" From patchwork Mon Jan 3 16:18:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2013 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 E868FC433EF for ; Mon, 3 Jan 2022 16:20:11 +0000 (UTC) Received: from mail-qv1-f51.google.com (mail-qv1-f51.google.com [209.85.219.51]) by mx.groups.io with SMTP id smtpd.web11.29892.1641226810780925674 for ; Mon, 03 Jan 2022 08:20:11 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.219.51, mailfrom: otavio.salvador@gmail.com) Received: by mail-qv1-f51.google.com with SMTP id h5so31334915qvh.8 for ; Mon, 03 Jan 2022 08:20:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=UYBn2G41mzN/Ggu5LhjvxVGJpb11LtuXDjog8t9D9nA=; b=D8MHcfi3MwuOpUA6eZPCG3oRs3NMyellgWhAOOd5MMOPFa7UzIbq60/IFGli3yYjjH y3/7An+JN/gPkcXY3euediww3HwCSvLx645OuNeAY+fgcIIX/K8HFqSuiRVO2K13In5A 2BhmnIIUYQ/RwqJOKDKq9ypKabxlqdj8v2EgTu0AHSgmiSKNG0Q4u6GlAXSHlsOmONwf Esr5HL0+vaBhb24HWgbQiGNbgxJRbLllZgc4XGH3XZpI3pnhK877yhjpJD1ErnJGwVnd qLybYEMErVwV04KMzglXLHQiEOSSkmFFH7JKWnYRXsLNXu6wm49vc9lOe7CON/Bj3Ghw B2Fg== X-Gm-Message-State: AOAM532297WdoFtSVslQAimGrQSMBO7XS5CFYM2nBvAqeROzwjZwQgmH hEPwHBvD474KAfcgHArlxHTJmTzKcwWchUV4 X-Google-Smtp-Source: ABdhPJzf0GWnM2orj6Qz2VqhypBlsJdEEib/RG/nj4thkAGfJU5/pHfkhvSzjmI64Q7w8NRV49xJGA== X-Received: by 2002:a05:6214:240d:: with SMTP id fv13mr42256754qvb.4.1641226809689; Mon, 03 Jan 2022 08:20:09 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id t30sm27436618qkj.125.2022.01.03.08.20.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:20:09 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 21/24] python3-tomli: upgrade 1.2.2 -> 2.0.0 Date: Mon, 3 Jan 2022 13:18:51 -0300 Message-Id: <20220103161854.301148-21-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:20:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160138 Signed-off-by: Otavio Salvador --- .../python/{python3-tomli_1.2.2.bb => python3-tomli_2.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-tomli_1.2.2.bb => python3-tomli_2.0.0.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-tomli_1.2.2.bb b/meta/recipes-devtools/python/python3-tomli_2.0.0.bb similarity index 86% rename from meta/recipes-devtools/python/python3-tomli_1.2.2.bb rename to meta/recipes-devtools/python/python3-tomli_2.0.0.bb index 39030ed218..aa23ad856d 100644 --- a/meta/recipes-devtools/python/python3-tomli_1.2.2.bb +++ b/meta/recipes-devtools/python/python3-tomli_2.0.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5" inherit pypi setuptools3 -SRC_URI[sha256sum] = "c6ce0015eb38820eaf32b5db832dbc26deb3dd427bd5f6556cf0acac2c214fee" +SRC_URI[sha256sum] = "c292c34f58502a1eb2bbb9f5bbc9a5ebc37bee10ffb8c2d6bbdfa8eb13cc14e1" do_configure:prepend() { cat > ${S}/setup.py <<-EOF From patchwork Mon Jan 3 16:18:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2014 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 E951CC433F5 for ; Mon, 3 Jan 2022 16:20:14 +0000 (UTC) Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) by mx.groups.io with SMTP id smtpd.web12.30116.1641226813950621838 for ; Mon, 03 Jan 2022 08:20:14 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.222.182, mailfrom: otavio.salvador@gmail.com) Received: by mail-qk1-f182.google.com with SMTP id f138so31705984qke.10 for ; Mon, 03 Jan 2022 08:20:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=/C5/WeB5Qt5zOCYb3e79AWqXJKTU5JKzOeWK3B4VIRg=; b=6IhghE/dAx7bdKmhIIOU6fe5ChmKi8VxrqHHM4YJ2g6Wak3auJs4+kDaURICQhzudf nKxkO0Wl9aPX+feSLJuO7ywUjRTcflLj2Z8HY5KB6RpOa4IP/aeV1Z4pINQ9J4Tr93Ud pxE+FI/IP+CFy6qFlXycFfsY98J+Hwl1CpMhwm9XB1uA6R67/sav25XCxa/7fUi3Txu2 0fodIrUOjYVW7sZwXpMhfRfrHbcxmuDfDLSubU9w8sQhxneFemZ3jEOU2rD06dPwCzlK naNJCmm/TMPaWeLnooKYbvWqrvwoz/TEbgWdG4G4UcM6cCkyqxowjAe813+Imjzh34Qr gs/w== X-Gm-Message-State: AOAM5330yw/dRtNfmP2nvo3WaCIkAIu4gwStUmzalttXgygmOonMnl7f Q4rn/XNkxVcMsg41jYfAwAtPjNe6y19I7PxG X-Google-Smtp-Source: ABdhPJxv0BrLAblrGTVYhBPu/KfFm3HZ75dMyyPUc9u0LcfHTuGCSOHLz/Ap/HNOoDw1GmrsE1eNFw== X-Received: by 2002:a05:620a:2444:: with SMTP id h4mr32264756qkn.398.1641226812852; Mon, 03 Jan 2022 08:20:12 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id y15sm27787706qko.74.2022.01.03.08.20.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:20:12 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 22/24] python3-zipp: upgrade 3.6.0 -> 3.7.0 Date: Mon, 3 Jan 2022 13:18:52 -0300 Message-Id: <20220103161854.301148-22-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:20:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160139 Signed-off-by: Otavio Salvador --- .../python/{python3-zipp_3.6.0.bb => python3-zipp_3.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-zipp_3.6.0.bb => python3-zipp_3.7.0.bb} (84%) diff --git a/meta/recipes-devtools/python/python3-zipp_3.6.0.bb b/meta/recipes-devtools/python/python3-zipp_3.7.0.bb similarity index 84% rename from meta/recipes-devtools/python/python3-zipp_3.6.0.bb rename to meta/recipes-devtools/python/python3-zipp_3.7.0.bb index c98bc7a3a4..9ce987c870 100644 --- a/meta/recipes-devtools/python/python3-zipp_3.6.0.bb +++ b/meta/recipes-devtools/python/python3-zipp_3.7.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jaraco/zipp" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" -SRC_URI[sha256sum] = "71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832" +SRC_URI[sha256sum] = "9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d" DEPENDS += "${PYTHON_PN}-setuptools-scm-native" From patchwork Mon Jan 3 16:18:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2015 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 E9932C433EF for ; Mon, 3 Jan 2022 16:20:17 +0000 (UTC) Received: from mail-qk1-f173.google.com (mail-qk1-f173.google.com [209.85.222.173]) by mx.groups.io with SMTP id smtpd.web08.30370.1641226816952826272 for ; Mon, 03 Jan 2022 08:20:17 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.222.173, mailfrom: otavio.salvador@gmail.com) Received: by mail-qk1-f173.google.com with SMTP id f138so31706110qke.10 for ; Mon, 03 Jan 2022 08:20:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=T3SwfLychfRflBvTr2kpbQGDmTOvGzX5OweLHWQ2MgA=; b=3qWPWQDQlzsdMOm8WIX8p+0BmIQ4GJRQX0SwOikYz34dOaO77kTpl6p//5RfWQIkvb JVDlpYtfMfdRjZtrvlNGWSjTenyCdqECFDZK9OnucMz+J8ABQAoL+dedvRdNVCoj7NbP 46POq8pGJA+KOP5I1JvaXE+O5gkVvAaTGOS2LD9g/88ippcYWrPkVA46D+/b0jhMdqa+ V6F+8UjUZSTW25cGpS24VLlcOa8KlWa4RLmpUX3v8MlGP3dLfu31vqIEP5fusDgUwv5F NGPRkSPDHsAPCE1tjfcbXBtjewS70dLf4L8Xd+J5cTM5hReCJM38g4TGaHFeIcG9Kiul Aoyw== X-Gm-Message-State: AOAM530D0+wtk4Fr4/cn4jn0zvug9mBnuXcT35Hc9K1hYf0LIPYHwkBp n0lKcpuaz1uqxS1trqRINPcxuPgq+W+qIpgC X-Google-Smtp-Source: ABdhPJyYr2ORnJaHTarsfUMAGBBq+9HWBtsZGBLegcSmdNZJi8zO5kV8ZHrq61iSCU63gfvM5MYnDg== X-Received: by 2002:a05:620a:d95:: with SMTP id q21mr32340657qkl.178.1641226815854; Mon, 03 Jan 2022 08:20:15 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id j9sm28916176qkp.111.2022.01.03.08.20.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:20:15 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 23/24] sqlite3: upgrade 3.37.0 -> 3.37.1 Date: Mon, 3 Jan 2022 13:18:53 -0300 Message-Id: <20220103161854.301148-23-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:20:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160140 Signed-off-by: Otavio Salvador --- .../sqlite/{sqlite3_3.37.0.bb => sqlite3_3.37.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.37.0.bb => sqlite3_3.37.1.bb} (86%) diff --git a/meta/recipes-support/sqlite/sqlite3_3.37.0.bb b/meta/recipes-support/sqlite/sqlite3_3.37.1.bb similarity index 86% rename from meta/recipes-support/sqlite/sqlite3_3.37.0.bb rename to meta/recipes-support/sqlite/sqlite3_3.37.1.bb index 68394c88b0..a13cca633a 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.37.0.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.37.1.bb @@ -4,7 +4,7 @@ LICENSE = "PD" LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" SRC_URI = "http://www.sqlite.org/2021/sqlite-autoconf-${SQLITE_PV}.tar.gz" -SRC_URI[sha256sum] = "731a4651d4d4b36fc7d21db586b2de4dd00af31fd54fb5a9a4b7f492057479f7" +SRC_URI[sha256sum] = "40f22a13bf38bbcd4c7ac79bcfb42a72d5aa40930c1f3f822e30ccce295f0f2e" # -19242 is only an issue in specific development branch commits CVE_CHECK_WHITELIST += "CVE-2019-19242" From patchwork Mon Jan 3 16:18:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2016 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 EA1FDC433EF for ; Mon, 3 Jan 2022 16:20:20 +0000 (UTC) Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) by mx.groups.io with SMTP id smtpd.web12.30117.1641226820022951160 for ; Mon, 03 Jan 2022 08:20:20 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.160.179, mailfrom: otavio.salvador@gmail.com) Received: by mail-qt1-f179.google.com with SMTP id bp39so30603716qtb.6 for ; Mon, 03 Jan 2022 08:20:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=RwaTj2rR8fL13/TVG0WPqWbHq8WHIDm1RUwjcn83pQ0=; b=jJL1RWTaUTpB1w2S4N9Aff1QE4W4oTFI+Q4d/DCGWYTaxjHw8bCs95lvyETUsR5wam UzP05fh5yfmAfnPv+weI9GtYNrMlzW6Q3mIf2Rf4oC/lOzVCZFEdY378UYGBmS6pcuZb wSuOW+ogOSRqdoqqQBTnf2D7rTdfxXGvbYfbiwnFvOtSoEwxwkgx99DlQyVMzrvyTJam +hYVi/GCQdr2nH5rXtFy7GRqANC/uQn7pKR7yy9Nc8DnqJZfWGrvnCtdZGIYWsmu+sns Ut6bvO0SvVi4cdOmD3wBW8qQwtk7VDD5t0ryitkMtSNZlYUV4cvB+KRIeo3nvqUORk+G tayw== X-Gm-Message-State: AOAM532wmwpW5L9RlYaoLLx8fpWm9ZRnsRFg7RQPIVeFXzCezPSqb88a x1eVHulb8VNnE3r/sljX1LO9pqX6GcFFs1cb X-Google-Smtp-Source: ABdhPJxznsDFiWuE/KJ6FRlingY0Oi6/MH5A/pf5N7qdC19VlgOOlc1WliL89zF3Op9MhVn96i/2FQ== X-Received: by 2002:ac8:5c49:: with SMTP id j9mr41355847qtj.253.1641226818945; Mon, 03 Jan 2022 08:20:18 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id r13sm31691854qtw.41.2022.01.03.08.20.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 08:20:18 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 24/24] stress-ng: upgrade 0.13.08 -> 0.13.09 Date: Mon, 3 Jan 2022 13:18:54 -0300 Message-Id: <20220103161854.301148-24-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220103161854.301148-1-otavio@ossystems.com.br> References: <20220103161854.301148-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. 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 ; Mon, 03 Jan 2022 16:20:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160141 Signed-off-by: Otavio Salvador --- .../stress-ng/{stress-ng_0.13.08.bb => stress-ng_0.13.09.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/stress-ng/{stress-ng_0.13.08.bb => stress-ng_0.13.09.bb} (93%) diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.08.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.09.bb similarity index 93% rename from meta/recipes-extended/stress-ng/stress-ng_0.13.08.bb rename to meta/recipes-extended/stress-ng/stress-ng_0.13.09.bb index f7197a27fa..482fdd2df5 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.13.08.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.09.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master" -SRCREV = "0af163e0e378e5c62abb9328a27b653289c05679" +SRCREV = "757b66b49e4b3d7d008ef7054b34d791c742e869" S = "${WORKDIR}/git" DEPENDS = "coreutils-native"