From patchwork Tue Nov 21 01:34:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 34912 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 67ACEC61D90 for ; Tue, 21 Nov 2023 01:34:56 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.24989.1700530494336755570 for ; Mon, 20 Nov 2023 17:34:54 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=lmA3iRGi; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700530494; x=1732066494; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=dAWDOwQvi1Wr0n90aefR54X26hhGvlivp3tXEyZ7BZk=; b=lmA3iRGiYeB0S00KxcGWLjvSn267+Z7RNF9FGHIR/yw9UccTgx8gKtfj wZg156D4oLL5RXZk/IV6S3ju05F0Z0DtA0N6nfRhA5JkhNi5zXusJHz3x BuBoMYE2fYk6GtS3amydVQaXYTgvo2i3CGNxcbZps8pk6MFaxaivCll26 7PPQdUTmK0lqEjaWQ3AdJo7UCsUofjK6sjhhcZMSoQsw0xxvuYDH1oYit qfX+lCwlE/sMT2jxGLg00V9SJtiL8xuVcZ34d9WOFqVCZB+tsHDOZdAgJ vIOIkPVg9ebcsplNgl1a8+zLoGyp4Iy38fev0nvPrLVErxNjDzUwbSrh+ g==; X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="394584372" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="394584372" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:34:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="939952127" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="939952127" Received: from unknown (HELO anmitta2-mobl3.png.intel.com) ([10.107.4.247]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:34:52 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 01/11] gstreamer1.0: upgrade 1.22.6 -> 1.22.7 Date: Tue, 21 Nov 2023 09:34:38 +0800 Message-ID: <20231121013448.8478-1-anuj.mittal@intel.com> X-Mailer: git-send-email 2.42.0 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 ; Tue, 21 Nov 2023 01:34:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190940 Signed-off-by: Anuj Mittal --- .../{gst-devtools_1.22.6.bb => gst-devtools_1.22.7.bb} | 2 +- ...streamer1.0-libav_1.22.6.bb => gstreamer1.0-libav_1.22.7.bb} | 2 +- .../{gstreamer1.0-omx_1.22.6.bb => gstreamer1.0-omx_1.22.7.bb} | 2 +- ...plugins-bad_1.22.6.bb => gstreamer1.0-plugins-bad_1.22.7.bb} | 2 +- ...ugins-base_1.22.6.bb => gstreamer1.0-plugins-base_1.22.7.bb} | 2 +- ...ugins-good_1.22.6.bb => gstreamer1.0-plugins-good_1.22.7.bb} | 2 +- ...ugins-ugly_1.22.6.bb => gstreamer1.0-plugins-ugly_1.22.7.bb} | 2 +- ...reamer1.0-python_1.22.6.bb => gstreamer1.0-python_1.22.7.bb} | 2 +- ...rtsp-server_1.22.6.bb => gstreamer1.0-rtsp-server_1.22.7.bb} | 2 +- ...streamer1.0-vaapi_1.22.6.bb => gstreamer1.0-vaapi_1.22.7.bb} | 2 +- .../{gstreamer1.0_1.22.6.bb => gstreamer1.0_1.22.7.bb} | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.22.6.bb => gst-devtools_1.22.7.bb} (95%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.22.6.bb => gstreamer1.0-libav_1.22.7.bb} (91%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.22.6.bb => gstreamer1.0-omx_1.22.7.bb} (95%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.22.6.bb => gstreamer1.0-plugins-bad_1.22.7.bb} (98%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.22.6.bb => gstreamer1.0-plugins-base_1.22.7.bb} (98%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.22.6.bb => gstreamer1.0-plugins-good_1.22.7.bb} (97%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.22.6.bb => gstreamer1.0-plugins-ugly_1.22.7.bb} (94%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.22.6.bb => gstreamer1.0-python_1.22.7.bb} (91%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.22.6.bb => gstreamer1.0-rtsp-server_1.22.7.bb} (90%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.22.6.bb => gstreamer1.0-vaapi_1.22.7.bb} (95%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.22.6.bb => gstreamer1.0_1.22.7.bb} (97%) diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.6.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.7.bb similarity index 95% rename from meta/recipes-multimedia/gstreamer/gst-devtools_1.22.6.bb rename to meta/recipes-multimedia/gstreamer/gst-devtools_1.22.7.bb index 90bbd9c7336..b545f020cf8 100644 --- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.6.bb +++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.7.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] = "8928560efaf16137c30285e718708e5d0bab0777eb4ef8127e0274e120d3d86b" +SRC_URI[sha256sum] = "157cf93fb2741cf0c3dea731be3af2ffae703c9f2cd3c0c91b380fbc685eb9f9" DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base" RRECOMMENDS:${PN} = "git" diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.6.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.7.bb similarity index 91% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.6.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.7.bb index 8906556b44b..7169223636a 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.6.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.7.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] = "7789e6408388a25f23cbf948cfc5c6230d735bbcd8b7f37f4a01c9e348a1e3a7" +SRC_URI[sha256sum] = "1525b917141b895fe5cf618fe8867622b2528278a0286e9f727b5f37317daca1" S = "${WORKDIR}/gst-libav-${PV}" diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.6.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.7.bb similarity index 95% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.6.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.7.bb index 2579aa3d661..ad40cf5513b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.6.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.7.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] = "223833c42518ad7eb1923bb4dd3726809f59a66d6e9aaaa69cb29ad0750c8758" +SRC_URI[sha256sum] = "d7a18ec47d40a472bd5cba2015e0be72b732f1699895398cec5cd8e6a3a53b44" S = "${WORKDIR}/gst-omx-${PV}" diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.6.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.7.bb similarity index 98% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.6.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.7.bb index 3db7ddff5f2..b7d787b611b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.6.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.7.bb @@ -10,7 +10,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad file://0002-avoid-including-sys-poll.h-directly.patch \ file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \ " -SRC_URI[sha256sum] = "b4029cd2908a089c55f1d902a565d007495c95b1442d838485dc47fb12df7137" +SRC_URI[sha256sum] = "c716f8dffa8fac3fb646941af1c6ec72fff05a045131311bf2d049fdc87bce2e" S = "${WORKDIR}/gst-plugins-bad-${PV}" diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.6.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.7.bb similarity index 98% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.6.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.7.bb index 1f67ca303a1..3b8923e8f22 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.6.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.7.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] = "50f2b4d17c02eefe430bbefa8c5cd134b1be78a53c0f60e951136d96cf49fd4b" +SRC_URI[sha256sum] = "62519e0d8f969ebf62a9a7996f2d23efdda330217a635f4a32c0bf1c71577468" S = "${WORKDIR}/gst-plugins-base-${PV}" diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.6.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.7.bb similarity index 97% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.6.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.7.bb index 6b76ba957ee..b8496a17508 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.6.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.7.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 \ file://0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch" -SRC_URI[sha256sum] = "b3b07fe3f1ce7fe93aa9be7217866044548f35c4a7792280eec7e108a32f9817" +SRC_URI[sha256sum] = "b6db0e18e398b52665b7cdce301c34a8750483d5f4fbac1ede9f80b03743cd15" S = "${WORKDIR}/gst-plugins-good-${PV}" diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.6.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.7.bb similarity index 94% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.6.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.7.bb index 77f79a630af..8a67531123a 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.6.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.7.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] = "3e31454c98cb2f7f6d2d355eceb933a892fa0f1dc09bc36c9abc930d8e29ca48" +SRC_URI[sha256sum] = "520b46bca637189ad86a298ff245b2d89375dbcac8b05d74daea910f81a9e9da" S = "${WORKDIR}/gst-plugins-ugly-${PV}" diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.6.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.7.bb similarity index 91% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.6.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.7.bb index addf12c4277..a3870316353 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.6.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.7.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] = "51de2d6d13b12ce095eac97c0b94ee59c2aeba3712bb7462b78c4d57dde176c5" +SRC_URI[sha256sum] = "1ef8df7608012fa469329799c950ec087737a6dabad3003c230658b58c710172" DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.6.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.7.bb similarity index 90% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.6.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.7.bb index fd79fe43241..af1c2ced449 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.6.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.7.bb @@ -10,7 +10,7 @@ PNREAL = "gst-rtsp-server" SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" -SRC_URI[sha256sum] = "0ae33a8b50443b62f11581a9181e906b41cd3877b2d799dbea72912c3eda4bb3" +SRC_URI[sha256sum] = "f7fac001e20ad21e36d18397741c4657c5d43571eb1cc3b49f9a93ae127dc88f" S = "${WORKDIR}/${PNREAL}-${PV}" diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.6.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.7.bb similarity index 95% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.6.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.7.bb index bf4c1050578..4cad50742d6 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.6.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.7.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] = "d9ba2fc26bef98c78e982c599f585d46bbb65fe122da89c2d7ab41f468a52c7b" +SRC_URI[sha256sum] = "0e9fff768b89de6d318b34146e4e781d82b9a0f4025dc541b2c8349c7bcb7f67" S = "${WORKDIR}/${REALPN}-${PV}" DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.6.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.7.bb similarity index 97% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.6.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.7.bb index a8984643222..72161b272fb 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.6.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.7.bb @@ -22,7 +22,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x file://0003-tests-use-a-dictionaries-for-environment.patch;striplevel=3 \ file://0004-tests-add-helper-script-to-run-the-installed_tests.patch;striplevel=3 \ " -SRC_URI[sha256sum] = "f500e6cfddff55908f937711fc26a0840de28a1e9ec49621c0b6f1adbd8f818e" +SRC_URI[sha256sum] = "01e42c6352a06bdfa4456e64b06ab7d98c5c487a25557c761554631cbda64217" PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ check \ From patchwork Tue Nov 21 01:34:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 34910 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 2D656C61D88 for ; Tue, 21 Nov 2023 01:34:56 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.24989.1700530494336755570 for ; Mon, 20 Nov 2023 17:34:54 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=b4aTYwKn; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700530494; x=1732066494; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=gEazW6FdVZeaPNpUv7kI8ssOWgo7O2no2uDZ8ZElzFc=; b=b4aTYwKnskKiMYjmSBu29uAQCpnVhgsk0hwoXWmpi6PfMIL7Nfsinewv MqMnVR+v0Dtb0rFVfYutA4zVaYcVbGAQIE+p6uTmETV6OyKBGuBVqWan1 WcfZG8k9R8jXmFWWSnLjnL4Hn3CwOBTL5hFcOHjAyehTEWDdDbVd8SZpH QG61SCaIgWFww6miInjPn98KKnhFgfATH2qPOTwpXDQksiER4TlQfhdNm 9SWeQzWUoQAKKpDwXwqWr+swkeAT5zUF2wgRsSwSv1ywk6ZpQB2L38A/W n4EE0JZpspFX6025P8BFmwqmQhcFqdvyTXupD+1+oQYV5f7YDoR0ysuNB A==; X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="394584374" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="394584374" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:34:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="939952132" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="939952132" Received: from unknown (HELO anmitta2-mobl3.png.intel.com) ([10.107.4.247]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:34:53 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 02/11] gsettings-desktop-schemas: upgrade 44.0 -> 45.0 Date: Tue, 21 Nov 2023 09:34:39 +0800 Message-ID: <20231121013448.8478-2-anuj.mittal@intel.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231121013448.8478-1-anuj.mittal@intel.com> References: <20231121013448.8478-1-anuj.mittal@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 ; Tue, 21 Nov 2023 01:34:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190941 Signed-off-by: Anuj Mittal --- ...esktop-schemas_44.0.bb => gsettings-desktop-schemas_45.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gsettings-desktop-schemas/{gsettings-desktop-schemas_44.0.bb => gsettings-desktop-schemas_45.0.bb} (84%) diff --git a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_44.0.bb b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb similarity index 84% rename from meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_44.0.bb rename to meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb index 5ccc1a7dd45..657f9d61cec 100644 --- a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_44.0.bb +++ b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb @@ -12,4 +12,4 @@ DEPENDS = "glib-2.0" inherit gnomebase gsettings gobject-introspection gettext -SRC_URI[archive.sha256sum] = "eb2de45cad905994849e642a623adeb75d41b21b0626d40d2a07b8ea281fec0e" +SRC_URI[archive.sha256sum] = "365c8d04daf79b38c8b3dc9626349a024f9e4befdd31fede74b42f7a9fbe0ae2" From patchwork Tue Nov 21 01:34:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 34911 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 A457CC61D93 for ; Tue, 21 Nov 2023 01:34:56 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.24989.1700530494336755570 for ; Mon, 20 Nov 2023 17:34:55 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=KF8BZlCP; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700530495; x=1732066495; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=QLctvnmc7hLnVi0PkpbQVadvhQffKAWdsGY4VDFe3l4=; b=KF8BZlCPSa1nFZrLLxq/v+kaK8DgI4ozjomHyuve6y7KstppJ6zy2C0e JuH71pAqucUr1g+5b9CSdnmREy4TmLFnGEuK7dzT4zF3BKWiXUxHyovrj L1/lWBo0/1N5tAeUGFvArP49xUMJcCLUiQZXNvW0LTExs5TDAySuLN41X uF1P/n7W20EU3rR5CYgUIBm6wCOFmvPublWlDCdMLNHV+h3fg+q53tb+t L7fI+P61RAB7AIywUgYt/4AhsomtcII3mm1GKWcjcU4MiCl1VYmdXWE9A CSv9k291V/WPwhLKuLOziFRw86a9uqnHA9KfFjBx5sxMUQu8V7MKPDEMb A==; X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="394584376" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="394584376" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:34:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="939952137" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="939952137" Received: from unknown (HELO anmitta2-mobl3.png.intel.com) ([10.107.4.247]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:34:54 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 03/11] harfbuzz: upgrade 8.2.2 -> 8.3.0 Date: Tue, 21 Nov 2023 09:34:40 +0800 Message-ID: <20231121013448.8478-3-anuj.mittal@intel.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231121013448.8478-1-anuj.mittal@intel.com> References: <20231121013448.8478-1-anuj.mittal@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 ; Tue, 21 Nov 2023 01:34:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190942 Signed-off-by: Anuj Mittal --- .../harfbuzz/{harfbuzz_8.2.2.bb => harfbuzz_8.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_8.2.2.bb => harfbuzz_8.3.0.bb} (95%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_8.2.2.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_8.2.2.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb index ce1a6bed65f..d733342682b 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_8.2.2.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \ " SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "e433ad85fbdf57f680be29479b3f964577379aaf319f557eb76569f0ecbc90f3" +SRC_URI[sha256sum] = "109501eaeb8bde3eadb25fab4164e993fbace29c3d775bcaa1c1e58e2f15f847" DEPENDS += "glib-2.0-native" From patchwork Tue Nov 21 01:34:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 34914 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 27E31C61D92 for ; Tue, 21 Nov 2023 01:35:06 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.24989.1700530494336755570 for ; Mon, 20 Nov 2023 17:34:57 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=A7FdOl2l; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700530497; x=1732066497; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=lgS3u6SXlCUKXJsoIK+xSLvTmnBdU7/QrwGhArvq+bs=; b=A7FdOl2luMVAfRC9mX4U8AiD+lr10OCmtBt8Onu5j7EnMOEkyWM/nQAC GLSFHnXuxVxNbb+lfeAKT9vrPQZPs76nD5yM0UajO1mLzqUr+EvO5paTo ZYxFimHvo+kbfL+Ex/eo7jqWJaTrwAPdqn3KumgOPx0Fnq8cWOQ6tlKE/ ZfzEm2Io0RQg4+esIGKwGnDRBaCJWQ0BAYcToIMg25+bIIhpznQn7V50j KgvhyX+pt3pSxHqdOv4ZOMzWcJdELoUfxHCBqYMBpWNWOlPe2wYEV0Cpu tM5e2EYFATBbboC3Mp/cFzkkMjp3Gu5kRaH35he+xZW4F+CydRhZCxfXI w==; X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="394584378" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="394584378" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:34:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="939952139" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="939952139" Received: from unknown (HELO anmitta2-mobl3.png.intel.com) ([10.107.4.247]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:34:55 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 04/11] libnotify: upgrade 0.8.2 -> 0.8.3 Date: Tue, 21 Nov 2023 09:34:41 +0800 Message-ID: <20231121013448.8478-4-anuj.mittal@intel.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231121013448.8478-1-anuj.mittal@intel.com> References: <20231121013448.8478-1-anuj.mittal@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 ; Tue, 21 Nov 2023 01:35:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190943 Signed-off-by: Anuj Mittal --- .../libnotify/{libnotify_0.8.2.bb => libnotify_0.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/libnotify/{libnotify_0.8.2.bb => libnotify_0.8.3.bb} (93%) diff --git a/meta/recipes-gnome/libnotify/libnotify_0.8.2.bb b/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb similarity index 93% rename from meta/recipes-gnome/libnotify/libnotify_0.8.2.bb rename to meta/recipes-gnome/libnotify/libnotify_0.8.3.bb index 1ca7ef8714e..1e606b84b28 100644 --- a/meta/recipes-gnome/libnotify/libnotify_0.8.2.bb +++ b/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb @@ -20,7 +20,7 @@ inherit gnomebase gi-docgen features_check gobject-introspection # depends on gtk+3 if tests are enabled ANY_OF_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'tests', '${GTK3DISTROFEATURES}', '', d)}" -SRC_URI[archive.sha256sum] = "c5f4ed3d1f86e5b118c76415aacb861873ed3e6f0c6b3181b828cf584fc5c616" +SRC_URI[archive.sha256sum] = "ee8f3ef946156ad3406fdf45feedbdcd932dbd211ab4f16f75eba4f36fb2f6c0" EXTRA_OEMESON = "-Dman=false" From patchwork Tue Nov 21 01:34:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 34915 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 41745C61D94 for ; Tue, 21 Nov 2023 01:35:06 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.24989.1700530494336755570 for ; Mon, 20 Nov 2023 17:34:58 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=KUaL4Qxl; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700530498; x=1732066498; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=r8d6Kjao6xQDRRfUZ/fUSKiBrLeB/cHD7Am4Ai5Gdr0=; b=KUaL4QxlE5W/U9kVDEbzSFauaYKkym9o8+OME3zmM5/3ri1FPuEf41Ii 07SEYRHFjjtSKU0uv52uZj57fl+48gz3Vc/9VrIT8T6sucucG5+DmQIUc H3QQQqcYasNVVesnuHS/XjlhD1Yq59XOfLzAls1PjM3ive00eMIbzQcM2 na973xqfKj2KqTj5MUbEpMO41Pwv9YKsADD6KygVtbRg0QK9w8oTHN0/g baHYvY1X7a7XvUndZbDXp1+oOdIRZWlA9h/nPHH98jtBI2Aw8iaxK/3HI NRLJaCUPqArzcDOuTtFWvghFym1Ih2udwBJ7C0oFDzluT/+88ncfScugE A==; X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="394584379" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="394584379" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:34:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="939952147" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="939952147" Received: from unknown (HELO anmitta2-mobl3.png.intel.com) ([10.107.4.247]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:34:57 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 05/11] libsolv: upgrade 0.7.25 -> 0.7.26 Date: Tue, 21 Nov 2023 09:34:42 +0800 Message-ID: <20231121013448.8478-5-anuj.mittal@intel.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231121013448.8478-1-anuj.mittal@intel.com> References: <20231121013448.8478-1-anuj.mittal@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 ; Tue, 21 Nov 2023 01:35:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190944 Signed-off-by: Anuj Mittal --- .../libsolv/{libsolv_0.7.25.bb => libsolv_0.7.26.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libsolv/{libsolv_0.7.25.bb => libsolv_0.7.26.bb} (95%) diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.25.bb b/meta/recipes-extended/libsolv/libsolv_0.7.26.bb similarity index 95% rename from meta/recipes-extended/libsolv/libsolv_0.7.25.bb rename to meta/recipes-extended/libsolv/libsolv_0.7.26.bb index 69cb3f79967..bae79601381 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.25.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.26.bb @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \ file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \ " -SRCREV = "f1be8bf3dcc7dc14d331adbc97f337fa08e641c9" +SRCREV = "48c985375134d2443eee551613161cadc278af2f" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" From patchwork Tue Nov 21 01:34:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 34916 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 62ACDC61D95 for ; Tue, 21 Nov 2023 01:35:06 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.24989.1700530494336755570 for ; Mon, 20 Nov 2023 17:34:59 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=LBvk3SVE; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700530499; x=1732066499; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=9bl05PQxgjFSReUDTMlYUxgxH+lrI9fSvU/AY8Tk5o8=; b=LBvk3SVEQKh7isGDdzDusKKW61xjv8pds2i0ewqqHZ1SRyBHjbPwu5Sc OOXPIV9ZzmIoa/xJDwDlY5tTAzxwosK5GfwM3/XVL+Q/xbfqpkT1Lak4d ch9J4/QqmOe8AlArK97EpfS208djMugvJzhuXxRlXikumU2DE49MOvkwT cUJ5zAe2L+XLXz0A67EIN5mpgYDFcHLuMgcdwMetBymOEydL/uvAnqorY Ee76gPjiX1TOSMi6ozolJVo2H1LfW8i/aWBjyv6Ey5mrIyBDbkSM2eHsC mWOEScX4uKti27rEAvSvDwXO62EwDB1r84ZsbXPyxEbLr8XdXxj0aq90Q Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="394584380" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="394584380" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:34:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="939952161" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="939952161" Received: from unknown (HELO anmitta2-mobl3.png.intel.com) ([10.107.4.247]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:34:58 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 06/11] libtirpc: upgrade 1.3.3 -> 1.3.4 Date: Tue, 21 Nov 2023 09:34:43 +0800 Message-ID: <20231121013448.8478-6-anuj.mittal@intel.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231121013448.8478-1-anuj.mittal@intel.com> References: <20231121013448.8478-1-anuj.mittal@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 ; Tue, 21 Nov 2023 01:35:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190945 Signed-off-by: Anuj Mittal --- .../libtirpc/{libtirpc_1.3.3.bb => libtirpc_1.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libtirpc/{libtirpc_1.3.3.bb => libtirpc_1.3.4.bb} (93%) diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb similarity index 93% rename from meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb rename to meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb index 898a952a8b7..16c7a6007ac 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb @@ -14,7 +14,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2 \ " UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/libtirpc/files/libtirpc/" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)/" -SRC_URI[sha256sum] = "6474e98851d9f6f33871957ddee9714fdcd9d8a5ee9abb5a98d63ea2e60e12f3" +SRC_URI[sha256sum] = "1e0b0c7231c5fa122e06c0609a76723664d068b0dba3b8219b63e6340b347860" CVE_STATUS[CVE-2021-46828] = "fixed-version: fixed in 1.3.3rc1 so not present in 1.3.3" From patchwork Tue Nov 21 01:34:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 34920 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 62B23C61D97 for ; Tue, 21 Nov 2023 01:35:06 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.24989.1700530494336755570 for ; Mon, 20 Nov 2023 17:35:00 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=mApgID/W; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700530500; x=1732066500; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=Qfi5p5iWlRvogmUehy7IqrjwTshCUZe9uTkUDQfhN1g=; b=mApgID/WnZUQrQoXr7LVEn61aYrd5yfXWtVZFrrr1ZseJdvY7/Z1jUnX CEBXWeX9PpU9THJ/MmK0vtQfiCwv2XAfa6lR5dGleFNUF1TpZhxEuJN1F zM+GfAqGBJF7bqug7k7iyfd5489FyQVA8s3AnVRjruamvMZr0zvgqwtCq QpEfSYhy2c7t3rR/qOxNqLMDVULuIfc/Q3kAaom0MLjQu2Kj6C5pb92Ar QRuSAyjtR/fvDczka1E09Iw9dNBydGHHc2t5sTBf0+um/voNlf7efbL0n oT1ZNyoh/2PRs0fH7V8JFI5sMTLp/hHCQFtoHDi8jV07q8NyBWmhmMpf8 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="394584382" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="394584382" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:35:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="939952169" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="939952169" Received: from unknown (HELO anmitta2-mobl3.png.intel.com) ([10.107.4.247]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:34:59 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 07/11] mmc-utils: upgrade to latest revision Date: Tue, 21 Nov 2023 09:34:44 +0800 Message-ID: <20231121013448.8478-7-anuj.mittal@intel.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231121013448.8478-1-anuj.mittal@intel.com> References: <20231121013448.8478-1-anuj.mittal@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 ; Tue, 21 Nov 2023 01:35:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190946 Signed-off-by: Anuj Mittal --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index 2d02927af7b..a7e4d369ffc 100644 --- a/meta/recipes-devtools/mmc/mmc-utils_git.bb +++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb @@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d" SRCBRANCH ?= "master" -SRCREV = "613495ecaca97a19fa7f8f3ea23306472b36453c" +SRCREV = "b5ca140312d279ad2f22068fd72a6230eea13436" PV = "0.1+git" From patchwork Tue Nov 21 01:34:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 34917 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 2747BC61D88 for ; Tue, 21 Nov 2023 01:35:06 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.24989.1700530494336755570 for ; Mon, 20 Nov 2023 17:35:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=P8M1qwQy; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700530501; x=1732066501; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=J4EX3bEzGuDcrs1DqiqCUKXQdzmdi+tCcz48x1rqnxY=; b=P8M1qwQy0Uv4CSh8wut0o3/0vbNaOZep1dYFr890MkjlIcLAQITOgBYL ElJzwkqKeZedTl7NllmLtu4LD6JAJQcpwHvZcZSMHqPF7VH5bqEQbh6qj 7Q3p4ctVZEtsSwg3xNGf5kEEAQJHYI0leL5VRYonYIbCgKJC/A/DCNcor Qt8qYuMTarMzxunlsQnuIdXE36zpFfpfqa+4em/4mqPHIWGE7WOheNrHo qLqKQrWpkar6fFBkIvu0KTWXjZaobaS1SyFK418HUojWHjTEa+R7/Yp0x 9YkL/QIMpLSGH5Q6AJ7ZxFXdNSk7iXl+0PArT5wq28yQHx99ePi3R7g3X g==; X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="394584384" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="394584384" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:35:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="939952176" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="939952176" Received: from unknown (HELO anmitta2-mobl3.png.intel.com) ([10.107.4.247]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:35:00 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 08/11] puzzles: upgrade to latest revision Date: Tue, 21 Nov 2023 09:34:45 +0800 Message-ID: <20231121013448.8478-8-anuj.mittal@intel.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231121013448.8478-1-anuj.mittal@intel.com> References: <20231121013448.8478-1-anuj.mittal@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 ; Tue, 21 Nov 2023 01:35:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190947 Signed-off-by: Anuj Mittal --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index d7089ef95db..d0a9af7cb67 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb @@ -10,7 +10,7 @@ REQUIRED_DISTRO_FEATURES = "x11" SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main;protocol=https" UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "2d9e414ee316b37143954150016e8f4f18358497" +SRCREV = "96d65e852cea8a95001fa70e3ec2996d4ea5e2b4" PE = "2" PV = "0.0+git" From patchwork Tue Nov 21 01:34:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 34918 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 416BBC61D93 for ; Tue, 21 Nov 2023 01:35:06 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.24989.1700530494336755570 for ; Mon, 20 Nov 2023 17:35:02 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=M/+5Bs8y; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700530502; x=1732066502; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=1B1r2KiIqMQihjm5optX9H75HwhmUaLwIzEWUPUEg1Q=; b=M/+5Bs8yMvlDU3MhEg7IJmyllM6jAZPg2HY+7gxDnBrwhqQNq2pAl60P gTx3F5KCtgWx26o0PCsOACABq1yQvcOQQzek2se24tJEd2s9xc/3JglET uHsPxpEauecHVlTa8wuzEEHVyUq7XJd6AJDk8c20k6PD9FjecB2mZArIs 8iL7n2eNrmha13syGQJUwK+6OnNNDV0jZ1aD38rgj20sCIEk5pZm6uhr9 tssrAeZ3ASCNYVj+J7cdrN/dqLZAKnjm6lIuV5SsFp3BhQD92XPJUcN2o VPi9IPPDPqjTWp4zNppYZYfNjLTQAqouMJKtzCBhBY0Dp+wAr2Hl7QqHE w==; X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="394584386" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="394584386" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:35:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="939952181" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="939952181" Received: from unknown (HELO anmitta2-mobl3.png.intel.com) ([10.107.4.247]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:35:01 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 09/11] shared-mime-info: upgrade 2.3 -> 2.4 Date: Tue, 21 Nov 2023 09:34:46 +0800 Message-ID: <20231121013448.8478-9-anuj.mittal@intel.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231121013448.8478-1-anuj.mittal@intel.com> References: <20231121013448.8478-1-anuj.mittal@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 ; Tue, 21 Nov 2023 01:35:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190948 Signed-off-by: Anuj Mittal --- .../0001-Fix-literal-as-per-c-11.patch | 279 ------------------ ...001-Fix-string-literal-concatenation.patch | 39 --- .../shared-mime-info/shared-mime-info_git.bb | 9 +- 3 files changed, 3 insertions(+), 324 deletions(-) delete mode 100644 meta/recipes-support/shared-mime-info/shared-mime-info/0001-Fix-literal-as-per-c-11.patch delete mode 100644 meta/recipes-support/shared-mime-info/shared-mime-info/0001-Fix-string-literal-concatenation.patch diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info/0001-Fix-literal-as-per-c-11.patch b/meta/recipes-support/shared-mime-info/shared-mime-info/0001-Fix-literal-as-per-c-11.patch deleted file mode 100644 index 25f409c206e..00000000000 --- a/meta/recipes-support/shared-mime-info/shared-mime-info/0001-Fix-literal-as-per-c-11.patch +++ /dev/null @@ -1,279 +0,0 @@ -From 157c16b09f54741aefbc4be6a3507455f0378389 Mon Sep 17 00:00:00 2001 -From: Biswapriyo Nath -Date: Sun, 8 Oct 2023 13:26:43 +0000 -Subject: [PATCH] Fix missing sentinel warning with clang - -This fixes the compiler warnings similar as following. - -../src/update-mime-database.cpp:393:50: warning: missing sentinel in function call [-Wsentinel] - 393 | g_strconcat(namespaceURI, " ", localName, NULL), - | ^ - | , nullptr - -Upstream-Status: Backport [https://gitlab.freedesktop.org/xdg/shared-mime-info/-/commit/157c16b09f54741aefbc4be6a3507455f0378389] -Signed-off-by: Khem Raj ---- - src/update-mime-database.cpp | 58 ++++++++++++++++++------------------ - 1 file changed, 29 insertions(+), 29 deletions(-) - ---- a/src/update-mime-database.cpp -+++ b/src/update-mime-database.cpp -@@ -390,7 +390,7 @@ static void add_namespace(Type *type, co - } - - g_hash_table_insert(namespace_hash, -- g_strconcat(namespaceURI, " ", localName, NULL), -+ g_strconcat(namespaceURI, " ", localName, nullptr), - type); - } - -@@ -1023,7 +1023,7 @@ static void write_out_type(gpointer key, - char *lower; - - lower = g_ascii_strdown(type->media, -1); -- media = g_strconcat(mime_dir, "/", lower, NULL); -+ media = g_strconcat(mime_dir, "/", lower, nullptr); - g_free(lower); - #ifdef _WIN32 - fs::create_directory(media); -@@ -1032,7 +1032,7 @@ static void write_out_type(gpointer key, - #endif - - lower = g_ascii_strdown(type->subtype, -1); -- filename = g_strconcat(media, "/", lower, ".xml.new", NULL); -+ filename = g_strconcat(media, "/", lower, ".xml.new", nullptr); - g_free(lower); - g_free(media); - media = NULL; -@@ -1622,7 +1622,7 @@ static Magic *magic_new(xmlNode *node, T - magic_free(magic); - magic = NULL; - (*error)->message = g_strconcat( -- _("Error in element: "), old, NULL); -+ _("Error in element: "), old, nullptr); - g_free(old); - } else if (magic->matches == NULL) { - magic_free(magic); -@@ -1843,7 +1843,7 @@ static TreeMagic *tree_magic_new(xmlNode - tree_magic_free(magic); - magic = NULL; - (*error)->message = g_strconcat( -- _("Error in element: "), old, NULL); -+ _("Error in element: "), old, nullptr); - g_free(old); - } - } -@@ -1960,7 +1960,7 @@ static void delete_old_types(const gchar - - for (i = 0; i < G_N_ELEMENTS(media_types); i++) - { -- const fs::path media_dir = g_strconcat(mime_dir, "/", media_types[i], NULL); -+ const fs::path media_dir = g_strconcat(mime_dir, "/", media_types[i], nullptr); - - if (!fs::is_directory(fs::status(media_dir))) - continue; -@@ -1973,13 +1973,13 @@ static void delete_old_types(const gchar - continue; - - char *type_name = g_strconcat(media_types[i], "/", -- dir_entry.path().filename().string().c_str(), NULL); -+ dir_entry.path().filename().string().c_str(), nullptr); - type_name[strlen(type_name) - 4] = '\0'; - if (!g_hash_table_lookup(types, type_name)) - { - char *path; - path = g_strconcat(mime_dir, "/", -- type_name, ".xml", NULL); -+ type_name, ".xml", nullptr); - #if 0 - g_warning("Removing old info for type %s", - path); -@@ -2002,7 +2002,7 @@ static void add_ns(gpointer key, gpointe - Type *type = (Type *) value; - - g_ptr_array_add(lines, g_strconcat(ns, " ", type->media, -- "/", type->subtype, "\n", NULL)); -+ "/", type->subtype, "\n", nullptr)); - } - - /* Write all the collected namespace rules to 'XMLnamespaces' */ -@@ -2038,7 +2038,7 @@ static void write_subclass(gpointer key, - - for (l = list; l; l = l->next) - { -- line = g_strconcat (static_cast(key), " ", l->data, "\n", NULL); -+ line = g_strconcat (static_cast(key), " ", l->data, "\n", nullptr); - fwrite(line, 1, strlen(line), stream); - g_free (line); - } -@@ -2061,7 +2061,7 @@ static void add_alias(gpointer key, gpoi - - g_ptr_array_add(lines, g_strconcat(alias, " ", type->media, - "/", type->subtype, "\n", -- NULL)); -+ nullptr)); - } - - /* Write all the collected aliases */ -@@ -2092,7 +2092,7 @@ static void add_type(gpointer key, gpoin - { - GPtrArray *lines = (GPtrArray *) data; - -- g_ptr_array_add(lines, g_strconcat((char *)key, "\n", NULL)); -+ g_ptr_array_add(lines, g_strconcat((char *)key, "\n", nullptr)); - } - - /* Write all the collected types */ -@@ -2127,7 +2127,7 @@ static void write_one_icon(gpointer key, - FILE *stream = (FILE *)data; - char *line; - -- line = g_strconcat (mimetype, ":", iconname, "\n", NULL); -+ line = g_strconcat (mimetype, ":", iconname, "\n", nullptr); - fwrite(line, 1, strlen(line), stream); - g_free (line); - } -@@ -2168,7 +2168,7 @@ static void check_in_path_xdg_data(const - dirs[n] = g_strdup(env); - else - dirs[n] = g_build_filename(g_get_home_dir(), ".local", -- "share", NULL); -+ "share", nullptr); - n++; - - for (i = 0; i < n; i++) -@@ -3588,7 +3588,7 @@ newest_mtime(const char *packagedir) - while ((name = g_dir_read_name(dir))) { - char *path; - -- path = g_build_filename(packagedir, name, NULL); -+ path = g_build_filename(packagedir, name, nullptr); - retval = g_stat(path, &statbuf); - g_free(path); - if (retval < 0) -@@ -3609,7 +3609,7 @@ is_cache_up_to_date (const char *mimedir - char *mimeversion; - int retval; - -- mimeversion = g_build_filename(mimedir, "/version", NULL); -+ mimeversion = g_build_filename(mimedir, "/version", nullptr); - retval = g_stat(mimeversion, &version_stat); - g_free(mimeversion); - if (retval < 0) -@@ -3694,7 +3694,7 @@ int main(int argc, char **argv) - } - } - -- package_dir = g_strconcat(mime_dir, "/packages", NULL); -+ package_dir = g_strconcat(mime_dir, "/packages", nullptr); - - if (!fs::exists(mime_dir) && !fs::is_directory(fs::status(mime_dir))) - { -@@ -3747,7 +3747,7 @@ int main(int argc, char **argv) - - g_hash_table_foreach(globs_hash, collect_glob2, &glob_list); - glob_list = g_list_sort(glob_list, (GCompareFunc)compare_glob_by_weight); -- globs_path = g_strconcat(mime_dir, "/globs.new", NULL); -+ globs_path = g_strconcat(mime_dir, "/globs.new", nullptr); - globs = fopen_gerror(globs_path, error); - if (!globs) - goto out; -@@ -3761,7 +3761,7 @@ int main(int argc, char **argv) - goto out; - g_free(globs_path); - -- globs_path = g_strconcat(mime_dir, "/globs2.new", NULL); -+ globs_path = g_strconcat(mime_dir, "/globs2.new", nullptr); - globs = fopen_gerror(globs_path, error); - if (!globs) - goto out; -@@ -3782,7 +3782,7 @@ int main(int argc, char **argv) - FILE *stream; - char *magic_path; - int i; -- magic_path = g_strconcat(mime_dir, "/magic.new", NULL); -+ magic_path = g_strconcat(mime_dir, "/magic.new", nullptr); - stream = fopen_gerror(magic_path, error); - if (!stream) - goto out; -@@ -3807,7 +3807,7 @@ int main(int argc, char **argv) - FILE *stream; - char *ns_path; - -- ns_path = g_strconcat(mime_dir, "/XMLnamespaces.new", NULL); -+ ns_path = g_strconcat(mime_dir, "/XMLnamespaces.new", nullptr); - stream = fopen_gerror(ns_path, error); - if (!stream) - goto out; -@@ -3823,7 +3823,7 @@ int main(int argc, char **argv) - FILE *stream; - char *path; - -- path = g_strconcat(mime_dir, "/subclasses.new", NULL); -+ path = g_strconcat(mime_dir, "/subclasses.new", nullptr); - stream = fopen_gerror(path, error); - if (!stream) - goto out; -@@ -3839,7 +3839,7 @@ int main(int argc, char **argv) - FILE *stream; - char *path; - -- path = g_strconcat(mime_dir, "/aliases.new", NULL); -+ path = g_strconcat(mime_dir, "/aliases.new", nullptr); - stream = fopen_gerror(path, error); - if (!stream) - goto out; -@@ -3855,7 +3855,7 @@ int main(int argc, char **argv) - FILE *stream; - char *path; - -- path = g_strconcat(mime_dir, "/types.new", NULL); -+ path = g_strconcat(mime_dir, "/types.new", nullptr); - stream = fopen_gerror(path, error); - if (!stream) - goto out; -@@ -3871,7 +3871,7 @@ int main(int argc, char **argv) - FILE *stream; - char *icon_path; - -- icon_path = g_strconcat(mime_dir, "/generic-icons.new", NULL); -+ icon_path = g_strconcat(mime_dir, "/generic-icons.new", nullptr); - stream = fopen_gerror(icon_path, error); - if (!stream) - goto out; -@@ -3887,7 +3887,7 @@ int main(int argc, char **argv) - FILE *stream; - char *icon_path; - -- icon_path = g_strconcat(mime_dir, "/icons.new", NULL); -+ icon_path = g_strconcat(mime_dir, "/icons.new", nullptr); - stream = fopen_gerror(icon_path, error); - if (!stream) - goto out; -@@ -3903,7 +3903,7 @@ int main(int argc, char **argv) - FILE *stream; - char *path; - int i; -- path = g_strconcat(mime_dir, "/treemagic.new", NULL); -+ path = g_strconcat(mime_dir, "/treemagic.new", nullptr); - stream = fopen_gerror(path, error); - if (!stream) - goto out; -@@ -3928,7 +3928,7 @@ int main(int argc, char **argv) - FILE *stream; - char *path; - -- path = g_strconcat(mime_dir, "/mime.cache.new", NULL); -+ path = g_strconcat(mime_dir, "/mime.cache.new", nullptr); - stream = fopen_gerror(path, error); - if (!stream) - goto out; -@@ -3944,7 +3944,7 @@ int main(int argc, char **argv) - FILE *stream; - char *path; - -- path = g_strconcat(mime_dir, "/version.new", NULL); -+ path = g_strconcat(mime_dir, "/version.new", nullptr); - stream = fopen_gerror(path, error); - if (!stream) - goto out; diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info/0001-Fix-string-literal-concatenation.patch b/meta/recipes-support/shared-mime-info/shared-mime-info/0001-Fix-string-literal-concatenation.patch deleted file mode 100644 index 7825c39312b..00000000000 --- a/meta/recipes-support/shared-mime-info/shared-mime-info/0001-Fix-string-literal-concatenation.patch +++ /dev/null @@ -1,39 +0,0 @@ -From ccf704a606625bc62e70dbe815b309c22a0bda05 Mon Sep 17 00:00:00 2001 -From: Tobias Mayer -Date: Sun, 8 Oct 2023 00:11:49 +0200 -Subject: [PATCH] Fix string literal concatenation - -Clang is not able to disambiguate between multiple string literatals -and C++11 user defined literals. Spaces help. - -Upstream-Status: Backport [https://gitlab.freedesktop.org/xdg/shared-mime-info/-/commit/12a3a6b1141c704fc594379af1808bb9008d588c] -Signed-off-by: Khem Raj ---- - src/update-mime-database.cpp | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/update-mime-database.cpp b/src/update-mime-database.cpp -index 733ba06..29d82a9 100644 ---- a/src/update-mime-database.cpp -+++ b/src/update-mime-database.cpp -@@ -2158,7 +2158,7 @@ static void check_in_path_xdg_data(const char *mime_path) - - env = getenv("XDG_DATA_DIRS"); - if (!env) -- env = "/usr/local/share/"PATH_SEPARATOR"/usr/share/"; -+ env = "/usr/local/share/" PATH_SEPARATOR "/usr/share/"; - dirs = g_strsplit(env, PATH_SEPARATOR, 0); - g_return_if_fail(dirs != NULL); - for (n = 0; dirs[n]; n++) -@@ -2170,7 +2170,7 @@ static void check_in_path_xdg_data(const char *mime_path) - dirs[n] = g_build_filename(g_get_home_dir(), ".local", - "share", NULL); - n++; -- -+ - for (i = 0; i < n; i++) - { - if (stat(dirs[i], &dir_info) == 0 && --- -2.42.0 - diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb b/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb index cae00643332..937428221ef 100644 --- a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb +++ b/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb @@ -8,12 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS = "libxml2 itstool-native glib-2.0 shared-mime-info-native xmlto-native" -SRC_URI = "git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https;branch=master \ - file://0001-Fix-string-literal-concatenation.patch \ - file://0001-Fix-literal-as-per-c-11.patch \ - " -SRCREV = "8e80a317f5c61a7f410330abea441e0b0b9280b5" -PV = "2.3" +SRC_URI = "git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https;branch=master" +SRCREV = "9a6d6b8e963935f145f3a1ef446552de6996dada" +PV = "2.4" S = "${WORKDIR}/git" inherit meson pkgconfig gettext python3native mime From patchwork Tue Nov 21 01:34:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 34919 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 48880C61D90 for ; Tue, 21 Nov 2023 01:35:06 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.24989.1700530494336755570 for ; Mon, 20 Nov 2023 17:35:04 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=Xy6gf/LN; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700530503; x=1732066503; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=7FGsA0m763zAUgR3nqy0kXUODxTUW5wZvx4VtPbd71U=; b=Xy6gf/LNlfe0GyQUGJs8M3O72XPF5WrulTdGID9d0xT3jLTMXGxai0Ah fyshth523mi2KxelDKvqyQB4dmx4QnPIz5pevbEpYBmEpOBjbgtRqhsJ2 DbYim9U1vMe/nAEZuvv9gtUEY469k9fnywhXZSpVnWVVfaxqTOMfIWY8/ lYw3M1lXF6wsM6Pa/e1snJhbhYNH5bYotUDnyhvpxopMSPLl1lzu+L37+ qWP9aS1kLkwTxM5rFLy8gkfgztHJbcfQt9Nde7iI+dn5mvXr+ZgN82MZR YPVa/FyLyrKrtwLbrg6l4r1vg4SVuObRNPrYY+KiJHUr9KfCM1ZtiqGUw w==; X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="394584388" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="394584388" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:35:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="939952189" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="939952189" Received: from unknown (HELO anmitta2-mobl3.png.intel.com) ([10.107.4.247]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:35:02 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 10/11] sqlite3: upgrade 3.43.2 -> 3.44.0 Date: Tue, 21 Nov 2023 09:34:47 +0800 Message-ID: <20231121013448.8478-10-anuj.mittal@intel.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231121013448.8478-1-anuj.mittal@intel.com> References: <20231121013448.8478-1-anuj.mittal@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 ; Tue, 21 Nov 2023 01:35:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190949 Signed-off-by: Anuj Mittal --- .../sqlite/{sqlite3_3.43.2.bb => sqlite3_3.44.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.43.2.bb => sqlite3_3.44.0.bb} (78%) diff --git a/meta/recipes-support/sqlite/sqlite3_3.43.2.bb b/meta/recipes-support/sqlite/sqlite3_3.44.0.bb similarity index 78% rename from meta/recipes-support/sqlite/sqlite3_3.43.2.bb rename to meta/recipes-support/sqlite/sqlite3_3.44.0.bb index 64c10136253..d4981548890 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.43.2.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.44.0.bb @@ -4,7 +4,7 @@ LICENSE = "PD" LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" SRC_URI = "http://www.sqlite.org/2023/sqlite-autoconf-${SQLITE_PV}.tar.gz" -SRC_URI[sha256sum] = "6d422b6f62c4de2ca80d61860e3a3fb693554d2f75bb1aaca743ccc4d6f609f0" +SRC_URI[sha256sum] = "b9cd386e7cd22af6e0d2a0f06d0404951e1bef109e42ea06cc0450e10cd15550" CVE_STATUS[CVE-2023-36191] = "disputed: The error is a bug. It has been fixed upstream. But it is not a vulnerability" From patchwork Tue Nov 21 01:34:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 34913 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 11834C61D85 for ; Tue, 21 Nov 2023 01:35:06 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.24989.1700530494336755570 for ; Mon, 20 Nov 2023 17:35:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=goUMN9p2; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700530505; x=1732066505; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=SSLydixZR63+1gIifQ6cyx5y1AV+Pjuq/33M+5F+Ogc=; b=goUMN9p2bMEhUtr95d7TIpLQfZWj+hFElqLyZt/oLN6YfTdA/PIU7/lG tjkces/Aqp2itoaxW5xZzTS6Hne+qmTFrRNNwW9CD7nK4pLFazPqV61Ft mLXzl5DyRc0r1B6w+6aHI5i670hm3IJ7r8KN72R2mqdYLADMNRm1tStDB tvOl4XiVeI57byZeZoGC6V/SZ2H7KQBUarnOFKNzfPTQUkPMw7nwpW1/p rpFQIVClLQ/llVnS6U6XUroVXnv1RPYmIeHivRUvVdH5mg2EbvZpBCSuN apiEHpae0w3iFF01LDgo+BiNRp79NVciJJPqJW9VBX+ESq1pMj46wMZjP w==; X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="394584391" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="394584391" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:35:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="939952192" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="939952192" Received: from unknown (HELO anmitta2-mobl3.png.intel.com) ([10.107.4.247]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:35:04 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 11/11] stress-ng: upgrade 0.17.00 -> 0.17.01 Date: Tue, 21 Nov 2023 09:34:48 +0800 Message-ID: <20231121013448.8478-11-anuj.mittal@intel.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231121013448.8478-1-anuj.mittal@intel.com> References: <20231121013448.8478-1-anuj.mittal@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 ; Tue, 21 Nov 2023 01:35:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190950 Signed-off-by: Anuj Mittal --- .../stress-ng/{stress-ng_0.17.00.bb => stress-ng_0.17.01.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/stress-ng/{stress-ng_0.17.00.bb => stress-ng_0.17.01.bb} (94%) diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.17.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.17.01.bb similarity index 94% rename from meta/recipes-extended/stress-ng/stress-ng_0.17.00.bb rename to meta/recipes-extended/stress-ng/stress-ng_0.17.01.bb index 4dc9c1713b1..b6fd96d8578 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.17.00.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.17.01.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ " -SRCREV = "b5f33cfd1d9d5fccf6b34a9082d07e86c909b05e" +SRCREV = "c9669b041eff5905da191974ba0102208a59e04e" S = "${WORKDIR}/git" DEPENDS = "coreutils-native libbsd"