From: Wang Mingyu Date: Mon, 16 Jun 2025 09:16:25 +0000 (+0800) Subject: libjpeg-turbo: upgrade 3.1.0 -> 3.1.1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49a69532bc2b4a7d6ae8136123e92b10b5e657f5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libjpeg-turbo: upgrade 3.1.0 -> 3.1.1 Changelog: - Hardened the libjpeg API against hypothetical calling applications that may erroneously change the value of the 'data_precision' field in 'jpeg_compress_struct' or 'jpeg_decompress_struct' after calling 'jpeg_start_compress()' or 'jpeg_start_decompress()'. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.1.bb similarity index 97% rename from meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb rename to meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.1.bb index a5f1932a904..2b39a4c1d9b 100644 --- a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb +++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.1.bb @@ -9,7 +9,7 @@ DEPENDS:append:x86-64:class-target = " nasm-native" DEPENDS:append:x86:class-target = " nasm-native" SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz" -SRC_URI[sha256sum] = "9564c72b1dfd1d6fe6274c5f95a8d989b59854575d4bbee44ade7bc17aa9bc93" +SRC_URI[sha256sum] = "aadc97ea91f6ef078b0ae3a62bba69e008d9a7db19b34e4ac973b19b71b4217c" PE = "1"