pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ccache
Module Name: pkgsrc
Committed By: adam
Date: Fri Feb 16 20:14:59 UTC 2024
Modified Files:
pkgsrc/devel/ccache: Makefile distinfo
Log Message:
ccache: updated to 4.9.1
Ccache 4.9.1
Bug fixes
Improved detection of bad remote storage URLs gracefully. This also fixes crashes seen in ccache’s own test suite.
Made caching completely disabled when modification of a source or include file is detected during ccache invocation. Previously this was only done for the direct mode.
Fixed an MSVC crash when using /Zi with many concurrent compilations.
Fixed a crash when -arch is the last compiler option.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/ccache/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/ccache/Makefile
diff -u pkgsrc/devel/ccache/Makefile:1.78 pkgsrc/devel/ccache/Makefile:1.79
--- pkgsrc/devel/ccache/Makefile:1.78 Tue Jan 2 11:59:02 2024
+++ pkgsrc/devel/ccache/Makefile Fri Feb 16 20:14:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2024/01/02 11:59:02 adam Exp $
+# $NetBSD: Makefile,v 1.79 2024/02/16 20:14:59 adam Exp $
-DISTNAME= ccache-4.9
+DISTNAME= ccache-4.9.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ccache/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
Index: pkgsrc/devel/ccache/distinfo
diff -u pkgsrc/devel/ccache/distinfo:1.60 pkgsrc/devel/ccache/distinfo:1.61
--- pkgsrc/devel/ccache/distinfo:1.60 Tue Jan 2 11:59:02 2024
+++ pkgsrc/devel/ccache/distinfo Fri Feb 16 20:14:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.60 2024/01/02 11:59:02 adam Exp $
+$NetBSD: distinfo,v 1.61 2024/02/16 20:14:59 adam Exp $
-BLAKE2s (ccache-4.9.tar.gz) = ea40fa0095ec5a6c1f775faf62ed40ccfa580bb3817b2a9b267a946b96d10e08
-SHA512 (ccache-4.9.tar.gz) = 14ef4088fd38d14ef0b5c253ff64fbb2f3923356542857119eaa3bff8a09b926c1889d7781d7ca5a6adfb4c5fde68ce48d5c2e80ab4b8793e5128aeaebb31c79
-Size (ccache-4.9.tar.gz) = 791543 bytes
+BLAKE2s (ccache-4.9.1.tar.gz) = f256775b0633d6af9272995e7c0dbd30c7f61515604916702e1c3985b351aa4b
+SHA512 (ccache-4.9.1.tar.gz) = 0945d46aaa8f76098356bed0a1258d1c8b19564247acc34ca3d71e0bd12e7edf095ad43e23c7459c8174be8ca6569c671da09a864edc57b77113bc1d5602cd28
+Size (ccache-4.9.1.tar.gz) = 791635 bytes
Home |
Main Index |
Thread Index |
Old Index