Skip to content

Commit da48dba

Browse files
author
adam
committed
ccache: updated to 4.12.3
Ccache 4.12.3 Bug fixes Fixed hashing of CWD parts of -march=native expansion for Clang. Fixed lookup of -march=native expansion line for GCC on Windows. Fixed rewriting of “inlined from” messages when absolute_paths_in_stderr is enabled. Added support for NVCC long option alternatives to -M/-MD/-MF/-MM/-MMD/-MT. Fixed setting of UNCACHED_ERR_FD environment variable so that it is only set when executing the compiler. Fixed leaking of inode cache file descriptor to executed programs. Fixed errno check for some system calls. Documentation improvements Fixed links to installation guide in README.
1 parent 61cd1f0 commit da48dba

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

devel/ccache/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.91 2025/11/27 09:50:18 adam Exp $
1+
# $NetBSD: Makefile,v 1.92 2026/02/07 18:24:26 adam Exp $
22

3-
DISTNAME= ccache-4.12.2
3+
DISTNAME= ccache-4.12.3
44
CATEGORIES= devel
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=ccache/}
66
GITHUB_RELEASE= v${PKGVERSION_NOREV}

devel/ccache/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.71 2025/11/27 09:50:18 adam Exp $
1+
$NetBSD: distinfo,v 1.72 2026/02/07 18:24:26 adam Exp $
22

3-
BLAKE2s (ccache-4.12.2.tar.gz) = 33e7dde2ea2f30a82b8e4ed25be314adb0277ec06a206bbe7198bc2bff9008e5
4-
SHA512 (ccache-4.12.2.tar.gz) = e078a393f41660e401c3a2795fe2c2784413fe9e15313e7a996cd321e0180d5b5b89faf723a4fe3e6414ee644de198707b6bf6d0f003bdf2cd49fad0288bdf73
5-
Size (ccache-4.12.2.tar.gz) = 701932 bytes
3+
BLAKE2s (ccache-4.12.3.tar.gz) = e147589c086914a45d0971cce8ea1b28acc7d9f408169881995c7ba61fcd9b34
4+
SHA512 (ccache-4.12.3.tar.gz) = e2db237be5cf6c06ee07bd3d81b3c2aabad45f79eed13d98cef0f52e5512c02fad90905f294319c5ac73823d3a3bcbb82fa9317571e37a207229e95ed667ca78
5+
Size (ccache-4.12.3.tar.gz) = 703059 bytes

0 commit comments

Comments
 (0)