From patchwork Sat Mar 15 14:18:15 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 59061 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 D8FD1C35FFA for ; Sat, 15 Mar 2025 14:18:19 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.10361.1742048296446677813 for ; Sat, 15 Mar 2025 07:18:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=RdCmA8rs; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=Hztat5ow; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 010101959a2b79be-d5995893-ede7-4e13-be22-fc16d0793cc1-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=1742048295; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=qUd8y5rFv40UMPT1dlvX4LHT3ynWdEBPdykGdBwKuYM=; b=RdCmA8rsb1/DK4tFXbeqQZu0pZI/s8UoNyKvVrY5AKK/6uLYY2gGjK3zV11mHbEY D75rrtXAB0JyM6/+KsMcmdMDeKA7VVIhwJ8LqKtiJxn50XC6/1JVdHChKv6/jEpND6d ubElzdVNvO1cjGK3tPHglQ+B6shdDl6nifjS1EGo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1742048295; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=qUd8y5rFv40UMPT1dlvX4LHT3ynWdEBPdykGdBwKuYM=; b=Hztat5owYO8PQ+Abk1IXWcwyLiXfcI4KIxKAMxCdhq55Nn4CmmAz20GZ6pqyXRbp dIfjHa7hbAqidvAUm54teCJHCUYbty9bLAbbIyIjll26gVLGQhRQHCYF2mL6EJkw8om 38TPEZcqR9Ush+jvJdqcJ0oO3EEQKOJhuCmdYtGM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ccache: upgrading to 4.11 SUCCEEDED Message-ID: <010101959a2b79be-d5995893-ede7-4e13-be22-fc16d0793cc1-000000@us-west-2.amazonses.com> Date: Sat, 15 Mar 2025 14:18:15 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.15-54.240.27.29 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, 15 Mar 2025 14:18:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212899 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ccache* to *4.11* has Succeeded. Next steps: - apply the patch: git am 0001-ccache-upgrade-4.10.2-4.11.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 3f9ed87019af545ef62b109180eb487a60063866 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Mar 2025 07:54:04 +0000 Subject: [PATCH] ccache: upgrade 4.10.2 -> 4.11 --- .../{ccache_4.10.2.bb => ccache_4.11.bb} | 78 ++++++++++++++++++- 1 file changed, 75 insertions(+), 3 deletions(-) rename meta/recipes-devtools/ccache/{ccache_4.10.2.bb => ccache_4.11.bb} (31%) diff --git a/meta/recipes-devtools/ccache/ccache_4.10.2.bb b/meta/recipes-devtools/ccache/ccache_4.11.bb similarity index 31% rename from meta/recipes-devtools/ccache/ccache_4.10.2.bb rename to meta/recipes-devtools/ccache/ccache_4.11.bb index 361c1643f9..3d392e3a1f 100644 --- a/meta/recipes-devtools/ccache/ccache_4.10.2.bb +++ b/meta/recipes-devtools/ccache/ccache_4.11.bb @@ -1,3 +1,75 @@ +# 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.adoc +# +++ LICENSE.adoc +# @@ -35,7 +35,7 @@ +# +# ---- +# Copyright (C) 2002-2007 Andrew Tridgell +# -Copyright (C) 2009-2024 Joel Rosdahl and other contributors +# +Copyright (C) 2009-2025 Joel Rosdahl and other contributors +# ---- +# +# +# @@ -50,7 +50,7 @@ +# +# === src/third_party/blake3/blake3/* +# +# -This is a subset of https://github.com/BLAKE3-team/BLAKE3[BLAKE3] 1.5.1 with the +# +This is a subset of https://github.com/BLAKE3-team/BLAKE3[BLAKE3] 1.6.1 with the +# following license: +# +# ---- +# @@ -390,13 +390,13 @@ +# === src/third_party/cpp-httplib/httplib.h +# +# cpp-httplib - A C++11 cross-platform HTTP/HTTPS library. Copied from cpp-httplib +# -v0.15.3 downloaded from https://github.com/yhirose/cpp-httplib[cpp-httplib]. The +# +v0.19.0 downloaded from https://github.com/yhirose/cpp-httplib[cpp-httplib]. The +# library has the following license: +# +# ---- +# The MIT License (MIT) +# +# -Copyright (c) 2024 yhirose +# +Copyright (c) 2025 yhirose +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# @@ -450,12 +450,12 @@ +# +# === src/third_party/fmt/fmt/*.h and src/third_party/fmt/fmt/format.cc +# +# -This is a subset of https://fmt.dev[fmt] 10.2.1 with the following license: +# +This is a subset of https://fmt.dev[fmt] 11.1.4 with the following license: +# +# ---- +# Formatting library for C++ +# +# -Copyright (c) 2012 - present, Victor Zverovich +# +Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# --- src/third_party/cpp-httplib/httplib.h +# +++ src/third_party/cpp-httplib/httplib.h +# @@ -1,6 +1,6 @@ +# // +# // httplib.h +# // +# -// Copyright (c) 2024 Yuji Hirose. All rights reserved. +# +// Copyright (c) 2025 Yuji Hirose. All rights reserved. +# // MIT License +# // +# +# + SUMMARY = "a fast C/C++ compiler cache" DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \ by caching the result of previous compilations and detecting when the \ @@ -7,8 +79,8 @@ HOMEPAGE = "http://ccache.samba.org" SECTION = "devel" LICENSE = "GPL-3.0-or-later & MIT & BSL-1.0 & ISC" -LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=73b86311eaf2b66b0d093ec1a15fa60d \ - file://src/third_party/cpp-httplib/httplib.h;endline=6;md5=5389d9f5a88a138e42ba58894bbceeac \ +LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=b98c3470e22877fefa43a01a2dd0669c \ + file://src/third_party/cpp-httplib/httplib.h;endline=6;md5=663aca6f84e7d67ade228aad32afc0ea \ file://src/third_party/nonstd-span/nonstd/span.hpp;endline=9;md5=b4af92a7f068b38c5b3410dceb30c186 \ file://src/third_party/win32-compat/win32/mktemp.c;endline=17;md5=d287e9c1f1cd2bb2bd164490e1cf449a \ " @@ -17,7 +89,7 @@ DEPENDS = "zstd fmt xxhash" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz" -SRC_URI[sha256sum] = "108100960bb7e64573ea925af2ee7611701241abb36ce0aae3354528403a7d87" +SRC_URI[sha256sum] = "7dba208540dc61cedd5c93df8c960055a35f06e29a0a3cf766962251d4a5c766" inherit cmake github-releases