From patchwork Thu Feb 24 06:28:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lee, Chee Yang" X-Patchwork-Id: 4192 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 78D03C433F5 for ; Thu, 24 Feb 2022 06:30:42 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web08.7260.1645684241176371553 for ; Wed, 23 Feb 2022 22:30:42 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=RQEpFNx0; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: chee.yang.lee@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645684241; x=1677220241; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=qwcBBowQ72Wot5OFhDbtLEAPVBbnIpp4w/Guca+BIE0=; b=RQEpFNx0XLiNIh+P6PLNpd5mfa8cq/xo9MkZnpoiYmv/xc9W+6zk4TZF 5ks/KQ8Ddebrdvte+ONQL5BqMXjTGvM0yUqSg/7hny870RaZbHMB2S6Pr EzqYOUvCkM7Qdsy5aCVlfkYVYjwR8+tBap9/hjXLXZAncgibd/XPeZzBM KAoqB6pMo2d8141sLEgMt/6f/5d83gWxLCnt51yXC0fstVmAwcpo6izek /5q5POjDdmDzzZ6Cq84NAhbT4aIHdFq6IfGEzuCffhD5kKiiOxneIpC9M mvV5pyUifKu30RI7GkDY4/HEjmsCQhpX1nxDY3N5iEsTBJpIuuG4I1mzT g==; X-IronPort-AV: E=McAfee;i="6200,9189,10267"; a="338600474" X-IronPort-AV: E=Sophos;i="5.88,393,1635231600"; d="scan'208";a="338600474" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 22:30:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,393,1635231600"; d="scan'208";a="574101888" Received: from cheeyang-desk1.png.intel.com ([10.158.87.104]) by orsmga001.jf.intel.com with ESMTP; 23 Feb 2022 22:30:39 -0800 From: chee.yang.lee@intel.com To: openembedded-core@lists.openembedded.org Subject: [PATCH][honister 1/4] harfbuzz: upgrade 2.9.0 -> 2.9.1 Date: Thu, 24 Feb 2022 14:28:53 +0800 Message-Id: <20220224062856.2249762-1-chee.yang.lee@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Feb 2022 06:30:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162298 From: wangmy Final subset API is in place and if no issues are discovered, it will be the stable subset API of HarfBuzz 3.0.0. Old API is kept to ease transition, but will be removed in 3.0.0. Various fuzzer-found bug fixes. hb_buffer_append() now handles the pre- and post-context which previously were left unchanged in the destination buffer. hb-view / hb-shape now accept following new arguments: --unicodes-before/after: takes a list of hex numbers that represent Unicode codepoints. Undeprecated API: hb_set_invert() (From OE-Core rev: 0a9d19f575fda7db2f768f77701a137da8f73a97) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Lee Chee Yang --- .../harfbuzz/{harfbuzz_2.9.0.bb => harfbuzz_2.9.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_2.9.0.bb => harfbuzz_2.9.1.bb} (95%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.9.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.9.1.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_2.9.0.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_2.9.1.bb index bc91a8c03c..694553beef 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.9.0.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.9.1.bb @@ -12,7 +12,7 @@ UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" UPSTREAM_CHECK_REGEX = "harfbuzz-(?P\d+(\.\d+)+).tar" SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "3e1c2e1d2c65d56364fd16d1c41a06b2a35795496f78dfff635c2b7414b54c5a" +SRC_URI[sha256sum] = "0edcc980f526a338452180e701d6aba6323aef457b6686976a7d17ccbddc51cf" inherit meson pkgconfig lib_package gtk-doc gobject-introspection From patchwork Thu Feb 24 06:28:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lee, Chee Yang" X-Patchwork-Id: 4193 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 5DD87C433FE for ; Thu, 24 Feb 2022 06:30:43 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web08.7260.1645684241176371553 for ; Wed, 23 Feb 2022 22:30:42 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=ZpQCBGVu; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: chee.yang.lee@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645684242; x=1677220242; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=mAPh35aI41iL/g3ryZyReqS7H+OQ/+4PoDTKX8brKIs=; b=ZpQCBGVu/YkTQEKFnPh2WA/Jc9q5h/NBAxQ0UyZtPoeRilXX3q2RruWJ 3MHIqgemv974RMwKhlwbFqolXmkPKIHAkdXLf/acJdHBX4dBwntmPu6OI fECiLkldupnYmlJM04obnjJIE1wpFJHtNpqMBeZCBxwe5KfCqw+wHYwtL LoaZ6gzEZCf6mCzNhSjgpd2dtVnoBzQ71aoxUzoiBmkR53FMlDrKBcD5L NZepZlKZjkG/CtN6db/IPXzMD2XgrSH27lQ4wBEI5as+jtdDStPqPl8UB f6ftxCUu4LquhL+e8o5lUUmJToypEaw23bf1ihDCIgz9DUanhF26Gaqsf w==; X-IronPort-AV: E=McAfee;i="6200,9189,10267"; a="338600476" X-IronPort-AV: E=Sophos;i="5.88,393,1635231600"; d="scan'208";a="338600476" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 22:30:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,393,1635231600"; d="scan'208";a="574101893" Received: from cheeyang-desk1.png.intel.com ([10.158.87.104]) by orsmga001.jf.intel.com with ESMTP; 23 Feb 2022 22:30:40 -0800 From: chee.yang.lee@intel.com To: openembedded-core@lists.openembedded.org Subject: [PATCH][honister 2/4] ruby: update 3.0.2 -> 3.0.3 Date: Thu, 24 Feb 2022 14:28:54 +0800 Message-Id: <20220224062856.2249762-2-chee.yang.lee@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220224062856.2249762-1-chee.yang.lee@intel.com> References: <20220224062856.2249762-1-chee.yang.lee@intel.com> 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, 24 Feb 2022 06:30:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162299 From: Alexander Kanavin Do not tweak a file that is no longer installed. (From OE-Core rev: 1af0c4ef56d1892f284b6787ccc5a925d023e178) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie Signed-off-by: Lee Chee Yang --- meta/recipes-devtools/ruby/{ruby_3.0.2.bb => ruby_3.0.3.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta/recipes-devtools/ruby/{ruby_3.0.2.bb => ruby_3.0.3.bb} (93%) diff --git a/meta/recipes-devtools/ruby/ruby_3.0.2.bb b/meta/recipes-devtools/ruby/ruby_3.0.3.bb similarity index 93% rename from meta/recipes-devtools/ruby/ruby_3.0.2.bb rename to meta/recipes-devtools/ruby/ruby_3.0.3.bb index 2abf504d91..95feb94dd4 100644 --- a/meta/recipes-devtools/ruby/ruby_3.0.2.bb +++ b/meta/recipes-devtools/ruby/ruby_3.0.3.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://0006-Make-gemspecs-reproducible.patch \ " -SRC_URI[sha256sum] = "5085dee0ad9f06996a8acec7ebea4a8735e6fac22f22e2d98c3f2bc3bef7e6f1" +SRC_URI[sha256sum] = "3586861cb2df56970287f0fd83f274bd92058872d830d15570b36def7f1a92ac" PACKAGECONFIG ??= "" PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" @@ -83,8 +83,6 @@ do_install_ptest () { -i ${D}${PTEST_PATH}/test/erb/test_erb_command.rb cp -r ${S}/include ${D}/${libdir}/ruby/ - test_case_rb=`grep rubygems/test_case.rb ${B}/.installed.list` - sed -i -e 's:../../../test/:../../../ptest/test/:g' ${D}/$test_case_rb } PACKAGES =+ "${PN}-ri-docs ${PN}-rdoc" From patchwork Thu Feb 24 06:28:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lee, Chee Yang" X-Patchwork-Id: 4194 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 52ECEC433EF for ; Thu, 24 Feb 2022 06:30:43 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web08.7260.1645684241176371553 for ; Wed, 23 Feb 2022 22:30:42 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=nfrgPVpE; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: chee.yang.lee@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645684242; x=1677220242; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=Qpbf/5kT+yqy6sUjnzTGiIbnniV9tzjWqBQOsBJDiUA=; b=nfrgPVpEBPLPd63Nx5xbxm5g+75j219zvjyLZnUlEqYJqUVXyDp4ebt3 SQcys92hcJGgidWKvl8XilpvXTz5h8lie6hG9SeSYjXfxXTWG5dEJu1HJ jrQhieVEVV7emQRlJ6ZfYwFr2D9upz/DucMSpW9vGC32teRtZ83qym8LF mL2eqF+LOUzfRv5djlEtUCYzg/ZUE9VKcqdXFqXwa0bJjI523ZwE/Tn6f tPLOoZ2QXMjT/L3yueuEacpnRp9jeTWiyLjasvGd8oGVH8Jx+Ds21yr9d 2unYa/t/9W8bXeDBHDE9776Tt5bvwoHqA3YsgMDzvi4KHKsWH98z3/ulp g==; X-IronPort-AV: E=McAfee;i="6200,9189,10267"; a="338600480" X-IronPort-AV: E=Sophos;i="5.88,393,1635231600"; d="scan'208";a="338600480" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 22:30:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,393,1635231600"; d="scan'208";a="574101894" Received: from cheeyang-desk1.png.intel.com ([10.158.87.104]) by orsmga001.jf.intel.com with ESMTP; 23 Feb 2022 22:30:41 -0800 From: chee.yang.lee@intel.com To: openembedded-core@lists.openembedded.org Subject: [PATCH][honister 3/4] libarchive: upgrade 3.5.1 -> 3.5.2 Date: Thu, 24 Feb 2022 14:28:55 +0800 Message-Id: <20220224062856.2249762-3-chee.yang.lee@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220224062856.2249762-1-chee.yang.lee@intel.com> References: <20220224062856.2249762-1-chee.yang.lee@intel.com> 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, 24 Feb 2022 06:30:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162300 From: Alexander Kanavin (From OE-Core rev: f8f39cd5757907d50444203e0e6e2c5ed0a47152) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Lee Chee Yang --- .../libarchive/{libarchive_3.5.1.bb => libarchive_3.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libarchive/{libarchive_3.5.1.bb => libarchive_3.5.2.bb} (96%) diff --git a/meta/recipes-extended/libarchive/libarchive_3.5.1.bb b/meta/recipes-extended/libarchive/libarchive_3.5.2.bb similarity index 96% rename from meta/recipes-extended/libarchive/libarchive_3.5.1.bb rename to meta/recipes-extended/libarchive/libarchive_3.5.2.bb index 7d98e573b8..385bcef6e9 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.5.1.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.5.2.bb @@ -34,7 +34,7 @@ EXTRA_OECONF += "--enable-largefile" SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz" -SRC_URI[sha256sum] = "9015d109ec00bb9ae1a384b172bf2fc1dff41e2c66e5a9eeddf933af9db37f5a" +SRC_URI[sha256sum] = "5f245bd5176bc5f67428eb0aa497e09979264a153a074d35416521a5b8e86189" inherit autotools update-alternatives pkgconfig From patchwork Thu Feb 24 06:28:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lee, Chee Yang" X-Patchwork-Id: 4195 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 5A1A7C4332F for ; Thu, 24 Feb 2022 06:30:44 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web08.7260.1645684241176371553 for ; Wed, 23 Feb 2022 22:30:43 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=E/DVN5uN; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: chee.yang.lee@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645684243; x=1677220243; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=4UCQMU8FmjMFfZd63Wfp3Zw8uZDJOzFhnVJI7ae4BOw=; b=E/DVN5uNUeQ8hGBAbtbDg7ixNoacIEN90FWD7R+yI7NcRgsidhKkdN1w USmpOqUVUUrs8ESbS9XhX1r3O0L9jHnUFR+/4NkenYNDYWMyLiXwddE// eDLu3cRnitVPBodJyNMdNhuza9wFZaWC99qtUVKIRoEYvKiKvuqLkItGG vy6IIkmQSluvq4EcVLUIG4fBnJ/whUaLsQo4PLvzKJJW/EoCVp9aGp2Pz UFuzJ+AoYNXUMQwzLspJmLjxx9we/ZJRFWi5r8QeFx8vsDJbSnMWaWmQv AcV4v4WjB7zKZEKKzJ/ZWkZac5MqtIvFMoK162fN5XAt/Q0aL7LsDr3df g==; X-IronPort-AV: E=McAfee;i="6200,9189,10267"; a="338600485" X-IronPort-AV: E=Sophos;i="5.88,393,1635231600"; d="scan'208";a="338600485" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 22:30:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,393,1635231600"; d="scan'208";a="574101899" Received: from cheeyang-desk1.png.intel.com ([10.158.87.104]) by orsmga001.jf.intel.com with ESMTP; 23 Feb 2022 22:30:42 -0800 From: chee.yang.lee@intel.com To: openembedded-core@lists.openembedded.org Subject: [PATCH][honister 4/4] libarchive : update to 3.5.3 Date: Thu, 24 Feb 2022 14:28:56 +0800 Message-Id: <20220224062856.2249762-4-chee.yang.lee@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220224062856.2249762-1-chee.yang.lee@intel.com> References: <20220224062856.2249762-1-chee.yang.lee@intel.com> 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, 24 Feb 2022 06:30:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162301 From: Lee Chee Yang Libarchive 3.5.3 is a security release Security Fixes: extended fix for following symlinks when processing the fixup list (#1566, #1617, CVE-2021-31566) fix invalid memory access and out of bounds read in RAR5 reader (#1491, #1492, #1493, CVE-2021-36976) Signed-off-by: Lee Chee Yang --- .../libarchive/{libarchive_3.5.2.bb => libarchive_3.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libarchive/{libarchive_3.5.2.bb => libarchive_3.5.3.bb} (96%) diff --git a/meta/recipes-extended/libarchive/libarchive_3.5.2.bb b/meta/recipes-extended/libarchive/libarchive_3.5.3.bb similarity index 96% rename from meta/recipes-extended/libarchive/libarchive_3.5.2.bb rename to meta/recipes-extended/libarchive/libarchive_3.5.3.bb index 385bcef6e9..dd607aca0a 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.5.2.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.5.3.bb @@ -34,7 +34,7 @@ EXTRA_OECONF += "--enable-largefile" SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz" -SRC_URI[sha256sum] = "5f245bd5176bc5f67428eb0aa497e09979264a153a074d35416521a5b8e86189" +SRC_URI[sha256sum] = "72788e5f58d16febddfa262a5215e05fc9c79f2670f641ac039e6df44330ef51" inherit autotools update-alternatives pkgconfig