From patchwork Tue Feb 4 19:51:23 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 56660 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 D48DBC02198 for ; Tue, 4 Feb 2025 19:51:39 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.126147.1738698690991288084 for ; Tue, 04 Feb 2025 11:51:31 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 4F4CF40C8F; Tue, 4 Feb 2025 19:51:30 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n9IVcjwj4ATm; Tue, 4 Feb 2025 19:51:30 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 32DAC407E5; Tue, 4 Feb 2025 19:51:29 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 15D4E164208; Tue, 4 Feb 2025 14:51:28 -0500 (EST) From: Denys Dmytriyenko To: openembedded-core@lists.openembedded.org Cc: Denys Dmytriyenko Subject: [PATCH 1/3] wayland-protocols: upgrade 1.39 -> 1.40 Date: Tue, 4 Feb 2025 14:51:23 -0500 Message-Id: <20250204195125.76033-1-denis@denix.org> 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 ; Tue, 04 Feb 2025 19:51:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210822 From: Denys Dmytriyenko This release includes a new version of the ext-idle-notify protocol, which allows users of the protocol to track only input device like activity. Apart from that, there are the usual clarifications and protocol bug fixes. https://lists.freedesktop.org/archives/wayland-devel/2025-January/043966.html Signed-off-by: Denys Dmytriyenko --- .../{wayland-protocols_1.39.bb => wayland-protocols_1.40.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/wayland/{wayland-protocols_1.39.bb => wayland-protocols_1.40.bb} (91%) diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.39.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.40.bb similarity index 91% rename from meta/recipes-graphics/wayland/wayland-protocols_1.39.bb rename to meta/recipes-graphics/wayland/wayland-protocols_1.40.bb index 82c373df21..4efc1bd548 100644 --- a/meta/recipes-graphics/wayland/wayland-protocols_1.39.bb +++ b/meta/recipes-graphics/wayland/wayland-protocols_1.40.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \ file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53" SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz" -SRC_URI[sha256sum] = "e1dcdcbbf08e2e0a8a02ee5d9a0be3a6aafc39a4b51fa7e0d2f1a16411cb72fa" +SRC_URI[sha256sum] = "b21711793247c2c42763914392dfa9fcb9e3728ca4b4aa110adb8d915fc00689" UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags" UPSTREAM_CHECK_REGEX = "releases/(?P.+)" From patchwork Tue Feb 4 19:51:24 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 56661 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 D09ACC02193 for ; Tue, 4 Feb 2025 19:51:39 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.126145.1738698690962722861 for ; Tue, 04 Feb 2025 11:51:31 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 50B6D40CBA; Tue, 4 Feb 2025 19:51:30 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KVnJajJBIhA8; Tue, 4 Feb 2025 19:51:30 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 3652640C88; Tue, 4 Feb 2025 19:51:29 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 17E97164209; Tue, 4 Feb 2025 14:51:28 -0500 (EST) From: Denys Dmytriyenko To: openembedded-core@lists.openembedded.org Cc: Denys Dmytriyenko Subject: [PATCH 2/3] lzlib: upgrade 1.14 -> 1.15 Date: Tue, 4 Feb 2025 14:51:24 -0500 Message-Id: <20250204195125.76033-2-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20250204195125.76033-1-denis@denix.org> References: <20250204195125.76033-1-denis@denix.org> 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, 04 Feb 2025 19:51:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210820 From: Denys Dmytriyenko Changes in version 1.15: * Lzlib now reports a nonzero first LZMA byte as a LZ_data_error. * minilzip now exits with error status 2 if any empty member is found in a multimember file. * LZ_Errno, LZ_Encoder, and LZ_Decoder are now declared in lzlib.h as typedef. * The targets 'lib' and 'bin' have been added to Makefile.in. 'lib' is the new default and builds just the library. 'bin' builds both the library and minilzip. * minilzip is no longer built by default. * 'install-bin' installs minilzip and its man page again. * To improve portability, the linker option '--soname' is now used conditionally. (Reported by Michael Sullivan). * The use of the target 'bin' has been documented in INSTALL. https://lists.nongnu.org/archive/html/lzip-bug/2025-01/msg00009.html Signed-off-by: Denys Dmytriyenko --- meta/recipes-extended/lzip/{lzlib_1.14.bb => lzlib_1.15.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/lzip/{lzlib_1.14.bb => lzlib_1.15.bb} (93%) diff --git a/meta/recipes-extended/lzip/lzlib_1.14.bb b/meta/recipes-extended/lzip/lzlib_1.15.bb similarity index 93% rename from meta/recipes-extended/lzip/lzlib_1.14.bb rename to meta/recipes-extended/lzip/lzlib_1.15.bb index a6010bbf27..087b781873 100644 --- a/meta/recipes-extended/lzip/lzlib_1.14.bb +++ b/meta/recipes-extended/lzip/lzlib_1.15.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=04d943636aa1482e0a97d924d9f4f68f \ " SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzlib/lzlib-${PV}.tar.gz" -SRC_URI[sha256sum] = "5acac8714ed4f306020bae660dddce706e5f8a795863679037da9fe6bf4dcf6f" +SRC_URI[sha256sum] = "4afab907a46d5a7d14e927a1080c3f4d7e3ca5a0f9aea81747d8fed0292377ff" B = "${WORKDIR}/build" do_configure[cleandirs] = "${B}" From patchwork Tue Feb 4 19:51:25 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 56662 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 D39DBC02194 for ; Tue, 4 Feb 2025 19:51:39 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.126146.1738698690988005782 for ; Tue, 04 Feb 2025 11:51:31 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 5A508407E5; Tue, 4 Feb 2025 19:51:30 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LZIIiKcbbnS4; Tue, 4 Feb 2025 19:51:30 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 3B1CD40C8E; Tue, 4 Feb 2025 19:51:29 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 1998516420A; Tue, 4 Feb 2025 14:51:28 -0500 (EST) From: Denys Dmytriyenko To: openembedded-core@lists.openembedded.org Cc: Denys Dmytriyenko Subject: [PATCH 3/3] lzip: upgrade 1.24.1 -> 1.25 Date: Tue, 4 Feb 2025 14:51:25 -0500 Message-Id: <20250204195125.76033-3-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20250204195125.76033-1-denis@denix.org> References: <20250204195125.76033-1-denis@denix.org> 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, 04 Feb 2025 19:51:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210821 From: Denys Dmytriyenko Changes in version 1.25: * lzip now exits with error status 2 if any empty member is found in a multimember file. * lzip now exits with error status 2 if the first byte of the LZMA stream is not 0. * Options '--empty-error' and '--marking-error' have been removed. * The chapter 'Syntax of command-line arguments' has been added to the manual. https://lists.nongnu.org/archive/html/lzip-bug/2025-01/msg00012.html Please note, that there was a minor change in the COPYING file, changing the hash: * Physical FSF address was replaced with a link to http://fsf.org, license is the same Signed-off-by: Denys Dmytriyenko --- meta/recipes-extended/lzip/{lzip_1.24.1.bb => lzip_1.25.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/lzip/{lzip_1.24.1.bb => lzip_1.25.bb} (88%) diff --git a/meta/recipes-extended/lzip/lzip_1.24.1.bb b/meta/recipes-extended/lzip/lzip_1.25.bb similarity index 88% rename from meta/recipes-extended/lzip/lzip_1.24.1.bb rename to meta/recipes-extended/lzip/lzip_1.25.bb index 6eda012734..590e35cb75 100644 --- a/meta/recipes-extended/lzip/lzip_1.24.1.bb +++ b/meta/recipes-extended/lzip/lzip_1.25.bb @@ -3,12 +3,12 @@ HOMEPAGE = "http://lzip.nongnu.org/lzip.html" DESCRIPTION = "Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2. Lzip uses a simplified form of the Lempel-Ziv-Markov chain-Algorithm (LZMA) stream format, chosen to maximize safety and interoperability." SECTION = "console/utils" LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ +LIC_FILES_CHKSUM = "file://COPYING;md5=cca7f74ec83b7a9ce7ccd195aad471bd \ file://decoder.cc;beginline=3;endline=16;md5=18c279060cd0be128188404b45837f88 \ " SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz" -SRC_URI[sha256sum] = "30c9cb6a0605f479c496c376eb629a48b0a1696d167e3c1e090c5defa481b162" +SRC_URI[sha256sum] = "09418a6d8fb83f5113f5bd856e09703df5d37bae0308c668d0f346e3d3f0a56f" B = "${WORKDIR}/build" do_configure[cleandirs] = "${B}"