From patchwork Thu Jul 14 04:35:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 10145 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 8E37DC43334 for ; Thu, 14 Jul 2022 04:36:09 +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.4009.1657773366960693552 for ; Wed, 13 Jul 2022 21:36:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=ypVm2C5A; spf=softfail (domain: sakoman.com, ip: 209.85.215.173, mailfrom: steve@sakoman.com) Received: by mail-pg1-f173.google.com with SMTP id s206so502800pgs.3 for ; Wed, 13 Jul 2022 21:36:06 -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=uZPfnavhIt1DC/jXSqtw2W/kdavO6h8d1ugd2PguoMc=; b=ypVm2C5AlAbTFa7UhFUzxIcDUUc7EOtJ51e26kVZ0Fc7r9nfRUheGp/FmbkI3t+cW+ UTaAOqM/GymGtonjUFMSMtd1UDnXGCiE3TAQ8boc5o8Z8v1KI03UyVkdDim1sfDYdXTz yfmSFYIUsxyKNh0J3UDRR751A7uGcLuxnowf6WIgIgadqb5V5tCg1XOGSZfVqwNSIFCP dJzzW6EKIBCScrF0Tc1kkNjedi0jHwEKNCyzCi+KDokfqcBIRjUcGnrbDivu9vtkbXvB /tMJVQQ6mDyd27/aM3habkWe+12SREMrcH87x46b8R3vUwsyH3bsIUni62TSTfemXjtS 8E7w== 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=uZPfnavhIt1DC/jXSqtw2W/kdavO6h8d1ugd2PguoMc=; b=KYw6mvJEHpjR4v/J4+KRVSsIQTUkun3vmmuruXaH36kJw5efuInBp5q5z+2F04V7ex 1ENEczG6wC6oFj1GJyQODBZgUq5BkEy5kmO/T+xthkGvphvkpPhLBGwIPvZIuUvzBok6 Y9mGC5guUshBXpEGJ5fr27uOTgd20ceDtPb5ft4eRshxESlO541dDD4mRRY1mUQDCAw6 KREEvsbQJleKTCKgHMfBIMxYhxBh8vWj4PSp3kyGd9j000IsCyiCPmXYKbo6jHXRLNJD bIMc7PiTxwxOJXMe46JpKxtLNM019ln2nyXzfEWGMhiZpZ5HtRKFLWLJkMOwkFN2LHYd vH3Q== X-Gm-Message-State: AJIora9XbvztyRhZmfXIFjDFoNN/qbzDOuBC3jTJZRIKk+0cADu5sFZA YWOiqp5P9G1hBQoP58T2stfukFeGDkt9e1Ev X-Google-Smtp-Source: AGRyM1ueSptYpPMIpvqCJVaVwuOs/CU+UtSwfkO7+TEvYOhlzONL0Ji9k8ho+M1+KCEGYAAQ5Z7Lmg== X-Received: by 2002:a63:d614:0:b0:411:acdb:5c55 with SMTP id q20-20020a63d614000000b00411acdb5c55mr5787971pgg.245.1657773365945; Wed, 13 Jul 2022 21:36:05 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.04 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:05 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 01/27] ruby: add PACKAGECONFIG for capstone Date: Wed, 13 Jul 2022 18:35:21 -1000 Message-Id: <6db1eb67e7abb5c1c655ab5d2b4eeb73ae4af576.1657772638.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 ; Thu, 14 Jul 2022 04:36:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/167998 Autobuilder workers were non-deterministically enabling capstone depending on whether the worker had libcapstone installed. Add PACKAGECONFIG for capstone with default off, since ruby does not require capstone support. Signed-off-by: Steve Sakoman --- meta/recipes-devtools/ruby/ruby_3.1.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/ruby/ruby_3.1.2.bb b/meta/recipes-devtools/ruby/ruby_3.1.2.bb index 38ba46731b..6fc1f53b18 100644 --- a/meta/recipes-devtools/ruby/ruby_3.1.2.bb +++ b/meta/recipes-devtools/ruby/ruby_3.1.2.bb @@ -25,6 +25,7 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6," # rdoc is off by default due to non-reproducibility reported in # https://bugs.ruby-lang.org/issues/18456 PACKAGECONFIG[rdoc] = "--enable-install-rdoc,--disable-install-rdoc," +PACKAGECONFIG[capstone] = "--with-capstone=yes, --with-capstone=no" EXTRA_OECONF = "\ --disable-versioned-paths \ From patchwork Thu Jul 14 04:35:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 10150 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 69E77CCA488 for ; Thu, 14 Jul 2022 04:36:19 +0000 (UTC) Received: from mail-pf1-f175.google.com (mail-pf1-f175.google.com [209.85.210.175]) by mx.groups.io with SMTP id smtpd.web12.4019.1657773369391101534 for ; Wed, 13 Jul 2022 21:36:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=Gd6OkoYC; spf=softfail (domain: sakoman.com, ip: 209.85.210.175, mailfrom: steve@sakoman.com) Received: by mail-pf1-f175.google.com with SMTP id l124so805339pfl.8 for ; Wed, 13 Jul 2022 21:36:09 -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=aTqyKQQ/GCveklXjGkpvJPcpBetXztIr+nGVpq+AqVM=; b=Gd6OkoYCU5zoKLNPbizcZex21iqXzLlaGjlayaX1M8lkPy2LSVxj6yrYGyDl2+R+U8 cxTodrzdLUftWnpXO+Ujoit0/JogU1BYmrSar+a+J4GIlzI5uUkLIuxoY6Pc5W9BfVzk 3iW7p9PySw7GHhBHKiOGPzWBypJLyMOBZOG9KZqU3Gsz8PRVlBxEacehTqaded91ApKS QW2vaavR43MTzTu0XD9az8wvHRVdys9dBCUdYIdAJ77ZBymzyeyk5I4z8sIY0GQPojSC unQlKzrt9B2gH1K9SgghYw9SFJz/y4cn3OcL00DMIDcgfQ9InIwTlr9V6IV4TtPcsUhH Dy+g== 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=aTqyKQQ/GCveklXjGkpvJPcpBetXztIr+nGVpq+AqVM=; b=gUHnxoW6EDKzdhAq5U8Zg0mctbSnAdwK/K+ox0VB0XKO2dtnjkVc5tUjd/RA60QBmA NEh14L9fMXvpZXlOEqtkpusIKSLnFJrasCOLL3wyC6qtxmrEMZPDmOSB9YMxT2sxMbra KfI88ypcIdu92bo0ELAtgwcgZo90gh3C/JpCxBjQ32tpE/NkJ4rOa37RVevhgu1BDvRk omV32VhKYOcdCfHfDinlK3WgtHqO37ILhgkTjENKgZhGrEcgvBQkoyq5XrDVjgSmM4xi TUEAG4b6atpVkvqRJG176Fs1C1R4HLFri7dV0t7w329GhjKE1KFZPwu8w4mRevUYqrmG ua6w== X-Gm-Message-State: AJIora/Zp8gjKmiQ/TnPCjuNtJkfE/+pvElXCkAlIYhoaop8QK3gMndr QJXbk2OV8M6/ozpMbD5I9uzRtP9ESSLrtdR+ X-Google-Smtp-Source: AGRyM1vOQ6ZyYRlsNpLTj+C4H274pTmiTrH/RoHo76hOLCQYIvAN2ptb1TsE4fTVHbE01l4IQ8SqZw== X-Received: by 2002:a63:d94a:0:b0:412:6986:326e with SMTP id e10-20020a63d94a000000b004126986326emr6144989pgj.56.1657773368364; Wed, 13 Jul 2022 21:36:08 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.07 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:07 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 02/27] qemu: add PACKAGECONFIG for capstone Date: Wed, 13 Jul 2022 18:35:22 -1000 Message-Id: <171fa2d7092db896ba0816074a435a883447fdb8.1657772638.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 ; Thu, 14 Jul 2022 04:36:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/167999 Autobuilder workers were non-deterministically enabling capstone depending on whether the worker had libcapstone installed. Add PACKAGECONFIG for capstone with default off, since qemu does not require capstone support. Qemu version in dunfell has capstone in the source tree as a submodule and has configure options to enable it using that source code or using the system libcapstone. Qemu versions in master and kirkstone have removed the capstone submodule and configure options, but added libcapstone autodetection to meson. In all cases using PACKAGECONFIG will allow a deterministic build. Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie (cherry picked from commit 052ef1f14d1e6a5ee34f742f65e51b20b416f79f) Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index cc69eca9ae..edfd5bf86c 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -199,6 +199,7 @@ PACKAGECONFIG[pmem] = "--enable-libpmem,--disable-libpmem,pmdk" PACKAGECONFIG[pulsedio] = "--enable-pa,--disable-pa,pulseaudio" PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux" PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf" +PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone" INSANE_SKIP:${PN} = "arch" From patchwork Thu Jul 14 04:35:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 10147 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 76EA3CCA487 for ; Thu, 14 Jul 2022 04:36:19 +0000 (UTC) Received: from mail-pj1-f50.google.com (mail-pj1-f50.google.com [209.85.216.50]) by mx.groups.io with SMTP id smtpd.web12.4021.1657773372698509795 for ; Wed, 13 Jul 2022 21:36:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=Selh9SfB; spf=softfail (domain: sakoman.com, ip: 209.85.216.50, mailfrom: steve@sakoman.com) Received: by mail-pj1-f50.google.com with SMTP id i8-20020a17090a4b8800b001ef8a65bfbdso1478204pjh.1 for ; Wed, 13 Jul 2022 21:36:12 -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=BJdXiu3Ouq0W1bQeMo8zWzdxkmLKLQlm4X6y5OdCSXA=; b=Selh9SfBztaY5M7IWCFkEiHlzaOhXI0VcA0ItDc+Uq4YgRuJliDbcf1hoisj3XzwST GRlfYKaUkmCLg9Dsw+eN5C7qVGstShsHL1HEo2QRYylga6+oapY3pAIH5c7o+ICy5x84 kJWpfkCfsy+PBTC1OKwIf3Zx5OIHVuC89WfJ+UGidHsP95zKUlp5+7hZ2/xdpNe4JmEE UkyKkvwj9FiCoCztvnzF92zUuDrQhV+LA5ziJqIsRXXE1OkqZTIHooA04ium9NVO72ZS REN/CYfWLFkNlElqu8MbLins1OH8M1xnJynZUwkoZlmRcb9bXev7ZipouUKVM/vCt+9X jx/A== 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=BJdXiu3Ouq0W1bQeMo8zWzdxkmLKLQlm4X6y5OdCSXA=; b=1PUiXMQ4nsfsiFjXKisySPEsxGi13td4/QM93NDFH+kvOy8Ziw2bN9UbWm7Z8GRs/O WU/P0DFwoUcT6q+E82X88ewqtlHHeE6AAGE3ulChbQ8KCfPHF0ggfDTFLWFNyjvPPBkc KQya4dJnZqlZmhp6To4VvoDt8RApDfGPsmoD9ecgsyDVnzF/WxfJCW5JTSwvfoZ9+adL fzxKt8+y8o9cBe+0f1mTxbhpz/WsBtcFKND97GIdleX0IAHFjBVv/kEu1JDTLe5ooh1e DtkibxBNye0EMYXIGbg8LIGtdxZKFgFRfJ7wKJV8z3UMUVfQdNoIkppBh3vqBgr3/5sI IgJA== X-Gm-Message-State: AJIora83uZ0CCIsA8MVMcewFz9skEpVRUxeGNBKmoN4fjJyDJBSLF784 LFuXBc7Y5CH9Z/SXnyWVNIWnROjqysumAME0 X-Google-Smtp-Source: AGRyM1tm8Zc7H/v8sskXkFv0gR30msr5kbTo187ZAg96jYpi09raXKv4m2hvTg8Ik49CFLhgGDiH2w== X-Received: by 2002:a17:90b:1d8f:b0:1f0:270a:b556 with SMTP id pf15-20020a17090b1d8f00b001f0270ab556mr7792855pjb.192.1657773371474; Wed, 13 Jul 2022 21:36:11 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.09 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:10 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 03/27] qemu: Avoid accidental librdmacm linkage Date: Wed, 13 Jul 2022 18:35:23 -1000 Message-Id: <84390c353d8fee55ae0eeb6a698e45d350f8141b.1657772638.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 ; Thu, 14 Jul 2022 04:36:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168000 From: Richard Purdie Avoid accidentally linking to the rdma library from the host by adding a PACKAGECONFIG for the option. This was found on new Fedora 36 autobuilder workers. Signed-off-by: Richard Purdie (cherry picked from commit 2a0f3cb225e4d5471155abbcd05d09bd6bf1620f) Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index edfd5bf86c..189e0d3f9e 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -200,6 +200,7 @@ PACKAGECONFIG[pulsedio] = "--enable-pa,--disable-pa,pulseaudio" PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux" PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf" PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone" +PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma" INSANE_SKIP:${PN} = "arch" From patchwork Thu Jul 14 04:35:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 10149 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 68DCACCA486 for ; Thu, 14 Jul 2022 04:36:19 +0000 (UTC) Received: from mail-pj1-f49.google.com (mail-pj1-f49.google.com [209.85.216.49]) by mx.groups.io with SMTP id smtpd.web10.4011.1657773374978894593 for ; Wed, 13 Jul 2022 21:36:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=QunI90Sg; spf=softfail (domain: sakoman.com, ip: 209.85.216.49, mailfrom: steve@sakoman.com) Received: by mail-pj1-f49.google.com with SMTP id o5-20020a17090a3d4500b001ef76490983so1474012pjf.2 for ; Wed, 13 Jul 2022 21:36: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=ASIlKCpmT+Y+8CoSq6Zyh3cStANG0AdTv3MjnqXnZV4=; b=QunI90SgCabvQ7tkC7f59hRf2pRQOHLSVeU2ie1EZMmhF8XfGi+dmBQKjW4bOmuT0l OqNhbEKbrY9NT6kOJ3Z3owl0BDXWsqihR6Txr8rg+VHIOfdXBhrkmvhsVsBgBZulQ5N7 DAujyG+UC/2Zz40iMV4BwHgKff5rk4wUjEwRXTwqIMN8cU+/HSk9+dEM/QAKf7wAcRoC 92jHNq696NBOcwO7XUMnUy63t3ogF+T/GmJQQzK3K5dn/RNvEqX898STXE1UGha7gM7F Wva/nRa7cdBdIQtSe6WVfPTr+fe1ZUJk/zfdQuOs3HZlZpeb+lSTfmU9WJgwin69hv0Z kWxg== 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=ASIlKCpmT+Y+8CoSq6Zyh3cStANG0AdTv3MjnqXnZV4=; b=UT+vPQdEt/SyT5C70mMvUWTQt13tM6pkXUgMhM30ZMZ/3XsYcJ/sS/bTUohztr3x7P Bg+iipxU+SvC5J2ERXdr8dMPfb4EN1DjY0AnWCv50tE3weI2Q0i/IJ1cpC7xXov/5GgB X5VF5fd5jiHeLbqrPHkT+wxZkNMQETC284QDP/hYm3NouyMEaq4SXSaoLa+GaVlDxlHb egTdHHXJ5CYCEcVDI+b47H2HnRQN/NrKTZJyVGtBrESLkMCI0gmk+ogVrMbjFexxd8WQ OL/6qvFgZWlzeX+E1eQ8foDHsd+33sPb4u5Di8P95V2hfYef0gB3H6R9p14B0nnGA1Gr 0n2A== X-Gm-Message-State: AJIora+rPl6Upq1qt705ium4yrUA7gX3IDv1JcdtZbwdH10qQOeXCt7/ 2qds56avmK7OttiadzmNOsSy1OYJB5zHIqvY X-Google-Smtp-Source: AGRyM1u/ek+DoiweYeFVVG6IU9dFWbxg+WNvL2zubnK1fqmLmRpUc84LMY1Gmg+asS8nVdFnroUGpg== X-Received: by 2002:a17:90a:1782:b0:1ef:cc5c:411a with SMTP id q2-20020a17090a178200b001efcc5c411amr7928022pja.147.1657773374012; Wed, 13 Jul 2022 21:36:14 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.12 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:13 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 04/27] qemu: Avoid accidental libvdeplug linkage Date: Wed, 13 Jul 2022 18:35:24 -1000 Message-Id: <83ab9f51f45b73ff595fbb8d519eee4f4d48e308.1657772638.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 ; Thu, 14 Jul 2022 04:36:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168001 Avoid accidentally linking to the vde library from the host by adding a PACKAGECONFIG for the option. Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 189e0d3f9e..8c5a649c76 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -201,6 +201,7 @@ PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux" PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf" PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone" PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma" +PACKAGECONFIG[vde] = "--enable-vde,--disable-vde" INSANE_SKIP:${PN} = "arch" From patchwork Thu Jul 14 04:35:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 10148 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 68D90C43334 for ; Thu, 14 Jul 2022 04:36:19 +0000 (UTC) Received: from mail-pf1-f182.google.com (mail-pf1-f182.google.com [209.85.210.182]) by mx.groups.io with SMTP id smtpd.web12.4023.1657773378502152733 for ; Wed, 13 Jul 2022 21:36:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=c9er2rXZ; spf=softfail (domain: sakoman.com, ip: 209.85.210.182, mailfrom: steve@sakoman.com) Received: by mail-pf1-f182.google.com with SMTP id 70so835686pfx.1 for ; Wed, 13 Jul 2022 21:36: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=P56G9QS+YFogAdP1se22UaOVvDzZrKpOttuiBAlmgzc=; b=c9er2rXZ51ViOdorcTTCTKuuS3ZkIexE6zJfRoSy/mi23mKkwCnLdYU/Zb1S5xjIQG Mob/QfJ0Zve+X5aHiWUSEOGwAh9Ck2T2WxSH8ui4wSqcA54faJ0XNyrkQQGo7emq/fWt Oe9BPqU0M9f5LREnF4xk4CvH05BtEhCTld25xMmCQe1BHOC0ASv3G8VNtGJewDQ1bBGx 3ih7u6JcHu8S7aQe34/PeTF1iQD2I565P44y3BJ8E+Z5QAYNy9GmhUytLAFoldnd5fLk NjXBdKoI2xNL4kP7LFEJ2o3c7a7JkfpBaGMEd3QbvDCk/ZGy9Qdbo0IATIGGL+f5KqEQ D+eA== 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=P56G9QS+YFogAdP1se22UaOVvDzZrKpOttuiBAlmgzc=; b=aINRKArzJ4wZIotB4mztFuT3csm4MfFpegAnGHvkrapXBezO2EWOwHiIg8pvXhwknl sLgJ5uGbn2PTbfCy/0NMK/X3ptBJy8XILCTrsX6fhS1bNmCIV9UGDWIaGdcFXo7XK3X3 hnqk5nxbARSJn7kQxcbym/FSL2U1wGYlw+HJLn7noZIDrU0UyLsttG2YWDgRWGAQMQJY 5zhvr7kT5MegiDIyT5iiumzPpXZarPdC5hJtEttrxY1W5Djv617zz9p6dhk10I10fpzZ eysD5iPC6D0Cnjs6yQygsJ5WA4r1eLkeqzexUSou9RGFRWTvXFmybnKGJVugDTpx9/GZ t3Mg== X-Gm-Message-State: AJIora+/4E9KGYow+vuXlY4oWNiayjP7BnhZdB+VD8/K8DkaQXmEbE8h j8TtPrx20s6IU/gw9BPVnyOgsZprlsaHqQ2v X-Google-Smtp-Source: AGRyM1vB2G9WGiueZngvCf50y9iNWAa3n9M/4RsH+6FXftX4WG1gYASOZVmwbQMln+YrhFybkLFAhQ== X-Received: by 2002:a63:d1e:0:b0:40d:379e:bff8 with SMTP id c30-20020a630d1e000000b0040d379ebff8mr6180186pgl.215.1657773377382; Wed, 13 Jul 2022 21:36: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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.15 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:16 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 05/27] harfbuzz: fix CVE-2022-33068 Date: Wed, 13 Jul 2022 18:35:25 -1000 Message-Id: <537e7d323f57a0484c279c3b52ad5bb45eb44a10.1657772638.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 ; Thu, 14 Jul 2022 04:36:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168002 From: Wentao Zhang Backport patch from https://github.com/harfbuzz/harfbuzz/commit/62e803b36173fd096d7ad460dd1d1db9be542593 The 'tff' file in upstream patch is for testing only which cause error during do_patch so need be dropped. File test/fuzzing/fonts/sbix-extents.ttf: git binary diffs are not supported. Signed-off-by: Wentao Zhang Signed-off-by: Steve Sakoman --- .../harfbuzz/harfbuzz/CVE-2022-33068.patch | 35 +++++++++++++++++++ .../harfbuzz/harfbuzz_4.0.1.bb | 3 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2022-33068.patch diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2022-33068.patch b/meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2022-33068.patch new file mode 100644 index 0000000000..931b9abe1e --- /dev/null +++ b/meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2022-33068.patch @@ -0,0 +1,35 @@ +From 62e803b36173fd096d7ad460dd1d1db9be542593 Mon Sep 17 00:00:00 2001 +From: Behdad Esfahbod +Date: Wed, 1 Jun 2022 07:38:21 -0600 +Subject: [PATCH] [sbix] Limit glyph extents + +Fixes https://github.com/harfbuzz/harfbuzz/issues/3557 + +Upstream-Status: Backport [https://github.com/harfbuzz/harfbuzz/commit/62e803b36173fd096d7ad460dd1d1db9be542593] +CVE:CVE-2022-33068 +Signed-off-by: Wentao Zhang + +--- + src/hb-ot-color-sbix-table.hh | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/src/hb-ot-color-sbix-table.hh b/src/hb-ot-color-sbix-table.hh +index 9741ebd45..6efae43cd 100644 +--- a/src/hb-ot-color-sbix-table.hh ++++ b/src/hb-ot-color-sbix-table.hh +@@ -298,6 +298,12 @@ struct sbix + + const PNGHeader &png = *blob->as(); + ++ if (png.IHDR.height >= 65536 | png.IHDR.width >= 65536) ++ { ++ hb_blob_destroy (blob); ++ return false; ++ } ++ + extents->x_bearing = x_offset; + extents->y_bearing = png.IHDR.height + y_offset; + extents->width = png.IHDR.width; +-- +2.25.1 + diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb index bf77a5e56c..81518a53ea 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb @@ -11,7 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6ee0f16281694fb6aa689cca1e0fb3da \ UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" UPSTREAM_CHECK_REGEX = "harfbuzz-(?P\d+(\.\d+)+).tar" -SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz" +SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz\ + file://CVE-2022-33068.patch" SRC_URI[sha256sum] = "98f68777272db6cd7a3d5152bac75083cd52a26176d87bc04c8b3929d33bce49" inherit meson pkgconfig lib_package gtk-doc gobject-introspection From patchwork Thu Jul 14 04:35:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 10151 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 68FF6CCA482 for ; Thu, 14 Jul 2022 04:36:29 +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.4014.1657773381730273070 for ; Wed, 13 Jul 2022 21:36:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=5cRZBhlU; spf=softfail (domain: sakoman.com, ip: 209.85.216.47, mailfrom: steve@sakoman.com) Received: by mail-pj1-f47.google.com with SMTP id x18-20020a17090a8a9200b001ef83b332f5so7199801pjn.0 for ; Wed, 13 Jul 2022 21:36:21 -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=64RHQ0xlPyRY+MHk8EYpCcm8KPGjlJG8jq+3EjLTKfY=; b=5cRZBhlU9wilaaXSkT6Vc2LukWoLUPaSybWsYZhd4xUkhjy08jkt/jMPJxC5QNetzn h/zZpJdM6rNwNXmFiQx9K7zmwmX2mzHwZxKgVef9+6KhTIRFcjUq/q6wFqp/zSDTAK3l BM6PK86TiTQ7h7ZIh+qJr9Z0n4nREoved2H7U4OQAEWDmZTCuUr77RnLjmhZYt07QW8k iCksVbs/ee28D3SEZU0D1Bvo+nMnMAB1f7fsHsZYw3rYOWfo/gk/vXoN5ABMUyrtPIOZ g113bjcAetzSXlKn7OYRnJSHBZCwtMnyDhGO8Bjjx/JVL+MHh+9eO7QcxaL/3QlxeYNL 21mw== 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=64RHQ0xlPyRY+MHk8EYpCcm8KPGjlJG8jq+3EjLTKfY=; b=hOp5fN1R/J4v1SES5Nqu4O+kKY+si4ataiT+ufotcO4O5CDGPe+xn28u0CgdN/Idlx T9JHHpMcsVLC4DVN+5XJLQAwxTzEbrwyi0ukJx5B7c9sNxjPeAnMuKRnTDRzaJ7ufK1i 6tEHNVgsnfM+/y7DNORclII3Z/tOk3mjOTL4vUC8f+45/SEztHbpkjPQg4C+sBej+abZ m+l7O1/dBGhIMZ5jSS6NX2ZR0xOS9gFJ90RqtEJZ+UfB7kIOTfNpsAuJpCiU5Tr7YhWn le9VHR1irCoPQfBFuNQ9TR0jxcRrI9g4rNgBwpMIUPshuUnbW3orXwiRvKwLFgxVSNr5 w9Wg== X-Gm-Message-State: AJIora+Ej+LEK1KKsp8ybZWdqD+bKFZ6baL8nmIpqY6Kx98+n2WU7E8X Tb/wtdPXHvJyXczwlZAHYvM6qdJUIyqlysId X-Google-Smtp-Source: AGRyM1tQO3cympUBPCMwZYBSPBKrUNc6Idc5yQuV4BIYp5vVFb5ZMU4c1Q3GWQgBzzER22RwRfPApw== X-Received: by 2002:a17:90b:3848:b0:1f0:2686:87aa with SMTP id nl8-20020a17090b384800b001f0268687aamr7780591pjb.67.1657773380645; Wed, 13 Jul 2022 21:36:20 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.18 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:19 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 06/27] tiff: backport the fix for CVE-2022-2056, CVE-2022-2057, and CVE-2022-2058 Date: Wed, 13 Jul 2022 18:35:26 -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 ; Thu, 14 Jul 2022 04:36:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168003 From: Ross Burton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit a84538dbe760fed94cfe22a39b0a6f95c61c307d) Signed-off-by: Steve Sakoman --- ...-the-FPE-in-tiffcrop-415-427-and-428.patch | 182 ++++++++++++++++++ meta/recipes-multimedia/libtiff/tiff_4.3.0.bb | 1 + 2 files changed, 183 insertions(+) create mode 100644 meta/recipes-multimedia/libtiff/tiff/0001-fix-the-FPE-in-tiffcrop-415-427-and-428.patch diff --git a/meta/recipes-multimedia/libtiff/tiff/0001-fix-the-FPE-in-tiffcrop-415-427-and-428.patch b/meta/recipes-multimedia/libtiff/tiff/0001-fix-the-FPE-in-tiffcrop-415-427-and-428.patch new file mode 100644 index 0000000000..a28df6ed8c --- /dev/null +++ b/meta/recipes-multimedia/libtiff/tiff/0001-fix-the-FPE-in-tiffcrop-415-427-and-428.patch @@ -0,0 +1,182 @@ +From 029da2cf70e8e38f10d62d4b0be440fb9d145af0 Mon Sep 17 00:00:00 2001 +From: 4ugustus +Date: Sat, 11 Jun 2022 09:31:43 +0000 +Subject: [PATCH] fix the FPE in tiffcrop (#415, #427, and #428) + +CVE: CVE-2022-2056 CVE-2022-2057 CVE-2022-2058 +Upstream-Status: Backport +Signed-off-by: Ross Burton +Signed-off-by: Steve Sakoman + +--- + libtiff/tif_aux.c | 9 +++++++ + libtiff/tiffiop.h | 1 + + tools/tiffcrop.c | 62 ++++++++++++++++++++++++++--------------------- + 3 files changed, 44 insertions(+), 28 deletions(-) + +diff --git a/libtiff/tif_aux.c b/libtiff/tif_aux.c +index 140f26c..5b88c8d 100644 +--- a/libtiff/tif_aux.c ++++ b/libtiff/tif_aux.c +@@ -402,6 +402,15 @@ float _TIFFClampDoubleToFloat( double val ) + return (float)val; + } + ++uint32_t _TIFFClampDoubleToUInt32(double val) ++{ ++ if( val < 0 ) ++ return 0; ++ if( val > 0xFFFFFFFFU || val != val ) ++ return 0xFFFFFFFFU; ++ return (uint32_t)val; ++} ++ + int _TIFFSeekOK(TIFF* tif, toff_t off) + { + /* Huge offsets, especially -1 / UINT64_MAX, can cause issues */ +diff --git a/libtiff/tiffiop.h b/libtiff/tiffiop.h +index f1151f5..c1d0276 100644 +--- a/libtiff/tiffiop.h ++++ b/libtiff/tiffiop.h +@@ -368,6 +368,7 @@ extern double _TIFFUInt64ToDouble(uint64_t); + extern float _TIFFUInt64ToFloat(uint64_t); + + extern float _TIFFClampDoubleToFloat(double); ++extern uint32_t _TIFFClampDoubleToUInt32(double); + + extern tmsize_t + _TIFFReadEncodedStripAndAllocBuffer(TIFF* tif, uint32_t strip, +diff --git a/tools/tiffcrop.c b/tools/tiffcrop.c +index e407bf5..b9b13d8 100644 +--- a/tools/tiffcrop.c ++++ b/tools/tiffcrop.c +@@ -5182,17 +5182,17 @@ computeInputPixelOffsets(struct crop_mask *crop, struct image_data *image, + { + if ((crop->res_unit == RESUNIT_INCH) || (crop->res_unit == RESUNIT_CENTIMETER)) + { +- x1 = (uint32_t) (crop->corners[i].X1 * scale * xres); +- x2 = (uint32_t) (crop->corners[i].X2 * scale * xres); +- y1 = (uint32_t) (crop->corners[i].Y1 * scale * yres); +- y2 = (uint32_t) (crop->corners[i].Y2 * scale * yres); ++ x1 = _TIFFClampDoubleToUInt32(crop->corners[i].X1 * scale * xres); ++ x2 = _TIFFClampDoubleToUInt32(crop->corners[i].X2 * scale * xres); ++ y1 = _TIFFClampDoubleToUInt32(crop->corners[i].Y1 * scale * yres); ++ y2 = _TIFFClampDoubleToUInt32(crop->corners[i].Y2 * scale * yres); + } + else + { +- x1 = (uint32_t) (crop->corners[i].X1); +- x2 = (uint32_t) (crop->corners[i].X2); +- y1 = (uint32_t) (crop->corners[i].Y1); +- y2 = (uint32_t) (crop->corners[i].Y2); ++ x1 = _TIFFClampDoubleToUInt32(crop->corners[i].X1); ++ x2 = _TIFFClampDoubleToUInt32(crop->corners[i].X2); ++ y1 = _TIFFClampDoubleToUInt32(crop->corners[i].Y1); ++ y2 = _TIFFClampDoubleToUInt32(crop->corners[i].Y2); + } + if (x1 < 1) + crop->regionlist[i].x1 = 0; +@@ -5255,17 +5255,17 @@ computeInputPixelOffsets(struct crop_mask *crop, struct image_data *image, + { + if (crop->res_unit != RESUNIT_INCH && crop->res_unit != RESUNIT_CENTIMETER) + { /* User has specified pixels as reference unit */ +- tmargin = (uint32_t)(crop->margins[0]); +- lmargin = (uint32_t)(crop->margins[1]); +- bmargin = (uint32_t)(crop->margins[2]); +- rmargin = (uint32_t)(crop->margins[3]); ++ tmargin = _TIFFClampDoubleToUInt32(crop->margins[0]); ++ lmargin = _TIFFClampDoubleToUInt32(crop->margins[1]); ++ bmargin = _TIFFClampDoubleToUInt32(crop->margins[2]); ++ rmargin = _TIFFClampDoubleToUInt32(crop->margins[3]); + } + else + { /* inches or centimeters specified */ +- tmargin = (uint32_t)(crop->margins[0] * scale * yres); +- lmargin = (uint32_t)(crop->margins[1] * scale * xres); +- bmargin = (uint32_t)(crop->margins[2] * scale * yres); +- rmargin = (uint32_t)(crop->margins[3] * scale * xres); ++ tmargin = _TIFFClampDoubleToUInt32(crop->margins[0] * scale * yres); ++ lmargin = _TIFFClampDoubleToUInt32(crop->margins[1] * scale * xres); ++ bmargin = _TIFFClampDoubleToUInt32(crop->margins[2] * scale * yres); ++ rmargin = _TIFFClampDoubleToUInt32(crop->margins[3] * scale * xres); + } + + if ((lmargin + rmargin) > image->width) +@@ -5295,24 +5295,24 @@ computeInputPixelOffsets(struct crop_mask *crop, struct image_data *image, + if (crop->res_unit != RESUNIT_INCH && crop->res_unit != RESUNIT_CENTIMETER) + { + if (crop->crop_mode & CROP_WIDTH) +- width = (uint32_t)crop->width; ++ width = _TIFFClampDoubleToUInt32(crop->width); + else + width = image->width - lmargin - rmargin; + + if (crop->crop_mode & CROP_LENGTH) +- length = (uint32_t)crop->length; ++ length = _TIFFClampDoubleToUInt32(crop->length); + else + length = image->length - tmargin - bmargin; + } + else + { + if (crop->crop_mode & CROP_WIDTH) +- width = (uint32_t)(crop->width * scale * image->xres); ++ width = _TIFFClampDoubleToUInt32(crop->width * scale * image->xres); + else + width = image->width - lmargin - rmargin; + + if (crop->crop_mode & CROP_LENGTH) +- length = (uint32_t)(crop->length * scale * image->yres); ++ length = _TIFFClampDoubleToUInt32(crop->length * scale * image->yres); + else + length = image->length - tmargin - bmargin; + } +@@ -5711,13 +5711,13 @@ computeOutputPixelOffsets (struct crop_mask *crop, struct image_data *image, + { + if (page->res_unit == RESUNIT_INCH || page->res_unit == RESUNIT_CENTIMETER) + { /* inches or centimeters specified */ +- hmargin = (uint32_t)(page->hmargin * scale * page->hres * ((image->bps + 7) / 8)); +- vmargin = (uint32_t)(page->vmargin * scale * page->vres * ((image->bps + 7) / 8)); ++ hmargin = _TIFFClampDoubleToUInt32(page->hmargin * scale * page->hres * ((image->bps + 7) / 8)); ++ vmargin = _TIFFClampDoubleToUInt32(page->vmargin * scale * page->vres * ((image->bps + 7) / 8)); + } + else + { /* Otherwise user has specified pixels as reference unit */ +- hmargin = (uint32_t)(page->hmargin * scale * ((image->bps + 7) / 8)); +- vmargin = (uint32_t)(page->vmargin * scale * ((image->bps + 7) / 8)); ++ hmargin = _TIFFClampDoubleToUInt32(page->hmargin * scale * ((image->bps + 7) / 8)); ++ vmargin = _TIFFClampDoubleToUInt32(page->vmargin * scale * ((image->bps + 7) / 8)); + } + + if ((hmargin * 2.0) > (pwidth * page->hres)) +@@ -5755,13 +5755,13 @@ computeOutputPixelOffsets (struct crop_mask *crop, struct image_data *image, + { + if (page->mode & PAGE_MODE_PAPERSIZE ) + { +- owidth = (uint32_t)((pwidth * page->hres) - (hmargin * 2)); +- olength = (uint32_t)((plength * page->vres) - (vmargin * 2)); ++ owidth = _TIFFClampDoubleToUInt32((pwidth * page->hres) - (hmargin * 2)); ++ olength = _TIFFClampDoubleToUInt32((plength * page->vres) - (vmargin * 2)); + } + else + { +- owidth = (uint32_t)(iwidth - (hmargin * 2 * page->hres)); +- olength = (uint32_t)(ilength - (vmargin * 2 * page->vres)); ++ owidth = _TIFFClampDoubleToUInt32(iwidth - (hmargin * 2 * page->hres)); ++ olength = _TIFFClampDoubleToUInt32(ilength - (vmargin * 2 * page->vres)); + } + } + +@@ -5770,6 +5770,12 @@ computeOutputPixelOffsets (struct crop_mask *crop, struct image_data *image, + if (olength > ilength) + olength = ilength; + ++ if (owidth == 0 || olength == 0) ++ { ++ TIFFError("computeOutputPixelOffsets", "Integer overflow when calculating the number of pages"); ++ exit(EXIT_FAILURE); ++ } ++ + /* Compute the number of pages required for Portrait or Landscape */ + switch (page->orient) + { diff --git a/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb index 7a5e4816a6..c2d4b35d49 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb @@ -18,6 +18,7 @@ SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \ file://0004-TIFFFetchNormalTag-avoid-calling-memcpy-with-a-null-.patch \ file://0005-fix-the-FPE-in-tiffcrop-393.patch \ file://0006-fix-heap-buffer-overflow-in-tiffcp-278.patch \ + file://0001-fix-the-FPE-in-tiffcrop-415-427-and-428.patch \ " SRC_URI[sha256sum] = "0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8" From patchwork Thu Jul 14 04:35:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 10153 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 689C0C43334 for ; Thu, 14 Jul 2022 04:36:29 +0000 (UTC) Received: from mail-pj1-f50.google.com (mail-pj1-f50.google.com [209.85.216.50]) by mx.groups.io with SMTP id smtpd.web09.3962.1657773384777808528 for ; Wed, 13 Jul 2022 21:36:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=2zCXL8fJ; spf=softfail (domain: sakoman.com, ip: 209.85.216.50, mailfrom: steve@sakoman.com) Received: by mail-pj1-f50.google.com with SMTP id g16-20020a17090a7d1000b001ea9f820449so7090863pjl.5 for ; Wed, 13 Jul 2022 21:36:24 -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=qp8B7Y497OWZEtGmtIXX/p7V89x/iFwCpXfllLmTx7Q=; b=2zCXL8fJ2io/2uk45VsyNz73K54dKp7ks94umspOrh4Rbf2p00W6Y1kfGYk0gqZ+Ir 7CnGecIl87iuec8E5J8fcPBA6G/KE6ERcNnjM2ONeA5txHSy8SKzb5bySkbVmxpFuvFD H/IX5bGSQRi8uHFqYzQVaSqgW9jO++9DouAdmivl5PXHPdCw6V67dTG33G+qXLvMqdQ9 MzkLR4rqk6KaoK6Gf8HRW5z+DZcTU3LifhVt24mCONpRRNIAqo/dJhd1Ajd3wD/bs04X KcaFU7wHBd/MHC0UoXrOJV/x5QFXNapHPYpG+VdogHFvb6zqpYhuH0C/2OQW/dcxrR3W OsvQ== 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=qp8B7Y497OWZEtGmtIXX/p7V89x/iFwCpXfllLmTx7Q=; b=ym7B16aMnmK619cshNUk6k3fHskFTZfd84uq4ulCXwQHH9362Hgq890g6bx8gq2kpU H6z898DdM2zGUTZQGTjdaEOI/UQyJbhOEmn0W55iAZKBOF78DH/6/ronlj9U0rVV1vUa aor1m1zElsKBkkqOp/FzFwlyAarcGE1adM7MHS9sNxQnF1Q21RPEEZKhOfj034rrcoqk IHoLK5V7q8BnBO1+7j41JWbQiWZZM2QwP8rW5VAQdp0AiJ9xPQNVhoK+cK4ES8opxcOq E9RwQQpyNkyn2YjyQc7lcjpbUrF7Yzm3m2qvYnmjniVZKMxgfh65JnyEF/hrFVnpUV+4 NnbQ== X-Gm-Message-State: AJIora/Mrmg3MLuAXNUHgtM/tTCKxLMzuQ+M9jwT5YD+3udKf7wi49X4 CLDT5WyfovmLTIXAsoDb32LUs8OlPNI6xL4l X-Google-Smtp-Source: AGRyM1vp/9wLQO9ombPiTp8Zox3+8ohhO+HR5GwG6FBTov+JafYTnmz3mowSLFfEXD++GCPnOWcsqA== X-Received: by 2002:a17:902:8b87:b0:16c:a263:f6d2 with SMTP id ay7-20020a1709028b8700b0016ca263f6d2mr3102795plb.150.1657773383624; Wed, 13 Jul 2022 21:36:23 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.21 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:22 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 07/27] u-boot: fix CVE-2022-34835 Date: Wed, 13 Jul 2022 18:35:27 -1000 Message-Id: <21b66e6ffe440d819483899d191ffe9ab70534fd.1657772638.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 ; Thu, 14 Jul 2022 04:36:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168004 From: Sakib Sajal Backport patch to fix CVE-2022-34835. Signed-off-by: Sakib Sajal Signed-off-by: Steve Sakoman --- ...ffer-overflow-vulnerability-in-i2c-m.patch | 126 ++++++++++++++++++ meta/recipes-bsp/u-boot/u-boot_2022.01.bb | 1 + 2 files changed, 127 insertions(+) create mode 100644 meta/recipes-bsp/u-boot/files/0001-i2c-fix-stack-buffer-overflow-vulnerability-in-i2c-m.patch diff --git a/meta/recipes-bsp/u-boot/files/0001-i2c-fix-stack-buffer-overflow-vulnerability-in-i2c-m.patch b/meta/recipes-bsp/u-boot/files/0001-i2c-fix-stack-buffer-overflow-vulnerability-in-i2c-m.patch new file mode 100644 index 0000000000..04ded5b119 --- /dev/null +++ b/meta/recipes-bsp/u-boot/files/0001-i2c-fix-stack-buffer-overflow-vulnerability-in-i2c-m.patch @@ -0,0 +1,126 @@ +From 8f8c04bf1ebbd2f72f1643e7ad9617dafa6e5409 Mon Sep 17 00:00:00 2001 +From: Nicolas Iooss +Date: Fri, 10 Jun 2022 14:50:25 +0000 +Subject: [PATCH] i2c: fix stack buffer overflow vulnerability in i2c md + command + +When running "i2c md 0 0 80000100", the function do_i2c_md parses the +length into an unsigned int variable named length. The value is then +moved to a signed variable: + + int nbytes = length; + #define DISP_LINE_LEN 16 + int linebytes = (nbytes > DISP_LINE_LEN) ? DISP_LINE_LEN : nbytes; + ret = dm_i2c_read(dev, addr, linebuf, linebytes); + +On systems where integers are 32 bits wide, 0x80000100 is a negative +value to "nbytes > DISP_LINE_LEN" is false and linebytes gets assigned +0x80000100 instead of 16. + +The consequence is that the function which reads from the i2c device +(dm_i2c_read or i2c_read) is called with a 16-byte stack buffer to fill +but with a size parameter which is too large. In some cases, this could +trigger a crash. But with some i2c drivers, such as drivers/i2c/nx_i2c.c +(used with "nexell,s5pxx18-i2c" bus), the size is actually truncated to +a 16-bit integer. This is because function i2c_transfer expects an +unsigned short length. In such a case, an attacker who can control the +response of an i2c device can overwrite the return address of a function +and execute arbitrary code through Return-Oriented Programming. + +Fix this issue by using unsigned integers types in do_i2c_md. While at +it, make also alen unsigned, as signed sizes can cause vulnerabilities +when people forgot to check that they can be negative. + +Signed-off-by: Nicolas Iooss +Reviewed-by: Heiko Schocher + +CVE: CVE-2022-34835 +Upstream-Status: Backport [8f8c04bf1ebbd2f72f1643e7ad9617dafa6e5409] + +Signed-off-by: Sakib Sajal +--- + cmd/i2c.c | 24 ++++++++++++------------ + 1 file changed, 12 insertions(+), 12 deletions(-) + +diff --git a/cmd/i2c.c b/cmd/i2c.c +index 9050b2b8d2..bd04b14024 100644 +--- a/cmd/i2c.c ++++ b/cmd/i2c.c +@@ -200,10 +200,10 @@ void i2c_init_board(void) + * + * Returns the address length. + */ +-static uint get_alen(char *arg, int default_len) ++static uint get_alen(char *arg, uint default_len) + { +- int j; +- int alen; ++ uint j; ++ uint alen; + + alen = default_len; + for (j = 0; j < 8; j++) { +@@ -247,7 +247,7 @@ static int do_i2c_read(struct cmd_tbl *cmdtp, int flag, int argc, + { + uint chip; + uint devaddr, length; +- int alen; ++ uint alen; + u_char *memaddr; + int ret; + #if CONFIG_IS_ENABLED(DM_I2C) +@@ -301,7 +301,7 @@ static int do_i2c_write(struct cmd_tbl *cmdtp, int flag, int argc, + { + uint chip; + uint devaddr, length; +- int alen; ++ uint alen; + u_char *memaddr; + int ret; + #if CONFIG_IS_ENABLED(DM_I2C) +@@ -469,8 +469,8 @@ static int do_i2c_md(struct cmd_tbl *cmdtp, int flag, int argc, + { + uint chip; + uint addr, length; +- int alen; +- int j, nbytes, linebytes; ++ uint alen; ++ uint j, nbytes, linebytes; + int ret; + #if CONFIG_IS_ENABLED(DM_I2C) + struct udevice *dev; +@@ -589,9 +589,9 @@ static int do_i2c_mw(struct cmd_tbl *cmdtp, int flag, int argc, + { + uint chip; + ulong addr; +- int alen; ++ uint alen; + uchar byte; +- int count; ++ uint count; + int ret; + #if CONFIG_IS_ENABLED(DM_I2C) + struct udevice *dev; +@@ -676,8 +676,8 @@ static int do_i2c_crc(struct cmd_tbl *cmdtp, int flag, int argc, + { + uint chip; + ulong addr; +- int alen; +- int count; ++ uint alen; ++ uint count; + uchar byte; + ulong crc; + ulong err; +@@ -985,7 +985,7 @@ static int do_i2c_loop(struct cmd_tbl *cmdtp, int flag, int argc, + char *const argv[]) + { + uint chip; +- int alen; ++ uint alen; + uint addr; + uint length; + u_char bytes[16]; +-- +2.25.1 + diff --git a/meta/recipes-bsp/u-boot/u-boot_2022.01.bb b/meta/recipes-bsp/u-boot/u-boot_2022.01.bb index 0d2464d74b..f2443723e2 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2022.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2022.01.bb @@ -3,6 +3,7 @@ require u-boot.inc SRC_URI:append = " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch \ file://0001-riscv-fix-build-with-binutils-2.38.patch \ + file://0001-i2c-fix-stack-buffer-overflow-vulnerability-in-i2c-m.patch \ " DEPENDS += "bc-native dtc-native python3-setuptools-native" From patchwork Thu Jul 14 04:35:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 10152 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 6E53ACCA485 for ; Thu, 14 Jul 2022 04:36:29 +0000 (UTC) Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by mx.groups.io with SMTP id smtpd.web12.4026.1657773387265456261 for ; Wed, 13 Jul 2022 21:36:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=c4MHIU9p; spf=softfail (domain: sakoman.com, ip: 209.85.215.178, mailfrom: steve@sakoman.com) Received: by mail-pg1-f178.google.com with SMTP id q82so494286pgq.6 for ; Wed, 13 Jul 2022 21:36:27 -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=NOtq/gM/h21Kde6fhezNbdJviAcdFcVnA40YhW4vz6o=; b=c4MHIU9paLzC31kQxYVI1W8OvS1MW9x5B1fPEnUe9p6JQSruwY/5IEMYsllnTpUxWD oPcnt/ieg0y3JzekWrxzjEH+9Kyb7LyGDuS7G7xICaStgBS6q23s2PnttqTe3+/CwUep u6oWKR0O1jMmjXD8kEzhDE/ldMsUqyun6IY81Se5DE8vLYs3TyuamP1H+BSWhRO/LF7T v8/NCNZlv+7g6X5a6/Rj1D/sCQo8ij4cpMkPnF098w+zZX9tAjEXxxqJTr9ZGcDR34mV Y4w0dWLNAgtOFupa1QZoOXUGQBDHOCdiyDicqCH7mknt1r5/u2ZeY73E/J1ZNXNdT3wz QrOg== 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=NOtq/gM/h21Kde6fhezNbdJviAcdFcVnA40YhW4vz6o=; b=DlwUod9K30qnk6PwZfihZTCZOHGxQ0AdcD2kzgdcfgVRQH1HpuERkcOmYlVEPB+tFZ 3HgYy8V36nFFZ5vscIKu92+1ry+i97wl1KDq/wY4ZEUptBwAkozLSxiyb+1I64ulZ5FX ZW+pCPbvTJ1wC0A87oQGpfHE3bblsejqMM4CktVuOf5RRH+hoEksT+WdnUFCPnk6tQ6q HqZiFG75m8xZI05zoWZLHrYd84PrbrF6Qr/M02+DaoGdtURq1YDqCg2YDy5dc59jcOgY peAuAmb+pYSFAV+f6JFzWy2jo/Iwswd6EJ7BQzXqjQzG9OOZrYEaUPFvfYpSjKIUBJMZ S+IQ== X-Gm-Message-State: AJIora+Qh/CUxRVOLPa6z3k2yRVeSxEsQQvceh4zp8YEokotUu7eW3gF 8Su5nK010/yKW2d+5Xw8k2wtfGccYY+E5Y2v X-Google-Smtp-Source: AGRyM1sSGE5DfOwa5utZumXql1oHGnbLKD0n3Vb3RCyGLY9X5cgjWJ0me4l0rPkz8M/pZLVmBi5MFQ== X-Received: by 2002:aa7:8d54:0:b0:52a:c718:ff1 with SMTP id s20-20020aa78d54000000b0052ac7180ff1mr6369028pfe.29.1657773385959; Wed, 13 Jul 2022 21:36:25 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.24 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:25 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 08/27] vim: upgrade to 9.0.0021 Date: Wed, 13 Jul 2022 18:35:28 -1000 Message-Id: <640ccea3110408985ef5cf76fbe8dc9f4c3fd22c.1657772638.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 ; Thu, 14 Jul 2022 04:36:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168005 From: Ross Burton This fixes the following CVEs: - CVE-2022-2257 - CVE-2022-2264 - CVE-2022-2284 - CVE-2022-2285 - CVE-2022-2286 - CVE-2022-2287 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 03c044a81a76b7505b9d5bf0d936dde75b51905e) Signed-off-by: Steve Sakoman --- meta/recipes-support/vim/vim.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index b85f34d6c8..7e2c624bc1 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc @@ -21,8 +21,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ file://racefix.patch \ " -PV .= ".0005" -SRCREV = "040674129f3382822eeb7b590380efa5228124a8" +PV .= ".0021" +SRCREV = "5e59ea54c0c37c2f84770f068d95280069828774" # Remove when 8.3 is out UPSTREAM_VERSION_UNKNOWN = "1" From patchwork Thu Jul 14 04:35: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: 10154 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 64892C43334 for ; Thu, 14 Jul 2022 04:36:39 +0000 (UTC) Received: from mail-pj1-f49.google.com (mail-pj1-f49.google.com [209.85.216.49]) by mx.groups.io with SMTP id smtpd.web11.4068.1657773390164391041 for ; Wed, 13 Jul 2022 21:36:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=Ib2tFbWR; spf=softfail (domain: sakoman.com, ip: 209.85.216.49, mailfrom: steve@sakoman.com) Received: by mail-pj1-f49.google.com with SMTP id o31-20020a17090a0a2200b001ef7bd037bbso1524461pjo.0 for ; Wed, 13 Jul 2022 21:36: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=Ef3TLvJVauhVVJxeVoOiz65dGzVztef5kk6TZ0X4C9g=; b=Ib2tFbWREPNAOBPhbqWSthZ9IH82KSzHQrOlue355VvG8udIv2IyD0uMLrIWTzeyRB M2XKhFdtrMPjs24fGU1UNCoqqcxb37Fznb0A038zh6Bfk34vfgGYNAsYPSKZJc+2txod rWwM9+zeOJh5GVfMuHjUEI/p1S0ejEsEpx4R8BlSEYjEFkZqtAggwp5SDCFeCRSp50jV XbGNVeQEdeG7bCzpIVIPecd8jIi+T2+5awjQz3nGV5mWALHZxpb2ymMnhevIoXNxnWao GoscsRlneP22D8BVoF50MSh6Ged05NwL/I5BvxIbYsyG/e6T6n284D1Jx1uzhXIEJUD5 JPPg== 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=Ef3TLvJVauhVVJxeVoOiz65dGzVztef5kk6TZ0X4C9g=; b=G0GmLGKkuxqtR3SQzH+hCdhsQQn5cNxWOJJTGrVL/pzzraEALk5jQTd8eQJbyF0OeD ivRxNwfpEaLI+6XEmPP3jAGAaumb0lqc2jP1i7O79T4Yv0saZ0wBDlvgo6Z9FzwtnwOs VqvqP2EfTJAfCWTx9+A79yowT0AzXDNh/W0yMsExHJyXHvUFI/DAUg9TN4RdRYvfgsVQ uqBXmhKJ/b41PVxwBxauK5M1zhAPMOKd4a7BUfTqWBELu9Kq7Dwdrz6NdGopD6UnG3Oh psW54bvdVuIxU2N5mV+W9N9PHYyeAmIby/fOB1gDxB8wiSFVoaY1VXte7ZshmiRtMJby AFaQ== X-Gm-Message-State: AJIora+rxqzovdcp4ymgKsmTke0FGyasnQjDvzGJO/PlFjXtboxTKWoL GR1Gpv6p6v6bYwR0BNE1tvyUmwuSw1l4dR7N X-Google-Smtp-Source: AGRyM1uySk53pnLXYh4Qg8Dvps7+ECa+Tj5FqIzgk5dX8YLql8ODqmR6c/BA44+EdtfKeIAQBfEvEQ== X-Received: by 2002:a17:902:ebc1:b0:168:fd13:8adc with SMTP id p1-20020a170902ebc100b00168fd138adcmr6593694plg.161.1657773389061; Wed, 13 Jul 2022 21:36: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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.27 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:28 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 09/27] openssl: update 3.0.4 -> 3.0.5 Date: Wed, 13 Jul 2022 18:35:29 -1000 Message-Id: <76162757033437507fb7309ce9f41fcaaf996ca9.1657772638.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 ; Thu, 14 Jul 2022 04:36:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168006 From: Alexander Kanavin CVEs fixed: https://www.openssl.org/news/secadv/20220705.txt Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 84204dea7dec05e053cce5be0071cd9c1fb4ff6f) Signed-off-by: Steve Sakoman --- .../openssl/{openssl_3.0.4.bb => openssl_3.0.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/openssl/{openssl_3.0.4.bb => openssl_3.0.5.bb} (99%) diff --git a/meta/recipes-connectivity/openssl/openssl_3.0.4.bb b/meta/recipes-connectivity/openssl/openssl_3.0.5.bb similarity index 99% rename from meta/recipes-connectivity/openssl/openssl_3.0.4.bb rename to meta/recipes-connectivity/openssl/openssl_3.0.5.bb index d9d17378d4..e50ff7f8c5 100644 --- a/meta/recipes-connectivity/openssl/openssl_3.0.4.bb +++ b/meta/recipes-connectivity/openssl/openssl_3.0.5.bb @@ -18,7 +18,7 @@ SRC_URI:append:class-nativesdk = " \ file://environment.d-openssl.sh \ " -SRC_URI[sha256sum] = "2831843e9a668a0ab478e7020ad63d2d65e51f72977472dc73efcefbafc0c00f" +SRC_URI[sha256sum] = "aa7d8d9bef71ad6525c55ba11e5f4397889ce49c2c9349dcea6d3e4f0b024a7a" inherit lib_package multilib_header multilib_script ptest perlnative MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash" From patchwork Thu Jul 14 04:35: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: 10155 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 6F2A9C433EF for ; Thu, 14 Jul 2022 04:36:39 +0000 (UTC) Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mx.groups.io with SMTP id smtpd.web09.3965.1657773393477795176 for ; Wed, 13 Jul 2022 21:36:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=hn6OY9ym; spf=softfail (domain: sakoman.com, ip: 209.85.216.44, mailfrom: steve@sakoman.com) Received: by mail-pj1-f44.google.com with SMTP id s21so1395957pjq.4 for ; Wed, 13 Jul 2022 21:36:33 -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=a08mbq8rTiSpqLg2WmoruQoNvy3Z5a6TZ5TDQMOOh30=; b=hn6OY9ymtwMmRZz5KoXaidjlRNXCJfk7o8dUPfQnHFwdXS3eX9SjfbThTcLmwYBf2c Fvc6QszJHPkSLD0m/FULkY8hGysZXzPjUCW36nEogh8tpQif6JIQcmhOG2G93nlwetlu uu9Qfv95/2EASUpn9K5MjqItZ0YOdtWQI7ap0YATvPhxzKZuubwBKesOXG/3zypToeXT MNfm1jFRq22XqgUZoa1d9+wms4geEN+lKimv0Zx+Ra9eUaZwuhKP3sHqXUnFj7ejpwZO Ccj3qZAopRjEmwfFCl/VwXzaw0NEcDt8NqprrLw6PO3VSeQoBO4czkb7j2j34SZVnY+X PhCw== 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=a08mbq8rTiSpqLg2WmoruQoNvy3Z5a6TZ5TDQMOOh30=; b=C0oVEheWaXkygQqTRT7cnnZSsnNhOAw3VplRB97/00thxFCaaGHEmnUE0QoRSaPJLr EnRmpwR1KksC2FwEPjo8POuyOeExgipvI2nUVgNvYzLVugvCXAo2skd5vzA0MugGU3xO i+BhPV7XJfsFRiC1cktV/ETd8OKvCpdY9HFA+NRPQAQtejcPwRg1a9GvIi9R24er+XGs R0C3808QPsHl74h6ytzzm96tUa9sJ7L6Qp4R9MdUsBG3zmVQva3KRP6NUusjLoAfLWH6 SIYHyfBsGqbCDj2X11rQNRxYFqfx8V7Vk7jbSI+FuRP4pGpG0xLJMjie0YfpuyHHbd85 p1PQ== X-Gm-Message-State: AJIora9sNGIazsW8F4s2qCtLilPapHC+0pdftWtjCorSFMs0z9ZjKbyK hSAtOPIT/hIDeTfdiLYattOw6bJ0Fcu9uo+s X-Google-Smtp-Source: AGRyM1sAFCYw8dPt+zhqQ5vsQgefJgj7lM+bVvkMZt0e1qfsfXEsRyUmvLQ9MWddVTm7KzTRocMzEg== X-Received: by 2002:a17:90b:1a84:b0:1ef:dc5c:3088 with SMTP id ng4-20020a17090b1a8400b001efdc5c3088mr13929867pjb.245.1657773392267; Wed, 13 Jul 2022 21:36:32 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.30 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:31 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 10/27] glibc: stable 2.35 branch updates Date: Wed, 13 Jul 2022 18:35:30 -1000 Message-Id: <05760b29576aa8797bbae2e9a1a6a44d3c6aa97e.1657772638.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 ; Thu, 14 Jul 2022 04:36:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168007 From: Sundeep KOKKONDA Below commits on Glibc-2.35 development branch are updated. glibc: b6aade18a7 nss: handle stat failure in check_reload_and_get (BZ #28752) ccac2d6d95 nss: add assert to DB_LOOKUP_FCT (BZ #28752) 9d8ae95604 nios2: Remove _dl_skip_args usage (BZ# 29187) 8468be8433 hppa: Remove _dl_skip_args usage (BZ# 29165) 99978cd42c NEWS: Add a bug fix entry for BZ #29225 97dd8b3f70 nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214) 0a1572b8bb powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197] fe9ca732ac socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225) d7d1eebd4d iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213) c5a75ecec8 catgets: Use 64 bit stat for __open_catalog (BZ# 29211) e429695805 inet: Use 64 bit stat for ruserpass (BZ# 29210) 6ea3c0aba4 socket: Use 64 bit stat for isfdtype (BZ# 29209) 9bcf5b12f8 posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208) 45e5d0f533 posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207) 37c94dc999 misc: Use 64 bit stat for getusershell (BZ# 29204) cb49c14183 misc: Use 64 bit stat for daemon (BZ# 29203) 6abb4002df Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose ac87df8d75 x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #29127] 478cd506ea string.h: fix __fortified_attr_access macro call [BZ #29162] 2b128a7d30 linux: Add a getauxval test [BZ #23293] f5f7144dfc rtld: Use generic argv adjustment in ld.so [BZ #23293] 04892c543e S390: Enable static PIE 72d9dcfd16 csu: Implement and use _dl_early_allocate during static startup b5ddf33c6e Linux: Introduce __brk_call for invoking the brk system call 2d05ba7f8e Linux: Implement a useful version of _startup_fatal 55ee3afa0d ia64: Always define IA64_USE_NEW_STUB as a flag macro d66cca3fbb Linux: Define MMAP_CALL_INTERNAL a7b122a7b4 i386: Honor I386_USE_SYSENTER for 6-argument Linux system calls d1772c9376 i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.S 58bb3aeaae elf: Remove __libc_init_secure 0a5c6c9d99 Linux: Consolidate auxiliary vector parsing (redo) 76304dfdaf Linux: Include in dl-sysdep.c only for SHARED 788eb21ff0 Revert "Linux: Consolidate auxiliary vector parsing" 150039ff07 Linux: Consolidate auxiliary vector parsing 3948c6ca89 Linux: Assume that NEED_DL_SYSINFO_DSO is always defined 29f833f5ab Linux: Remove DL_FIND_ARG_COMPONENTS 1695c5e0f6 Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZE 756d583c9e elf: Merge dl-sysdep.c into the Linux version 2c4fc8e5ca x86: Optimize {str|wcs}rchr-evex fdbc8439ac x86: Optimize {str|wcs}rchr-avx2 b05c0c8b28 x86: Optimize {str|wcs}rchr-sse2 bc35e22be4 x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32 4d1841deb7 x86: Fix missing __wmemcmp def for disable-multiarch build cee9939f67 x86: Cleanup page cross code in memcmp-avx2-movbe.S 0909286ffa x86: Remove memcmp-sse4.S 5a8df6485c x86: Optimize memcmp SSE2 in memcmp.S af0865571a x86: Small improvements for wcslen 3b710e32d8 x86: Remove AVX str{n}casecmp fc5d42bf82 x86: Add EVEX optimized str{n}casecmp 33fcf8344f x86: Add AVX2 optimized str{n}casecmp 3496d64d69 x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.S 283982b362 x86: Optimize str{n}casecmp TOLOWER logic in strcmp.S 420cd6f155 x86: Remove strspn-sse2.S and use the generic implementation 4b61d76521 x86: Remove strpbrk-sse2.S and use the generic implementation 2fef1961a7 x86: Remove strcspn-sse2.S and use the generic implementation 1ed2813eb1 x86: Optimize strspn in strspn-c.c 3214c878f2 x86: Optimize strcspn and strpbrk in strcspn-c.c ff9772ac19 x86: Code cleanup in strchr-evex and comment justifying branch 424bbd4d25 x86: Code cleanup in strchr-avx2 and comment justifying branch 0a10b8b181 x86_64: Remove bcopy optimizations f0a53588da x86-64: Define __memcmpeq in ld.so a133623048 x86-64: Remove bzero weak alias in SS2 memset 18baf86f51 x86_64/multiarch: Sort sysdep_routines and put one entry per line d422197a69 x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ)) 58947e1fa5 fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141] 28ea43f8d6 dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo 78f82ab4ef manual: Document the dlinfo function bbb017a2bb NEWS: Add a bug fix entry for BZ #29109 5c0d94d780 linux: Fix posix_spawn return code if clone fails (BZ#29109) 059e36d9ed x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896] 676f7bcf11 x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895] c394d7e11a x86: Set .text section in memset-vec-unaligned-erms de0cd691b2 x86-64: Optimize bzero 0bf9c8b5fe x86: Remove SSSE3 instruction for broadcast in memset.S (SSE2 Only) 58596411ad x86: Improve vec generation in memset-vec-unaligned-erms.S 36766c02af x86-64: Fix strcmp-evex.S 250e277797 x86-64: Fix strcmp-avx2.S 34ef810945 x86: Optimize strcmp-evex.S b68e782f8e x86: Optimize strcmp-avx2.S ec5b79aac7 manual: Clarify that abbreviations of long options are allowed 0bcba53020 Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.h 95759abbf3 Add SOL_MPTCP, SOL_MCTP from Linux 5.16 to bits/socket.h eed29011f9 Update kernel version to 5.17 in tst-mman-consts.py e72c363a15 Update kernel version to 5.16 in tst-mman-consts.py edc06fdd62 Update syscall lists for Linux 5.17 dde291ab53 posix/glob.c: update from gnulib 7d96aa2d7d linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097) 14b1e32a4d i386: Regenerate ulps ef87599348 linux: Fix missing internal 64 bit time_t stat usage 10fe3cd309 elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libraries (BZ #28868) cb4d670d8f scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlier 106b7e0e45 dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078) e5cf8ccca6 INSTALL: Rephrase -with-default-link documentation c8ee1c85c0 misc: Fix rare fortify crash on wchar funcs. [BZ 29030] 499a601796 Default to --with-default-link=no (bug 25812) 70f1eecdc1 scripts: Add glibcelf.py module d3feff2232 m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071) 68d3a9a696 nptl: Fix pthread_cancel cancelhandling atomic operations 8e8d46d598 mips: Fix mips64n32 64 bit time_t stat support (BZ#29069) bd415684df hurd: Fix arbitrary error code ba9c42ac0e nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029) 6583d53445 S390: Add new s390 platform z16. cc9a4a664f elf: Fix memory leak in _dl_find_object_update (bug 29062) db03235895 NEWS: Move PLT tracking slowdown to glibc 2.35. 9be62976af hppa: Use END instead of PSEUDO_END in swapcontext.S 01d5214bb4 hppa: Implement swapcontext in assembler (bug 28960) 123bd1ec66 nss: Protect against errno changes in function lookup (bug 28953) c54c5cd8e3 nss: Do not mention NSS test modules in 3149f47b80 io: Add fsync call in tst-stat e30c1c73da nptl: Fix cleanups for stack grows up [BZ# 28899] ca0570fee3 hppa: Fix warnings from _dl_lookup_address d82d9cdff4 hppa: Revise gettext trampoline design 2631d3b3a6 hppa: Fix swapcontext 1f77081178 Fix elf/tst-audit2 on hppa c60e6a458b hppa: Fix bind-now audit (BZ #28857) 90797f4972 localedef: Handle symbolic links when generating locale-archive 732dd3a63d localedata: Do not generate output if warnings were present. 3feecd8001 localedef: Update LC_MONETARY handling (Bug 28845) a787325e83 NEWS: Add a bug fix entry for BZ #28688 264ad5d7d6 resolv: Fix tst-resolv tests for 2.35 ABIs and later e247a3b118 elf: Replace tst-audit24bmod2.so with tst-audit24bmod2 1dd783fafd elf: Check invalid hole in PT_LOAD segments [BZ #28838] 3226ffde07 NEWS: Add a bug fix entry for BZ #28896 676f85759c x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.c d001088e22 x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896] fd412fff6d x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896] a30807b7db string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755] f055faf801 linux: Use socket-constants-time64.h on tst-socket-timestamp-compat 491f2ef1f0 linux: fix accuracy of get_nprocs and get_nprocs_conf [BZ #28865] Signed-off-by: Sundeep KOKKONDA Signed-off-by: Steve Sakoman --- meta/recipes-core/glibc/glibc-version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index 080e905b6e..99017ce1d4 100644 --- a/meta/recipes-core/glibc/glibc-version.inc +++ b/meta/recipes-core/glibc/glibc-version.inc @@ -1,6 +1,6 @@ SRCBRANCH ?= "release/2.35/master" PV = "2.35" -SRCREV_glibc ?= "24962427071fa532c3c48c918e9d64d719cc8a6c" +SRCREV_glibc ?= "b6aade18a7e5719c942aa2da6cf3157aca993fa4" SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87" GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" From patchwork Thu Jul 14 04:35: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: 10156 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 6A431CCA47B for ; Thu, 14 Jul 2022 04:36:39 +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.web08.4058.1657773397297536616 for ; Wed, 13 Jul 2022 21:36:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=MPQspIE2; spf=softfail (domain: sakoman.com, ip: 209.85.216.48, mailfrom: steve@sakoman.com) Received: by mail-pj1-f48.google.com with SMTP id t5-20020a17090a6a0500b001ef965b262eso1443018pjj.5 for ; Wed, 13 Jul 2022 21:36: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=lDWwCUacrYYwPuy/55s+wj7AkQPSe2+h/kwtD5+Yh4s=; b=MPQspIE2OpaaxcXoMmJFPI9+tpNLBXjoYvkT7OrRcWLYDqxCs8UuZjPicCYMtodhA5 DTo/qvPK0Nn6GvAaQ47VU2qB99HGg2FuyFHO+HBLj30aHAtTSoUnNhc+RGCQq6DSyUX3 Os4pspQkV/VGHZQfHVk9Zsy5Kk1DEDusTkmoVSzhjsFjrx1h6Ct+KyLj79OP4qPq51Ge knr3xZN6rv5F2pl/Vh6BQBy3uPlIZ7C5C1r2vCgkkOiG+Ld65fnYHmhAad2fKnwNy6L9 +Lni4Ljzpkz3HvEW+ZS11JnnCsc9OqR3A6YMitu+pGNjPbqY5hmww9I6OF8yJTaUcYAL HgxA== 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=lDWwCUacrYYwPuy/55s+wj7AkQPSe2+h/kwtD5+Yh4s=; b=0tNQB90rM298T/xE3DkeJHzSGiX3Lxok9vxM8MxGuzpcrMOsXyVkPXlS8H1vMcfATg NFhZMdBugIdENnu79hdtJFJE+L/Hn/aOP+JMrpPqwTsK2Jj6EolEmrW7zEudLpRwBN5+ 5YIbf5Aeenc+aFKk14VYe3lpzzBpYm6Sw3RItQN/djIzhjFq+GNqhUABk5inhfxRo72N RPVvb3ZFclUT+wQfM91RBiBHNzR2/tPlXyu72/tSV196Vzk69efOrwEHKUPFhWMG22Gl 0L+ccfMD2HedgHUCcUgGkHP4qjQhyqWxZr4u1GYm+FreBZSZV30pvEY4ER7Y6cE5Cc0l jY4w== X-Gm-Message-State: AJIora+ySWKIFfs21rF+i1+oLrdaLCGek0hFYfeUkiZMZFQFpslhD2Gw QSBpimKBTK9lUifsvA1UOfP+Nz+D2b+wJLoA X-Google-Smtp-Source: AGRyM1sDmWuLDWA52P09+qJXZrdmkIFPlW4XT1nGkg0aIETKREMHNdy6oSzjXFA1YJqctGjPt5ydVg== X-Received: by 2002:a17:903:189:b0:16c:39b2:c217 with SMTP id z9-20020a170903018900b0016c39b2c217mr7050514plg.113.1657773396245; Wed, 13 Jul 2022 21:36: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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:35 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 11/27] glibc-tests: Avoid reproducibility issues Date: Wed, 13 Jul 2022 18:35:31 -1000 Message-Id: <96f6badee73f35ededcb7d0172db07fcc305df0d.1657772638.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 ; Thu, 14 Jul 2022 04:36:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168008 From: Richard Purdie Currently, there are hardcoded paths in the binaries installed by this recipe, at least one some architectures. Change the compile definitions to point to more appropriate paths. Ideally we'd rework this patch into a form acceptable to upstream but I'm not entirely sure what that would look like right now. Signed-off-by: Richard Purdie (cherry picked from commit ede7ab3bbf87cc7d7e713d435ea8a88035c2e46e) Signed-off-by: Steve Sakoman --- meta/recipes-core/glibc/glibc-tests_2.35.bb | 3 +++ .../glibc/glibc/reproducible-paths.patch | 23 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/reproducible-paths.patch diff --git a/meta/recipes-core/glibc/glibc-tests_2.35.bb b/meta/recipes-core/glibc/glibc-tests_2.35.bb index 028e83e865..96d0569ff6 100644 --- a/meta/recipes-core/glibc/glibc-tests_2.35.bb +++ b/meta/recipes-core/glibc/glibc-tests_2.35.bb @@ -5,6 +5,7 @@ inherit ptest features_check REQUIRED_DISTRO_FEATURES = "ptest" SRC_URI:append = " \ + file://reproducible-paths.patch \ file://run-ptest \ " @@ -31,6 +32,8 @@ RRECOMMENDS:${PN} = "" RDEPENDS:${PN} = " glibc sed" DEPENDS:append = " sed" +export oe_srcdir="${exec_prefix}/src/debug/glibc/${PV}/" + # Just build tests for target - do not run them do_check:append () { oe_runmake -i check run-built-tests=no diff --git a/meta/recipes-core/glibc/glibc/reproducible-paths.patch b/meta/recipes-core/glibc/glibc/reproducible-paths.patch new file mode 100644 index 0000000000..0754dca62b --- /dev/null +++ b/meta/recipes-core/glibc/glibc/reproducible-paths.patch @@ -0,0 +1,23 @@ +Avoid hardcoded build time paths in the output binaries by replacing the compile +definitions with the output locations. + +Upstream-Status: Inappropriate [would need reworking somehow to be acceptable upstream] +Signed-off-by: Richard Purdie + +Index: git/support/Makefile +=================================================================== +--- git.orig/support/Makefile ++++ git/support/Makefile +@@ -216,9 +216,9 @@ libsupport-inhibit-o += .o + endif + + CFLAGS-support_paths.c = \ +- -DSRCDIR_PATH=\"`cd .. ; pwd`\" \ +- -DOBJDIR_PATH=\"`cd $(objpfx)/..; pwd`\" \ +- -DOBJDIR_ELF_LDSO_PATH=\"`cd $(objpfx)/..; pwd`/elf/$(rtld-installed-name)\" \ ++ -DSRCDIR_PATH=\"$(oe_srcdir)\" \ ++ -DOBJDIR_PATH=\"$(libdir)/glibc-tests/ptest/tests/glibc-ptest\" \ ++ -DOBJDIR_ELF_LDSO_PATH=\"$(slibdir)/$(rtld-installed-name)\" \ + -DINSTDIR_PATH=\"$(prefix)\" \ + -DLIBDIR_PATH=\"$(libdir)\" \ + -DBINDIR_PATH=\"$(bindir)\" \ From patchwork Thu Jul 14 04:35: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: 10159 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 646A5CCA47B for ; Thu, 14 Jul 2022 04:36:49 +0000 (UTC) Received: from mail-pg1-f175.google.com (mail-pg1-f175.google.com [209.85.215.175]) by mx.groups.io with SMTP id smtpd.web11.4069.1657773399892023167 for ; Wed, 13 Jul 2022 21:36:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=LQt8aqBL; spf=softfail (domain: sakoman.com, ip: 209.85.215.175, mailfrom: steve@sakoman.com) Received: by mail-pg1-f175.google.com with SMTP id g4so512487pgc.1 for ; Wed, 13 Jul 2022 21:36:39 -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=Ovv4cZ1RtfzSAHpMY2ImYZb8uw0c3iz6h9FV+aOBfMc=; b=LQt8aqBLEuJ4xsPvwwRD0FEZPzwcQVoYutD//OJHWHVD5QQzPiYpUuhrWbdsR6bjiJ TWoZfKapkUj4OFa188azE1h48Hr82bEYoxqiEYEBQ14knyTMdreHKfE5cnYRwvV3cZBv GOwlwyrQc/oRlMUsOUkbVZHBhJ6+SC0fvwcf0dIVSnemxRUrBO1sEvzSXHzvqNgwKuuJ rCzncVMdKCyIpL3Z3gpHm/YEwhroX/cyR4BQ+jG3T79Zr66bgoK2OihHfuodwvvXzh36 da9i4/88RAUa4LmrUSsqLnBbuKQ7VvDd7WhviEx9Bt2KP7k28M+Dsn5zwxaW+McPKG+k Qa8A== 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=Ovv4cZ1RtfzSAHpMY2ImYZb8uw0c3iz6h9FV+aOBfMc=; b=pYDJyIXrzQN2r4u3G2E4/YBs6A9qCljCNUfY5ZrDr17oStUs9pRJERjQbDFIhsLUIV da5TXGUcnF4dNZxDkZUuB88UIH1Poxj7DLx2LeFbTAzpUs9ikzMBIAFKxiLkiQTJ8BGe 60iVoEFS2q/92ErygwhxBffiP/EgJY6fpw0eRLEHg5ki5UpX7ei0u5APNtuiOC4puzDe Klirv44SM+8iv5uA6o4jwSsXF4n58mE12P4uMpapoRIZX2D3/LBadledZM89pxuRU640 T1E3Gia/8bSgmK+E2v7nliH/RWTFV5xAFDyBRQsanosGiUDZ+00gjnZ/dzv9k1wKejZO TjbQ== X-Gm-Message-State: AJIora8iueo3p3Do8CSHkzC/RyR8/dza/dpu/407CTg88jazLtnKheY7 LCA5VwOZwWztMweaQ3A+s9mRoUwR+0KrDY5o X-Google-Smtp-Source: AGRyM1sWwdw2xdiq9c2ILVTvcoEdKol08WGOOr21zJy6kImJ1A9C4l1K7bUGGBDqOMR74aiEA3dN2A== X-Received: by 2002:a65:6a0e:0:b0:405:2310:22d0 with SMTP id m14-20020a656a0e000000b00405231022d0mr6099270pgu.290.1657773398836; Wed, 13 Jul 2022 21:36:38 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.37 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:38 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 12/27] binutils : stable 2.38 branch updates Date: Wed, 13 Jul 2022 18:35:32 -1000 Message-Id: <2023e334efa325bcd08b7bcc92455afdbf4e66d7.1657772638.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 ; Thu, 14 Jul 2022 04:36:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168009 From: Sundeep KOKKONDA Below commits on Binutils-2.38 development branch are updated. binutils: e1ea1dafff6 x86: Properly handle IFUNC function pointer reference ffc7aa903b9 AArch64: Enable FP16 by default for Armv9-A. Signed-off-by: Sundeep KOKKONDA Signed-off-by: Steve Sakoman --- meta/recipes-devtools/binutils/binutils-2.38.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/binutils/binutils-2.38.inc b/meta/recipes-devtools/binutils/binutils-2.38.inc index a069071c97..742ca86379 100644 --- a/meta/recipes-devtools/binutils/binutils-2.38.inc +++ b/meta/recipes-devtools/binutils/binutils-2.38.inc @@ -18,7 +18,7 @@ SRCBRANCH ?= "binutils-2_38-branch" UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P\d+_(\d_?)*)" -SRCREV ?= "134f17ef688ba4c72a6c4e57af7382882cc1a705" +SRCREV ?= "eed56ee299b9ef8754bb4e53f2e9cf2a7c28c04d" BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=git" SRC_URI = "\ ${BINUTILS_GIT_URI} \ From patchwork Thu Jul 14 04:35:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 14263 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 13/27] gstreamer1.0: upgrade 1.20.2 -> 1.20.3 Date: Wed, 13 Jul 2022 18:35:33 -1000 Message-Id: <2c177d00e1e839593757da5985b411f2770da009.1657772638.git.steve@sakoman.com> In-Reply-To: References: MIME-Version: 1.0 List-id: To: openembedded-core@lists.openembedded.org From: Alexander Kanavin The third 1.20 bug-fix release (1.20.3) was released on 15 June 2022. This release only contains bugfixes and it should be safe to upgrade from 1.20.x. gstreamer clock: Avoid creating a weakref with every entry (performance improvement) plugin: add Apache 2 license to list of known licenses to avoid warning gst_plugin_load_file: force plugin reload if filename differs Add support for LoongArch Base Libraries aggregator: Only send events up to CAPS event from gst_aggregator_set_src_caps(), don't send multiple caps events with the same caps and fix negotiation in muxers basetransform: handle gst_base_transform_query_caps() returning NULL basetransform: fix critical if transform_caps() returned NULL queuearray: Fix potential heap overflow when expanding GstQueueArray Core Elements multiqueue: fix potential crash on shutdown multiqueue: fix warning: ‘is_query’ may be used uninitialized in this function multiqueue: SegFault during flushing with gcc11 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 1b1e4ad9b31f9f6e34dae1d0b73d36adca58eb59) Signed-off-by: Steve Sakoman --- .../{gstreamer1.0_1.20.2.bb => gstreamer1.0_1.20.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.20.2.bb => gstreamer1.0_1.20.3.bb} (97%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.3.bb similarity index 97% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.3.bb index 3aa9aa7048..1f4576c3e1 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.3.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] = "df24e8792691a02dfe003b3833a51f1dbc6c3331ae625d143b17da939ceb5e0a" +SRC_URI[sha256sum] = "607daf64bbbd5fb18af9d17e21c0d22c4d702fffe83b23cb22d1b1af2ca23a2a" PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ check \ From patchwork Thu Jul 14 04:35: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: 10158 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 69769C3F2D4 for ; Thu, 14 Jul 2022 04:36:49 +0000 (UTC) Received: from mail-pj1-f53.google.com (mail-pj1-f53.google.com [209.85.216.53]) by mx.groups.io with SMTP id smtpd.web12.4029.1657773404551804504 for ; Wed, 13 Jul 2022 21:36:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=O8no6a19; spf=softfail (domain: sakoman.com, ip: 209.85.216.53, mailfrom: steve@sakoman.com) Received: by mail-pj1-f53.google.com with SMTP id y14-20020a17090a644e00b001ef775f7118so7142552pjm.2 for ; Wed, 13 Jul 2022 21:36:44 -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=um56lL3QWZ3G2yyyOlhm9hZVhSmlAYOaM2kuT3KFkF0=; b=O8no6a19bHLtc1gyd900SPCVXRv9iIxiQMRP0cn1YTlcbdxsgfp3nnEYz5zM4lz/Ou prdS6w/eTAilbDDlaRlz2+/N206l+LQuQAF+o4QO5WYVZAxQwJdEDxAowquOHoHP689p hmEWyREMioMI0W+nN+zkXCKnPDpVwh2mNGxPa6/NANwmro5sc3h2krd6xQtbaRdcuWMJ Ip8OwHItrX6wpD25ikyzFisd7Z7ZVJhNk+ij/QUIfPrhisIf1UCA5BLYVfJ5ogH7xBr7 hQVVP666IfDK4Lk7RhDPy6WjkIbw7CDefwDsEz8NrfxH6qTQ1F4J8fieXYiC6aMsd634 jNmg== 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=um56lL3QWZ3G2yyyOlhm9hZVhSmlAYOaM2kuT3KFkF0=; b=zlv8Vj/YFg33r/GEuenSqlMMWJuQb0rti7FB8O6t7MtYk2V4cfUyHAe143LOpvUaIy X7AvKfU4AejBHeP6P5AS2Pk6LsI8PM/XziM+lnavm77uPbN8xxgvSyF4Je+RncJN2sYm HkXk/DzfCRrtcyE+o7me6wJFKKbeowxTZ8Kn9Sv5eWYempQtT75uEMPyzjC+XLZ1zbWA 6nzOmqb5ERscuSMStLQ6/gQrXiAl2d9LoBfyMb5bko1Al8Vg0Hrr0jJ33vPA0EManRCn kMXQSuwrNZMYPUMGaOZh4DVwnDLMFH15mkCGFMGcDsFX+Q8Ru8IWTxNo0Rv+OEym39UT wHtw== X-Gm-Message-State: AJIora9e84ApNmFoC8BJoECu1Jxy4D7rYFbmHNEuR3/baX+wdSoclrKV IwExjHRrt8ZFmdSDkjCEYDKFvQ0Deb/ZPcdz X-Google-Smtp-Source: AGRyM1veUK+zMwRHO0N19CkkGBv1Yg0GsLbv3Gs8l+h9lArJeyYZY/0sVkOFsJrBtEodZyrjOwsCYg== X-Received: by 2002:a17:90b:3b8d:b0:1f0:22f1:27d8 with SMTP id pc13-20020a17090b3b8d00b001f022f127d8mr14066581pjb.56.1657773403532; Wed, 13 Jul 2022 21:36:43 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.42 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:42 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 14/27] gst-devtools: upgrade 1.20.2 -> 1.20.3 Date: Wed, 13 Jul 2022 18:35:34 -1000 Message-Id: <84b2d193fa4d22c012a8032b4de6f581406a2720.1657772638.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 ; Thu, 14 Jul 2022 04:36:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168011 From: wangmy The third 1.20 bug-fix release (1.20.3) was released on 15 June 2022. This release only contains bugfixes and it should be safe to upgrade from 1.20.x. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 74bc037120fa9f00def7e8df6b3a77bba9c9031e) Signed-off-by: Steve Sakoman --- .../{gst-devtools_1.20.2.bb => gst-devtools_1.20.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.20.2.bb => gst-devtools_1.20.3.bb} (95%) diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.20.2.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.20.3.bb similarity index 95% rename from meta/recipes-multimedia/gstreamer/gst-devtools_1.20.2.bb rename to meta/recipes-multimedia/gstreamer/gst-devtools_1.20.3.bb index 4819a34b26..c515e173c8 100644 --- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.20.2.bb +++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.20.3.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] = "b28dba953a92532208b30467ff91076295e266f65364b1b3482b4c4372d44b2a" +SRC_URI[sha256sum] = "bbbd45ead703367ea8f4be9b3c082d7b62bef47b240a39083f27844e28758c47" DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base" RRECOMMENDS:${PN} = "git" From patchwork Thu Jul 14 04:35: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: 10157 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 69733CCA482 for ; Thu, 14 Jul 2022 04:36:49 +0000 (UTC) Received: from mail-pg1-f170.google.com (mail-pg1-f170.google.com [209.85.215.170]) by mx.groups.io with SMTP id smtpd.web12.4030.1657773406926155370 for ; Wed, 13 Jul 2022 21:36:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=kWYKhd1P; spf=softfail (domain: sakoman.com, ip: 209.85.215.170, mailfrom: steve@sakoman.com) Received: by mail-pg1-f170.google.com with SMTP id 23so489494pgc.8 for ; Wed, 13 Jul 2022 21:36:46 -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=ci+TlZO3AKBXcXC+HJVxSuVaVpq0B4W7Uej8AhJILpw=; b=kWYKhd1PlhbAckMLP6cqQVFVZcpZE5iUQLjtpJsn5YHBY9PfvgOYLUrrfwB1I/1icB 1i4f6HqR41yqyhdSm9+TpC3GT6yrjcTtcGRTLsA7XGK74nZwWYKvEDkbIyPvGONS77LH gQTZPgtZOVVBmE4Pb6H4bKhBzeLIi5qiKywzvFoVD91OWv1JWZia1EMRCxzUGcIPv42N 2Plr8r+hUlqwz/dEzGGT3UB6iqF5uSgglURRQsAMCJ7bm1+KxEI+bdXhQwrC2PSitQ+t 9ztvoWI7jVq/i9AljLdpp5+5f0tnrlSUtSL9p5tR3U4JjI37+XNBoR7MQEA3DIjuL2dD X/Bw== 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=ci+TlZO3AKBXcXC+HJVxSuVaVpq0B4W7Uej8AhJILpw=; b=nCHS+a/ODNsAlggzW21yrVBZ5ql6jbpJgcwF4HcmIgsR4FhhpqHw04lWHEt6IqaHLv D3vvQ/2PR4GEiWQEJzc9PsQY8h4XWKSE8ODR3q3A/+I48ImDKyay6uOKXGoMckUHNffX BeIb+Zx5d0PiPJXeH6YL6b8oINcp9xOVDCxXMSFpH/nQ2iIURqeYL48NhBEf0mXTbQKx e+yv4kLpSARfA7ZrUKNxCw/aosuZaqHCxhEeQ485PV2wF16lRrfm1rb0Ml0Hq//ooHr7 Vq3I/aunUu1ogx9g6LikzGkSI1R2SsivSOruCjbiHyBWHHRVEy9IcD0mmGQBa5H5qzTa azww== X-Gm-Message-State: AJIora/i767uGDEfaW0U99QEGd2lYgZs1ufiGAFc2/EqjABZHN5Iyhj4 UKX+8nJqpIIz3iU6bhGEkhsPX1wUk/nxN2+W X-Google-Smtp-Source: AGRyM1tHz+VC47m/ddDHF0H7c3jvXYTvle6rQAWQ6umUJU6bhgKsqU+WCaVFYvWMn6Anft4CLCgxOQ== X-Received: by 2002:a63:2686:0:b0:419:a2da:5078 with SMTP id m128-20020a632686000000b00419a2da5078mr4067423pgm.613.1657773405964; Wed, 13 Jul 2022 21:36:45 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.44 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:45 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 15/27] gstreamer1.0-libav: upgrade 1.20.2 -> 1.20.3 Date: Wed, 13 Jul 2022 18:35:35 -1000 Message-Id: <9b8a62dd3987280debba1fa11e9a1387fc341f4e.1657772638.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 ; Thu, 14 Jul 2022 04:36:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168012 From: wangmy No changes from version 1.20.2 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 671a2ebab778393207bf95db88445bded3a4ef54) Signed-off-by: Steve Sakoman --- ...streamer1.0-libav_1.20.2.bb => gstreamer1.0-libav_1.20.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.20.2.bb => gstreamer1.0-libav_1.20.3.bb} (91%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.3.bb similarity index 91% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.3.bb index 4ef9755c07..e8da49af99 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.3.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] = "b5c531dd8413bf771c79dab66b8e389f20b3991f745115133f0fa0b8e32809f9" +SRC_URI[sha256sum] = "3fedd10560fcdfaa1b6462cbf79a38c4e7b57d7f390359393fc0cef6dbf27dfe" S = "${WORKDIR}/gst-libav-${PV}" From patchwork Thu Jul 14 04:35: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: 10161 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 63E97C43334 for ; Thu, 14 Jul 2022 04:36:59 +0000 (UTC) Received: from mail-pj1-f49.google.com (mail-pj1-f49.google.com [209.85.216.49]) by mx.groups.io with SMTP id smtpd.web09.3970.1657773409353945734 for ; Wed, 13 Jul 2022 21:36:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=GQNGGqn5; spf=softfail (domain: sakoman.com, ip: 209.85.216.49, mailfrom: steve@sakoman.com) Received: by mail-pj1-f49.google.com with SMTP id b8so1387900pjo.5 for ; Wed, 13 Jul 2022 21:36:49 -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=7zjFmqS9IQSrkxtSYb692E0SnfQEqebmTuXpET2vzbI=; b=GQNGGqn5h9zQ1F5yN6oVxiZyZrfsrfpq8mkH9oqXlIVnVxosCsr08YAKNPNhNBfhWh xj1DAS0G5Frk9o6GoW+bY4H/ilwMWOy2WVoY+ItfkCuhLrSBdLwOI4tOEViRPRGAZ8g0 HevKxDN3avSO+khsrBdnXz0djWOvPkDMZdYzpf8YGOBmYVfWKttccQDIlELjA4/4n7gN s+m1i1Kt36O/9X1v/r4FtGHLFlAxQDo2Jnq6eyPTjHSvqD8KONL/QI9KubNoo8WJkCsT Jz/Bub4dR3pDTWTIbjZuSoJ5S4WYC0egJWnRLxLANexgI/QHsuBZ+XpgNL2yZCkefKKp 4MTw== 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=7zjFmqS9IQSrkxtSYb692E0SnfQEqebmTuXpET2vzbI=; b=IWhy5JA0NE+eRAqroEgfuZ3CNeBv8lASuYWAunVxRqku029O9WgdUPHAiv2GW+J5HH PIN4VJdwqOrVV827ylyymZjS4WAXbp46mISQuVuE7fzHDFl0FdTZ7qLIhvcbHucSHWQT NrM1vbXD5kHuQyru9LlYIfC9rPW/4PHI3MgFQBkOkiTyIBoyRw53dsggkx9NrCHNwXdh nwoO9l2hb+rePOfOAKzgzKjjhgLSzlMVEAnzn/fWUzQEP8KPCTPYhFN3j2nx8de0bJPk HwmjvhIvlymne3GK/IMvDlc056qnnFW7HtyhNzq88penzyp/qP1VhwRWs5W6a+m4truD rlKw== X-Gm-Message-State: AJIora8iDO9aeD+XOOkZDZtIINmN5ggLaZyJIv0UUu6/yAwXqvCuIMHx ssUEnrUms1gbRnUVN7voOezPdkjou0IyuZVr X-Google-Smtp-Source: AGRyM1uK9vjnACglLLBJs/vt3fik4oWqL0/687hEJc81hme4ME2qhsilXwGVIeSq7E9CtPCTbtDOAQ== X-Received: by 2002:a17:90b:3850:b0:1f0:6b50:c888 with SMTP id nl16-20020a17090b385000b001f06b50c888mr11823210pjb.130.1657773408392; Wed, 13 Jul 2022 21:36:48 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.47 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:47 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 16/27] gstreamer1.0-omx: upgrade 1.20.2 -> 1.20.3 Date: Wed, 13 Jul 2022 18:35:36 -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 ; Thu, 14 Jul 2022 04:36:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168013 From: wangmy No changes from version 1.20.2 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit f63d78d68258d68bfa24a13ea3b023b198499929) Signed-off-by: Steve Sakoman --- .../{gstreamer1.0-omx_1.20.2.bb => gstreamer1.0-omx_1.20.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.20.2.bb => gstreamer1.0-omx_1.20.3.bb} (95%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.20.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.20.3.bb similarity index 95% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.20.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.20.3.bb index c4f5d719bb..fb48562a2b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.20.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.20.3.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] = "7efed7cc5b0acf9a669e38c5360a7892430a4e86c858daac6faa1ade2b151668" +SRC_URI[sha256sum] = "8db48040bb41f09edf8d17ff6d16c54888d7777ba4501c2c69f0083350ea9a15" S = "${WORKDIR}/gst-omx-${PV}" From patchwork Thu Jul 14 04:35: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: 10164 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 75B09CCA485 for ; Thu, 14 Jul 2022 04:36:59 +0000 (UTC) Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by mx.groups.io with SMTP id smtpd.web12.4032.1657773412107405489 for ; Wed, 13 Jul 2022 21:36:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=UmLxgYWV; spf=softfail (domain: sakoman.com, ip: 209.85.216.45, mailfrom: steve@sakoman.com) Received: by mail-pj1-f45.google.com with SMTP id cp18-20020a17090afb9200b001ef79e8484aso5206195pjb.1 for ; Wed, 13 Jul 2022 21:36:52 -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=C+TC2/EESrq6Uv3Ks0uwJJzehLHQyiaRKrIFfH1GbmM=; b=UmLxgYWVfvAlOFDc/xRse97c4RpndmKBQUJC9ZmLnVLzvuXeVpGll0RerTaoV6Jv5+ kYYnLz1kzs4ulTxaUjJaaF5PaJuy9x2LzR/SgpttgcuoRounST3/JKYeFPKJdkEnLiPr IprEQApvGrUNF2m4E8Q4JFjuLwlsdq2dIPfzyu5EmG7TgRdOryfTMT6Blt0hhyN/VFWZ RNeA6FacPA4XvBHxCRATFtXlt0iaabk/tX02LRYvxNqPKw+VUr0oRrw38tfLsIFAuhYk 96l5lzs/eyf4O83kcZ2efaIBIkJmE8+5RfjKktDFMx3vpGpve/fTKZo2VoPkmvhwQEDD s0Rg== 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=C+TC2/EESrq6Uv3Ks0uwJJzehLHQyiaRKrIFfH1GbmM=; b=dxXrHJ6VeCn2hM3RdUBzbiaWntiEtA+G1Jf9Lt0UUOlJenRYp1jm0O43o2ibuMxYVd iiaXASJ75KYP88IyHFlN9kJX5QxFQTKUMOpb+T2xqG6X0nE17TceWeX4P4gP5/RYJMRd YEb1GyTuDPG5NxbqOrA4n4hGAAf6q2MGc27o4PRD5hdwbnrxLp6O7Q1lnO2aV/FyDDao Vsz2v+FuiXYKZy2JT6XtJw/K6T/dWC/XU1LlG3IArDwTgIPi7HJEcT28q16BM+nhc3PS nC0PyG75fD0kGZ6emZfMwiCJjJkDY10DtzesREFUU3YjdSDqE22fMiArVZnyF0p0xXpZ JVwA== X-Gm-Message-State: AJIora+YgQhhOLueBFFVKM6n2VfYrVxaR9qk6a2BWDh1GYn0ncI2KFsO m05z4Q/IhZQw6AuuucmySRNipoY8zmEse2UN X-Google-Smtp-Source: AGRyM1sVesHtHmvM4iJo3WNkOrrFiYL2Be4+w5G/DgrZ89IvN7ckD8XeRBUuqxVLJRFY9MFBKlCfgw== X-Received: by 2002:a17:903:1111:b0:16a:acf4:e951 with SMTP id n17-20020a170903111100b0016aacf4e951mr6864112plh.72.1657773411070; Wed, 13 Jul 2022 21:36:51 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.49 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:50 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 17/27] gstreamer1.0-plugins-bad: upgrade 1.20.2 -> 1.20.3 Date: Wed, 13 Jul 2022 18:35:37 -1000 Message-Id: <0ead6c03c2594158200ee2c490ec683570310036.1657772638.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 ; Thu, 14 Jul 2022 04:36:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168014 From: wangmy Changes from version 1.20.2: androidmedia: Add H.265 encoder mapping avfvideosrc: fix wrong framerate selected for caps d3d11decoder: Fix for alternate interlacing signalling d3d11decoder: Do not preallocate texture using downstream d3d11 buffer pool d3d11decoder: Copy HDR10 related caps field manually d3d11decoder: Work around Intel DXVA driver crash d3d11screencapture: Set viewport when drawing mouse cursor d3d11screencapture: Fix missing/outdated cursor shape d3d11screencapturesrc: Fix crash when d3d11 device is different from owned one h264decoder: Fix for unhandled low-delay decoding case matroskademux, qtdemux: Fix integer overflows in zlib/bz2/etc decompression code (Security fix) mpegtsmux: Make sure to set srcpad caps under all conditions before outputting the first buffer mpegtsmux: sends segment before caps mxfdemux: Handle files produced by legacy FFmpeg nvh264dec,nvh265dec: Don't realloc bitstream buffer per slice nvcodec: cuda-converter: fix nvrtc compilation on non-English locale systems opencv: Allow building against 4.6.x pcapparse: Set timestamp in DTS, not PTS rtmp2: fix allocation of GstRtmpMeta which caused crashes on 32-bit platforms rtmp2sink crash on Android arm 32 - cerbero 1.20.2.0 sdpdemux: Release request pads from rtpbin when freeing a stream va: Add O_CLOEXEC flag at opening drm device (so subprocesses won't have access to it) webrtcbin: Reject answers that don't contain the same number of m-line as offer webrtc: datachannel: Notify low buffered amount according to spec Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 200c8b77e86e6bd23954c3b4e48d4d069cb16f37) Signed-off-by: Steve Sakoman --- ...plugins-bad_1.20.2.bb => gstreamer1.0-plugins-bad_1.20.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.20.2.bb => gstreamer1.0-plugins-bad_1.20.3.bb} (98%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.3.bb similarity index 98% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.3.bb index bb33e3822e..05de217c34 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.3.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] = "4adc4c05f41051f8136b80cda99b0d049a34e777832f9fea7c5a70347658745b" +SRC_URI[sha256sum] = "7a11c13b55dd1d2386dd902219e41cbfcdda8e1e0aa3e738186c95074b35da4f" S = "${WORKDIR}/gst-plugins-bad-${PV}" From patchwork Thu Jul 14 04:35: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: 10162 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 6FC36CCA47B for ; Thu, 14 Jul 2022 04:36:59 +0000 (UTC) Received: from mail-pj1-f43.google.com (mail-pj1-f43.google.com [209.85.216.43]) by mx.groups.io with SMTP id smtpd.web08.4062.1657773414302369085 for ; Wed, 13 Jul 2022 21:36:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=IsPzpBea; spf=softfail (domain: sakoman.com, ip: 209.85.216.43, mailfrom: steve@sakoman.com) Received: by mail-pj1-f43.google.com with SMTP id j1-20020a17090aeb0100b001ef777a7befso5447202pjz.0 for ; Wed, 13 Jul 2022 21:36:54 -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=gSnLQsaox0yOd+T0vhzOE4kk37bMLIGIITCDou8hgR0=; b=IsPzpBeafDa8QLcLxiW7roSbsrWA6KnPHU7spUSNEQrSo5BzAM9wHqbIUakFm2z6Eq 5x2JTSLN//pdah2AmP4U7NV12Ct0vIivr3AQp51zQudvxU/5HL1bRZv5wrG2+/iQINJH i/zV/el8FrcsM0U9i4ijYIvs9OkSqmi5ctw6iQShuZJ97DrXr6lCMH+fFS94mVfuehhV OI0egpfAXe0jFMGhqT2h/xnygGdL7b4cyghhyhmyCVO6Pb8n0wTwR0WWZHNabqDQFBSG IvH2Lxzq1Xs7iNI3xNbPMt3HMHiHp/XmIlNnyfzcC+ZHkkO+UINg+xrso4EvoqMr59WE Sbiw== 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=gSnLQsaox0yOd+T0vhzOE4kk37bMLIGIITCDou8hgR0=; b=hB22A/Lc4xFVYsqx95HZrWB5CR47A01fV2Wxk47cyj9RdVc0ZFH/u0/257K9Bw4jes cqwluZ7TwDRFFIh30iGsIoNbXTYgrgaNWE9kvN0gkF/4p9TnaADZzRaUFRWV4TUIGFH7 RzHvuewwHV7ilmKfrdGAlMPBwj+CbL9M9YMTMbe+U76iG/6NnxtW47CYA3EgdzTtEwvW gEo989+ZepOL381m9BA9/G4tkdndNYvqnU85hAOWn7a8Njs8tx0UvIrPohoNI71wHtnM 2XZDlltQ7W98Ji029syUhrIRRohOMWYz23kuCWUM5j3ut78AU1p+OtS344F2Ka87qGlp 7kAw== X-Gm-Message-State: AJIora+bKS+fLoSE3A6rU0fhKz+g3CPkJVLHoAJEir+zUwiHDXcrbN5f 9n3D+93CR8wJeBnZLYRPlKRscC61ih6a2Ql2 X-Google-Smtp-Source: AGRyM1vihDON5A/X1NIL5eX1vpI5/f33QzIgeceZdQJDqHVXm9qZWpSRVx8psPN9ThC8KsFaU9XPJg== X-Received: by 2002:a17:902:a586:b0:16c:3182:a9b with SMTP id az6-20020a170902a58600b0016c31820a9bmr6578550plb.44.1657773413285; Wed, 13 Jul 2022 21:36:53 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.52 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:52 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 18/27] gstreamer1.0-plugins-base: upgrade 1.20.2 -> 1.20.3 Date: Wed, 13 Jul 2022 18:35:38 -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 ; Thu, 14 Jul 2022 04:36:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168015 From: wangmy Changes from version 1.20.2 audioconvert: If no channel-mask can be fixated then use a NONE channel layout playbin3: Configure combiner on pad-added if needed parsebin: Fix assertions/regression when dealing with un-handled streams (fixes regression in 1.20.2) appsink: Fix race condition on caps handling oggdemux: Protect against invalid framerates rtcpbuffer: Allow padding on first reduced size packets gl: check for xlib-xcb.h header to fix build of tests on macOS with homebrew videoaggregator: unref temporary caps v4l2videoenc: Setup crop rectangle if needed Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit e9d5f5f88947efb8fbdfaa90676db82526e22093) Signed-off-by: Steve Sakoman --- ...ugins-base_1.20.2.bb => gstreamer1.0-plugins-base_1.20.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.20.2.bb => gstreamer1.0-plugins-base_1.20.3.bb} (97%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.bb similarity index 97% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.bb index e47851700a..7eebbba949 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.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] = "ab0656f2ad4d38292a803e0cb4ca090943a9b43c8063f650b4d3e3606c317f17" +SRC_URI[sha256sum] = "7e30b3dd81a70380ff7554f998471d6996ff76bbe6fc5447096f851e24473c9f" S = "${WORKDIR}/gst-plugins-base-${PV}" From patchwork Thu Jul 14 04:35: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: 10163 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 69B7DCCA482 for ; Thu, 14 Jul 2022 04:36:59 +0000 (UTC) Received: from mail-pj1-f46.google.com (mail-pj1-f46.google.com [209.85.216.46]) by mx.groups.io with SMTP id smtpd.web09.3971.1657773416725024620 for ; Wed, 13 Jul 2022 21:36:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=AIQeDRM4; spf=softfail (domain: sakoman.com, ip: 209.85.216.46, mailfrom: steve@sakoman.com) Received: by mail-pj1-f46.google.com with SMTP id p9so1401643pjd.3 for ; Wed, 13 Jul 2022 21:36:56 -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=LrG3gmOZkIlSIcVweMBovoMTz6hHlYRpwnlcTOD//N4=; b=AIQeDRM4bMVGV/ZnXqOCJZ5EVZahCrKwZfvEBhBd/NugBBD65jEDyK97TcsbFR3B6a IdugMHDjBnkDSa+uPRnx4JlSVhuVlWCcFv/uviK2r/sRvcMi6kBiNqhd4Y+NRJ6gAavM Op3jutvI0ulWK0qPvTm66Wjv7sGai6F3BkfKXZ0jkZhtjnwenRsilV1AaZi4q25Trsh/ EFBuTOwKD7p/1uKGo39VN+9pANxnRn6MB3nu+vv18QLiZ0IA+FHcgujfGjrlbkbmE7mQ 6SWxdZFpgrNb+10XB07Oe8isM9+Z+LDBK0Bnuu5HhYUBd7JG+i9qihrrb4Ywt4Qf2hC/ NRqA== 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=LrG3gmOZkIlSIcVweMBovoMTz6hHlYRpwnlcTOD//N4=; b=7OAqPwBJlbjJ9Hb4jOBqfYV73sN1fXQOALFbZk8h/KT9ElxxgBOwLVQyJWBfV13DnV uYSG9SeMXQm3y3nF6CP5FQgVYoAHs42YvLV6V/G9aUGrwAYSn/eWbumx9ieoF8IesJME s+ZPBSiAUeKjSYIZnxceGY/UrLV0tFTejGO8WanQeH6+yZBoH+OZSXIG621Prqc+dABv l/m62I1Hwi490+9uHdxzt7eVCU0IAWJf2xF+BkK2VRsKaUhZZyT3Upce/glnqb0ASSxH 2oXncuLop9eAgmpEnBmdnojw0Qi9mwH0rt+FB6MTTCm7C27u080CDPVt97XNeDzMgoOQ kSqg== X-Gm-Message-State: AJIora+JmIQN84+5NXjJDDSlzmKo+AhuiQaz/h7rIzrV6OAoTIu7Dhig 6qyDYyWEOosutQVfOc+O+p+a4jDzz+LYqStf X-Google-Smtp-Source: AGRyM1vfsfUM3SlmantllvICSL9EUiquO72ElEdUuMt2xkwNejwMWAnepw6PIoWlHipU85l0pvIq4Q== X-Received: by 2002:a17:903:25d6:b0:16b:f6ad:1027 with SMTP id jc22-20020a17090325d600b0016bf6ad1027mr6503937plb.25.1657773415655; Wed, 13 Jul 2022 21:36:55 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.54 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:54 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 19/27] gstreamer1.0-plugins-good: upgrade 1.20.2 -> 1.20.3 Date: Wed, 13 Jul 2022 18:35:39 -1000 Message-Id: <4aee173335f8d0d0723d629a0dd16a0d1c4ce463.1657772638.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 ; Thu, 14 Jul 2022 04:36:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168016 From: wangmy Changes from version 1.20.2 aacparse: Avoid mismatch between src_caps and output_header_type avidemux: Fix integer overflow resulting in heap corruption in DIB buffer inversion code (Security fix) deinterlace: Clean up error handling code flvdemux: Actually make use of the debug category gtkglsink: Fix double-free when OpenGL can't be initialised jack: Add support for detecting libjack on Windows matroskademux: Avoid integer-overflow resulting in heap corruption in WavPack header handling code (Security fix) matroskademux, qtdemux: Fix integer overflows in zlib/bz2/etc decompression code (Security fix) qtdemux: Don't use tfdt for parsing subsequent trun boxes rtpbin: Avoid holding GST_RTP_BIN_LOCK when emitting pad-added signal (to avoid deadlocks) rtpptdemux: Don't GST_FLOW_ERROR when ignoring invalid packets smpte: Fix integer overflow with possible heap corruption in GstMask creation. (Security fix) smpte: integer overflow with possible heap corruption in GstMask creation (Security fix) soup: fix soup debug category initialisation soup: Fix plugin/element init v4l2: Reset transfer in gst_v4l2_object_acquire_format() vpxenc: fix crash if encoder produces unmatching timestamp wavparse: ensure that any pending segment is sent before an EOS event is sent Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 66ba273c10b7d738f18620b5a2883d735fff3162) Signed-off-by: Steve Sakoman --- ...ugins-good_1.20.2.bb => gstreamer1.0-plugins-good_1.20.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.20.2.bb => gstreamer1.0-plugins-good_1.20.3.bb} (97%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.3.bb similarity index 97% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.3.bb index 6c52fb35b9..0235935a4a 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.3.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] = "83589007bf002b8f9ef627718f308c16d83351905f0db8e85c3060f304143aae" +SRC_URI[sha256sum] = "f8f3c206bf5cdabc00953920b47b3575af0ef15e9f871c0b6966f6d0aa5868b7" S = "${WORKDIR}/gst-plugins-good-${PV}" From patchwork Thu Jul 14 04:35: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: 10160 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 69AE5CCA481 for ; Thu, 14 Jul 2022 04:36:59 +0000 (UTC) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mx.groups.io with SMTP id smtpd.web08.4064.1657773418903645910 for ; Wed, 13 Jul 2022 21:36:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=mMrg1SbB; spf=softfail (domain: sakoman.com, ip: 209.85.216.52, mailfrom: steve@sakoman.com) Received: by mail-pj1-f52.google.com with SMTP id o5-20020a17090a3d4500b001ef76490983so1476378pjf.2 for ; Wed, 13 Jul 2022 21:36:58 -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=ypRG2YJyVM75yNWgEbK+yDvQSTdNGq3JvhjY08nl4dA=; b=mMrg1SbBcE1Tk4HRkhI3bRVm3NNZaLbtDIfLTGv1uVYJvLQB59zidddmu23K7NLSDo lrykKHrSIft15JhsSlCHe7Gq5kPKfQdoQ1H3K+WyDMvoJm5A1ltD6zlMuYQrkX6eHO63 H0XM40Bu0OffEMfyBL/gOZjsKnxNN7uhvJR9fGdftETykvObyHcZv0a+LHPPNZJzxvgF RbeAXhDGQviybcq/43eZ5J+5MPf7hgTBZ9GpLOZmtm02KZDSdHYH4MM6AQSM0H2aZQk9 QPUiRY7PLgj1CUiIjQOKB75VMA3tjmmmXvO4ykhaOJKlAE5VlGo4xHlplYxCMC8yxBPT e9yA== 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=ypRG2YJyVM75yNWgEbK+yDvQSTdNGq3JvhjY08nl4dA=; b=PMC/v0SrXupWjeYTVU08DNT7KdYQA/2gRP+Ui/wGkrsiFvZZ1LVvIqZpI7K2yNXt6y YWb108KCWvguQb7DGj5hymKY1c5/Lh11KJzqMQVkQi6i/WmlP1Ja6AO60eMP6Y6pa3py 5QZikLDoxoF/zvBljUAwGaHE4FjIm6vfOPQdZsafm6g7cTJPzQlvwVVBl0g1Z/ig4dXa /tVlfOHZyWpO2K5Pd1dIFybsFSOkeawyomcmcqaEm0OXXv+GG4tauV1qlw+1XEX6MlVz 51oczHYjzq9+CICMBDo5pEIXOmaq4byjQH+79b1t7Tv3VSbizoMuxBXyroHaukA4HdZF 46Dg== X-Gm-Message-State: AJIora/J7z7BWbjDeTDYDdsrUUZ9Asq5fEN8rZFPt0SrEbOZz4QKCIgL T5T+paydJVxr4dpPFNo1ZSct0x36DOJIHzHb X-Google-Smtp-Source: AGRyM1syIxMGMySw6EDLkFHkavbR9mR2C4EghVFk3mcsxtTE7EyKpHPgJa3x3LHoVVOK5pWakMUnHQ== X-Received: by 2002:a17:90b:4f4c:b0:1f0:565a:35d8 with SMTP id pj12-20020a17090b4f4c00b001f0565a35d8mr14530336pjb.32.1657773417959; Wed, 13 Jul 2022 21:36:57 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.56 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:57 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 20/27] gstreamer1.0-plugins-ugly: upgrade 1.20.2 -> 1.20.3 Date: Wed, 13 Jul 2022 18:35: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 ; Thu, 14 Jul 2022 04:36:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168017 From: wangmy No changes from version 1.20.2 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 7e673f87339426eb952e035407c36e4dbaa133fd) Signed-off-by: Steve Sakoman --- ...ugins-ugly_1.20.2.bb => gstreamer1.0-plugins-ugly_1.20.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.20.2.bb => gstreamer1.0-plugins-ugly_1.20.3.bb} (94%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.3.bb similarity index 94% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.3.bb index edc2ece979..ad7b84b5ab 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.3.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] = "b43fb4df94459afbf67ec22003ca58ffadcd19e763f276dca25b64c848adb7bf" +SRC_URI[sha256sum] = "8caa20789a09c304b49cf563d33cca9421b1875b84fcc187e4a385fa01d6aefd" S = "${WORKDIR}/gst-plugins-ugly-${PV}" From patchwork Thu Jul 14 04:35: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: 10165 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 69522CCA47B for ; Thu, 14 Jul 2022 04:37:09 +0000 (UTC) Received: from mail-pj1-f46.google.com (mail-pj1-f46.google.com [209.85.216.46]) by mx.groups.io with SMTP id smtpd.web09.3971.1657773416725024620 for ; Wed, 13 Jul 2022 21:37:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=A4mK/Hnp; spf=softfail (domain: sakoman.com, ip: 209.85.216.46, mailfrom: steve@sakoman.com) Received: by mail-pj1-f46.google.com with SMTP id p9so1401826pjd.3 for ; Wed, 13 Jul 2022 21:37:00 -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=yOcCZmajd0TC8hH1xVyHkvq7Iu54qWlNYCsUmJoNiU8=; b=A4mK/HnpzRg9AlpPpVPTa8KGbyGtdkRvOgaVDVCtmdZW5B1Hy0km+xKzkG000DC14J iVeYBB5j/25Ieq/ZnhqF2SZr6KvXhXMTasy15Si9fFi/FN5jgx6MMfsFkuB5TRfBcZKu dQj29uk/aiMifEQlTagbcczoZTUiaraD+wh7821QHXY2QtlywIVaUXmynblPA7ZuXR9x JWrEi/PNehT+ydBSchNgthxsgbnFiktu5x2oT0vdNUH2qffkF3n3FIcnnfpOzkG2wvPr H2Jf0NiIOtm5qYEQz5rB1h+OnZX5+5Wk2F0DQCjYzYcvoWK+UMQI8Yr5fzPOtrG5qBul ZR6w== 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=yOcCZmajd0TC8hH1xVyHkvq7Iu54qWlNYCsUmJoNiU8=; b=G4Pm2sytABA+S8lhFn/ZKamzSg/9DFu2atzizM804IwJhMxpVvVoXQp7eZiOczgahq e4p2sB4xL/psQ00UiYq5QyfvCE2m9HMkCKVNsIppkwHx4mLOjbXKPNw1UzR+p4Oysy7E cDnsTIjHsub+X3tetovpW8ot8HvB+B64XC4xt0SvZYUJPCYAmc0cje+XHQl7u8kaa0Hy BtiGu7/g4q2o+C2ROl8lttugztNePhwgYykqhI5Mojtqxn4INJ9iUvfIVNDCP18WB4R4 Vjh2iG/UV03vKlMqgNpwpv1KpWtwYeLkYQkMqGo7QZ4bR/lTFISL3nuIQrTG5osB3Dg4 744A== X-Gm-Message-State: AJIora9rtS/tFUR7UOYLtTOgWHPEUoA3VhxIpTnRuMlBpc99tzKr3WuN Yu/3KHgQJDUwii7ePPa4Ordal4W4mj7+AxKU X-Google-Smtp-Source: AGRyM1vnVtDFS4sK+fAl71kqaK+5G98msScH4t0YWuIaw9Jdr+nA1SpBjbFBOnZMHXVKg2Ja2IpGeA== X-Received: by 2002:a17:90b:268f:b0:1ef:ba7e:3fe4 with SMTP id pl15-20020a17090b268f00b001efba7e3fe4mr7782980pjb.23.1657773420045; Wed, 13 Jul 2022 21:37:00 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.36.58 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:36:59 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 21/27] gstreamer1.0-python: upgrade 1.20.2 -> 1.20.3 Date: Wed, 13 Jul 2022 18:35:41 -1000 Message-Id: <05f62a8fbbff52f394192944855ed4f4dca378cc.1657772638.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 ; Thu, 14 Jul 2022 04:37:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168018 From: wangmy No changes from version 1.20.2 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 4adb5263d31f6b23a9219b590d260ad59b64d270) Signed-off-by: Steve Sakoman --- ...reamer1.0-python_1.20.2.bb => gstreamer1.0-python_1.20.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.20.2.bb => gstreamer1.0-python_1.20.3.bb} (91%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.3.bb similarity index 91% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.3.bb index 34bc4bf4f4..57026ba73b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.3.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] = "853ea35a1088c762fb703e5aea9c30031a19222b59786b6599956e154620fa2f" +SRC_URI[sha256sum] = "db348120eae955b8cc4de3560a7ea06e36d6e1ddbaa99a7ad96b59846601cfdc" DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" From patchwork Thu Jul 14 04:35: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: 10168 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 71A84CCA481 for ; Thu, 14 Jul 2022 04:37:09 +0000 (UTC) Received: from mail-pg1-f169.google.com (mail-pg1-f169.google.com [209.85.215.169]) by mx.groups.io with SMTP id smtpd.web10.4024.1657773423515922757 for ; Wed, 13 Jul 2022 21:37:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=vcfs62lQ; spf=softfail (domain: sakoman.com, ip: 209.85.215.169, mailfrom: steve@sakoman.com) Received: by mail-pg1-f169.google.com with SMTP id h132so481569pgc.10 for ; Wed, 13 Jul 2022 21:37:03 -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=M+IJ/81zX76zH1W7tTq8BwF5R5cDH5c0+IXTTQSP814=; b=vcfs62lQuQehXxtWciX0YhjVAiJtin1e485ufmeXhtSRmwd+rCNeWBZnHgR2iGG0Va 58kz+2QafMipCZuS/qV0MhVEz9vdYdRM+qOqG7qfmuXwZf1XHnO+g46n52NGsAWY87S5 JCyBN/PJbvENcunGmRY/c3Xz4khefLzM4slsEHJlysUv11ppFcCcGO7vnRpELzAnuHpH lhLt0yap2ke6aHWlZ3wRdZsbMWaHd4p2u5/WTrNtTOwYmbHTGRcQPIMY8oH92jJrGUKG rGwxauaTfi3X1wp7HOL4VRaGr4Unuo7LxCKIheLRTe8w24F6o7P/4OkQltrcULIXZoQn 3FEg== 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=M+IJ/81zX76zH1W7tTq8BwF5R5cDH5c0+IXTTQSP814=; b=rKOj3MDfbIkZrXtwhc8I66UXFlo52K8ynDFyjWUHf7+2tU+kW9NhqTHKiEiLqXwwcn B3eEnwcXoK0b3WRljbgrQ4pVoDjX1QHtzB8yswtrawPdQsUmfp85wMkNRbjzmjxiFNJB qh6ITcJPq5oU2gyJLrG2gd6B4bl8SHd6/NIonXIuw+ou00gF5cAsxOpea6MBXuVEy/dz lwtQR25DY+ehmsEnpG/dzJVjvKJPuUYbO6ERTxCUV8gyzaBg4dfUdRbTaThW69SGMr3a utaFX8xr455PGfyzTKFCEKSA1IACxvyGfZTJ4AbPDRc2ZIzwIOtoc59ITGiL/0YRaOyA V1/A== X-Gm-Message-State: AJIora9o2/cHfrEdoeJ2s6OUfbjqaW7nUDAg7L6fyLySSCivrc8HEQJv ny1eOFzefq4g68HLIvSJ7+cW3CPDBAoY6jMx X-Google-Smtp-Source: AGRyM1vSL3S36FEd/n/MF6dFmSBTstE0w9GKFVgo3ORAz4bx/GbYSAFlgRkWOmI16grKU7KjFd5wqQ== X-Received: by 2002:a65:4d45:0:b0:411:83dc:9625 with SMTP id j5-20020a654d45000000b0041183dc9625mr5921498pgt.359.1657773422448; Wed, 13 Jul 2022 21:37:02 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.37.01 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:37:01 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 22/27] gstreamer1.0-rtsp-server: upgrade 1.20.2 -> 1.20.3 Date: Wed, 13 Jul 2022 18:35:42 -1000 Message-Id: <4f00cdf81529ddbc3b9f440a9f384358811db283.1657772638.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 ; Thu, 14 Jul 2022 04:37:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168019 From: wangmy No changes from version 1.20.2 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 71baf93a42ce719b143c863beae07200a1f82361) Signed-off-by: Steve Sakoman --- ...rtsp-server_1.20.2.bb => gstreamer1.0-rtsp-server_1.20.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.20.2.bb => gstreamer1.0-rtsp-server_1.20.3.bb} (90%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.3.bb similarity index 90% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.3.bb index fd6e16c2bf..fd4f82fcc3 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.3.bb @@ -10,7 +10,7 @@ PNREAL = "gst-rtsp-server" SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" -SRC_URI[sha256sum] = "6a8e9d136bbee4fc03858a0680dd5cbf91e2e989c43da115858eb21fb1adbcab" +SRC_URI[sha256sum] = "ee402718be9b127f0e5e66ca4c1b4f42e4926ec93ba307b7ccca5dc6cc9794ca" S = "${WORKDIR}/${PNREAL}-${PV}" From patchwork Thu Jul 14 04:35: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: 10167 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 6522CC43334 for ; Thu, 14 Jul 2022 04:37:09 +0000 (UTC) Received: from mail-pg1-f169.google.com (mail-pg1-f169.google.com [209.85.215.169]) by mx.groups.io with SMTP id smtpd.web10.4024.1657773423515922757 for ; Wed, 13 Jul 2022 21:37:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=U8DPfUyS; spf=softfail (domain: sakoman.com, ip: 209.85.215.169, mailfrom: steve@sakoman.com) Received: by mail-pg1-f169.google.com with SMTP id h132so481622pgc.10 for ; Wed, 13 Jul 2022 21:37: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=eKLPz9p8IufudTBWRZ1dWFetH7Wjge+1/7pr05qn5Uc=; b=U8DPfUySS8oftyUtstpDn2lGVA1REaEkL8Asc6dYq7AsoWN1FDsYtbpPDjvQMvQyTT 0eVVUnIg698LqGIgMrPuXz9ZRucZR7vJIv1AGXiYL9TdNX0VLCLUaM2SAdNqfP7pZDJa YaP/94Ucn05wX5ClVuC8kvWfiLIXOFp5FUSCobOthTfjt3+JnxaAfmSYdlnKViM6xLKO 5Vlu9fVM2eRfnsXH5xau02QrhhFnRKIVQCKPaoCQ+f4bqLZnX74rAs6XRzz2c6sow6eW 0YPMmhCOsGiasAHLMRtrld8aufXMrZ357JgiucU7iLinF63qgc5UaA+hs0DPp4ajGM06 fKww== 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=eKLPz9p8IufudTBWRZ1dWFetH7Wjge+1/7pr05qn5Uc=; b=FMuWF8aZPH272b4IPGqCIfRaWcUrOpJC7v8nWB2xvCLuZHLzXVddG3bRLDinSW7mBv lXtIW2kNtMNwLH8Xt3j6+At4gYi174fRIUHjFb2ic22VFtwV9Vf/KO1KvYRPyeOVUdHa PhSVits1RhjlCTp/LlBWonggDdBETJyTWWrQxYz4tjkrkU+HKtOAjaFyJB1K25XR70KY hnCxQPbATCyma8XI8ChZ0FSKLPgvt2DifCvn8xf6M+Uk5tsf//mfEe//91Uhs4NS+uXL +/jdEcuJmMg2cPLRNnb0lEwzdG2yq9CXuSY2wQR3oosQIRVOldbHv4DWpgoZE5sPDvV7 B6gg== X-Gm-Message-State: AJIora+gj/SKhsodyT0P/dUMIwXMwiHXyxSTs1q03b6u84MLaa81Uwfv PUM8jrcTcJaH7aBs86uTSvpWLN3HcZaTjnza X-Google-Smtp-Source: AGRyM1tYGM5y29DtD+MyXTLL583ptZOHZBoiX6iG6d4q9heIvaNf95NURwZ6KgUsRP1sXeEpQYbe+Q== X-Received: by 2002:a63:258:0:b0:40d:3156:6d61 with SMTP id 85-20020a630258000000b0040d31566d61mr5989110pgc.190.1657773424753; Wed, 13 Jul 2022 21:37: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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.37.03 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:37:04 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 23/27] gstreamer1.0-vaapi: upgrade 1.20.2 -> 1.20.3 Date: Wed, 13 Jul 2022 18:35:43 -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 ; Thu, 14 Jul 2022 04:37:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168020 From: wangmy Changes from version 1.20.2 vaapi: Do not disable the whole vpp when some va operations not available vaapidecode, vaapipostproc: Disable DMAbuf from caps negotiation scrambled video with some Intel graphics cards Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit c363ae6f797460654a7884402f7f98181a7d688f) Signed-off-by: Steve Sakoman --- ...streamer1.0-vaapi_1.20.2.bb => gstreamer1.0-vaapi_1.20.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.20.2.bb => gstreamer1.0-vaapi_1.20.3.bb} (95%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.bb similarity index 95% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.bb index 40dc21cf45..6e580f9f79 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.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] = "30126ab6e3105dab8da76bd9951a68886149bcd70c7fee0bac68de564de41d3d" +SRC_URI[sha256sum] = "6ee99eb316abdde9ad37002915bd8c3867918f6fdc74b7cf2ac4c1ae0d690b45" S = "${WORKDIR}/${REALPN}-${PV}" DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" From patchwork Thu Jul 14 04:35:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 10166 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 69615C3F2D4 for ; Thu, 14 Jul 2022 04:37:09 +0000 (UTC) Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) by mx.groups.io with SMTP id smtpd.web11.4072.1657773428231241480 for ; Wed, 13 Jul 2022 21:37:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=Hz+tDBdp; spf=softfail (domain: sakoman.com, ip: 209.85.210.174, mailfrom: steve@sakoman.com) Received: by mail-pf1-f174.google.com with SMTP id g126so827626pfb.3 for ; Wed, 13 Jul 2022 21:37: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=LXayFFuISdT/lwme8fS1QKFrNiMrwe+3xJOsx145uRU=; b=Hz+tDBdpSLEoNJ6LEJCsAorXCgdmmNb8c9xiXaZmWW7zx4DkL/iLNMZM1q+6dcMAkd g4DjJu1HvGn7gkvLIGc4kXEz+c8yOZxH112OHXiGJE3IET+G4AHGJaEiAMnjX5YPi6q1 HXslxvePTJojE75X0DKlOk9wNMQIy9Gq19B5RNK1EpiaGhvZjM+8D/kfPwQbyxmCJRFi hDMLd6kyBxJ2SNQIC9ABRFjDe5SdY0nxHTh+syrHBmTrDPBZyWEI4S0F2pPbwH6VPWmf gb76cCRZGKHH8lIbCS74sjHR5XqmwK61pKRbxL6RNSfP5hjKX890/0Q7K36v+gihhfFj 9WsA== 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=LXayFFuISdT/lwme8fS1QKFrNiMrwe+3xJOsx145uRU=; b=VY5GnfCTLzukCf8oNQkBYAs+uYSlwVM37bUVNRfIA95QuzTynFMd82ySFuWAk38mBX ITZgpB9AmDLYLKAD3t9/Jbbc6+4tZ9uQJwStVNnAhfQjA1dW9GF/xoHoskfz12CIbHiu RdQ4ye1mDzmPiEc4AKMIwnM1kz7nng5uBaTaf4dKj+E70edVseMz1sbusIPxh5SkjdMW xY3e0O7uv2/8ci7yBNYD3RD6uyNP8WYW2N82VTg5sfruW2NH9S0hIaw9jUWHaq6fI2+E DhDbeC1WFdXNMosJ+wnaXaw+Y9vrPRnF0B9YdYAdb5nYGUZSIigLwGHfyO2vG4p6fAEy +zLg== X-Gm-Message-State: AJIora9zxeDtraY4Zj09+NYG73ivG+gO2aV1z7XFZ10391OVfExcKDNV 03Wpdkc9wnv2oLOTtdbP/c93lATHfGOVKWbw X-Google-Smtp-Source: AGRyM1uY74OLugSTnSh9GCwIW3oisxbsyBk4K9csmly+4e7EffWW+FH7oko51f7HyyMqGIgFmDAb5g== X-Received: by 2002:a05:6a00:1693:b0:528:3c0:5825 with SMTP id k19-20020a056a00169300b0052803c05825mr6593548pfc.21.1657773427106; Wed, 13 Jul 2022 21:37: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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.37.05 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:37:06 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 24/27] weston: update 10.0.0 -> 10.0.1 Date: Wed, 13 Jul 2022 18:35:44 -1000 Message-Id: <3903a248e1b861d0a3826b35d61666c6a3bb7ad5.1657772638.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 ; Thu, 14 Jul 2022 04:37:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168021 From: Alexander Kanavin The bug-fix release includes the following changes: In some cases we couldn't assign outputs to clients in kiosk-shell. This would affect clients who perform an initial commit and afterwards set the window property. Fixed a couple of issues with output assignment in multiple outputs setups on kiosk-shell. Fixed sub-surfaces that were not updated on commit, by caching buffer damage for synced sub-surfaces. Fixed an issue with sub-surfaces, which in some circumstances would show them of, even if unmapped. Fixed build issue related to deprecated fbdev back-end. Re-worked some previous fixes in desktop-shell to address closing/destroying of client's windows, which is particularly problematic when having close animation enabled. Minor fixes to the simple-egl client to defer the creation of the EGL window after the initial wl_surface commit. Multiple fixes to the simple-dmabuf-feedback client to support multi-tranche feedbacks: improved buffer status tracking, added a fallback print method for unknown formats, and resort to using a time slot instead of using a number of redraws. Increased buffer limit to four for simple-dmabuf-* clients. Improved debugging support when KMS import failed. - optimized surface feedback creation on demand. Fix performance regression in fragment shader brought in by previous color management work. Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 682594b7827d15813c3bc4980a561ad7e89ea8b4) Signed-off-by: Steve Sakoman --- .../wayland/{weston_10.0.0.bb => weston_10.0.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{weston_10.0.0.bb => weston_10.0.1.bb} (97%) diff --git a/meta/recipes-graphics/wayland/weston_10.0.0.bb b/meta/recipes-graphics/wayland/weston_10.0.1.bb similarity index 97% rename from meta/recipes-graphics/wayland/weston_10.0.0.bb rename to meta/recipes-graphics/wayland/weston_10.0.1.bb index 93f7b59659..e27dac164e 100644 --- a/meta/recipes-graphics/wayland/weston_10.0.0.bb +++ b/meta/recipes-graphics/wayland/weston_10.0.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \ file://libweston/compositor.c;endline=27;md5=eb6d5297798cabe2ddc65e2af519bcf0 \ " -SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ +SRC_URI = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz \ file://weston.png \ file://weston.desktop \ file://xwayland.weston-start \ @@ -15,7 +15,7 @@ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ SRC_URI:append:libc-musl = " file://dont-use-plane-add-prop.patch " -SRC_URI[sha256sum] = "5c23964112b90238bed39e5dd1e41cd71a79398813cdc3bbb15a9fdc94e547ae" +SRC_URI[sha256sum] = "8a9e52506a865a7410981b04f8341b89b84106db8531ab1f9fdd37b5dc034115" UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" From patchwork Thu Jul 14 04:35:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 14264 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 25/27] glib-2.0: upgrade 2.72.2 -> 2.72.3 Date: Wed, 13 Jul 2022 18:35:45 -1000 Message-Id: <0d9a2d4d659acf1747bf4ad328754579143fa07a.1657772638.git.steve@sakoman.com> In-Reply-To: References: MIME-Version: 1.0 List-id: To: openembedded-core@lists.openembedded.org From: Alexander Kanavin Bugs fixed: 1941 disposing a non-cancelled inotify GFileMonitor causes deadlocks 2597 Crash in g_socket_client_enumerator_callback when proxy resolving 2639 xdgmime update breaks webkit2gtk file:// requests 2670 Growing memory when using cancellable in g_socket_client_connect_async 2703 glocalfilemonitor: Avoid file monitor destruction from event thread 2709 Backport !2707 “credentials: macos: check for existence of LOCAL_PEERPID” to glib-2-72 2720 Backport !2708 “xdgmime: Fix broken file:// content type lookups for webkitgtk” to glib-2-72 2750 Backport !2745 “gsocketclient: Fix still-reachable references to cancellables” to glib-2-72 2787 Backport !2742 “proxyaddressenumerator: set error parameter more thoughtfully” to glib-2-72 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 3c4b0196be98fa2dad92f59ead6dd74b26be8ffd) Signed-off-by: Steve Sakoman --- meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch | 2 +- .../glib-2.0/{glib-2.0_2.72.2.bb => glib-2.0_2.72.3.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0_2.72.2.bb => glib-2.0_2.72.3.bb} (96%) diff --git a/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch b/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch index fb50fff6a5..c0114397d8 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch +++ b/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch @@ -1,4 +1,4 @@ -From a30eb17c20e070124b55523d86729348f2929f95 Mon Sep 17 00:00:00 2001 +From 9a66887179d28d696562dcac43ad05d67580cfdb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 11 Mar 2016 15:35:55 +0000 Subject: [PATCH] glib-2.0: relocate the GIO module directory for native builds diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.72.2.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb similarity index 96% rename from meta/recipes-core/glib-2.0/glib-2.0_2.72.2.bb rename to meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb index c4a8a4b8ad..dd1ea508d2 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.72.2.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb @@ -19,7 +19,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ " SRC_URI:append:class-native = " file://relocate-modules.patch" -SRC_URI[sha256sum] = "78d599a133dba7fe2036dfa8db8fb6131ab9642783fc9578b07a20995252d2de" +SRC_URI[sha256sum] = "4a39a2f624b8512d500d5840173eda7fa85f51c109052eae806acece85d345f0" # Find any meson cross files in FILESPATH that are relevant for the current # build (using siteinfo) and add them to EXTRA_OEMESON. From patchwork Thu Jul 14 04:35: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: 10169 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 64B07C433EF for ; Thu, 14 Jul 2022 04:37:19 +0000 (UTC) Received: from mail-pg1-f169.google.com (mail-pg1-f169.google.com [209.85.215.169]) by mx.groups.io with SMTP id smtpd.web10.4024.1657773423515922757 for ; Wed, 13 Jul 2022 21:37:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=FZ0Yug61; spf=softfail (domain: sakoman.com, ip: 209.85.215.169, mailfrom: steve@sakoman.com) Received: by mail-pg1-f169.google.com with SMTP id h132so481827pgc.10 for ; Wed, 13 Jul 2022 21:37:12 -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=1BQxZqGo1Ecrpm9l/f5kxysWJ30GO9v4RYQPuLfEY1k=; b=FZ0Yug61DSELhkn1eIFoAwCkKRJdrE1JYzFoaJlW7KKmvy0QKwWWLAsC/JOzgYKlnQ etNKRhrOGnJm1Q0JZBaWz+z+hp4nOatzTL+7tj9PanQD1WvCLoh7ccELTOzWKq4Ud6CJ oU9/suFraUy6vaR8/eSwOJDq9iBFiz1/hj0owtAMlTN1Xr/j3rW+noy/BMJULSqcI71Z THHOWELgyDV9J1WrqB/PMqN6EqD95ncMlrJKUXjP7O97jzz5O2xf3gGuM0Z37HAiHXEg qwSav6iLOKFB71OpV4gOUOmf8om2FHATxdbf74C3BupRoJNi1I4+0OvNAOYnv4giQi5b ujsA== 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=1BQxZqGo1Ecrpm9l/f5kxysWJ30GO9v4RYQPuLfEY1k=; b=kxyqs3t+MrA9ZAaIYLvs60UuXa5ZQBi2BcXPz+fUDMqtbuHiVuH41VbFodVYW+5wjo ZGv81m6RrAtDgR4zo7Rq0NEc4llotLzBvZFG0lxVQQllKwr1kQ3NpkNbsVes0Ll5gCr6 1tR2l2jclzrG5DhvaseBSBPuO9WnoNYwK2JZy6UQKEKHgkq/70oG43MVOtpIdeUImfHu oX8GZ9fRkJoVyN4qVaXpZjjjs4mTwE6QPG1SFtYL6iD6EdeRTZe8CnFxL0p65iItnxBV mvn068CixUelqowsTei/HccznkI9pNu3vhN3NxfA+E7MC1BHvhHCqrOepaQn0KdyEOCf z+jg== X-Gm-Message-State: AJIora+tR0q4W3fnYP5tdq5nfe8lJRUmLZxtYDkGw5B/MjblnB7T7POL tIYc3lXknPLnXMLP0QUrKB0e6i/hK5wgyDSi X-Google-Smtp-Source: AGRyM1up2qlFqWMsSO/KAzNqKJx455OR4ymkpUbscNSIu+j4CK1+lCxMUONYSe6Bjaj0gXaHJGl1eA== X-Received: by 2002:a63:84c7:0:b0:412:a0b2:3add with SMTP id k190-20020a6384c7000000b00412a0b23addmr6005281pgd.511.1657773431852; Wed, 13 Jul 2022 21:37:11 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.37.10 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:37:11 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 26/27] glib-networking: upgrade 2.72.0 -> 2.72.1 Date: Wed, 13 Jul 2022 18:35: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 ; Thu, 14 Jul 2022 04:37:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168023 From: Alexander Kanavin 2.72.1 - June 29, 2022 ====================== - Discard empty proxy environment variables (#189) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 49827652371ca9836e58c0d5883dbd59d08cde72) Signed-off-by: Steve Sakoman --- .../{glib-networking_2.72.0.bb => glib-networking_2.72.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/glib-networking/{glib-networking_2.72.0.bb => glib-networking_2.72.1.bb} (93%) diff --git a/meta/recipes-core/glib-networking/glib-networking_2.72.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.72.1.bb similarity index 93% rename from meta/recipes-core/glib-networking/glib-networking_2.72.0.bb rename to meta/recipes-core/glib-networking/glib-networking_2.72.1.bb index d578f17aa5..41f18d1c48 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.72.0.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.72.1.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" SECTION = "libs" DEPENDS = "glib-2.0" -SRC_URI[archive.sha256sum] = "100aaebb369285041de52da422b6b716789d5e4d7549a3a71ba587b932e0823b" +SRC_URI[archive.sha256sum] = "6fc1bedc8062484dc8a0204965995ef2367c3db5c934058ff1607e5a24d95a74" PACKAGECONFIG ??= "openssl ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" From patchwork Thu Jul 14 04:35: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: 10170 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 69343CCA47B for ; Thu, 14 Jul 2022 04:37:19 +0000 (UTC) Received: from mail-pg1-f170.google.com (mail-pg1-f170.google.com [209.85.215.170]) by mx.groups.io with SMTP id smtpd.web12.4030.1657773406926155370 for ; Wed, 13 Jul 2022 21:37:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sakoman-com.20210112.gappssmtp.com header.s=20210112 header.b=cyrrQPJ3; spf=softfail (domain: sakoman.com, ip: 209.85.215.170, mailfrom: steve@sakoman.com) Received: by mail-pg1-f170.google.com with SMTP id 23so490356pgc.8 for ; Wed, 13 Jul 2022 21:37:15 -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=s+1XNJChUzOPCJRQnxB6gkoxqfC8boz73j3lUm+z11E=; b=cyrrQPJ3Wv5+BomivJEvF2y2pIOo5O/V4hm90PjMuf3WnesLu5ILjO1loaJyd4lXqm lqk8YsusJ+hlSsk3qq6pPTY8t03rlejttbc8pREW253hOkDzt7K8OIydBS6NTRA82skJ aHo/CmpHnHNkPvNDtTaGLc9IaNssGtDwD4/h94wYg/VFrBFYkELcctw7/AYyhORscbWz nUhedAcidjLj0Dqdzk5AuuXTV23+bOaTtKxQYvkf99Y3nJdJ7GS9hhDICFTjF4y4KgbA j5A8V7RUlcLMokPQRY7SflSMI9U1/EQy+XQgIJzhi6O+CH+zQ8Ml2J0VNYynP3jvkSRm xD/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=s+1XNJChUzOPCJRQnxB6gkoxqfC8boz73j3lUm+z11E=; b=1RtsSEHEJ94KZiDdiKsgBr8U2nYwlulGTmG8OhN8rvzx5T6/3Oo96/jEJCP5jOCBLq v4oMIGyYH5nDQ3JNLTRDsUayWUIqqVn5bDIFOXH1QdlOaadILouXYq/DJvozT83+3onP Y198Y8s4L2GnM1sxe+ygaRT6ZKW6oAVOHYzusbcTsfWq+GKcbt9mB+D8rYGc4qYPUskB gFQRQd2ROfWj/WgB5F8iPLg5oF7grEevSm5hrN1EKZs29giWYkx8NpxYXPeixYyxjheu cMFL5taB4Aw01gHjTFe51VnSgJrP5jznLrLv03LzSWaCcu0cKngalMZNMAB+nMAeVtxH AH4Q== X-Gm-Message-State: AJIora/FKIFbTBH4fIoIQwrEOL783h5aQGjzrhzSJefNQyQ7p8NF9CeL e6cjEZdYyXXoTYJl2/ykPJZ8C7ynzYE/GO+B X-Google-Smtp-Source: AGRyM1tzIJrLYOAFMdOB7VWCUh4FMwWSkzLmQ4AKAZz6ctMwBXt9dNk3MGu0GQOxznqQW5smL0LOkw== X-Received: by 2002:a63:2bc4:0:b0:419:7b8c:210a with SMTP id r187-20020a632bc4000000b004197b8c210amr5985417pgr.439.1657773434663; Wed, 13 Jul 2022 21:37:14 -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 f6-20020aa79d86000000b0050dc762819bsm411320pfq.117.2022.07.13.21.37.12 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 21:37:13 -0700 (PDT) From: Steve Sakoman To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 27/27] libsoup: upgrade 3.0.6 -> 3.0.7 Date: Wed, 13 Jul 2022 18:35:47 -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 ; Thu, 14 Jul 2022 04:37:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168024 From: Alexander Kanavin Changes in libsoup from 3.0.6 to 3.0.7: * Fix leak in SoupAuthNTLM [Milan Crha] * Fix constructing SoupAuthNTLM objects [Milan Crha] * Disable mutual negotiation in SoupAuthNegotiate [Michael Catanzaro] * http2: Do not advertise the `h2` protocool for proxy connections [Carlos Garcia Campos] * http2: Remove left-over headers when HTTP/1 redirects to HTTP/2 [Carlos Garcia Campos] * http2: Handle HTTP_1_1_REQUIRED error [Carlos Garcia Campos] * http2: Read request bodies synchronously for sync requests [Carlos Garcia Campos] * http2: Properly handle server sending shut down GOAWAY [Carlos Garcia Campos] * tests: Remove dependency on Apache's PHP module [Carlos Garcia Campos] * tests: Depend upon Apache's http2 module [Carlos Garcia Campos] Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 800e0d32db86dccfe1b54111d01034e4a315cce9) Signed-off-by: Steve Sakoman --- .../libsoup/{libsoup_3.0.6.bb => libsoup_3.0.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libsoup/{libsoup_3.0.6.bb => libsoup_3.0.7.bb} (94%) diff --git a/meta/recipes-support/libsoup/libsoup_3.0.6.bb b/meta/recipes-support/libsoup/libsoup_3.0.7.bb similarity index 94% rename from meta/recipes-support/libsoup/libsoup_3.0.6.bb rename to meta/recipes-support/libsoup/libsoup_3.0.7.bb index 17825ae6a4..59cc4a1d0a 100644 --- a/meta/recipes-support/libsoup/libsoup_3.0.6.bb +++ b/meta/recipes-support/libsoup/libsoup_3.0.7.bb @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2" SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" -SRC_URI[sha256sum] = "b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6" +SRC_URI[sha256sum] = "ebdf90cf3599c11acbb6818a9d9e3fc9d2c68e56eb829b93962972683e1bf7c8" PROVIDES = "libsoup-3.0" CVE_PRODUCT = "libsoup"