From patchwork Thu May 1 15:33:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 62241 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 348FEC3ABC3 for ; Thu, 1 May 2025 15:33:56 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.1807.1746113633665499880 for ; Thu, 01 May 2025 08:33:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=apie68gV; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=F8gQRspV; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 010101968c7b9b5f-2c99f7e5-84ad-41e9-8fe0-b9db308e77db-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1746113633; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=jMUxx3x20bAA9l+Hcs6rTwRyjnIHn4YTp/laZOHonCs=; b=apie68gVWb6yZkz2FLJ2vBkeVOM5AeMAJnPpyQRV1ErP9odCyokzHIcXYp/Fblic Jzm0/kgu4rX0GalNAi56oIc9AUnmw5AQaSdFOrMfCBqDKwsiHNikTeRJ4aJJ6ZxfJg3 Ymct4c6jpU7RqZS9Y62Xev2uB23OHk0qdAmdUWxc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1746113633; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=jMUxx3x20bAA9l+Hcs6rTwRyjnIHn4YTp/laZOHonCs=; b=F8gQRspVhzaHLbIRDBl9lt37uUseJR4R2OwHwXGVxrmm0xhsGz4YOUlvdCskMbqV tsDPmmhCnbYZFpRQDSyONkXS/XSa+v6gp/i957oN1VUxWMoXRW0SP7yEhPdaSMyRa1C XTsiQvQzf1RF5NI97yA/ia10e48NLEhA3q2PSMKs= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libjpeg-turbo: upgrading to 3.1.0 SUCCEEDED Message-ID: <010101968c7b9b5f-2c99f7e5-84ad-41e9-8fe0-b9db308e77db-000000@us-west-2.amazonses.com> Date: Thu, 1 May 2025 15:33:53 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.05.01-54.240.27.30 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 ; Thu, 01 May 2025 15:33:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/215865 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.0* has Succeeded. Next steps: - apply the patch: git am 0001-libjpeg-turbo-upgrade-3.0.1-3.1.0.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 7496944f6c6d7d95f7c33a3385d6a5f79b643d4b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 May 2025 12:23:03 +0000 Subject: [PATCH] libjpeg-turbo: upgrade 3.0.1 -> 3.1.0 --- ...-turbo_3.0.1.bb => libjpeg-turbo_3.1.0.bb} | 91 ++++++++++++++++++- 1 file changed, 89 insertions(+), 2 deletions(-) rename meta/recipes-graphics/jpeg/{libjpeg-turbo_3.0.1.bb => libjpeg-turbo_3.1.0.bb} (42%) diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb similarity index 42% rename from meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb rename to meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb index a1d7d57fb5..4282cbe868 100644 --- a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb +++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb @@ -1,15 +1,102 @@ +# 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 +# @@ -1,30 +1,33 @@ +# libjpeg-turbo Licenses +# ====================== +# +# -libjpeg-turbo is covered by three compatible BSD-style open source licenses: +# +libjpeg-turbo is covered by two compatible BSD-style open source licenses: +# +# - The IJG (Independent JPEG Group) License, which is listed in +# [README.ijg](README.ijg) +# +# - This license applies to the libjpeg API library and associated programs +# - (any code inherited from libjpeg, and any modifications to that code.) +# + This license applies to the libjpeg API library and associated programs, +# + including any code inherited from libjpeg and any modifications to that +# + code. Note that the libjpeg-turbo SIMD source code bears the +# + [zlib License](https://opensource.org/licenses/Zlib), but in the context of +# + the overall libjpeg API library, the terms of the zlib License are subsumed +# + by the terms of the IJG License. +# +# - The Modified (3-clause) BSD License, which is listed below +# +# - This license covers the TurboJPEG API library and associated programs, as +# - well as the build system. +# - +# -- The [zlib License](https://opensource.org/licenses/Zlib) +# - +# - This license is a subset of the other two, and it covers the libjpeg-turbo +# - SIMD extensions. +# + This license applies to the TurboJPEG API library and associated programs, as +# + well as the build system. Note that the TurboJPEG API library wraps the +# + libjpeg API library, so in the context of the overall TurboJPEG API library, +# + both the terms of the IJG License and the terms of the Modified (3-clause) +# + BSD License apply. +# +# +# Complying with the libjpeg-turbo Licenses +# ========================================= +# +# This section provides a roll-up of the libjpeg-turbo licensing terms, to the +# -best of our understanding. +# +best of our understanding. This is not a license in and of itself. It is +# +intended solely for clarification. +# +# 1. If you are distributing a modified version of the libjpeg-turbo source, +# then: +# @@ -38,7 +41,7 @@ +# - Clauses 1 and 3 of the zlib License +# +# 2. You must add your own copyright notice to the header of each source +# - file you modified, so others can tell that you modified that file (if +# + file you modified, so others can tell that you modified that file. (If +# there is not an existing copyright header in that file, then you can +# simply add a notice stating that you modified the file.) +# +# @@ -91,7 +94,7 @@ +# The Modified (3-clause) BSD License +# =================================== +# +# -Copyright (C)2009-2023 D. R. Commander. All Rights Reserved.
+# +Copyright (C)2009-2024 D. R. Commander. All Rights Reserved.
+# Copyright (C)2015 Viktor Szathmáry. All Rights Reserved. +# +# Redistribution and use in source and binary forms, with or without +# @@ -119,8 +122,8 @@ +# POSSIBILITY OF SUCH DAMAGE. +# +# +# -Why Three Licenses? +# -=================== +# +Why Two Licenses? +# +================= +# +# The zlib License could have been used instead of the Modified (3-clause) BSD +# License, and since the IJG License effectively subsumes the distribution +# +# + 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=2a8e0d8226a102f07ab63ed7fd6ce155" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=023c2e8942020502d6ea709e2a5453f7" 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] = "22429507714ae147b3acacd299e82099fce5d9f456882fc28e252e4579ba2a75" +SRC_URI[sha256sum] = "9564c72b1dfd1d6fe6274c5f95a8d989b59854575d4bbee44ade7bc17aa9bc93" PE = "1"