From patchwork Sat Jun 7 14:58:24 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 64506 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 C8D64C61CE7 for ; Sat, 7 Jun 2025 14:58:41 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.web11.20031.1749308315143820540 for ; Sat, 07 Jun 2025 07:58:35 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd84.aul.t-online.de (fwd84.aul.t-online.de [10.223.144.110]) by mailout02.t-online.de (Postfix) with SMTP id 214751D8 for ; Sat, 7 Jun 2025 16:58:33 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.174.249]) by fwd84.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1uNv0C-0wvxsf0; Sat, 7 Jun 2025 16:58:32 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-multimedia][PATCH] libheif: update 1.19.5 -> 1.19.8 Date: Sat, 7 Jun 2025 16:58:24 +0200 Message-ID: <20250607145824.3452805-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1749308312-C1FEB71D-3601817D/0/0 CLEAN NORMAL X-TOI-MSGID: 70edee2b-4116-4af7-8010-3bbbf1ea2a59 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 ; Sat, 07 Jun 2025 14:58:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117773 COPYING was changed [https://github.com/strukturag/libheif/commit/377a957bd84018f4d27588c989fa5c66935c16ed] 1.19.8 Set essential flag for transformative properties as required by MIAF. This fixes the display of AVIF images with transformations encoded by libheif in Chrome, which checks whether this flag is set. If the environment variable LIBHEIF_SECURITY_LIMITS is set to OFF, libheif will not check any security limits. This can be used if a user wants to work with large images that were blocked by the security limits, but the application software does not allow to adjust the libheif security limits. Resolved processing 16-bit JPEG-2000 1.19.7 Fixes a build error with SVT-AV1 encoder plugin when using reduced symbol visibility (#1480). 1.19.6 Bugfix release. Additionally, there are the following changes: C++ and Go wrapper licenses have been changed to MIT supports SVT-AV1 v3.0.0 encoder support emscripten builds for ES6 modules Fixes CVE-2025-43966 CVE-2025-43967 Signed-off-by: Markus Volk --- .../libheif/{libheif_1.19.5.bb => libheif_1.19.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/libheif/{libheif_1.19.5.bb => libheif_1.19.8.bb} (96%) diff --git a/meta-multimedia/recipes-multimedia/libheif/libheif_1.19.5.bb b/meta-multimedia/recipes-multimedia/libheif/libheif_1.19.8.bb similarity index 96% rename from meta-multimedia/recipes-multimedia/libheif/libheif_1.19.5.bb rename to meta-multimedia/recipes-multimedia/libheif/libheif_1.19.8.bb index e024ff0f60..6ecda99557 100644 --- a/meta-multimedia/recipes-multimedia/libheif/libheif_1.19.5.bb +++ b/meta-multimedia/recipes-multimedia/libheif/libheif_1.19.8.bb @@ -9,7 +9,7 @@ COMPATIBLE_MACHINE:powerpc64le = "null" SRC_URI = "git://github.com/strukturag/libheif.git;protocol=https;branch=master" S = "${WORKDIR}/git" -SRCREV = "cd95b113d78d0696105a9e678cbd19487ee13d6c" +SRCREV = "5e9deb19fe6b3768af0bb8e9e5e8438b15171bf3" inherit cmake pkgconfig