diff mbox series

[wrynose,20/52] ccache: upgrade 4.13.2 -> 4.13.3

Message ID ac33aa04e24d80516bb42aca7b9683ebe8b6fbdb.1778198557.git.yoann.congal@smile.fr
State New
Headers show
Series [wrynose,01/52] shadow: set CVE_PRODUCT | expand

Commit Message

Yoann Congal May 8, 2026, 7:11 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Release notes: https://ccache.dev/releasenotes.html#_ccache_4_13_3

> Ccache 4.13.3
> Release date: 2026-04-12
>
> New deliverables
>
>     Added glibc binary release for Linux riscv64.
>     [contributed by Ludovic Henry]
>
> Bug fixes and improvements
>
>     Fixed handling of empty responses from remote storage backends: a
>     response with an empty body is now treated as a storage error rather
>     than a cache miss.
>     [contributed by Björn Svensson]
>
>     Fixed PCH invalidation when the MSVC toolset is updated.
>     [contributed by Philipp Kolberg]
>
>     Fixed base_dir path rewriting when using MSVC’s /Yc option: paths
>     are no longer rewritten to relative when creating a precompiled header,
>     since MSVC then does not like relative paths for the /Yc and /FI
>     arguments.
>     [contributed by Joel Rosdahl]
>
>     Fixed handling of a directory-less path to the MSVC /FI option.
>     [contributed by Joel Rosdahl]
>
>     Added support for -fsanitize-ignorelist (which replaced
>     -fsanitize-blacklist in Clang 13).
>     [contributed by Joel Rosdahl]
>
>     Fixed detection of type for compiler with . in the name (e.g.
>     hppa2.0-unknown-linux-gnu-gcc).
>     [contributed by Joel Rosdahl]
>
>     Fixed install.sh to correctly use sysconfdir and other configuration
>     variables from the Makefile.
>     [contributed by Joel Rosdahl]
>
> Build improvements
>
>     Changed cmake/FindCppHttplib.cmake to use settings from the system’s
>     CMake config if available, supporting systems where cpp-httplib is not
>     provided as a header-only library.
>     [contributed by Jiri Slaby]

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
(cherry picked from commit 30f9f7aa9e3e3fad9d755f71d54263f3753f63c3)
[YC: Added changelog]
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 .../ccache/{ccache_4.13.2.bb => ccache_4.13.3.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/ccache/{ccache_4.13.2.bb => ccache_4.13.3.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/ccache/ccache_4.13.2.bb b/meta/recipes-devtools/ccache/ccache_4.13.3.bb
similarity index 93%
rename from meta/recipes-devtools/ccache/ccache_4.13.2.bb
rename to meta/recipes-devtools/ccache/ccache_4.13.3.bb
index 9fe82f5ee0e..ec440900f64 100644
--- a/meta/recipes-devtools/ccache/ccache_4.13.2.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.13.3.bb
@@ -16,7 +16,7 @@  DEPENDS = "zstd fmt xxhash"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz"
 
-SRC_URI[sha256sum] = "e87efda8ae54f94b1cb0e8dbfdf26397bd7d0a9c0c4f38b18dde73f4ec9ac721"
+SRC_URI[sha256sum] = "c149d71f47f6fe08e4f2e43db4b0b091c61e8ea3daa23aa998b094bd84ecdfe8"
 
 inherit cmake github-releases