From patchwork Wed May 25 14:29:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8485 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 B5127C433FE for ; Wed, 25 May 2022 14:30:06 +0000 (UTC) Received: from mail-pg1-f172.google.com (mail-pg1-f172.google.com [209.85.215.172]) by mx.groups.io with SMTP id smtpd.web10.7514.1653489005753812311 for ; Wed, 25 May 2022 07:30:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=mtx09SmE; spf=softfail (domain: sakoman.com, ip: 209.85.215.172, mailfrom: steve@sakoman.com) Received: by mail-pg1-f172.google.com with SMTP id t28so11440315pga.6 for ; Wed, 25 May 2022 07:30:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=UgHlZgILg60T9psgOWukIn8iVKrS/f0CASyPQa6y6GA=; b=mtx09SmE/zeNeEnPwbO9vKrIhaV8AHa6zQtxtmRCyIW2p0xQ9k9S/0GJvBMccobZRA BHHtAr1v0Dat/f7pg3KWuH0DOwwUQmGsTTYQ0OK1w2RyhmYvVbvl+D4FeIuJ6PrNggq1 wUZzAVokEyy5pjpaXdss3ZmA5ZxmZNBiH6M35EoYtGJ77DyxjSHlAEg8kpJwKp+HZSt8 W3bJ9bmlisqS4i8JtwnaTWWPAb6DGf0ApcNMKHTdJbtPTbqAwFjMNj4aYLtQ6sn9JOGw W+7Nl1HGNeyh5BpBUcY36/hn8n0BwkdRV5drpWWiwZo3sruPZk33LXxpYqEzfmHy8+bd Q2tA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=UgHlZgILg60T9psgOWukIn8iVKrS/f0CASyPQa6y6GA=; b=3STtLhwvf1RLOctrO176w4T5t20Q2g3hU5rr3kN7UcXXUqqIds1w2Y4Z4GuusZUBlh QO5ExI74xQcXYscyko8RYakUy80s/Zgz6PDLQ7JuO/d5PkvSuMExaQWBEreLeojLEUtS NQJ/YygtCDSWwsGZUvInDiNy6OAJI92jXYB/xulp9P+XhjYhP8WEu6mkUD4Ki3vryoQE wBylzQxpdf0fSAGfzobB3Kfo1k3Sf0DF9Ppxy3tZhm+t9WOs6knd/U/wkZm8ymSM0gn3 n8fA6KV0MDS50jMQLbtnuLJYCSysoT74Zi6nVQAje8eJQH9AdSiw6YPQuRwtZkvwrlag lccg== X-Gm-Message-State: AOAM531GBYRuDVHAOdaO+lpiSTsjWjEENeezHShnXLwAQVl3AFHwWDix T3ni8PYELOpkRjveqcP8/T7tin4m/Y5wQG7O X-Google-Smtp-Source: ABdhPJz1pP1hXDjCIuWGI6p/whHMRAw2cabsXqx2O0VrS2LbqdAbwJNehtuJdSAa7GUAktcV/cT30g== X-Received: by 2002:aa7:88cc:0:b0:518:931b:7d0e with SMTP id k12-20020aa788cc000000b00518931b7d0emr18906934pff.21.1653489004403; Wed, 25 May 2022 07:30:04 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.03 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:03 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 01/19] pcre2: CVE-2022-1586 Out-of-bounds read Date: Wed, 25 May 2022 04:29:29 -1000 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166127 From: Hitendra Prajapati Backport from https://github.com/PCRE2Project/pcre2/commit/50a51cb7e67268e6ad417eb07c9de9bfea5cc55a CVE-2022-1586: pcre2: Out-of-bounds read in compile_xclass_matchingpath in pcre2_jit_compile.c. Signed-off-by: Hitendra Prajapati Signed-off-by: Jeremy A. Puhlman (cherry picked from commit 7519eb1cb624bb576cfe60f7470d40c566818ac3) Signed-off-by: Jeremy A. Puhlman Signed-off-by: Steve Sakoman --- .../libpcre/libpcre2/CVE-2022-1586.patch | 58 +++++++++++++++++++ .../recipes-support/libpcre/libpcre2_10.39.bb | 5 +- 2 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-support/libpcre/libpcre2/CVE-2022-1586.patch diff --git a/meta/recipes-support/libpcre/libpcre2/CVE-2022-1586.patch b/meta/recipes-support/libpcre/libpcre2/CVE-2022-1586.patch new file mode 100644 index 0000000000..10d88d7b73 --- /dev/null +++ b/meta/recipes-support/libpcre/libpcre2/CVE-2022-1586.patch @@ -0,0 +1,58 @@ +From e881ed5028622959cf8859c053501fb1b16387f1 Mon Sep 17 00:00:00 2001 +From: Hitendra Prajapati +Date: Mon, 23 May 2022 13:52:39 +0530 +Subject: [PATCH] CVE-2022-1586 + +Upstream-Status: Backport from https://github.com/PCRE2Project/pcre2/commit/50a51cb7e67268e6ad417eb07c9de9bfea5cc55a + +Signed-off-by: Hitendra Prajapati +--- + ChangeLog | 3 +++ + src/pcre2_jit_compile.c | 2 +- + src/pcre2_jit_test.c | 3 +++ + 3 files changed, 7 insertions(+), 1 deletion(-) + +diff --git a/ChangeLog b/ChangeLog +index d27542d..cd3da65 100644 +--- a/ChangeLog ++++ b/ChangeLog +@@ -63,6 +63,9 @@ Version 10.39 29-October-2021 + + Reformat slightly to make it C89 compatible again. + ++23. Fixed a unicode properrty matching issue in JIT. The character was not ++fully read in caseless matching. ++ + + Version 10.38 01-October-2021 + ----------------------------- +diff --git a/src/pcre2_jit_compile.c b/src/pcre2_jit_compile.c +index db2ce65..5baca9b 100644 +--- a/src/pcre2_jit_compile.c ++++ b/src/pcre2_jit_compile.c +@@ -7473,7 +7473,7 @@ while (*cc != XCL_END) + { + SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); + cc++; +- if (*cc == PT_CLIST) ++ if (*cc == PT_CLIST && *cc == XCL_PROP) + { + other_cases = PRIV(ucd_caseless_sets) + cc[1]; + while (*other_cases != NOTACHAR) +diff --git a/src/pcre2_jit_test.c b/src/pcre2_jit_test.c +index 8dee16e..7bb307e 100644 +--- a/src/pcre2_jit_test.c ++++ b/src/pcre2_jit_test.c +@@ -412,6 +412,9 @@ static struct regression_test_case regression_test_cases[] = { + { MUP, A, 0, 0 | F_PROPERTY, "[\\P{L&}]{2}[^\xc2\x85-\xc2\x89\\p{Ll}\\p{Lu}]{2}", "\xc3\xa9\xe6\x92\xad.a\xe6\x92\xad|\xc2\x8a#" }, + { PCRE2_UCP, 0, 0, 0 | F_PROPERTY, "[a-b\\s]{2,5}[^a]", "AB baaa" }, + { MUP, 0, 0, 0 | F_NOMATCH, "[^\\p{Hangul}\\p{Z}]", " " }, ++ { MUP, 0, 0, 0, "[\\p{Lu}\\P{Latin}]+", "c\xEA\xA4\xAE,A,b" }, ++ { MUP, 0, 0, 0, "[\\x{a92e}\\p{Lu}\\P{Latin}]+", "c\xEA\xA4\xAE,A,b" }, ++ { CMUP, 0, 0, 0, "[^S]\\B", "\xe2\x80\x8a" }, + + /* Possible empty brackets. */ + { MU, A, 0, 0, "(?:|ab||bc|a)+d", "abcxabcabd" }, +-- +2.35.3 + diff --git a/meta/recipes-support/libpcre/libpcre2_10.39.bb b/meta/recipes-support/libpcre/libpcre2_10.39.bb index b5ec62fe18..36c51d700a 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.39.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.39.bb @@ -10,8 +10,9 @@ SECTION = "devel" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENCE;md5=43cfa999260dd853cd6cb174dc396f3d" -SRC_URI = "https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${PV}/pcre2-${PV}.tar.bz2" - +SRC_URI = "https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${PV}/pcre2-${PV}.tar.bz2 \ + file://CVE-2022-1586.patch \ +" UPSTREAM_CHECK_URI = "https://github.com/PhilipHazel/pcre2/releases" SRC_URI[sha256sum] = "0f03caf57f81d9ff362ac28cd389c055ec2bf0678d277349a1a4bee00ad6d440" From patchwork Wed May 25 14:29:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8486 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 9C15EC433EF for ; Wed, 25 May 2022 14:30:16 +0000 (UTC) Received: from mail-pj1-f48.google.com (mail-pj1-f48.google.com [209.85.216.48]) by mx.groups.io with SMTP id smtpd.web10.7517.1653489008642391742 for ; Wed, 25 May 2022 07:30:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=KU8TiEuq; spf=softfail (domain: sakoman.com, ip: 209.85.216.48, mailfrom: steve@sakoman.com) Received: by mail-pj1-f48.google.com with SMTP id n10so19856130pjh.5 for ; Wed, 25 May 2022 07:30:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=aIWsstHF5eZ1aNCdO0AYOi0TXnrOlpkNMyKZTl8lp2M=; b=KU8TiEuqHg8FPqXEdY8S6qsKvLRFyUATfflFr+PiFTs3xbuUjuZNwQkzjvDfqavHfX EtAxdXVX5xEXaeXyE46acxk8Ysy4l44CK+MllIKQNP9T7XQIUqe9uEVpgCmHrXJxWybp 4qJIdF4EU6RwGLVBxUIuzVuQjUdebJor3BhBjnrODwAxO4PcKnvcEriYdSqUnvKJlXsX rdcy8lrUDFYUoHctk62ISUO28iSzYLlePkzR12o1ixKKLj6OjS8jGHv983vLBH3yDfOY GyQeAIPf5mYYJziQBLYIAzOpEgDeN5AzmsXxUJzOxKQsdxhc9gWAr0Y+ol58f3taNM79 6TdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=aIWsstHF5eZ1aNCdO0AYOi0TXnrOlpkNMyKZTl8lp2M=; b=k7uLn5ukAS6gTtcYJWBwmCIH+fRndhVnsnO17KaC3+wUdJ4p+xglQ0VnW3RdzViPOr s9sdDpbW6UeXRoaUqMYIfr1p1XJmPlA+kZjlcMW5Xq621HEjavq3tC+gyEFoR8pJ9hjJ BWIWIKs+FJ51oB1uSjcSs4X/u6Z4/3MneIaTIadVa4UiPq9ZR9lZ7Z31x33LxtLTQM6H wn8sED8gHIscoc+jXBwDNxMmnqhnS5QwkF+QNSDd7XdEIfV0TtoZItbPRZ8d1VLvFWvc AoDWVsDzxuw+DBV5nI6yDfREZi6VVfmDum6wggcpdroSX78TWHzGJqgBcksF3bDNlfod GC/A== X-Gm-Message-State: AOAM532Hk7t2QgUgqP0e3in0tWAFsv3LXrC/VXC6kvx0IdpLAv+j3PaI zXSrA1ULJAXUup8lifQCAlwajcHXThwhvU2g X-Google-Smtp-Source: ABdhPJwKylJHrzMqY8clHqNvK2lpu0UBdH0FEVH4BlXy9MC5DB9Uac1h+xKVCq4TCY0s/qZJAATGuA== X-Received: by 2002:a17:903:1108:b0:156:73a7:7c1 with SMTP id n8-20020a170903110800b0015673a707c1mr32395083plh.101.1653489007266; Wed, 25 May 2022 07:30:07 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.05 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:06 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 02/19] oeqa/selftest/cve_check: add tests for recipe and image reports Date: Wed, 25 May 2022 04:29:30 -1000 Message-Id: <61e8e3c7f0b7161ff678a0ef4992261c7a1b96b0.1653488418.git.steve@sakoman.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166128 From: Ross Burton Add a test to verify that the JSON reports are generated correctly for both single recipe builds and image builds. More tests are needed, but this is better than nothing. Signed-off-by: Ross Burton Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit df0f35555b09c4bc75470eb45ec9c74e6587d460) Signed-off-by: Steve Sakoman --- meta/lib/oeqa/selftest/cases/cve_check.py | 77 ++++++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/cve_check.py b/meta/lib/oeqa/selftest/cases/cve_check.py index d1947baffc..2f26f606d7 100644 --- a/meta/lib/oeqa/selftest/cases/cve_check.py +++ b/meta/lib/oeqa/selftest/cases/cve_check.py @@ -1,9 +1,13 @@ -from oe.cve_check import Version +import json +import os from oeqa.selftest.case import OESelftestTestCase +from oeqa.utils.commands import bitbake, get_bb_vars class CVECheck(OESelftestTestCase): def test_version_compare(self): + from oe.cve_check import Version + result = Version("100") > Version("99") self.assertTrue( result, msg="Failed to compare version '100' > '99'") result = Version("2.3.1") > Version("2.2.3") @@ -42,3 +46,74 @@ class CVECheck(OESelftestTestCase): self.assertTrue( result ,msg="Failed to compare version with suffix '1.0p2' > '1.0p1'") result = Version("1.0_patch2","patch") < Version("1.0_patch3","patch") self.assertTrue( result ,msg="Failed to compare version with suffix '1.0_patch2' < '1.0_patch3'") + + + def test_recipe_report_json(self): + config = """ +INHERIT += "cve-check" +CVE_CHECK_FORMAT_JSON = "1" +""" + self.write_config(config) + + vars = get_bb_vars(["CVE_CHECK_SUMMARY_DIR", "CVE_CHECK_SUMMARY_FILE_NAME_JSON"]) + summary_json = os.path.join(vars["CVE_CHECK_SUMMARY_DIR"], vars["CVE_CHECK_SUMMARY_FILE_NAME_JSON"]) + recipe_json = os.path.join(vars["CVE_CHECK_SUMMARY_DIR"], "m4-native_cve.json") + + try: + os.remove(summary_json) + os.remove(recipe_json) + except FileNotFoundError: + pass + + bitbake("m4-native -c cve_check") + + def check_m4_json(filename): + with open(filename) as f: + report = json.load(f) + self.assertEqual(report["version"], "1") + self.assertEqual(len(report["package"]), 1) + package = report["package"][0] + self.assertEqual(package["name"], "m4-native") + found_cves = { issue["id"]: issue["status"] for issue in package["issue"]} + self.assertIn("CVE-2008-1687", found_cves) + self.assertEqual(found_cves["CVE-2008-1687"], "Patched") + + self.assertExists(summary_json) + check_m4_json(summary_json) + self.assertExists(recipe_json) + check_m4_json(recipe_json) + + + def test_image_json(self): + config = """ +INHERIT += "cve-check" +CVE_CHECK_FORMAT_JSON = "1" +""" + self.write_config(config) + + vars = get_bb_vars(["CVE_CHECK_DIR", "CVE_CHECK_SUMMARY_DIR", "CVE_CHECK_SUMMARY_FILE_NAME_JSON"]) + report_json = os.path.join(vars["CVE_CHECK_SUMMARY_DIR"], vars["CVE_CHECK_SUMMARY_FILE_NAME_JSON"]) + print(report_json) + try: + os.remove(report_json) + except FileNotFoundError: + pass + + bitbake("core-image-minimal-initramfs") + self.assertExists(report_json) + + # Check that the summary report lists at least one package + with open(report_json) as f: + report = json.load(f) + self.assertEqual(report["version"], "1") + self.assertGreater(len(report["package"]), 1) + + # Check that a random recipe wrote a recipe report to deploy/cve/ + recipename = report["package"][0]["name"] + recipe_report = os.path.join(vars["CVE_CHECK_DIR"], recipename + "_cve.json") + self.assertExists(recipe_report) + with open(recipe_report) as f: + report = json.load(f) + self.assertEqual(report["version"], "1") + self.assertEqual(len(report["package"]), 1) + self.assertEqual(report["package"][0]["name"], recipename) From patchwork Wed May 25 14:29:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8489 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 A7A92C433FE for ; Wed, 25 May 2022 14:30:16 +0000 (UTC) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mx.groups.io with SMTP id smtpd.web11.7510.1653489011352087718 for ; Wed, 25 May 2022 07:30:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=mwATC2bS; spf=softfail (domain: sakoman.com, ip: 209.85.214.174, mailfrom: steve@sakoman.com) Received: by mail-pl1-f174.google.com with SMTP id s14so18714597plk.8 for ; Wed, 25 May 2022 07:30:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=pW4lgeDsTv4vbFterzTVs6yOMoA0by7FWmKBZmCEr+M=; b=mwATC2bS6vXOboG+80pOi4MRyBceQLnkqBQasIXSrKfvw6ahJuhJrhbCUf2B5tnMGd IIre7vGR1wj/x3IMiY2ZPLdq9TEHagO5fv/7Sq6FSKtqda2MT0YZdnNSNDlqptXY/54H q5vHxtfpg9bTZIxSyDyCM77b3jbITY8h565y9NHgqITgZCcV18GkNxrpjWzwU8yf+mSp ejSeMPvGtTD4UwV20l23OGp54riXNxvDHsS3nwlM3ITAl6lYGnqS6nk4LxpRJQjiJ7Be EHn5fi8zmlKt8uVn+ybWImBy0vR6+nei2in13dfw6olHhvJceqACaE1wWBvy0IwrTzkM BTlQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=pW4lgeDsTv4vbFterzTVs6yOMoA0by7FWmKBZmCEr+M=; b=un0y4B75EHzSQhYYtKIbnCKFg8fujN5GOzb1HURbIfCYdoQl8mmiT4RGiewo6RkahW DMR2w1MZKOyKYbg0wiXtl30VULwKE9pO8fusFj40FYwNCVeYkXkLWJlA5T9Q3/s5I5y2 O5odVuQjU5GVa/IQvZs6BQeMIMTiADkBH7z1qKTAxPrhclDglcp1FJwAxes47mQ+1bds f9Zsfa5OQALPpwJ/6Xg6yAowRpd/TJK4rUw36kmhp07rZVs2ruD5XzSArhkj9lSzfxlM /g1TPM/4I47VHfZbgBeu0K8Ti9G0mDE16auLBqFULJqoOqCQMTol/1KG2mx0jfvVBEqj ORHw== X-Gm-Message-State: AOAM53188yKFypwrPZl0Vf+mWWIHlU9Vc29ZElaGN9i7n2ZugTXbyCiN HxI4fuObQyTfOXl19YRsxbKRI3PgRdQNnJbd X-Google-Smtp-Source: ABdhPJwggFbtfoZsbfE/2VZuAIGgSr8DZ0ydDup3pfgRj7siLGFG2ska1H5laSEo66bqDuANY3Defg== X-Received: by 2002:a17:903:124a:b0:154:c7a4:9374 with SMTP id u10-20020a170903124a00b00154c7a49374mr33302332plh.68.1653489009969; Wed, 25 May 2022 07:30:09 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.08 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:08 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 03/19] go: upgrade 1.17.8 -> 1.17.10 Date: Wed, 25 May 2022 04:29:31 -1000 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166129 go1.17.9 (released 2022-04-12) includes security fixes to the crypto/elliptic and encoding/pem packages, as well as bug fixes to the linker and runtime. go1.17.10 (released 2022-05-10) includes security fixes to the syscall package, as well as bug fixes to the compiler, runtime, and the crypto/x509 and net/http/httptest packages. Signed-off-by: Steve Sakoman --- meta/recipes-devtools/go/{go-1.17.8.inc => go-1.17.10.inc} | 2 +- ...go-binary-native_1.17.8.bb => go-binary-native_1.17.10.bb} | 4 ++-- ...-cross-canadian_1.17.8.bb => go-cross-canadian_1.17.10.bb} | 0 .../go/{go-cross_1.17.8.bb => go-cross_1.17.10.bb} | 0 .../go/{go-crosssdk_1.17.8.bb => go-crosssdk_1.17.10.bb} | 0 .../go/{go-native_1.17.8.bb => go-native_1.17.10.bb} | 0 .../go/{go-runtime_1.17.8.bb => go-runtime_1.17.10.bb} | 0 meta/recipes-devtools/go/{go_1.17.8.bb => go_1.17.10.bb} | 0 8 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/go/{go-1.17.8.inc => go-1.17.10.inc} (92%) rename meta/recipes-devtools/go/{go-binary-native_1.17.8.bb => go-binary-native_1.17.10.bb} (83%) rename meta/recipes-devtools/go/{go-cross-canadian_1.17.8.bb => go-cross-canadian_1.17.10.bb} (100%) rename meta/recipes-devtools/go/{go-cross_1.17.8.bb => go-cross_1.17.10.bb} (100%) rename meta/recipes-devtools/go/{go-crosssdk_1.17.8.bb => go-crosssdk_1.17.10.bb} (100%) rename meta/recipes-devtools/go/{go-native_1.17.8.bb => go-native_1.17.10.bb} (100%) rename meta/recipes-devtools/go/{go-runtime_1.17.8.bb => go-runtime_1.17.10.bb} (100%) rename meta/recipes-devtools/go/{go_1.17.8.bb => go_1.17.10.bb} (100%) diff --git a/meta/recipes-devtools/go/go-1.17.8.inc b/meta/recipes-devtools/go/go-1.17.10.inc similarity index 92% rename from meta/recipes-devtools/go/go-1.17.8.inc rename to meta/recipes-devtools/go/go-1.17.10.inc index 649c09ec1d..e71feb5d02 100644 --- a/meta/recipes-devtools/go/go-1.17.8.inc +++ b/meta/recipes-devtools/go/go-1.17.10.inc @@ -17,7 +17,7 @@ SRC_URI += "\ file://0001-exec.go-do-not-write-linker-flags-into-buildids.patch \ file://0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ " -SRC_URI[main.sha256sum] = "2effcd898140da79a061f3784ca4f8d8b13d811fb2abe9dad2404442dabbdf7a" +SRC_URI[main.sha256sum] = "299e55af30f15691b015d8dcf8ecae72412412569e5b2ece20361753a456f2f9" # Upstream don't believe it is a signifiant real world issue and will only # fix in 1.17 onwards where we can drop this. diff --git a/meta/recipes-devtools/go/go-binary-native_1.17.8.bb b/meta/recipes-devtools/go/go-binary-native_1.17.10.bb similarity index 83% rename from meta/recipes-devtools/go/go-binary-native_1.17.8.bb rename to meta/recipes-devtools/go/go-binary-native_1.17.10.bb index 1b85cd50d6..0f49cebcb7 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.17.8.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.17.10.bb @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" PROVIDES = "go-native" SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" -SRC_URI[go_linux_amd64.sha256sum] = "980e65a863377e69fd9b67df9d8395fd8e93858e7a24c9f55803421e453f4f99" -SRC_URI[go_linux_arm64.sha256sum] = "57a9171682e297df1a5bd287be056ed0280195ad079af90af16dcad4f64710cb" +SRC_URI[go_linux_amd64.sha256sum] = "87fc728c9c731e2f74e4a999ef53cf07302d7ed3504b0839027bd9c10edaa3fd" +SRC_URI[go_linux_arm64.sha256sum] = "649141201efa7195403eb1301b95dc79c5b3e65968986a391da1370521701b0c" UPSTREAM_CHECK_URI = "https://golang.org/dl/" UPSTREAM_CHECK_REGEX = "go(?P\d+(\.\d+)+)\.linux" diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.17.8.bb b/meta/recipes-devtools/go/go-cross-canadian_1.17.10.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.17.8.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.17.10.bb diff --git a/meta/recipes-devtools/go/go-cross_1.17.8.bb b/meta/recipes-devtools/go/go-cross_1.17.10.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.17.8.bb rename to meta/recipes-devtools/go/go-cross_1.17.10.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.17.8.bb b/meta/recipes-devtools/go/go-crosssdk_1.17.10.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.17.8.bb rename to meta/recipes-devtools/go/go-crosssdk_1.17.10.bb diff --git a/meta/recipes-devtools/go/go-native_1.17.8.bb b/meta/recipes-devtools/go/go-native_1.17.10.bb similarity index 100% rename from meta/recipes-devtools/go/go-native_1.17.8.bb rename to meta/recipes-devtools/go/go-native_1.17.10.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.17.8.bb b/meta/recipes-devtools/go/go-runtime_1.17.10.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.17.8.bb rename to meta/recipes-devtools/go/go-runtime_1.17.10.bb diff --git a/meta/recipes-devtools/go/go_1.17.8.bb b/meta/recipes-devtools/go/go_1.17.10.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.17.8.bb rename to meta/recipes-devtools/go/go_1.17.10.bb From patchwork Wed May 25 14:29:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8488 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 A7AC6C43219 for ; Wed, 25 May 2022 14:30:16 +0000 (UTC) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mx.groups.io with SMTP id smtpd.web08.7509.1653489014096250220 for ; Wed, 25 May 2022 07:30:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=zkpvzO98; spf=softfail (domain: sakoman.com, ip: 209.85.210.178, mailfrom: steve@sakoman.com) Received: by mail-pf1-f178.google.com with SMTP id y1so3359177pfr.6 for ; Wed, 25 May 2022 07:30:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=d6T0hJwqaPz8tCN6O9KcTs74BQx0UWIO1J+RTAXU4Fk=; b=zkpvzO98aDe2bUnQsIpaovXth0vD3QhnU0yyYzCcHHYRy25AujAeVv5nVhN0vOZzh4 tVvPvcHwgSmL7TkBZ9olP8y8hqOaMNd4RZQjH+qbTNmNqdVBsBX2yb52Na8u5eF5xj5B TbVbPKOY/9HATON2Q0sr/OpEb76wRVcTdC5SEhW5pvuZYRtPnbbXmzGKbN5jUtBarhTl BpVIRvpn0NYtIPcyNq6P4x3p5JwPEPndEt6789+/cOt3dWgSRTBAbGBOdH5UszV6EPVr MnwmuKwyBwVJlZpT0pUa35VBwvCta0ckwonbKFcaIjPzUUdu+5iRjWxiPN1ckMGvKbtA Qwyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=d6T0hJwqaPz8tCN6O9KcTs74BQx0UWIO1J+RTAXU4Fk=; b=0UH7x9D+Q1vo3jIE6q+oH20HCZEIwOQXAEasVchtPCiDJ25nVXHwaypUHPcAfDrGD4 K5NdDAyQwV+RoDU2P5ugc+6NCU/ag7ZoByfuP/PXqnLPW+IRnodjJkjqvtQ3ETdMFE+e oi2guCm69c2qHKLjWrx1Ue+DoGehURvtyWJRyxTyw4CWAS2q9NyQNoQ3gvy2Tg8wIOud VhXMMrIKvALDkF8cCcTuyjLvLDt50B1ksrA+H7fUS1ibZiE9voL4ljMMAJtlguggVCKX B91/arlT+aUvTpT4EkSLYGIO+xtWBY1x85U2ezkTx84U14DuA/jsCrLAw4My6fpBrTqd FaDQ== X-Gm-Message-State: AOAM530+8PuOwjHZEjeiXh1hrQuhb8jaD5HiKpDMPLHhr7+6lvTy0zpo gec+CDLFj5jadXF/jf0nwUjhRoBCMZgLT7sP X-Google-Smtp-Source: ABdhPJz0l118zH8BaNeTGdi1vltvd/LNDdvYBnJFOHiIX6gs1zm4UD94Qi30//5wshHjXIZ4xiJP0w== X-Received: by 2002:a63:5c02:0:b0:3f6:4b48:d5e7 with SMTP id q2-20020a635c02000000b003f64b48d5e7mr26172277pgb.229.1653489012628; Wed, 25 May 2022 07:30:12 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.10 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:11 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 04/19] gst-devtools: upgrade 1.20.1 -> 1.20.2 Date: Wed, 25 May 2022 04:29:32 -1000 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166130 From: Alexander Kanavin The second 1.20 bug-fix release (1.20.2) was released on 2 May 2022. This release only contains bugfixes and it should be safe to update from 1.20.x. Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit b4c976ea07ff276ae705110769c8e9741827615b) Signed-off-by: Steve Sakoman --- .../{gst-devtools_1.20.1.bb => gst-devtools_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.20.1.bb => gst-devtools_1.20.2.bb} (95%) diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.20.1.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.20.2.bb similarity index 95% rename from meta/recipes-multimedia/gstreamer/gst-devtools_1.20.1.bb rename to meta/recipes-multimedia/gstreamer/gst-devtools_1.20.2.bb index ade7cb7dc3..4819a34b26 100644 --- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.20.1.bb +++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.20.2.bb @@ -12,7 +12,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-${PV} file://0001-connect-has-a-different-signature-on-musl.patch \ " -SRC_URI[sha256sum] = "81f1c7ef105b8bdb63412638952f6320723b3161c96a80f113b020e2de554b2b" +SRC_URI[sha256sum] = "b28dba953a92532208b30467ff91076295e266f65364b1b3482b4c4372d44b2a" DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base" RRECOMMENDS:${PN} = "git" From patchwork Wed May 25 14:29:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8487 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 9C18AC4332F for ; Wed, 25 May 2022 14:30:16 +0000 (UTC) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mx.groups.io with SMTP id smtpd.web09.7394.1653489002211546535 for ; Wed, 25 May 2022 07:30:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=gwtRY3UT; spf=softfail (domain: sakoman.com, ip: 209.85.210.178, mailfrom: steve@sakoman.com) Received: by mail-pf1-f178.google.com with SMTP id f21so7026109pfa.3 for ; Wed, 25 May 2022 07:30:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=GAiBiWGv+KUVLieSztDzl7NrnNhwf43pvBrS7lhK+DY=; b=gwtRY3UTqmQGXHXuJEnYwR7vTzAGJjR96yUblF2qvU4EJ1WCgyOOdebJyhpBMf4e3p 1C71sFrn0jWgLgH8HTePUlNvJ1ebR4xGt2X5HQxYAyEXOM4GVzawYOfUIc6NNxsatwkN vOrHcYUtLZOVSv7ypK7F3iz9UxPbjEqylI4VahMMqtPN8bP1SWosx7C1y3tKRVW+qTyW OQcbCfva7/iwwatb8vB7+Jdje5/DmDx2LwgMGg5Mm+KX8bkf0t35JKFC37ThrV6pE6L7 H03yDrtd0mO3lD67LI+WANkeXR0tL/9CUYwqdWJO7NIy+HOxCRzkLZ8mUSqiDLvfGgZK aN/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=GAiBiWGv+KUVLieSztDzl7NrnNhwf43pvBrS7lhK+DY=; b=vZxu1ucX8EMey/wmXeCp1BdsEFESfdFOX2teFdenMPE1MXrZIMU69zK8+ILatzaM+S ix2Hxz0qpGGxZlJ000b/xMmzYa1FskbzCJrmXBrIsAq9D/lHID5HXAX5hh/q75CmKKkd i89XSmIYOu+l5wigzlnz0PMn6R7lhlahrtKA9iTewISLGQjloWI9FQze2Hgwq4pKL+UI zVGR9cZ4GpCOh+OKDZdxZmjlFAgxhT/UsWe+qxkhrsApGiimVvBs11KBBZrIstNMD/xA XsDsT8+jWm06epboTAnpm1dyUETubTX+h6fSQbuLUGY7wCvyOxn86v++afSIcEFciT4l ckuA== X-Gm-Message-State: AOAM531ueWYF5bffgb4Uw9rwxqaTCesg/GApYVzqkyWuke54LMZL8UYQ wySVPtS5wPjXGP2cvC78XkTS8g6t0Yj6CEHj X-Google-Smtp-Source: ABdhPJxJgUefDcewzuAkwvQ2YESuRCdjOMVTcpQbPNB+PwKbjLWMZQukCmlSL7G7strH2PZN1BJvCA== X-Received: by 2002:a63:854a:0:b0:3f9:eacd:d724 with SMTP id u71-20020a63854a000000b003f9eacdd724mr19135741pgd.248.1653489015132; Wed, 25 May 2022 07:30:15 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.13 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:14 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 05/19] gstreamer1.0-libav: upgrade 1.20.1 -> 1.20.2 Date: Wed, 25 May 2022 04:29:33 -1000 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166131 From: Alexander Kanavin Bug fix only release: video decoders: fix frame leak on negotiation error Fix build on systems without C++ compiler avviddec: Remove vc1/wmv3 override (fixing crash with FFmpeg 5 Segfaults on ASF/WMV files with FFMPEG 5.0+ Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 208ddca121bb213a9e79d21b448547df58b9a511) Signed-off-by: Steve Sakoman --- ...streamer1.0-libav_1.20.1.bb => gstreamer1.0-libav_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.20.1.bb => gstreamer1.0-libav_1.20.2.bb} (91%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.2.bb similarity index 91% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.1.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.2.bb index 16a298ab14..4ef9755c07 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.2.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=69333daa044cb77e486cc36129f7a770 \ " SRC_URI = "https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz" -SRC_URI[sha256sum] = "91a71fb633b75e1bd52e22a457845cb0ba563a2972ba5954ec88448f443a9fc7" +SRC_URI[sha256sum] = "b5c531dd8413bf771c79dab66b8e389f20b3991f745115133f0fa0b8e32809f9" S = "${WORKDIR}/gst-libav-${PV}" From patchwork Wed May 25 14:29:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8490 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 9DAE6C433F5 for ; Wed, 25 May 2022 14:30:26 +0000 (UTC) Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) by mx.groups.io with SMTP id smtpd.web10.7518.1653489018593534624 for ; Wed, 25 May 2022 07:30:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=PATPTvqz; spf=softfail (domain: sakoman.com, ip: 209.85.216.41, mailfrom: steve@sakoman.com) Received: by mail-pj1-f41.google.com with SMTP id x2-20020a17090a1f8200b001e07a64c461so1798696pja.4 for ; Wed, 25 May 2022 07:30:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=ScUm7isKKO9ZBU1qdcgZx+fNK+hc5jecSezMZpzD2VY=; b=PATPTvqzL7Y/R8yHvXjCSM/aqfeH9z0iKjMxmDbxMfn8r6SQrQighwGEoBbW22ScKo Uv+XHVG5uXzqichxeSpb0cbB1OwQptBIBbtrd0+xM/GcPtvybzYaHiVzUO7K6+4CCCp6 9CJgD8OzQcbIkh+r4xK6+akflBALsMy+/5S2De/82cTkWpUhq1s+apTgvw2MNo/8uCcq jH7fHOslY4lTQIXu18Wa5sHULSBNgFiaSZ1haaSMq2h9p4daWGVXujDf9apuAolCWSXr oQ0xTsDfQuCvdeS75MEcNRAxLmIq/OQCrwhSxOGOFGHRdwrluUApJEqB8+ZGZgb3olzj s1CQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ScUm7isKKO9ZBU1qdcgZx+fNK+hc5jecSezMZpzD2VY=; b=vSswaRbdG38zjoEL2LN8QDIeVsw0hn8UNTbx9+I4I9XWJUyukXwRYCsEogzo/OKT7Y HBycGMZLty6LQdIeDerYQg/noP4nKbXintR1Hd0tIymOHA2chxjwfUdQzIjykDGqtSQe Q9jF8xPxwaMVtAsVrbJq9YdhT8SVtkhue4z5LXd2jCvGUGX4o16X6HJAmCA8uHGylxtt n4hLbEDB6uz9pH+EUBvpajFETONIrw9Wa58TsW5HX8ofxV4f1FWSDlo8GYsh9lSvhfqr 5mXL7t43X57j0JsbvOkimB0TRpUYwgdqExrvw7lRP7hxGYnELuPBegCBukQpChwHriIW j87Q== X-Gm-Message-State: AOAM531xgUl5dBAkE4pmAjjc86A6lbKiiLTGp8hRH2HGk5m7EpBv6EJa OK+DxW1pSLxAIlP7UftbjotCcK6MRtCQadxx X-Google-Smtp-Source: ABdhPJzf15Lf+75PY3lzYN03yeZdwNhGvTxvWODDXo0GYgl7ISlhIZ08xbzPGKHmP2zIRNJ5549/iw== X-Received: by 2002:a17:902:e749:b0:163:59da:56f0 with SMTP id p9-20020a170902e74900b0016359da56f0mr3462978plf.116.1653489017357; Wed, 25 May 2022 07:30:17 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.16 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:16 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 06/19] gstreamer1.0-omx: upgrade 1.20.1 -> 1.20.2 Date: Wed, 25 May 2022 04:29:34 -1000 Message-Id: <2f8bf9e800e5fa893c89cd4d8b9a63f02db842b1.1653488418.git.steve@sakoman.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166132 From: Alexander Kanavin No changes in omx from 1.20.1 -> 1.20.2 Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 2f9b5b0d8274b5a4990c93edb30c3170de3f87a4) Signed-off-by: Steve Sakoman --- .../{gstreamer1.0-omx_1.20.1.bb => gstreamer1.0-omx_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.20.1.bb => gstreamer1.0-omx_1.20.2.bb} (95%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.20.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.20.2.bb similarity index 95% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.20.1.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.20.2.bb index 835f9a31fd..c4f5d719bb 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.20.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.20.2.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-${PV}.tar.xz" -SRC_URI[sha256sum] = "86b52e30ebd0f59fcb5cf81a163211975f73ef32e5a6782562804646316bcd7c" +SRC_URI[sha256sum] = "7efed7cc5b0acf9a669e38c5360a7892430a4e86c858daac6faa1ade2b151668" S = "${WORKDIR}/gst-omx-${PV}" From patchwork Wed May 25 14:29:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8492 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 BEE61C4332F for ; Wed, 25 May 2022 14:30:26 +0000 (UTC) Received: from mail-pg1-f173.google.com (mail-pg1-f173.google.com [209.85.215.173]) by mx.groups.io with SMTP id smtpd.web10.7519.1653489020710578126 for ; Wed, 25 May 2022 07:30:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=P9kPZ2Tn; spf=softfail (domain: sakoman.com, ip: 209.85.215.173, mailfrom: steve@sakoman.com) Received: by mail-pg1-f173.google.com with SMTP id a9so17018329pgv.12 for ; Wed, 25 May 2022 07:30:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=zzewl8CZzs7b+xhIQgfnXBK+f2uSpe8wj9wJ1G8NICg=; b=P9kPZ2TnG5hYWGA5UDOhuBYLdqxy1+SmNplDGeJyUG9k5e6mtHYEBW2rbLykJn2AoY JGHxkUHPXYrflWpp6mqfiJyd7DTvvnqDrq6GWyjxirC6FXE70Vuvtp76lsBkWNZlrWL1 fU7vNV1lYpcFR0BtxjzyEnNfvaarPUM9V5fq8DK6y6SQVarV8qHRM9NUZE2c97j0Hz3n TZ9x3klxRxU3o9tWJnSF2h5sNfodxCvE1UuHw0EnYSX/NnTxcStWSKHGTVF80/McUj78 d7GrSvDIjTDwZ88WHgQYfsu6+3yW/eR/hPRnVQZ7z4k9jB2pt6PUxxZIDvLYuCsAm8w8 3LSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=zzewl8CZzs7b+xhIQgfnXBK+f2uSpe8wj9wJ1G8NICg=; b=HTLsqgG8TJqhlMpgC0MSoGsolTGXrAc30S2xDRkfl9uMWzHVqrbZVgNauaEkNgfQUA QhH9Bc3DflbCcGX0pbcKbkpxhcitZoqVD9Lqdpc2rRp78OSVBNu8/Sdfo40IT6W/lVsF evjt/UmGAD+uxEUH+9+XNTlgQ2KdN3UUGx2xVx3Kr04yBg5OK0VSBy/B8/jBjhcZW9Na yZhyhybMCpMfNr5K/d7VHTSFVfsAPrcP7edX7sV8cEewtIcgMiLNZES+NsH4I4lFWx2C 9FJKG8zYAVzWg9DFwF/giUvCv0JUTiAtH8Rg6MU735bzdDrx1kONeaZYKW6zFEmjn1xl 5vsg== X-Gm-Message-State: AOAM533LABWyv4YnZePL9h66RCPL5NU0BsmP3h5V8QZ6NoyWDmqeTKMr LH11BcKH1bi15dG6Qt4Q2igDjSQKwVJpqqXX X-Google-Smtp-Source: ABdhPJw+/EwkUbhXY+TnBeI5/JFM4emeqhrKdn6kphYp0sYLf/d5YYdkzqVMVbbtv8ED3FtpSU1e9g== X-Received: by 2002:a05:6a00:4216:b0:518:8335:3bfa with SMTP id cd22-20020a056a00421600b0051883353bfamr21707351pfb.65.1653489019565; Wed, 25 May 2022 07:30:19 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.18 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:18 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 07/19] gstreamer1.0-plugins-bad: upgrade 1.20.1 -> 1.20.2 Date: Wed, 25 May 2022 04:29:35 -1000 Message-Id: <8dca7bae0b16c7db820f0d7d60592a7d1d868a8d.1653488418.git.steve@sakoman.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166133 From: Alexander Kanavin Bug fix release: av1parse: Fix several issues about the colorimetry. av1parse: fix up various possible logic errors dashsink: fix missing mutex unlock in error code path when failing to get content d3d11videosink: Fix for unhandled mouse double click events interlace: Also handle a missing "interlace-mode" field as progressive msdk: fix build with MSVC mxfdemux: Fix issues at EOS mxfdemux: Handle empty VANC packets nvh264dec, nvh265dec: Fix broken key-unit trick and reverse playback nvvp9sldec: Increase DPB size to cover render delay rvsg: fix cairo include tsdemux: Fix AC-4 detection in MPEG-TS tsdemux: Handle "empty" PMT gracefully va: pool: don't advertise the GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT option any more v4l2codecs: Fix memory leak v4l2videodec: set frame duration according to framerate webrtcbin: Update documentation of 'get-stats' action signal webrtcbin: Check data channel transport for notifying 'ice-gathering-state' webrtcbin: Avoid access of freed memory wpe: Reintroduce persistent WebContext Build: use CMake to find some openssl and exr deps Fix multiple "unused-but-set variable" compiler warnings Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 70ff1c8f54bfb47307cce4d2cb731cc775cd7e21) Signed-off-by: Steve Sakoman --- ...plugins-bad_1.20.1.bb => gstreamer1.0-plugins-bad_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.20.1.bb => gstreamer1.0-plugins-bad_1.20.2.bb} (98%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.2.bb similarity index 98% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.1.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.2.bb index 7c4665ae80..bb33e3822e 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.2.bb @@ -11,7 +11,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad file://0003-ensure-valid-sentinals-for-gst_structure_get-etc.patch \ file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \ " -SRC_URI[sha256sum] = "09d3c2cf5911f0bc7da6bf557a55251779243d3de216b6a26cc90c445b423848" +SRC_URI[sha256sum] = "4adc4c05f41051f8136b80cda99b0d049a34e777832f9fea7c5a70347658745b" S = "${WORKDIR}/gst-plugins-bad-${PV}" From patchwork Wed May 25 14:29:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8493 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 9BCAEC433EF for ; Wed, 25 May 2022 14:30:26 +0000 (UTC) Received: from mail-pl1-f181.google.com (mail-pl1-f181.google.com [209.85.214.181]) by mx.groups.io with SMTP id smtpd.web08.7511.1653489023046279689 for ; Wed, 25 May 2022 07:30:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=T40gXDZ3; spf=softfail (domain: sakoman.com, ip: 209.85.214.181, mailfrom: steve@sakoman.com) Received: by mail-pl1-f181.google.com with SMTP id f18so813385plg.0 for ; Wed, 25 May 2022 07:30:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=XGh7F4UG0fznfsOJsSQ4CjUqlmcpjoXp8UR3Ks2R6Fg=; b=T40gXDZ33H63AMBzUr57wtQOBfe9KDRDusZ7fgVNcSgctyG9TZSt9ZW2UyFkJBVTxv KqVw/Rn9TjX+u+ANMm3t7yE8z/09/jTNBVwXOopNIT1wcTVXkWwdXFfWSdfa0C8lLSEQ dPH3i0VEOXBLtlBqJCzRAcRu4LYhxgAFUJlf9hoXSTfBYUr9EIBLcfDnm9lhfrOuymk4 bW9HGLUAPW6lzqPY74sggqy19gfzlqeEKpnFHBfW848f6mjWIwlcw8YbCdy3yKILLNv9 DZHPQplXCe3CpOjCYdPB1RglcThWhWZTk9zbi24RvdM3/bLxxFFPYudpO7+N1vRR1lBR KETg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=XGh7F4UG0fznfsOJsSQ4CjUqlmcpjoXp8UR3Ks2R6Fg=; b=7sXSsxHN9NzsDs7r03ocZ6H1vJ9o1c7fLd2ZMFR+RgY2Fu1ShsawIMTpPeHmpOipJ5 2fsXtKb+1+Yt5Dcq+c44tJT+DRGauvTlHerp2fePU/3Q15gCsT0v7SeT55fo0oc9YdqW oxxYDh/390R5gzLLJ1E91gHCa1cgxZ1mx8L/N2rkotwMTMyxrzgfyNWBnx/STmZkFdoz NGvW2zI4pEKP7/+w0HA1UzmdXv4O7asMWglLJJfm+mMdBaSGjxB0EESOwlZ8dCOmTO8z Whh7SeD51+FIJU0s7ljEJkIdqH8nQtEiBeICIah0B9D/Qu3S2F7wwrzjrnWnInognTcW Mm9Q== X-Gm-Message-State: AOAM533xEILkgvjhmCMoQdPkqOH2DGS6nrTUiWLxBrVyZHOPa29nxM/L mwQ6NjlV7eppiNswpH9LPwyve6ecHYB+m6FO X-Google-Smtp-Source: ABdhPJyqCyPH/qDj1hjQGfBRdQQK0EmY7hGNBGMsCQ61CBKRlSa3jiwHqZzNj0fU5t8mUezo6u2kPA== X-Received: by 2002:a17:902:bf0a:b0:162:201e:1f49 with SMTP id bi10-20020a170902bf0a00b00162201e1f49mr16076160plb.39.1653489021924; Wed, 25 May 2022 07:30:21 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.20 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:21 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 08/19] gstreamer1.0-plugins-base: upgrade 1.20.1 -> 1.20.2 Date: Wed, 25 May 2022 04:29:36 -1000 Message-Id: <19e9c0b2ac92f9ffc3bcea8ce4761c81326ea4a7.1653488418.git.steve@sakoman.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166134 From: Alexander Kanavin Bug fix release: appsrc: Clarify buffer ref semantics in signals documentation appsrc: fix annotations for bindings typefind: Skip extension parsing for data:// URIs, fixing regression with mp4 files serialised to data uris playbin3: various fixes playbin3: fix missing lock when unknown stream type in pad-removed cb decodebin3: fix collection leaks decodebin3: Don't duplicate stream selections discoverer: chain up to parent finalize methods in all our types to fix memory leaks glmixerbin: slightly better pad/element creation gltransformation: let graphene alloc its structures memory aligned ogg: fix possible buffer overrun rtpbasepayload: Don't write header extensions if there's no corresponding... rtpbasepayload: always store input buffer meta before negotiation rtpbasepayload: fix transfer annotation for push and push_list subparse: don't try to index string with -1 riff-media: fix memory leak after usage for g_strjoin() playbin/playbin3: Allow setting a NULL URI playsink: Complete reconfiguration on pad release. parsebin: Expose streams of unknown type pbutils: Fix wmv screen description detection subparse: don't deref a potentially NULL variable rawvideoparse: set format from caps in gst_raw_video_parse_set_config_from_caps videodecoder: release stream lock after handling gap events videorate: fix assertion when pushing last and only buffer without duration videorate: Revert "don't reset on segment update" to fix segment handling regressions gst-play-1.0, gst-launch-1.0: Enable win32 high-resolution timer also for MinGW build Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 905766e63a6159535b9da86c4f0af62956285199) Signed-off-by: Steve Sakoman --- ...ugins-base_1.20.1.bb => gstreamer1.0-plugins-base_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.20.1.bb => gstreamer1.0-plugins-base_1.20.2.bb} (97%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.2.bb similarity index 97% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.1.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.2.bb index 0953261a98..e47851700a 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.2.bb @@ -11,7 +11,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-ba file://0003-viv-fb-Make-sure-config.h-is-included.patch \ file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \ " -SRC_URI[sha256sum] = "96d8a6413ba9394fbec1217aeef63741a729d476a505a797c1d5337d8fa7c204" +SRC_URI[sha256sum] = "ab0656f2ad4d38292a803e0cb4ca090943a9b43c8063f650b4d3e3606c317f17" S = "${WORKDIR}/gst-plugins-base-${PV}" From patchwork Wed May 25 14:29:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8491 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 9BCE6C433FE for ; Wed, 25 May 2022 14:30:26 +0000 (UTC) Received: from mail-pf1-f173.google.com (mail-pf1-f173.google.com [209.85.210.173]) by mx.groups.io with SMTP id smtpd.web09.7399.1653489025435641127 for ; Wed, 25 May 2022 07:30:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=N9hIuDR7; spf=softfail (domain: sakoman.com, ip: 209.85.210.173, mailfrom: steve@sakoman.com) Received: by mail-pf1-f173.google.com with SMTP id bo5so19381005pfb.4 for ; Wed, 25 May 2022 07:30:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=aN3c8nxonOF3NMWBYWl5ZKpb79t7SswHFBLPCHQ+ZqU=; b=N9hIuDR7lUW/91xvLH9uyKxqxZFF2RSuv3usZezMyGCNpuNrv3lnJZrW0kOofHTtGH reBbpw7iS0CXXsmDxf4yOyRuWF8uaMZUrUA8a01+8r0svXsW/+AW8O0S79OtVOwDK/V/ iiDNmhZXb6ZcuDlWWD3nA6fhNCI5ST7z8dtULLzwMC8kEX+XjPcUCmkSdrV4V+EHWg76 GFfpLfkI4Y+PIkKay4iPwTcXYJIVEXcIG6Ml73COLDIXgzmOfGxiB02tukw5UAUFXXx1 d9zJyscQNc6mDxAWBf8iS7zKwbV0QZedp/WOYB7N6eT1EQ48YRumLpxl4llpA+Ncc0m+ m+Mw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=aN3c8nxonOF3NMWBYWl5ZKpb79t7SswHFBLPCHQ+ZqU=; b=RFLXM4qN+kbSgoTuU4SwsRxf0Z5qGwLUOhBKDBce/AX+3QGFS4sufyn7qcCGZLP9s+ jwiuCt99qIL7IyfJoJARN5C8yRrRmD0TqCpzVpIVO+KGu9/N5aUTENmwhA+oYUO0mz12 XRzHdTFFiEEdFem7Ek3/d5gs4g+wScxNh7oDYhse1ISX88GWph5FvUhQHz1UsGmPaIW7 sF78POGphHy8lHeDYWQ2oXWrAW+ZACmU6lPG9TLw/cOWyj7IgEJzH5AZD7rEwBHLgM1g RqW3xVfbJqrxBLt11XhgOi4hos1mWx2l6fdh0wccnaXiUneycSQS3gsbE+WZ711I89f4 /O4A== X-Gm-Message-State: AOAM531k3SgMbyboOpAMpRuIcuUoDAEHgxnpKtsMRsO344RbsGoHKtRF xNO7Lej66vEwTzKrSxAWcj0Tp9+prMa7q7OF X-Google-Smtp-Source: ABdhPJwFeyD2s+ZVEZAY85e7zfYIAu7RB0Z+WaOc9gyvm7GzrsITM0dsIrUW47lZyhV4inipizj8qA== X-Received: by 2002:a63:488:0:b0:3f5:e6da:4619 with SMTP id 130-20020a630488000000b003f5e6da4619mr28722100pge.6.1653489024173; Wed, 25 May 2022 07:30:24 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.22 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:23 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 09/19] gstreamer1.0-plugins-good: upgrade 1.20.1 -> 1.20.2 Date: Wed, 25 May 2022 04:29:37 -1000 Message-Id: <9472f0fe643c34a70139fd3967564a7e6cc0ded0.1653488418.git.steve@sakoman.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166135 From: Alexander Kanavin Bug fix release: deinterlace: silence unused-but-set werror from imported code qtdemux: fix leak of channel_mapping rtpopusdepay: missing sprop-stereo should not assume mono rtpjitterbuffer: Fix invalid memory access in rtp_jitter_buffer_pop() rtpptdemux: fix leak of caps when ignoring a pt rtpredenc: quieten warning about ignoring header extensions soup: Fix pre-processor macros in souploader for libsoup-3.0 twcc: Note that twcc-stats packet loss counts reordering as loss + add some logging video4linux2: Manual backports for RPi users wavparse: handle URI query in any parse state, fixing audio track selection issue in GES wavparse: Unset DISCONT buffer flag for divided into multiple buffers in push mode Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 3594cbc054d0f0eb3342282f8100a0285fc9d1fd) Signed-off-by: Steve Sakoman --- ...ugins-good_1.20.1.bb => gstreamer1.0-plugins-good_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.20.1.bb => gstreamer1.0-plugins-good_1.20.2.bb} (97%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.2.bb similarity index 97% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.1.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.2.bb index 1f61d9a10e..6c52fb35b9 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.2.bb @@ -8,7 +8,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-go file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch \ " -SRC_URI[sha256sum] = "3c66876f821d507bcdbebffb08b4f31a322727d6753f65a0f02c905ecb7084aa" +SRC_URI[sha256sum] = "83589007bf002b8f9ef627718f308c16d83351905f0db8e85c3060f304143aae" S = "${WORKDIR}/gst-plugins-good-${PV}" From patchwork Wed May 25 14:29:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8494 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 97317C433F5 for ; Wed, 25 May 2022 14:30:36 +0000 (UTC) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mx.groups.io with SMTP id smtpd.web09.7400.1653489028039175994 for ; Wed, 25 May 2022 07:30:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=HeyxkCz+; spf=softfail (domain: sakoman.com, ip: 209.85.210.178, mailfrom: steve@sakoman.com) Received: by mail-pf1-f178.google.com with SMTP id y189so4301651pfy.10 for ; Wed, 25 May 2022 07:30:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=8ysRKjAe+GWYq0wLs6n5fNUT3cIZLEhP8GOZ0JJj7ec=; b=HeyxkCz+ex2DCWhIKQbB4E6EZqJp7nvObAXs4zBgJSVXDQSTN/x+ARO7WOyv85qW+E ZOxhJdxAVnznEQM953SIOYRsp1sGguhJ7hhVRNwBTZllGAlImqlIQiUhgsj9ErgxGg7z +hEgqnrC+9ZakUj9wA069lxzOafuqn6+mPGdvDy2FiFfTvg3e34ffY4+mX9H5Iaq+J/C zFQ8nhOSWzaIkps2RXe6YTJAsExh4l6tCA5/pL3lpj0ucDLSTlugx6KwygwfLIlnnhjp ziAn2NiNflJRFFBf0GxeFdmnzAL1jkcz7qOgdNk3TriHUMoEBp+JYeylKL84sGHbtnye SrnQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=8ysRKjAe+GWYq0wLs6n5fNUT3cIZLEhP8GOZ0JJj7ec=; b=FBDtFrm1oqATJqPQrXWKWmczGSf/3sJg9yfxzC3+QcoysQxD8lxJ77FIcVL14nW39H GTrIaN0SiYL0YHffnBRRN5hcGh3XnLbK6NaTreMsAxeqyOeLOg/qNzAw0sSGtc6Bmzoc szDW3XWRCSHef7WxZe270lAnZ0IZZ5v00/sIQg49383PtyeCJpjJufgfBXRinElKhEzU mRQN8nocjtI3OmpLA4Tlh0n+qRe8WDHNBVkeNI+/yNzJL3GmhFla1LFjUhYsO4PI1uyW 5dVTYTTylsLYcbHvPqrRupMVSFGxNR6Tvr2lOiHsAel2/3uULA0Cp3HJNtJN25/nxW7Q 7FmQ== X-Gm-Message-State: AOAM530jzPpNtRfhmVs+47LRges1xMyc+cl2Qp95TaAj/ctwxXQVUwi4 wlN/VVB9eawfseA6q+Fnn52Dba0ffTuajLfJ X-Google-Smtp-Source: ABdhPJyIAVR6hx75J67lp9cMhXyjhQKrDG8i3LuFfIa/VUjvp0cR1nfU1GwPjmV4ELI3x2ET14jfAA== X-Received: by 2002:a63:ec56:0:b0:3fa:f7f8:c644 with SMTP id r22-20020a63ec56000000b003faf7f8c644mr999434pgj.52.1653489026870; Wed, 25 May 2022 07:30:26 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.25 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:25 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 10/19] gstreamer1.0-plugins-ugly: upgrade 1.20.1 -> 1.20.2 Date: Wed, 25 May 2022 04:29:38 -1000 Message-Id: <038cbfa1ae1ae79d09991235c23188f9477e185f.1653488418.git.steve@sakoman.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166136 From: Alexander Kanavin Bug fix release: x264enc: Don't try to fixate ANY allowed caps Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 49c5fdf15c70862c867bf7f17ed1f4ca57de2307) Signed-off-by: Steve Sakoman --- ...ugins-ugly_1.20.1.bb => gstreamer1.0-plugins-ugly_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.20.1.bb => gstreamer1.0-plugins-ugly_1.20.2.bb} (94%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.2.bb similarity index 94% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.1.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.2.bb index b0746c087a..edc2ece979 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.2.bb @@ -14,7 +14,7 @@ LICENSE_FLAGS = "commercial" SRC_URI = " \ https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ " -SRC_URI[sha256sum] = "42035145e29983308d2828207bb4ef933ed0407bb587fb3a569738c6a57fdb19" +SRC_URI[sha256sum] = "b43fb4df94459afbf67ec22003ca58ffadcd19e763f276dca25b64c848adb7bf" S = "${WORKDIR}/gst-plugins-ugly-${PV}" From patchwork Wed May 25 14:29:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8496 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 A108CC433FE for ; Wed, 25 May 2022 14:30:36 +0000 (UTC) Received: from mail-pg1-f173.google.com (mail-pg1-f173.google.com [209.85.215.173]) by mx.groups.io with SMTP id smtpd.web10.7519.1653489020710578126 for ; Wed, 25 May 2022 07:30:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=fTpzNmWa; spf=softfail (domain: sakoman.com, ip: 209.85.215.173, mailfrom: steve@sakoman.com) Received: by mail-pg1-f173.google.com with SMTP id a9so17018329pgv.12 for ; Wed, 25 May 2022 07:30:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=+HyjoU/g3csxL47V4Vyt8c3l0gLcHHiXyX9GJFGLR3I=; b=fTpzNmWa6F5G4OIcpgu6u51ZJVVY9dg42sbnUERgSE5sz7F96UWf5QU1Ho8KaSok3M OkcdWl219jeq92IpjiK9bf/cREKjVlikHmBpcGYd9HABPuqo3ZIDp+4bcMRfMjeh+vUf I2ghVIurD3wrBA9KCspcNKcC+R3fAE1s2LFVbusE4S6SQLPmLjcmMakptExkOIFy0TYz 6ky5SMuXQ6NhhKlUx9GTV/qRcyCOdk1AbyCJZBECbA4hEB+Qvx1YddHb3T7TAFMyw3LU /00QehuIRt38dkrJB1Wvm3SyBOGh6wHM3AEhJ2yI3VF6qb8buPTK062VBhI1ltV0a9cf 9deg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=+HyjoU/g3csxL47V4Vyt8c3l0gLcHHiXyX9GJFGLR3I=; b=UVOVuKJBxkrfN+MC+nZS6CAWilJnHIwK2YYp4nXq4sPMsxzm4qaqcxK2q4oCfPSGv0 oY+ZP0Qg+5XKqhJ6YMjT5acGc6WrEfOD6m8q7cALUxcIbg88o3JUveLjOY3L0c++TOyB q2gdwrkjFwoeTIjYt09fdRyKI2o2rEsJVO9EqjivPggnalJJ9B2vSxVQn0kbFezwZqXU WdxHXFsK0Qw62g/T3GXmHQmUbUWZyG01vBIRusWfKCCKkBLti2tI2Xukd+0BBGvqLGL4 UzsXALrUkQQ0D4t7REpZdx/Csu2Uz+5kFqeZrfelH8ifC4i+3+tMae22JPm/0Vf9aR0O cfIA== X-Gm-Message-State: AOAM531uorllOhF0xyiOK+uau3kX0QbBeJS4vcutD5C+r+nROBu7PPMF PkeVQaJQ+g9LW6AY+qxrR+glJ6g89PMOhuRU X-Google-Smtp-Source: ABdhPJz5kLyHUQiVvzDBqAd3DPcnXZ2bHg+owwrWDt4Hkv8Ru+d7Qwg42uT0DbSdO3bFrliLrgL9iw== X-Received: by 2002:a05:6a00:1acb:b0:518:99c4:aa2e with SMTP id f11-20020a056a001acb00b0051899c4aa2emr16409970pfv.25.1653489029207; Wed, 25 May 2022 07:30:29 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.27 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:28 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 11/19] gstreamer1.0-python: upgrade 1.20.1 -> 1.20.2 Date: Wed, 25 May 2022 04:29:39 -1000 Message-Id: <5ce15470ae6957bb65a63762bb9170efb85a04b3.1653488418.git.steve@sakoman.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166137 From: Alexander Kanavin Bug fix release: Fix build on systems without C++ compiler Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 762c930a49022ee7f56e746d3e768087eafd2ac1) Signed-off-by: Steve Sakoman --- ...reamer1.0-python_1.20.1.bb => gstreamer1.0-python_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.20.1.bb => gstreamer1.0-python_1.20.2.bb} (91%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.2.bb similarity index 91% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.1.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.2.bb index a8ae274631..34bc4bf4f4 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.2.bb @@ -8,7 +8,7 @@ LICENSE = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740" SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" -SRC_URI[sha256sum] = "ba6cd59faa3db3981d8c6982351c239d823c0b8e80b1acf58d2997b050289422" +SRC_URI[sha256sum] = "853ea35a1088c762fb703e5aea9c30031a19222b59786b6599956e154620fa2f" DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" From patchwork Wed May 25 14:29:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8495 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 9C395C433EF for ; Wed, 25 May 2022 14:30:36 +0000 (UTC) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mx.groups.io with SMTP id smtpd.web09.7394.1653489002211546535 for ; Wed, 25 May 2022 07:30:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=02JYEspb; spf=softfail (domain: sakoman.com, ip: 209.85.210.178, mailfrom: steve@sakoman.com) Received: by mail-pf1-f178.google.com with SMTP id f21so7026109pfa.3 for ; Wed, 25 May 2022 07:30:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=L4tF96Tvn1/QFbnjeNoDT7OeOj083l2W33YdmSXUuc0=; b=02JYEspbrYlu3n4U5uQCH4Z3hQGuDGEmKGxkg1qC+nxsNaoMKtpNcmP9OdS1fvbKhC jFTtFj8yEfpGwm4L5VHGRLDmh1qgAzdbFWqKGr2g6c64Qie5gpK9a/DjhJulPTSuH8vJ nbL+uNhr7QoWqajwQb/ypmHcImQdbLf4OBYScxonK33DknRjAluqhOKivbM1rXs5xWLJ Bhp5uKF7T7+xJdwVokDGbhBgUTluXKH/BodTF9DnitsVLOrhR1IIZnBUlz8TfhAtiaMK lvaDMqY9UgpDqzGlckcnh8uDTGFtyA7BXjVilUg6R9h9Pqyh9gf+PLc6Yhc1ZTNygc8l 8czw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=L4tF96Tvn1/QFbnjeNoDT7OeOj083l2W33YdmSXUuc0=; b=Jzdq+ga6WLwkgBCmF1GRbM06Ovkc/qTS6Qr6TfknpdgeaF6D56/TE2zxM0n76N4VnI LFBKrPIFKttRq52+rM+3XsUTz+iITSFphly6G7Y6LO0nqdXkSBXYaLYU76mtEupvya+o 7Lg4cgMSHodKoBSRJh8u2y+pkhD1WlQMvkHG4XTZ92Do7iwEuGCLzSosCq/ITqdvEzg7 AE/Yfo9CVXZtf3XBJRRkF/ZorR0GYAjed9amz4K3/NNtpf9h5paoYudnBNVfz1x4s6L4 51lkPV54OiFAkXZWRtQqnGSxF2Ki89QKWSKrE3gNMtwU2/9dLCsTwZuy7zOMMMd7OqFH XMog== X-Gm-Message-State: AOAM531zufJs6BTawCXCFbZDCqCRT8rR6cNJEe6efwBfbaNq+Ah51Meg zOgJ0jc6EVfUc8xolidVxQB5gqIy3if3dAuV X-Google-Smtp-Source: ABdhPJyi9/zgh47SCC1BTUC0qHM6/nIw35GU/oXz3vlt25ueOCMYP2b649sfyEvxc0ah2U5B9yIJAg== X-Received: by 2002:aa7:83c2:0:b0:505:723f:6ace with SMTP id j2-20020aa783c2000000b00505723f6acemr33611144pfn.86.1653489031461; Wed, 25 May 2022 07:30:31 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.30 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:30 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 12/19] gstreamer1.0-rtsp-server: upgrade 1.20.1 -> 1.20.2 Date: Wed, 25 May 2022 04:29:40 -1000 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166138 From: Alexander Kanavin Bug fix release: rtspclientsink: fix possible shutdown deadlock in collect_streams() Minor spelling fixes Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit f6c2cb116bf41312673afbbd71076a2ca8f59cf0) Signed-off-by: Steve Sakoman --- ...rtsp-server_1.20.1.bb => gstreamer1.0-rtsp-server_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.20.1.bb => gstreamer1.0-rtsp-server_1.20.2.bb} (90%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.2.bb similarity index 90% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.1.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.2.bb index 90d788ab80..fd6e16c2bf 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.2.bb @@ -10,7 +10,7 @@ PNREAL = "gst-rtsp-server" SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" -SRC_URI[sha256sum] = "4745bc528ad7de711a41d576ddce7412266e66d05c4cfcc636c9ba4da5521509" +SRC_URI[sha256sum] = "6a8e9d136bbee4fc03858a0680dd5cbf91e2e989c43da115858eb21fb1adbcab" S = "${WORKDIR}/${PNREAL}-${PV}" From patchwork Wed May 25 14:29:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8497 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 9C817C4332F for ; Wed, 25 May 2022 14:30:36 +0000 (UTC) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mx.groups.io with SMTP id smtpd.web09.7394.1653489002211546535 for ; Wed, 25 May 2022 07:30:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=mvpHLIas; spf=softfail (domain: sakoman.com, ip: 209.85.210.178, mailfrom: steve@sakoman.com) Received: by mail-pf1-f178.google.com with SMTP id f21so7026109pfa.3 for ; Wed, 25 May 2022 07:30:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=JbgVrUHQsdq6VhXWw1xAe8L8zEqr48/yPwp5YnneYF4=; b=mvpHLIasNFy3vIjMZY6Z7eTopC1VvqmbJ80p5gA+7Ycy9eYQftJPg9Y7gKVz111E0o ofpO4Rt/hMcGBwZELl331UhW7yhZ//iSbQiQg8zYgW9RhtClceyMHeGrjQhIwd6YmiWE SNc6ljji9bHI5C+6WB1OIglAoMDfYdN5C/oWEkZNB/YX2Eh8zHNmI1aW0zcYT8jk+qdU RIXh3gyyA+Kq76AcDQlTzzweZZn+mu6+JiRs8IjhP54Q+iFyYgCVS+NstDTidQY+gevP OCeGSSbxntS++ijFgWRCWvC8YMiR3zq2gAsaoae4JYag9m9Eh7Zbth5Z55+Ap8u3igkS 8gxQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=JbgVrUHQsdq6VhXWw1xAe8L8zEqr48/yPwp5YnneYF4=; b=ZB4CTg/jHUq5QMSdqkTbpI/70FE7H/5Q8jAVQL2SjP3FARFbgLv6ryATPV4JSiFtwP Js564d6Pxsr5a6AC3aBniw1CG8+KDn/2IBxXTcXzweTqdhcfyetKhKcJ+l4acAFuq5uD Z/cK6oUtf33aGvxCRrVxfOONxOAL8MXImlEvitsfyijPPcYoDB7/6DeJ/gKH631TckEw Sm23Zit+2AbQlB0T+K0cIGH2Xk8AbLXQENkQg78H/4HdAuAsjj2SMMwmRd/9yRI8/ANC GDjabg4PPqhYTizwzVouAQAqR2zt9qHWTE0b3EjvbpfA9GTX3VVouj2p1QXlS3SQUqV/ lkCQ== X-Gm-Message-State: AOAM533GyBt4Rg4Z9V22leu0/iyX85CLjx5umQhL+5pleoIAD+eDChZi kRukM9WpBSbHsZibV7OWs2hx5tjvadJXmn4n X-Google-Smtp-Source: ABdhPJwAFUbSkTrTO5cc0phD/SOp2edEl8t8u0e/jKbNy0I+rmGdUmRUEUY9/tb6QW5Zk+iTiTi6kQ== X-Received: by 2002:a65:6bc4:0:b0:3c2:2f7c:cc74 with SMTP id e4-20020a656bc4000000b003c22f7ccc74mr28848821pgw.307.1653489033961; Wed, 25 May 2022 07:30:33 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:33 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 13/19] gstreamer1.0: upgrade 1.20.1 -> 1.20.2 Date: Wed, 25 May 2022 04:29:41 -1000 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166139 From: Alexander Kanavin Bug fix release: devicemonitor: clean up signal handlers and hidden providers list Leaks tracer: fix pthread_atfork return value check leading to bogus warning in log Rust plugins: Not picked up by the plugin loader on macOS Failed to use plugins of latest GStreamer version 1.20.x installed by brew on macOS ptpclock: Allow at least 100ms delay between Sync/Follow_Up and Delay_Req/Delay_Resp messages. Fixes problems acquiring initial sync with certain devices meson: Add -Wl,-rpath,${libdir} on macOS registry: skip Rust dep builddirs when searching for plugins recursively Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit bb113caee72db30124f6cf8aa12fbaa14277fab5) Signed-off-by: Steve Sakoman --- .../{gstreamer1.0_1.20.1.bb => gstreamer1.0_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.20.1.bb => gstreamer1.0_1.20.2.bb} (97%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.2.bb similarity index 97% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.1.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.2.bb index 81b94928d9..3aa9aa7048 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.2.bb @@ -23,7 +23,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x file://0004-tests-add-helper-script-to-run-the-installed_tests.patch;striplevel=3 \ file://0005-tests-remove-gstbin-test_watch_for_state_change-test.patch \ " -SRC_URI[sha256sum] = "de094a404a3ad8f4977829ea87edf695a4da0b5c8f613ebe54ab414bac89f031" +SRC_URI[sha256sum] = "df24e8792691a02dfe003b3833a51f1dbc6c3331ae625d143b17da939ceb5e0a" PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ check \ From patchwork Wed May 25 14:29:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8498 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 9B40FC433F5 for ; Wed, 25 May 2022 14:30:46 +0000 (UTC) Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) by mx.groups.io with SMTP id smtpd.web10.7523.1653489037776535097 for ; Wed, 25 May 2022 07:30:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=TPEosnzA; spf=softfail (domain: sakoman.com, ip: 209.85.210.170, mailfrom: steve@sakoman.com) Received: by mail-pf1-f170.google.com with SMTP id z25so6683549pfr.1 for ; Wed, 25 May 2022 07:30:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=+Jf7Q1pl1l596DmjnJw/8BJmqqKwukh5g8F+xVdareU=; b=TPEosnzAbBOAj3UDxCU0iWCemQ1gTWeXyyx061i/im6uQ6lTpEdpLYZXkKgYPx6N7B +7emt6WXDnG0C6pmC6eM6DT/YPoy9rzddXIMAooE0IL6TviqAvr8J9z2zggGe0An4dkH J/c1MzP7tF7f6KizjGyq5kBgHSq8w2zPxfc8Qo0NS1GtnAYZ9IQJJx45LNeye5GantZc ehO9CDCXoEsEOPYdEMNPZNtIO0jpKNWUyeDa1AThtH6hiCB70cUsnT1ZIcItWAT94GCm svnFCkGUocobQEPiWGQebOlgjOMR6Nk0iQt3bANAh4PHI5CfMxpi88VuwCIioN1lhu3s 5rRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=+Jf7Q1pl1l596DmjnJw/8BJmqqKwukh5g8F+xVdareU=; b=Gdy7o7pky3qEArtzqDY3NBQ/PBGXrG/d+Ym/A5zjx7joWMm2jL9udVZKE0NboKDLIs MpBedWKhnQ0itDD5XpT4dAYyiqnbvXQsq9r1Hgfydl9EFyA+VKJQGmuA9pJSnp8Ok5zw O7RJqPLsqlDgUC0oJNphfdGPD9+B6EIoqhqEB3XCMBP6b9o28SYWgdBlY8a3+nygB9Gi w7qUN3CC1/lo/BOtjm6iPvN+9psUqav9YMKuNvGB2TL7ZxQWxSDw3XwcltgLwR4uZgfZ 2u57a4RtUhUnyljDnOZJNOfWxvtGL25cwiALehFN5pK3To6/iPNuHxQS+czjrzgMPtwk kxYw== X-Gm-Message-State: AOAM532QToiSM3ilWeUV+v2ech7B6ET81EVD+pOD/AY+07ebUaXABQPc lE7ddgAANWa9/kbKX2a7OV0ZasHEo2CoJOcW X-Google-Smtp-Source: ABdhPJzVbjpkmQluKJ00FzrTeY9rbJu8WcwquF7LnvY8RUnT64OadTEkMi2idAmKaj0CkmVTNpAjTw== X-Received: by 2002:a63:904b:0:b0:3f8:4814:ecb4 with SMTP id a72-20020a63904b000000b003f84814ecb4mr22832641pge.257.1653489036664; Wed, 25 May 2022 07:30:36 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.35 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:36 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 14/19] gstreamer1.0-vaapi: upgrade 1.20.1 -> 1.20.2 Date: Wed, 25 May 2022 04:29:42 -1000 Message-Id: <5b2f2ff633fcb5742ebaf309d86bba70c3eab398.1653488418.git.steve@sakoman.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166140 From: Alexander Kanavin No changes in vaapi between 1.20.1 -> 1.20.2 Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 423d901d58e7f14d65b657d2cc61245ed9210daa) Signed-off-by: Steve Sakoman --- ...streamer1.0-vaapi_1.20.1.bb => gstreamer1.0-vaapi_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.20.1.bb => gstreamer1.0-vaapi_1.20.2.bb} (95%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.2.bb similarity index 95% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.1.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.2.bb index 48b571f563..40dc21cf45 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.2.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "87fbf6c537af9079c99a9aefe951da119e16e5bcc9cc8614f5035f062bf21137" +SRC_URI[sha256sum] = "30126ab6e3105dab8da76bd9951a68886149bcd70c7fee0bac68de564de41d3d" S = "${WORKDIR}/${REALPN}-${PV}" DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" From patchwork Wed May 25 14:29:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8500 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 A6AF9C433EF for ; Wed, 25 May 2022 14:30:46 +0000 (UTC) Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) by mx.groups.io with SMTP id smtpd.web10.7524.1653489040235668902 for ; Wed, 25 May 2022 07:30:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=o+uGd5Fr; spf=softfail (domain: sakoman.com, ip: 209.85.216.47, mailfrom: steve@sakoman.com) Received: by mail-pj1-f47.google.com with SMTP id l7-20020a17090aaa8700b001dd1a5b9965so5260461pjq.2 for ; Wed, 25 May 2022 07:30:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=kacmyvB+nltUNR9KP773HS4VolULR0SNwMlN7yXRIwQ=; b=o+uGd5FrZ+qVpoair6vjTJlGF8U3AUbNWsuvuPfg6hZtCcmzru5YLSA9RLiPJM921J LXAPsKTEqHQzt8V+KX312TNTYb/+4FPL31pLu4b3oTpHmTEzO1+xe4081WLK3fX7Owm7 WpsSyVNkcw+n/a0m64LSxokULKJ+o3PEsvioPGH5OMVARiTUZONpB+D9LGO4V4uR+P6y y53iB0JWhUJgKSO83ewqnpaNV+KEeNDsZCj8412fTgZbRi2yeCCoi1RK/3tZlM87jGqq LKeX0PVciEncSSph77i9NUVD5irYgxSOftC2kPDVLaES0K2sEex/JLMQ9cYbmRt9b9Qb TsZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=kacmyvB+nltUNR9KP773HS4VolULR0SNwMlN7yXRIwQ=; b=iJLRiAJcQfv6RkAg5oP4uG6I4L9aY/MBq7yhcQSRXKS1p5kWHMTUrkUE22jIcmAFCD mJlnfOOs56rG5RTBnt3vG8cEv29fNoDeAzuGEtpiFEdq+RHV+vJ8rT5pVzIGDM7sx2H/ Di/oIg4mm/We6pDDz0qtgyTdashBgjONEoiTy7e/i/uhKEP25gHvQtltuuq+YgX3YpFP 3Hroo7izblhncKXGPFMmqWaNWOxrHf1ZCHIY8nNeaIVH0Yb0G0tM6OnrRY5uXlGY5noA GulXpHMN/SdCBaOeCOCkqxGH2C6N6d34+2dHbehyIHKjo6gU7HsHQwONGGb9opX/uuAP xScg== X-Gm-Message-State: AOAM532Z9SYyb9RUsVCSTns8u+BC7Vt4wuMS/Xurgl51oVDd/tzTXFNe lIty/oiZi/aMJwbuaQcFpz2NO/HprTPMGm/c X-Google-Smtp-Source: ABdhPJzcujSe+Xp702PdkN/Fu8wvnsKZQVeNE7eUvyUmk6YjcpOWqOI6xJksBjXexcWIIeehMMZMLg== X-Received: by 2002:a17:903:32c9:b0:163:6bf9:aeb7 with SMTP id i9-20020a17090332c900b001636bf9aeb7mr469513plr.108.1653489039028; Wed, 25 May 2022 07:30:39 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.37 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:38 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 15/19] libcgroup: upgrade 2.0.1 -> 2.0.2 Date: Wed, 25 May 2022 04:29:43 -1000 Message-Id: <6588c45d6c39f3cd1a6a58a53086bee8908ff7cd.1653488418.git.steve@sakoman.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166141 From: Alexander Kanavin Bug fix release: Fix extra spaces in configure.ac's --enable-bindings Fix potential segfault if there are more than 100 cgroup mount points Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 2139fd56da0d8e3769bcc0b337c446e7e4b98f90) Signed-off-by: Steve Sakoman --- .../libcgroup/{libcgroup_2.0.1.bb => libcgroup_2.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/libcgroup/{libcgroup_2.0.1.bb => libcgroup_2.0.2.bb} (93%) diff --git a/meta/recipes-core/libcgroup/libcgroup_2.0.1.bb b/meta/recipes-core/libcgroup/libcgroup_2.0.2.bb similarity index 93% rename from meta/recipes-core/libcgroup/libcgroup_2.0.1.bb rename to meta/recipes-core/libcgroup/libcgroup_2.0.2.bb index 857a4e86fd..7ade372cae 100644 --- a/meta/recipes-core/libcgroup/libcgroup_2.0.1.bb +++ b/meta/recipes-core/libcgroup/libcgroup_2.0.2.bb @@ -13,7 +13,7 @@ DEPENDS = "bison-native flex-native" SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz" -SRC_URI[sha256sum] = "2dd9c566a90a053e7a5f47607e225648ba7aa9bb7763514dd4778e2ed530fe90" +SRC_URI[sha256sum] = "8ef63b32e0aff619547dbb8a25e1f6bab152d7c4864795cf915571a5994d0cf8" UPSTREAM_CHECK_URI = "https://github.com/libcgroup/libcgroup/releases/" DEPENDS:append:libc-musl = " fts " From patchwork Wed May 25 14:29:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 14235 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org From: "Steve Sakoman" Subject: [OE-core][kirkstone 16/19] mesa: upgrade 22.0.2 -> 22.0.3 Date: Wed, 25 May 2022 04:29:44 -1000 Message-Id: <4bd58b513132cbc855df644faf8be3728c242ae9.1653488418.git.steve@sakoman.com> In-Reply-To: References: MIME-Version: 1.0 List-id: To: openembedded-core@lists.openembedded.org From: Alexander Kanavin Mesa 22.0.3 is a bug fix release New features: None Bug fixes: freedreno: fragile location packing can break cull/clip distance turnip: dEQP-VK.spirv_assembly.instruction.compute.float_controls.fp16.generated_args.* failures piglit ext_image_dma_buf_import.ext_image_dma_buf_import* regression piglit ext_image_dma_buf_import.ext_image_dma_buf_import* regression Grid Autosport via proton/vulkan: glitches on the grass on amdgpu, fine on amdgpu-pro [Bisected] r600: Big performance regression on some games Huge amount of anon_inode:sync_file file descriptor created anv regressions from commit 57445adc891 “anv: Re-enable CCS_E on TGL+” NIR validation failed after nir_opt_if intel: integer_mad_hi / integer_mad_sat / integer_mul_hi produce invalid results Aperture Desk Job rendering artifacts Intel TGL intel: integer_sub_sat produces stack corruption / OpISubBorrow compilation issue r300/rv530: “Black rendering” of Baldur’s Gate Dark Alliance in Xbox emulator CXBX-R under wine with Gallium Nine and RADEON_DEBUG=use_tgsi radv/aco: xfb bug Occasional flicker corruption in Rage 2, e.g. after loading, with ACO on RX 5700 XT RADV: Quake 2 RTX v1.6.0 Corrupted Graphics ‘../src/amd/common/ac_surface.c:1575: void ac_copy_dcc_equation(const struct radeon_info *, ADDR2_COMPUTE_DCCINFO_OUTPUT *, struct gfx9_meta_equation *): assertion “dcc->equation.gfx9.num_bits <= ARRAY_SIZE(equation->u.gfx9.bit)” failed’ Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 2f5831ec66c6a7e7b0f21a63cc46307aa68c5b96) Signed-off-by: Steve Sakoman --- .../mesa/{mesa-gl_22.0.2.bb => mesa-gl_22.0.3.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_22.0.2.bb => mesa_22.0.3.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/mesa/{mesa-gl_22.0.2.bb => mesa-gl_22.0.3.bb} (100%) rename meta/recipes-graphics/mesa/{mesa_22.0.2.bb => mesa_22.0.3.bb} (100%) diff --git a/meta/recipes-graphics/mesa/mesa-gl_22.0.2.bb b/meta/recipes-graphics/mesa/mesa-gl_22.0.3.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa-gl_22.0.2.bb rename to meta/recipes-graphics/mesa/mesa-gl_22.0.3.bb diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index f5a5c14e72..d7bce3a008 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -22,7 +22,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \ file://0001-util-format-Check-for-NEON-before-using-it.patch \ " -SRC_URI[sha256sum] = "df4fa560dcce6680133067cd15b0505fc424ca703244ce9ab247c74d2fab6885" +SRC_URI[sha256sum] = "9f2b30f5276a9abaf71aafc6979685e2636189de1a87aea2c9e69744a6d0ebb9" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)" diff --git a/meta/recipes-graphics/mesa/mesa_22.0.2.bb b/meta/recipes-graphics/mesa/mesa_22.0.3.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa_22.0.2.bb rename to meta/recipes-graphics/mesa/mesa_22.0.3.bb From patchwork Wed May 25 14:29:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8499 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 9B8C8C433FE for ; Wed, 25 May 2022 14:30:46 +0000 (UTC) Received: from mail-pf1-f171.google.com (mail-pf1-f171.google.com [209.85.210.171]) by mx.groups.io with SMTP id smtpd.web12.7512.1653489045272559097 for ; Wed, 25 May 2022 07:30:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=m9/JOFhi; spf=softfail (domain: sakoman.com, ip: 209.85.210.171, mailfrom: steve@sakoman.com) Received: by mail-pf1-f171.google.com with SMTP id i18so1785589pfk.7 for ; Wed, 25 May 2022 07:30:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=GOKFpJfGpVb0D8zOa2xO4guyQePTR7l4qBIyyR3Vr4A=; b=m9/JOFhiwQUxg8175jr1ql+LL3D+6O32DRxX749O9DtxJBRs9s1Ur3NzbOredwQTa8 43++FF9MjwyPBBzdF7dvTd+GKWW8cy6DfsO1qg2jlI94EQOynBFO+hltsKR3lSUSE5tQ bWCrOTbRo/nAeGHFS6q+VwZWjX2MkO/eKH9bWbvmGhNkZmr7TST324MWf7BjAHqbs6tg 2NHr/HrsTGPVIVG9vFwNAVgnp2vzQ+yw9wOttGE4tcCFNJVqhsocEYaOZLK+pYXdL8x0 g1ga141Hjb3jGXdnuyLssXr3sto8BaTnNMLoFcIffGNEmvbgWu4tDt/t4d4SqIjXXp7e 4L+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=GOKFpJfGpVb0D8zOa2xO4guyQePTR7l4qBIyyR3Vr4A=; b=q3h1iMHJ5IogeVLCQyd5BmL2bUBw5x9XUBrrBfN5Q5QMgUEp4hlM1k92CrisDWEjxB /qZFK1unp6nRO0QdrJp43TBOOa/v4mr7HPNSkO0s/W90x7BFadIhjKUZPwaI/uYhL6Zw r+v/XOEIIROWX79RLSzdFsPxPeX5t17OwVWJmb/rCbc8CjEFgPn0cd92VNmJ2SOcPr4U b8MrM5nupEq810Jw/ujWjtBMX57I1/iPgIM3qgu/DXn0lSgx5M29vmRheDPSGKBygkU0 ad4dhQsshGCpiXXmvTmDS+cEPdTAagrkF0jKy4FIRoebcm0v/aKt6VWvDhbHMB7ibKgz +9Eg== X-Gm-Message-State: AOAM532PVuQdU43MeZiyTnRkivILERMMSjZOik4u+kcnsxROe9H3aegI xqSmmHlVOCXd2nV7J9HQ8VLX69glAKp7B62E X-Google-Smtp-Source: ABdhPJx5CRhRjN53eVXiuBWkxRy+1yLU436x6u1zTXeYQyN9pnfHlNzIgjHNt1rB9bjVByWkmMZxNA== X-Received: by 2002:a05:6a00:230d:b0:4f6:ec4f:35ff with SMTP id h13-20020a056a00230d00b004f6ec4f35ffmr33888095pfh.53.1653489044043; Wed, 25 May 2022 07:30:44 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.42 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:43 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 17/19] mobile-broadband-provider-info: upgrade 20220315 -> 20220511 Date: Wed, 25 May 2022 04:29:45 -1000 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166143 From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit f14c8094e7a049ac1b04c45b76855d0503559932) Signed-off-by: Steve Sakoman --- .../mobile-broadband-provider-info_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb index 781b9216c5..e6f216e5cb 100644 --- a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb +++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb @@ -5,8 +5,8 @@ SECTION = "network" LICENSE = "PD" LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04" -SRCREV = "4cbb44a9fe26aa6f0b28beb79f9488b37c097b5e" -PV = "20220315" +SRCREV = "3d5c8d0f7e0264768a2c000d0fd4b4d4a991e041" +PV = "20220511" PE = "1" SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main" From patchwork Wed May 25 14:29:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8501 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 9C37BC433EF for ; Wed, 25 May 2022 14:30:56 +0000 (UTC) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mx.groups.io with SMTP id smtpd.web08.7523.1653489047676357078 for ; Wed, 25 May 2022 07:30:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=8HeZ9C/g; spf=softfail (domain: sakoman.com, ip: 209.85.210.178, mailfrom: steve@sakoman.com) Received: by mail-pf1-f178.google.com with SMTP id y199so19365469pfb.9 for ; Wed, 25 May 2022 07:30:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=I6ztsUHh7mUM4+CtZVX5007uBtWWyI6NMCcDGpItQG0=; b=8HeZ9C/g/rGmSCrVKJfOkUWTw9hVnTeqGWPEfl4d/ehb0fMHiLGh8AGjuHzYRKaQcB k/4A9tM8Aj+jG/ewYce2CMg2HIiYkVLTPcBTIGMREWdjkdvBzq6ZQmAQxxTGvehiXw7D pkKXadoqmzaO1GPHmrcr1C+pqixLCDpkzonhUzFwkgAD+yPFt2MB0WfnWuNHQy5TbCQA 3b2kRwMmvzYl0tC7gvaSxfz2h+v0FqVrm8M83Gsm+yHy7vySpr+NgY/3tquw6SD/YqDS fY6VOX3jgvYmkqMe9bWMmTG3XFAH30+mjVl6qzXo2Jm1BcORITCNsydprx8G8PRRcCnM pWvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=I6ztsUHh7mUM4+CtZVX5007uBtWWyI6NMCcDGpItQG0=; b=P04dHE9uvPVxEFbKh0u11/Y6fc8y+OnjpHqmasD+rX1dmsFqd4ez3IAuLMCdVJyDiB /ZT4I50htn7Qz+p8j5yWzGIVUjyRNd0O0Or91DY9zTb+nPOYngHjRheIYd2lQrr8y35b Nm/tE++kQWIQ4K40MVKDbxMbx85DZGsfm/jQEq9ucOsYJI1I1sa+ZezO4o1n+l8JcBh+ g1DnfrHv5IHDlH0YCU0bIeDNPVYPvlHXjV6BrjyN8il834qvYpu7xGZcO0fHdoZYK07L rUa8zVE2dGXclnTIefnOkjaZRtNGahTOlk/EQUyRcAhNlUEKruDVjxufUuk9RJovnePO 4/Yw== X-Gm-Message-State: AOAM531vFAtqlRJzJQ9sevgX3xcvtACXgJG72riWK7/3nPTl6PqNzI7A 0z/Kx+xvpdetu2rK2KXQnnSW945d4CKBhzbO X-Google-Smtp-Source: ABdhPJxU5NuXA42WrnrwpuLjwO6ufw/UL41BmCy4vGXmiKcGAM2vOuAfUezsxtmL63gqXq99HLVJ6A== X-Received: by 2002:a05:6a00:9a2:b0:505:974f:9fd6 with SMTP id u34-20020a056a0009a200b00505974f9fd6mr34012915pfg.12.1653489046426; Wed, 25 May 2022 07:30:46 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.45 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:45 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 18/19] sqlite3: upgrade 3.38.3 -> 3.38.5 Date: Wed, 25 May 2022 04:29:46 -1000 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166144 From: Alexander Kanavin Additional changes in version 3.38.4 (2022-05-04): Fix a byte-code problem in the Bloom filter pull-down optimization added by release 3.38.0 in which an error in the byte code causes the byte code engine to enter an infinite loop when the pull-down optimization encounters a NULL key. Forum thread 2482b32700384a0f. Other minor patches. See the timeline for details. Additional changes in version 3.38.5 (2022-05-06): Fix a blunder in the CLI of the 3.38.4 release. Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit e1bd414792ae2576685b2a352a5cc93343f06985) Signed-off-by: Steve Sakoman --- .../sqlite/{sqlite3_3.38.3.bb => sqlite3_3.38.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.38.3.bb => sqlite3_3.38.5.bb} (86%) diff --git a/meta/recipes-support/sqlite/sqlite3_3.38.3.bb b/meta/recipes-support/sqlite/sqlite3_3.38.5.bb similarity index 86% rename from meta/recipes-support/sqlite/sqlite3_3.38.3.bb rename to meta/recipes-support/sqlite/sqlite3_3.38.5.bb index 286987b708..d56a3a0209 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.38.3.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.38.5.bb @@ -4,7 +4,7 @@ LICENSE = "PD" LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" SRC_URI = "http://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_PV}.tar.gz" -SRC_URI[sha256sum] = "61f2dd93a2e38c33468b7125967c3218bf9f4dd8365def6025e314f905dc942e" +SRC_URI[sha256sum] = "5af07de982ba658fd91a03170c945f99c971f6955bc79df3266544373e39869c" # -19242 is only an issue in specific development branch commits CVE_CHECK_IGNORE += "CVE-2019-19242" From patchwork Wed May 25 14:29:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 8502 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 97640C433F5 for ; Wed, 25 May 2022 14:30:56 +0000 (UTC) Received: from mail-pg1-f181.google.com (mail-pg1-f181.google.com [209.85.215.181]) by mx.groups.io with SMTP id smtpd.web10.7529.1653489050340705117 for ; Wed, 25 May 2022 07:30:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=GrEbDFip; spf=softfail (domain: sakoman.com, ip: 209.85.215.181, mailfrom: steve@sakoman.com) Received: by mail-pg1-f181.google.com with SMTP id r71so19074287pgr.0 for ; Wed, 25 May 2022 07:30:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sakoman-com.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=ARa+iOkgyOnIa/d+3ScfCK1nRAdoM8AMx32ifEDVRbs=; b=GrEbDFipluqs4tjct6gYFG4I4/9td1iuLD9zcLLZaB4f9khCli/2SuUKWjVNpRTqXy eLKNYGQ2cTp1P1b+OLzvaa9/t/9n0TLS+VsbvLRhU0jnN3zoq93O481n2wsCu0lyL/ZW PdRr6JffztQD11kXgM8DHgHSI1dgrA8OoNjeGqPx03A5/zMmEZFhMRe9VTiE1mMHGz9Z h8Efsuv4i6HVUWDwjHyK+YsMWdYSvB+JrY1im/ANg7VVwYFFLa/KRzht5cf5QMsalr13 aJMNvCjhLBufMq0UojKJmlR8ozuuGHziUxUxbPUHllcFgYT68ch5ybv+rjol6cA02Wq0 8fKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ARa+iOkgyOnIa/d+3ScfCK1nRAdoM8AMx32ifEDVRbs=; b=GFbSt8PDGN6VyyLYvh3LITU9cSyX21AsoR5YTkW4LR2Pwo+ArVu/CriqmSO/GfnyWc 0dmzZj05eyD0+PY74rvNDl0z7JBROP6mtNloQbQUTfcVFX3Po34Hhzary4Shmw8TkvF/ 6dfogfUfMXA3xcH5en9PztmrZVu03m15QUThhvfmVZpUEUkgCgUrsOiLoU/8cJKludy6 3XebhUzxU9taeP7+q6pww+UzL+s9lhVWnlmsSy4z6sH8cbcklX2cYQh7JJWXlwkWm3e2 Kcwsdy5HNtvrT5j4B+oO72kHHlToeO0R0WLnwKFM44j9Maf0d00F2WUBQ3sEAb6ZSanv i6JQ== X-Gm-Message-State: AOAM530/FY5Pt68KLOj0MycLOHpIJSQIvii6v/B4UC4IWhCVFUwnOZFk MJzhpNUmAxPM7aJXoq47oqkg5843YQm9k3cf X-Google-Smtp-Source: ABdhPJweCGPQH/MG0NtcnjseaG4fOz5TTsrBIIxN8PmNA4AyzMeUaEDw4tqz0CkfZnekFhFUQpLnww== X-Received: by 2002:a63:7c4e:0:b0:380:8ae9:c975 with SMTP id l14-20020a637c4e000000b003808ae9c975mr29659645pgn.25.1653489049263; Wed, 25 May 2022 07:30:49 -0700 (PDT) Received: from hexa.router0800d9.com (dhcp-72-253-6-214.hawaiiantel.net. [72.253.6.214]) by smtp.gmail.com with ESMTPSA id a8-20020a656408000000b003db141a5f26sm8553837pgv.1.2022.05.25.07.30.47 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 07:30:48 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 19/19] license_image.bbclass: Make QA errors fail the build Date: Wed, 25 May 2022 04:29:47 -1000 Message-Id: <72aa42425e456ab0210129df01d829465acadb6d.1653488418.git.steve@sakoman.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 25 May 2022 14:30:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166145 From: Peter Kjellerstedt If, e.g., license-file-missing is added to ERROR_QA, then the build should fail if any licenses are missing. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie (cherry picked from commit dd91c4bec8335cab2bbd0b33caf50d314ca72bdc) Signed-off-by: Steve Sakoman --- meta/classes/license_image.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/license_image.bbclass b/meta/classes/license_image.bbclass index 7e1d0e08a9..3213ea758e 100644 --- a/meta/classes/license_image.bbclass +++ b/meta/classes/license_image.bbclass @@ -104,6 +104,8 @@ def write_license_files(d, license_manifest, pkg_dic, rootfs=True): "The license listed %s was not in the "\ "licenses collected for recipe %s" % (lic, pkg_dic[pkg]["PN"]), d) + oe.qa.exit_if_errors(d) + # Two options here: # - Just copy the manifest # - Copy the manifest and the license directories