sccache 0.7.7-2build1 source package in Ubuntu

Changelog

sccache (0.7.7-2build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:57:30 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
sccache_0.7.7.orig.tar.gz 336.0 KiB a5f5dacbc8232d566239fa023ce5fbc803ad56af2910fa1558b6e08e68e067e0
sccache_0.7.7-2build1.debian.tar.xz 24.9 KiB fd065c1fc548ce9a79ff831fbb908fad38b9603176ad79bcb5fe1554d749d8da
sccache_0.7.7-2build1.dsc 4.5 KiB f85d48722bdc9784c2ce9dc7dfd88b1e009341b0fb8badb34f05b79004466b59

View changes file

Binary packages built by this source

sccache: compiler cache for fast recompilation of C/C++/Rust code

 Sccache is a compiler cache.
 It speeds up recompilation
 by caching previous compilations
 and detecting when the same compilation is being done again.
 .
 Compared to ccache,
 sccache caches not only C and C++ but also Rust code
 and can store its cache using certain cloud storage,
 but tracks objects by their full paths
 (ccache tracks objects more flexibly).