forked from pool/ccache
- update to 4.5.1:
* Fixed entry_size field for result entries. * The actual compression level is now once again stored in the cache entry header. * Corrected error handling for unconstructible secondary storage backends. For instance, this avoids a crash when a Redis server can't be reached. * Made various improvements to the cache entry format. Among other things, the header now contains a creation timestamp and a note of the ccache version used to create the entry. The cache entry checksum has also been upgraded to use 128-bit XXH3 instead 64-bit XXH3. * Made HTTP keep-alive configurable, defaulting to off for now. * Added support for rewriting absolute path to Clang option `--gcc-toolchain`. * Fixed a problem with special characters in the user info part of URLs for HTTP storage. * The hard link and file clone features are now disabled when secondary storage is used since they only work for the local primary cache. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=115
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ccache
|
||||
Version: 4.4.2
|
||||
Version: 4.5.1
|
||||
Release: 0
|
||||
Summary: A Fast C/C++ Compiler Cache
|
||||
License: GPL-3.0-or-later
|
||||
|
Reference in New Issue
Block a user