diff mbox series

[meta-multimedia,PATCHv2] libheif: update 1.19.5 -> 1.19.8

Message ID 20250607172729.2066-1-f_l_k@t-online.de
State New
Headers show
Series [meta-multimedia,PATCHv2] libheif: update 1.19.5 -> 1.19.8 | expand

Commit Message

Markus Volk June 7, 2025, 5:27 p.m. UTC
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 <f_l_k@t-online.de>
---
 .../libheif/{libheif_1.19.5.bb => libheif_1.19.8.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-multimedia/recipes-multimedia/libheif/{libheif_1.19.5.bb => libheif_1.19.8.bb} (91%)
diff mbox series

Patch

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 91%
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..ac469fce87 100644
--- a/meta-multimedia/recipes-multimedia/libheif/libheif_1.19.5.bb
+++ b/meta-multimedia/recipes-multimedia/libheif/libheif_1.19.8.bb
@@ -1,7 +1,7 @@ 
 SUMMARY = "libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder"
 HOMEPAGE = "https://github.com/strukturag/libheif"
 LICENSE = "LGPL-3.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=f07b2bc152eaee52edbd338825f474d4"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9c0edc7369719b2c47d44e80ba74b4b7"
 LICENSE_FLAGS = "commercial"
 
 COMPATIBLE_MACHINE:powerpc64le = "null"
@@ -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