pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/sccache
Module Name: pkgsrc
Committed By: adam
Date: Mon Jun 22 07:20:59 UTC 2026
Modified Files:
pkgsrc/devel/sccache: Makefile distinfo
Log Message:
sccache: updated to 0.16.0
sccache 0.16.0 is a smaller, stabilizing release on top of 0.15.0's multi-tier caching work, with a few new capabilities:
Read-only backends: Any storage backend can now be marked read-only, not just a select few
Remote execution on aarch64: Distributed/remote execution now works on Linux aarch64, including fixes for ldd output parsing and toolchain packaging on non-x86_64 Linux
CUDA: nvcc's --dependency-output argument is now handled
Resilience: Fall back to a direct cache write when tempfile creation on the same filesystem fails
Client efficiency: The client and dist-client now use a single-threaded tokio runtime, avoiding a thread explosion when many short-lived clients run on many-core hosts
Correctness: Strip SCCACHE_BASEDIRS from escaped-backslash paths on Windows
Security/logging: JWT keys and cert digests are now base64-encoded in logs
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/sccache/Makefile \
pkgsrc/devel/sccache/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/sccache/Makefile
diff -u pkgsrc/devel/sccache/Makefile:1.6 pkgsrc/devel/sccache/Makefile:1.7
--- pkgsrc/devel/sccache/Makefile:1.6 Thu Apr 30 07:10:50 2026
+++ pkgsrc/devel/sccache/Makefile Mon Jun 22 07:20:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2026/04/30 07:10:50 adam Exp $
+# $NetBSD: Makefile,v 1.7 2026/06/22 07:20:59 adam Exp $
-DISTNAME= sccache-0.15.0
+DISTNAME= sccache-0.16.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=mozilla/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/devel/sccache/distinfo
diff -u pkgsrc/devel/sccache/distinfo:1.6 pkgsrc/devel/sccache/distinfo:1.7
--- pkgsrc/devel/sccache/distinfo:1.6 Thu Apr 30 07:10:50 2026
+++ pkgsrc/devel/sccache/distinfo Mon Jun 22 07:20:59 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2026/04/30 07:10:50 adam Exp $
+$NetBSD: distinfo,v 1.7 2026/06/22 07:20:59 adam Exp $
BLAKE2s (addr2line-0.25.1.crate) = cc5c422ec48ccef5c2c46379d2f600644609490afafea5020f2020815d1146e6
SHA512 (addr2line-0.25.1.crate) = c400f3b6ccaff8a1c0d7d82c708a1784b8fd5ba64b6e420e85819d59b1cadb55fa59c852925093b921469f272d1d5140cf12f013ae75d1e1bc85021097df8fc2
@@ -849,9 +849,9 @@ Size (same-file-1.0.6.crate) = 10183 byt
BLAKE2s (scc-2.1.0.crate) = d32c93547bb7fa67365f02b9ede8d42b30da21592a6f93b3dc10effdf6bd73b2
SHA512 (scc-2.1.0.crate) = 8ac3754d63e350d43404bcaf1ef79657194e4188fd026f0f504196b5f27552dd380614966bb75d43282d57f0d1bc050d5417abd7774353088eeecc84201d5bdd
Size (scc-2.1.0.crate) = 122739 bytes
-BLAKE2s (sccache-0.15.0.tar.gz) = 7ec000d961d6b7cc06983a3d3ff3a511eb4da11002da3acbefc5994a371a469a
-SHA512 (sccache-0.15.0.tar.gz) = 0df93c7662aee904e8a1424a700ae9c9ac255583aca88cf73eed232a041dcf5ebe76da2c28b08f2da79b2896c00228755916eed21526aae6354ba1afc78b9e12
-Size (sccache-0.15.0.tar.gz) = 470381 bytes
+BLAKE2s (sccache-0.16.0.tar.gz) = 8e2350572cff9442500cbb830b70a650525da1dbddf55113ae7917fe7bbe0a50
+SHA512 (sccache-0.16.0.tar.gz) = ecc994181fbdfde6ed1fecc6663716a24bd2c0846bd6b8b1b1b79f74b02c632143c89d053a53b25ce2f17272187118f504cf697ee7daf451caf1e2ea31185f20
+Size (sccache-0.16.0.tar.gz) = 476256 bytes
BLAKE2s (schannel-0.1.23.crate) = 300766840b634e9736905099a99d498adfc435892a7612ebed101acf0c382e82
SHA512 (schannel-0.1.23.crate) = dfce25e3b8bc09d8dd1fce2783fe02ec83f74697cb24aa212ef9369a628685ba488f821cb3e5f863798e0e59995038c8d748f74b89f7929eb8cfd804d5066b84
Size (schannel-0.1.23.crate) = 41667 bytes
Home |
Main Index |
Thread Index |
Old Index