]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
tools/ccache: update to 4.13.3 23005/head
authorNick Hainke <vincent@systemli.org>
Sun, 19 Apr 2026 08:46:33 +0000 (10:46 +0200)
committerNick Hainke <vincent@systemli.org>
Mon, 20 Apr 2026 06:51:04 +0000 (08:51 +0200)
Release Notes:
- https://ccache.dev/releasenotes.html#_ccache_4_12_2
- https://ccache.dev/releasenotes.html#_ccache_4_13_3
- https://ccache.dev/releasenotes.html#_ccache_4_13
- https://ccache.dev/releasenotes.html#_ccache_4_13_1
- https://ccache.dev/releasenotes.html#_ccache_4_13_2
- https://ccache.dev/releasenotes.html#_ccache_4_13_3

Link: https://github.com/openwrt/openwrt/pull/23005
Signed-off-by: Nick Hainke <vincent@systemli.org>
tools/ccache/Makefile
tools/ccache/patches/100-honour-copts.patch

index 8bacf2781cce023e026b9bd779e22ad93af7f65c..f6af56207cdf3eb40cebc61eb005e0a23c20723b 100644 (file)
@@ -7,11 +7,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ccache
-PKG_VERSION:=4.12.1
+PKG_VERSION:=4.13.3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION)
-PKG_HASH:=a3da50ab0fb0d42f60c17d1450312e6ace9b681f6221cb77c8a09a845f9d760c
+PKG_HASH:=c149d71f47f6fe08e4f2e43db4b0b091c61e8ea3daa23aa998b094bd84ecdfe8
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/cmake.mk
index 447a0600647d8c030e50e32d878f3f3c08ed4999..bf4ff9787b7d7f34d1b2091dcfd8d5e4d4adf6a7 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/ccache/ccache.cpp
 +++ b/src/ccache/ccache.cpp
-@@ -2181,6 +2181,7 @@ get_manifest_key(Context& ctx, Hash& has
+@@ -2321,6 +2321,7 @@ get_manifest_key(Context& ctx, Hash& has
      "OBJCPLUS_INCLUDE_PATH",        // Clang
      "CLANG_CONFIG_FILE_SYSTEM_DIR", // Clang
      "CLANG_CONFIG_FILE_USER_DIR",   // Clang