From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][whinlatter 27/29] ccache: upgrade 4.12 -> 4.12.1
Date: Tue, 30 Dec 2025 12:11:57 -0800 [thread overview]
Message-ID: <56d06e3417ebd820495873e05ab2b3389e5765fe.1767106395.git.steve@sakoman.com> (raw)
In-Reply-To: <cover.1767106395.git.steve@sakoman.com>
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
(cherry picked from commit e47f62e44f44d0e45a02ad13826d3a7fb722079c)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
.../ccache/{ccache_4.12.bb => ccache_4.12.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/ccache/{ccache_4.12.bb => ccache_4.12.1.bb} (93%)
diff --git a/meta/recipes-devtools/ccache/ccache_4.12.bb b/meta/recipes-devtools/ccache/ccache_4.12.1.bb
similarity index 93%
rename from meta/recipes-devtools/ccache/ccache_4.12.bb
rename to meta/recipes-devtools/ccache/ccache_4.12.1.bb
index 52643c4bff..2d0b83e244 100644
--- a/meta/recipes-devtools/ccache/ccache_4.12.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.12.1.bb
@@ -17,7 +17,7 @@ DEPENDS = "zstd fmt xxhash"
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz"
-SRC_URI[sha256sum] = "e884c62cbacae2e9488b8641a671a79fb7a1221db01310dacef61c9e55c2e55b"
+SRC_URI[sha256sum] = "a3da50ab0fb0d42f60c17d1450312e6ace9b681f6221cb77c8a09a845f9d760c"
inherit cmake github-releases
--
2.43.0
next prev parent reply other threads:[~2025-12-30 20:12 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-30 20:11 [OE-core][whinlatter 00/29] Patch review Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 01/29] binutils: fix CVE-2025-11839 Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 02/29] binutils: fix CVE-2025-11840 Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 03/29] gnutls: patch CVE-2025-9820 Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 04/29] sqlite3: patch CVE-2025-3277 Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 05/29] sqlite3: patch CVE-2025-6965 Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 06/29] libxmlb: upgrade 0.3.23 -> 0.3.24 Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 07/29] libarchive: upgrade 3.8.2 -> 3.8.3 Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 08/29] glib-2.0: Upgrade 2.86.0 -> 2.86.1 Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 09/29] ell: upgrade 0.79 -> 0.80 Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 10/29] gst-devtools: upgrade 1.26.5 -> 1.26.7 Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 11/29] gst-examples: " Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 12/29] gstreamer1.0-libav: " Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 13/29] gstreamer1.0-plugins-bad: " Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 14/29] gstreamer1.0-plugins-base: " Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 15/29] gstreamer1.0-plugins-good: " Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 16/29] gstreamer1.0-plugins-ugly: " Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 17/29] gstreamer1.0-python: " Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 18/29] gstreamer1.0-rtsp-server: " Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 19/29] gstreamer1.0: " Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 20/29] gstreamer1.0-vaapi: " Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 21/29] enchant2: upgrade 2.8.12 -> 2.8.14 Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 22/29] libpng: upgrade 1.6.50 -> 1.6.51 Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 23/29] llvm/clang: Upgrade to 21.1.6 release Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 24/29] llvm/clang: Upgrade to 21.1.7 release Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 25/29] mesa: upgrade 25.2.5 -> 25.2.8 Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 26/29] e2fsprogs: misc/create_inode.c: Fix for file larger than 2GB Steve Sakoman
2025-12-30 20:11 ` Steve Sakoman [this message]
2025-12-30 20:11 ` [OE-core][whinlatter 28/29] ccache: 4.12.1 -> 4.12.2 Steve Sakoman
2025-12-30 20:11 ` [OE-core][whinlatter 29/29] cups: upgrade from 2.4.14 to 2.4.15 Steve Sakoman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56d06e3417ebd820495873e05ab2b3389e5765fe.1767106395.git.steve@sakoman.com \
--to=steve@sakoman.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox