]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
tools/ccache: update to 4.11.3 19025/head
authorShiji Yang <yangshiji66@outlook.com>
Wed, 4 Jun 2025 14:20:38 +0000 (22:20 +0800)
committerNick Hainke <vincent@systemli.org>
Wed, 4 Jun 2025 18:12:11 +0000 (20:12 +0200)
Update ccache to the latest version. All patches are automatically
refreshed. Changelogs:

https://github.com/ccache/ccache/blob/v4.11.3/doc/NEWS.adoc

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

index 6a666a5680decc2f700f2536a50409b42482f739..e8ae78a5ddaa41273a914e5facf4a37fdb35d92b 100644 (file)
@@ -7,11 +7,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ccache
-PKG_VERSION:=4.10.2
+PKG_VERSION:=4.11.3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION)
-PKG_HASH:=108100960bb7e64573ea925af2ee7611701241abb36ce0aae3354528403a7d87
+PKG_HASH:=28a407314f03a7bd7a008038dbaffa83448bc670e2fc119609b1d99fb33bb600
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/cmake.mk
index c07c8ce8eb3a2566d2e35746d0ca5e6c4157c4f8..8c95685b286836327f498131835abf4cc6721cfc 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/ccache/ccache.cpp
 +++ b/src/ccache/ccache.cpp
-@@ -1914,6 +1914,7 @@ get_manifest_key(Context& ctx, Hash& has
+@@ -2018,6 +2018,7 @@ get_manifest_key(Context& ctx, Hash& has
      "OBJCPLUS_INCLUDE_PATH",        // Clang
      "CLANG_CONFIG_FILE_SYSTEM_DIR", // Clang
      "CLANG_CONFIG_FILE_USER_DIR",   // Clang