From 9e4ede44ebb54e2c0870de88dc0ec3adc550b2e2 Mon Sep 17 00:00:00 2001 From: Ed Reel Date: Mon, 9 Feb 2026 05:56:17 -0600 Subject: [PATCH] Ccache 4.12.2 => 4.12.3 (#14577) --- manifest/armv7l/c/ccache.filelist | 11 ++++++++++- manifest/i686/c/ccache.filelist | 11 ++++++++++- manifest/x86_64/c/ccache.filelist | 11 ++++++++++- packages/ccache.rb | 10 +++++----- tests/package/c/ccache | 3 +++ tools/automatically_updatable_packages/ccache | 0 6 files changed, 38 insertions(+), 8 deletions(-) create mode 100755 tests/package/c/ccache create mode 100644 tools/automatically_updatable_packages/ccache diff --git a/manifest/armv7l/c/ccache.filelist b/manifest/armv7l/c/ccache.filelist index 5f5d9283f3..fc1b7b6715 100644 --- a/manifest/armv7l/c/ccache.filelist +++ b/manifest/armv7l/c/ccache.filelist @@ -1,4 +1,4 @@ -# Total size: 923206 +# Total size: 1669195 /usr/local/bin/ccache /usr/local/etc/env.d/00-ccache /usr/local/lib/ccache/bin/c++ @@ -7,3 +7,12 @@ /usr/local/lib/ccache/bin/clang++ /usr/local/lib/ccache/bin/g++ /usr/local/lib/ccache/bin/gcc +/usr/local/share/doc/ccache/AUTHORS.adoc +/usr/local/share/doc/ccache/AUTHORS.html +/usr/local/share/doc/ccache/LICENSE.adoc +/usr/local/share/doc/ccache/LICENSE.html +/usr/local/share/doc/ccache/MANUAL.adoc +/usr/local/share/doc/ccache/MANUAL.html +/usr/local/share/doc/ccache/NEWS.adoc +/usr/local/share/doc/ccache/NEWS.html +/usr/local/share/man/man1/ccache.1.zst diff --git a/manifest/i686/c/ccache.filelist b/manifest/i686/c/ccache.filelist index 9ee0701a1f..5d0bc6189f 100644 --- a/manifest/i686/c/ccache.filelist +++ b/manifest/i686/c/ccache.filelist @@ -1,4 +1,4 @@ -# Total size: 1756162 +# Total size: 2503627 /usr/local/bin/ccache /usr/local/etc/env.d/00-ccache /usr/local/lib/ccache/bin/c++ @@ -7,3 +7,12 @@ /usr/local/lib/ccache/bin/clang++ /usr/local/lib/ccache/bin/g++ /usr/local/lib/ccache/bin/gcc +/usr/local/share/doc/ccache/AUTHORS.adoc +/usr/local/share/doc/ccache/AUTHORS.html +/usr/local/share/doc/ccache/LICENSE.adoc +/usr/local/share/doc/ccache/LICENSE.html +/usr/local/share/doc/ccache/MANUAL.adoc +/usr/local/share/doc/ccache/MANUAL.html +/usr/local/share/doc/ccache/NEWS.adoc +/usr/local/share/doc/ccache/NEWS.html +/usr/local/share/man/man1/ccache.1.zst diff --git a/manifest/x86_64/c/ccache.filelist b/manifest/x86_64/c/ccache.filelist index c860a522b5..03e71bfbc4 100644 --- a/manifest/x86_64/c/ccache.filelist +++ b/manifest/x86_64/c/ccache.filelist @@ -1,4 +1,4 @@ -# Total size: 1488220 +# Total size: 2235269 /usr/local/bin/ccache /usr/local/etc/env.d/00-ccache /usr/local/lib64/ccache/bin/c++ @@ -7,3 +7,12 @@ /usr/local/lib64/ccache/bin/clang++ /usr/local/lib64/ccache/bin/g++ /usr/local/lib64/ccache/bin/gcc +/usr/local/share/doc/ccache/AUTHORS.adoc +/usr/local/share/doc/ccache/AUTHORS.html +/usr/local/share/doc/ccache/LICENSE.adoc +/usr/local/share/doc/ccache/LICENSE.html +/usr/local/share/doc/ccache/MANUAL.adoc +/usr/local/share/doc/ccache/MANUAL.html +/usr/local/share/doc/ccache/NEWS.adoc +/usr/local/share/doc/ccache/NEWS.html +/usr/local/share/man/man1/ccache.1.zst diff --git a/packages/ccache.rb b/packages/ccache.rb index 5c84e6261f..8d53de1286 100644 --- a/packages/ccache.rb +++ b/packages/ccache.rb @@ -3,7 +3,7 @@ require 'buildsystems/cmake' class Ccache < CMake description 'Compiler cache that speeds up recompilation by caching previous compilations' homepage 'https://ccache.dev/' - version '4.12.2' + version '4.12.3' license 'GPL-3 and LGPL-3' compatibility 'all' source_url 'https://github.com/ccache/ccache.git' @@ -11,10 +11,10 @@ class Ccache < CMake binary_compression 'tar.zst' binary_sha256({ - aarch64: '78e9e8b74d4a8f7f73d4e6312f2e28c6e06c43ef2ef19a6691c7466ec64cbaf6', - armv7l: '78e9e8b74d4a8f7f73d4e6312f2e28c6e06c43ef2ef19a6691c7466ec64cbaf6', - i686: '435af6439ac81b9ed06d8b84fde565b7b78f8fff663221c946e0378f92ba534b', - x86_64: '3b06e5a728d712553a7a43b0adf1948f1dabf26923c1944d4884c9d12c21d336' + aarch64: '9946f0fa9c2b6399e6eb432b05913f8c5aebe3eb58d86193aab9765b91b2cc6d', + armv7l: '9946f0fa9c2b6399e6eb432b05913f8c5aebe3eb58d86193aab9765b91b2cc6d', + i686: 'ea72180b9e6c5a5770f74e8961538c8bb975d4e00f70713b3a21d67b191096ab', + x86_64: '5e4298bdd15a6762c046f52385bed5ff2a1a692e5e58d14a20d18792af1257c0' }) depends_on 'gcc_lib' # R diff --git a/tests/package/c/ccache b/tests/package/c/ccache new file mode 100755 index 0000000000..ef74a69a89 --- /dev/null +++ b/tests/package/c/ccache @@ -0,0 +1,3 @@ +#!/bin/bash +ccache --help | head +ccache --version diff --git a/tools/automatically_updatable_packages/ccache b/tools/automatically_updatable_packages/ccache new file mode 100644 index 0000000000..e69de29bb2