To: ['openembedded-core@lists.openembedded.org']
To: 
Subject: [AUH] libjpeg-turbo: upgrading to 3.1.4.1 SUCCEEDED
Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/libjpeg-turbo/0001-libjpeg-turbo-upgrade-3.1.3-3.1.4.1.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/libjpeg-turbo/buildhistory-diff-full.txt

Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libjpeg-turbo* to *3.1.4.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libjpeg-turbo-upgrade-3.1.3-3.1.4.1.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 078fe4f54676fc8cd01ba2886762dd93852020b7 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 1 May 2026 12:01:41 +0000
Subject: [PATCH] libjpeg-turbo: upgrade 3.1.3 -> 3.1.4.1

---
 ...urbo_3.1.3.bb => libjpeg-turbo_3.1.4.1.bb} | 28 +++++++++++++++++--
 1 file changed, 26 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/jpeg/{libjpeg-turbo_3.1.3.bb => libjpeg-turbo_3.1.4.1.bb} (73%)

diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.3.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.4.1.bb
similarity index 73%
rename from meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.3.bb
rename to meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.4.1.bb
index f3e1ff59a6..072de978e9 100644
--- a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.3.bb
+++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.4.1.bb
@@ -1,15 +1,39 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENSE.md
+# +++ LICENSE.md
+# @@ -94,8 +94,8 @@
+#  The Modified (3-clause) BSD License
+#  ===================================
+#  
+# -Copyright (C)2009-2025 D. R. Commander.  All Rights Reserved.<br>
+# -Copyright (C)2015 Viktor Szathmáry.  All Rights Reserved.
+# +Copyright (C) 2009-2026 D. R. Commander.  All Rights Reserved.<br>
+# +Copyright (C) 2015 Viktor Szathmáry.  All Rights Reserved.
+#  
+#  Redistribution and use in source and binary forms, with or without
+#  modification, are permitted provided that the following conditions are met:
+# 
+#
+
 SUMMARY = "Hardware accelerated JPEG compression/decompression library"
 DESCRIPTION = "libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression"
 HOMEPAGE = "http://libjpeg-turbo.org/"
 
 LICENSE = "IJG & BSD-3-Clause & Zlib"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=52fddabc7e8e79233150ebda95c3fc1f"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5e22220994831d7f0b91d09d94c89a63"
 
 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] = "075920b826834ac4ddf97661cc73491047855859affd671d52079c6867c1c6c0"
+SRC_URI[sha256sum] = "ecae8008e2cc9ade2f2c1bb9d5e6d4fb73e7c433866a056bd82980741571a022"
 UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+\.\d+\.(?!9\d+)\d+(\.\d+)*)"
 
 PE = "1"
-- 
2.47.1


