From adde36de567b71504700a289ddab6ec33a8fbf98ae49cadb1d1a498d21b35b61 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 2 Dec 2021 13:17:49 +0000 Subject: [PATCH 1/4] Accepting request 935151 from home:Guillaume_G:branches:devel:tools:building - Do not hide test failures in %check OBS-URL: https://build.opensuse.org/request/show/935151 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=114 --- ccache.changes | 5 +++++ ccache.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ccache.changes b/ccache.changes index 9d7d048..effcb8a 100644 --- a/ccache.changes +++ b/ccache.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 2 10:44:50 UTC 2021 - Guillaume GARDET + +- Do not hide test failures in %check + ------------------------------------------------------------------- Thu Oct 14 11:16:28 UTC 2021 - Martin Pluskal diff --git a/ccache.spec b/ccache.spec index 186b42d..84f89e0 100644 --- a/ccache.spec +++ b/ccache.spec @@ -66,10 +66,7 @@ ln -sf ../../bin/%{name} c++ ln -sf ../../bin/%{name} nvcc %check -# Following failure needs to be adressed: -# The following tests FAILED: -# 29 - test.upgrade (Failed) -%ctest ||: +%ctest %files %license LICENSE.* GPL-3.0.txt From b9ab400909ebdd0bcef44c79abda3c11e4b2510689317d2b53913c736a60a913 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 2 Dec 2021 22:00:57 +0000 Subject: [PATCH 2/4] - 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 --- ccache-4.4.2.tar.xz | 3 --- ccache-4.4.2.tar.xz.asc | 16 ---------------- ccache-4.5.1.tar.xz | 3 +++ ccache-4.5.1.tar.xz.asc | 16 ++++++++++++++++ ccache.changes | 20 ++++++++++++++++++++ ccache.spec | 2 +- 6 files changed, 40 insertions(+), 20 deletions(-) delete mode 100644 ccache-4.4.2.tar.xz delete mode 100644 ccache-4.4.2.tar.xz.asc create mode 100644 ccache-4.5.1.tar.xz create mode 100644 ccache-4.5.1.tar.xz.asc diff --git a/ccache-4.4.2.tar.xz b/ccache-4.4.2.tar.xz deleted file mode 100644 index 1f79f23..0000000 --- a/ccache-4.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9200cafbaa5fd62c2600fccb40a18214e57747825e6cdcd76688b4b61c2dcba0 -size 510260 diff --git a/ccache-4.4.2.tar.xz.asc b/ccache-4.4.2.tar.xz.asc deleted file mode 100644 index 4cff2d8..0000000 --- a/ccache-4.4.2.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEWpOacaRnks9XhmpRmW3aB1WUrbgFAmFTcAAACgkQmW3aB1WU -rbjhCw//dku3CUHUU8ciBryn3D2JLq6wacVlfhfOPP7CdCthu4Xl2ZBNkLlNA4GX -7URFk+SNzDX/iirQOyZ4GS//9kU4dT5dVLu90lh68rv6/mfmOTdo4RXeLPu0PzCe -LmIZvb2pwwljJ+c9eNGoNLkZ//Yr/udn/l9NTvLelTg5PT3oU6N0uJwGpz8GNXCU -GfUDTMQvtReH6QVpp1e3H+3fGTJQGdVmRb0sXM6mTklaOYsW6bpSvuLn6yiYTiwV -ygaSmf0wa3sr19kZ9GqzXgjz7dj++2Jfv4YEFeldw94Iv7FY4ISYolTNOv6H3x+g -fmhm5IlBdkCaLCR5rq6EMZqrCD1zAfLeWR78P0K9OgmSkxA/Z1TeRNK9XxyRjCr2 -X1XzaeLTL6niemyVcXcItATOrZ4PE9/KRwBEmDS4kpzMkI8+6NLgjRd1pI3RC2G3 -UaL1wEAUSVTZTfxxqIAv/FM6Qwhok+yXblcxXIkr1Ds6n/CSJd3KgiAZugcJGpU3 -wY8GSzrlKLvMUSCL2L6kIqe5UXeqPJt3RFQiMX3LP3HNF+EoO7dZdTEU/MYkNfFR -e5sJdXjxHfiqoVfOB+GH3XlKWVoOBIJqbC9JD8s27mhJn0FLeKgNAA6XMSoQeZ9r -a+ZKYoanVO5Del8xFVM1Bgow6ww29y5UfIlzYLapAZ+9AW4Eh9I= -=whZS ------END PGP SIGNATURE----- diff --git a/ccache-4.5.1.tar.xz b/ccache-4.5.1.tar.xz new file mode 100644 index 0000000..07414ea --- /dev/null +++ b/ccache-4.5.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51186ebe0326365f4e6131e1caa8911de7da4aa6718efc00680322d63a759517 +size 513008 diff --git a/ccache-4.5.1.tar.xz.asc b/ccache-4.5.1.tar.xz.asc new file mode 100644 index 0000000..74e0920 --- /dev/null +++ b/ccache-4.5.1.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEWpOacaRnks9XhmpRmW3aB1WUrbgFAmGVWMUACgkQmW3aB1WU +rbgC0g//V8zks70+rUnu31j2ZLDhM4DGrTUduPev+fnpkSI3WnTZsN1y4GjNK/va +ezd0GcakYNwgNozsUmXtPEn6oQm6TEFBQZa1bBVYlB7XYtkZDGoWnTTqNEeeb1BP ++sjLz+4BlnHD/sILKQj5ZIKDemSp3taWOmqh3kMvn+iV9hMNooXYvCh5u7G9gC1e +++5cyCtQfel8bLmpcprnAqUogkU/QYGY4ZqTLshcNmw4LKy8f7faoo6+ugkCFj8I +o/KLmPH8FHpipAIOEGW4+6Ov3kbY6OLKSKmjE45ykarTHLi+E78kE+0K7k+8zSJs +l7fxDzwnWANWmdSe9F/DYm+YIvNsLqphWpSSwT9DqtnBP+QW4nVX0qu0TSCHw7YT +6io8L3Ajuh5RmbQgPnDyfKaRnimE7dpRR3fnpYreLttaoWx/b9ozMWOHadKJjAOG +rKlpY0QVao+BpQU2d7yxNuK64ak/IWG92mFr0CFXdv+ez03AsyOTBnlKMK/JbXdS +9dSFrJyZJiLFb0Ae53hYy2s7J0g9E11d3ThCF7CChRcq8v5g60NmRmR0pNhwEWZS +6K2XSbtDeNhu1nTWaroMgzcO0IGskHdP291oGf2eWNymbdy7f3Ka+ZBM3i/iA6Jn +/u8ZTV9H9OH1qg8jfnVQEozhAZCYNdiPLVucRst2btBwXi1ia3g= +=rnpA +-----END PGP SIGNATURE----- diff --git a/ccache.changes b/ccache.changes index effcb8a..37fa965 100644 --- a/ccache.changes +++ b/ccache.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Dec 2 21:57:55 UTC 2021 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Thu Dec 2 10:44:50 UTC 2021 - Guillaume GARDET diff --git a/ccache.spec b/ccache.spec index 84f89e0..e111822 100644 --- a/ccache.spec +++ b/ccache.spec @@ -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 From 353685b58c470f6cebe519ea097279d05ea197d452909ae561cf0110deb9946b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 2 Dec 2021 22:02:42 +0000 Subject: [PATCH 3/4] osc copypac from project:devel:tools:building package:ccache revision:114, using keep-link, using expand OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=116 --- ccache-4.4.2.tar.xz | 3 +++ ccache-4.4.2.tar.xz.asc | 16 ++++++++++++++++ ccache-4.5.1.tar.xz | 3 --- ccache-4.5.1.tar.xz.asc | 16 ---------------- ccache.changes | 20 -------------------- ccache.spec | 2 +- 6 files changed, 20 insertions(+), 40 deletions(-) create mode 100644 ccache-4.4.2.tar.xz create mode 100644 ccache-4.4.2.tar.xz.asc delete mode 100644 ccache-4.5.1.tar.xz delete mode 100644 ccache-4.5.1.tar.xz.asc diff --git a/ccache-4.4.2.tar.xz b/ccache-4.4.2.tar.xz new file mode 100644 index 0000000..1f79f23 --- /dev/null +++ b/ccache-4.4.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9200cafbaa5fd62c2600fccb40a18214e57747825e6cdcd76688b4b61c2dcba0 +size 510260 diff --git a/ccache-4.4.2.tar.xz.asc b/ccache-4.4.2.tar.xz.asc new file mode 100644 index 0000000..4cff2d8 --- /dev/null +++ b/ccache-4.4.2.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEWpOacaRnks9XhmpRmW3aB1WUrbgFAmFTcAAACgkQmW3aB1WU +rbjhCw//dku3CUHUU8ciBryn3D2JLq6wacVlfhfOPP7CdCthu4Xl2ZBNkLlNA4GX +7URFk+SNzDX/iirQOyZ4GS//9kU4dT5dVLu90lh68rv6/mfmOTdo4RXeLPu0PzCe +LmIZvb2pwwljJ+c9eNGoNLkZ//Yr/udn/l9NTvLelTg5PT3oU6N0uJwGpz8GNXCU +GfUDTMQvtReH6QVpp1e3H+3fGTJQGdVmRb0sXM6mTklaOYsW6bpSvuLn6yiYTiwV +ygaSmf0wa3sr19kZ9GqzXgjz7dj++2Jfv4YEFeldw94Iv7FY4ISYolTNOv6H3x+g +fmhm5IlBdkCaLCR5rq6EMZqrCD1zAfLeWR78P0K9OgmSkxA/Z1TeRNK9XxyRjCr2 +X1XzaeLTL6niemyVcXcItATOrZ4PE9/KRwBEmDS4kpzMkI8+6NLgjRd1pI3RC2G3 +UaL1wEAUSVTZTfxxqIAv/FM6Qwhok+yXblcxXIkr1Ds6n/CSJd3KgiAZugcJGpU3 +wY8GSzrlKLvMUSCL2L6kIqe5UXeqPJt3RFQiMX3LP3HNF+EoO7dZdTEU/MYkNfFR +e5sJdXjxHfiqoVfOB+GH3XlKWVoOBIJqbC9JD8s27mhJn0FLeKgNAA6XMSoQeZ9r +a+ZKYoanVO5Del8xFVM1Bgow6ww29y5UfIlzYLapAZ+9AW4Eh9I= +=whZS +-----END PGP SIGNATURE----- diff --git a/ccache-4.5.1.tar.xz b/ccache-4.5.1.tar.xz deleted file mode 100644 index 07414ea..0000000 --- a/ccache-4.5.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51186ebe0326365f4e6131e1caa8911de7da4aa6718efc00680322d63a759517 -size 513008 diff --git a/ccache-4.5.1.tar.xz.asc b/ccache-4.5.1.tar.xz.asc deleted file mode 100644 index 74e0920..0000000 --- a/ccache-4.5.1.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEWpOacaRnks9XhmpRmW3aB1WUrbgFAmGVWMUACgkQmW3aB1WU -rbgC0g//V8zks70+rUnu31j2ZLDhM4DGrTUduPev+fnpkSI3WnTZsN1y4GjNK/va -ezd0GcakYNwgNozsUmXtPEn6oQm6TEFBQZa1bBVYlB7XYtkZDGoWnTTqNEeeb1BP -+sjLz+4BlnHD/sILKQj5ZIKDemSp3taWOmqh3kMvn+iV9hMNooXYvCh5u7G9gC1e -++5cyCtQfel8bLmpcprnAqUogkU/QYGY4ZqTLshcNmw4LKy8f7faoo6+ugkCFj8I -o/KLmPH8FHpipAIOEGW4+6Ov3kbY6OLKSKmjE45ykarTHLi+E78kE+0K7k+8zSJs -l7fxDzwnWANWmdSe9F/DYm+YIvNsLqphWpSSwT9DqtnBP+QW4nVX0qu0TSCHw7YT -6io8L3Ajuh5RmbQgPnDyfKaRnimE7dpRR3fnpYreLttaoWx/b9ozMWOHadKJjAOG -rKlpY0QVao+BpQU2d7yxNuK64ak/IWG92mFr0CFXdv+ez03AsyOTBnlKMK/JbXdS -9dSFrJyZJiLFb0Ae53hYy2s7J0g9E11d3ThCF7CChRcq8v5g60NmRmR0pNhwEWZS -6K2XSbtDeNhu1nTWaroMgzcO0IGskHdP291oGf2eWNymbdy7f3Ka+ZBM3i/iA6Jn -/u8ZTV9H9OH1qg8jfnVQEozhAZCYNdiPLVucRst2btBwXi1ia3g= -=rnpA ------END PGP SIGNATURE----- diff --git a/ccache.changes b/ccache.changes index 37fa965..effcb8a 100644 --- a/ccache.changes +++ b/ccache.changes @@ -1,23 +1,3 @@ -------------------------------------------------------------------- -Thu Dec 2 21:57:55 UTC 2021 - Dirk Müller - -- 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. - ------------------------------------------------------------------- Thu Dec 2 10:44:50 UTC 2021 - Guillaume GARDET diff --git a/ccache.spec b/ccache.spec index e111822..84f89e0 100644 --- a/ccache.spec +++ b/ccache.spec @@ -17,7 +17,7 @@ Name: ccache -Version: 4.5.1 +Version: 4.4.2 Release: 0 Summary: A Fast C/C++ Compiler Cache License: GPL-3.0-or-later From fc823c515af42151dbe509d2cf53a1efa2efb65aa24eca2902dc7d062ffd8cff Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 3 Dec 2021 07:14:46 +0000 Subject: [PATCH 4/4] Accepting request 935294 from home:dirkmueller:Factory - 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/request/show/935294 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=117 --- ccache-4.4.2.tar.xz | 3 --- ccache-4.4.2.tar.xz.asc | 16 ---------------- ccache-4.5.1.tar.xz | 3 +++ ccache-4.5.1.tar.xz.asc | 16 ++++++++++++++++ ccache.changes | 20 ++++++++++++++++++++ ccache.spec | 2 +- 6 files changed, 40 insertions(+), 20 deletions(-) delete mode 100644 ccache-4.4.2.tar.xz delete mode 100644 ccache-4.4.2.tar.xz.asc create mode 100644 ccache-4.5.1.tar.xz create mode 100644 ccache-4.5.1.tar.xz.asc diff --git a/ccache-4.4.2.tar.xz b/ccache-4.4.2.tar.xz deleted file mode 100644 index 1f79f23..0000000 --- a/ccache-4.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9200cafbaa5fd62c2600fccb40a18214e57747825e6cdcd76688b4b61c2dcba0 -size 510260 diff --git a/ccache-4.4.2.tar.xz.asc b/ccache-4.4.2.tar.xz.asc deleted file mode 100644 index 4cff2d8..0000000 --- a/ccache-4.4.2.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEWpOacaRnks9XhmpRmW3aB1WUrbgFAmFTcAAACgkQmW3aB1WU -rbjhCw//dku3CUHUU8ciBryn3D2JLq6wacVlfhfOPP7CdCthu4Xl2ZBNkLlNA4GX -7URFk+SNzDX/iirQOyZ4GS//9kU4dT5dVLu90lh68rv6/mfmOTdo4RXeLPu0PzCe -LmIZvb2pwwljJ+c9eNGoNLkZ//Yr/udn/l9NTvLelTg5PT3oU6N0uJwGpz8GNXCU -GfUDTMQvtReH6QVpp1e3H+3fGTJQGdVmRb0sXM6mTklaOYsW6bpSvuLn6yiYTiwV -ygaSmf0wa3sr19kZ9GqzXgjz7dj++2Jfv4YEFeldw94Iv7FY4ISYolTNOv6H3x+g -fmhm5IlBdkCaLCR5rq6EMZqrCD1zAfLeWR78P0K9OgmSkxA/Z1TeRNK9XxyRjCr2 -X1XzaeLTL6niemyVcXcItATOrZ4PE9/KRwBEmDS4kpzMkI8+6NLgjRd1pI3RC2G3 -UaL1wEAUSVTZTfxxqIAv/FM6Qwhok+yXblcxXIkr1Ds6n/CSJd3KgiAZugcJGpU3 -wY8GSzrlKLvMUSCL2L6kIqe5UXeqPJt3RFQiMX3LP3HNF+EoO7dZdTEU/MYkNfFR -e5sJdXjxHfiqoVfOB+GH3XlKWVoOBIJqbC9JD8s27mhJn0FLeKgNAA6XMSoQeZ9r -a+ZKYoanVO5Del8xFVM1Bgow6ww29y5UfIlzYLapAZ+9AW4Eh9I= -=whZS ------END PGP SIGNATURE----- diff --git a/ccache-4.5.1.tar.xz b/ccache-4.5.1.tar.xz new file mode 100644 index 0000000..07414ea --- /dev/null +++ b/ccache-4.5.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51186ebe0326365f4e6131e1caa8911de7da4aa6718efc00680322d63a759517 +size 513008 diff --git a/ccache-4.5.1.tar.xz.asc b/ccache-4.5.1.tar.xz.asc new file mode 100644 index 0000000..74e0920 --- /dev/null +++ b/ccache-4.5.1.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEWpOacaRnks9XhmpRmW3aB1WUrbgFAmGVWMUACgkQmW3aB1WU +rbgC0g//V8zks70+rUnu31j2ZLDhM4DGrTUduPev+fnpkSI3WnTZsN1y4GjNK/va +ezd0GcakYNwgNozsUmXtPEn6oQm6TEFBQZa1bBVYlB7XYtkZDGoWnTTqNEeeb1BP ++sjLz+4BlnHD/sILKQj5ZIKDemSp3taWOmqh3kMvn+iV9hMNooXYvCh5u7G9gC1e +++5cyCtQfel8bLmpcprnAqUogkU/QYGY4ZqTLshcNmw4LKy8f7faoo6+ugkCFj8I +o/KLmPH8FHpipAIOEGW4+6Ov3kbY6OLKSKmjE45ykarTHLi+E78kE+0K7k+8zSJs +l7fxDzwnWANWmdSe9F/DYm+YIvNsLqphWpSSwT9DqtnBP+QW4nVX0qu0TSCHw7YT +6io8L3Ajuh5RmbQgPnDyfKaRnimE7dpRR3fnpYreLttaoWx/b9ozMWOHadKJjAOG +rKlpY0QVao+BpQU2d7yxNuK64ak/IWG92mFr0CFXdv+ez03AsyOTBnlKMK/JbXdS +9dSFrJyZJiLFb0Ae53hYy2s7J0g9E11d3ThCF7CChRcq8v5g60NmRmR0pNhwEWZS +6K2XSbtDeNhu1nTWaroMgzcO0IGskHdP291oGf2eWNymbdy7f3Ka+ZBM3i/iA6Jn +/u8ZTV9H9OH1qg8jfnVQEozhAZCYNdiPLVucRst2btBwXi1ia3g= +=rnpA +-----END PGP SIGNATURE----- diff --git a/ccache.changes b/ccache.changes index effcb8a..37fa965 100644 --- a/ccache.changes +++ b/ccache.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Dec 2 21:57:55 UTC 2021 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Thu Dec 2 10:44:50 UTC 2021 - Guillaume GARDET diff --git a/ccache.spec b/ccache.spec index 84f89e0..e111822 100644 --- a/ccache.spec +++ b/ccache.spec @@ -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