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: Wed Jun 14 06:54:16 UTC 2023
Modified Files:
pkgsrc/devel/ccache: Makefile distinfo
Log Message:
ccache: updated to 4.8.2
Ccache 4.8.2
Bug fixes
Fixed parsing of Windows drive letter in file URLs for remote storage.
Fixed a bug affecting depend mode with MSVC.
Ccache no longer passes -v to the preprocessor. This improves preprocessor mode hit rate when -v is on the compiler command line.
Made --trim-max-size accept 0 for no limit.
Build improvements
Made various fixes for Windows 64-bit MSBuild builds.
Silenced CMake warning for extracted timestamps.
Worked around problem with building ZStandard with Xcode.
Fixed undefined behavior (only triggered by unit tests) in util::read_file_part for zero count, making the build fail with _GLIBCXX_ASSERTIONS.
Documentation improvements
Clarified --evict-older-than semantics.
Test improvements
Fixed typo in “Directory is not hashed if using -gz” test.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.56 -r1.57 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.73 pkgsrc/devel/ccache/Makefile:1.74
--- pkgsrc/devel/ccache/Makefile:1.73 Mon May 22 08:04:59 2023
+++ pkgsrc/devel/ccache/Makefile Wed Jun 14 06:54:16 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2023/05/22 08:04:59 adam Exp $
+# $NetBSD: Makefile,v 1.74 2023/06/14 06:54:16 adam Exp $
-DISTNAME= ccache-4.8.1
+DISTNAME= ccache-4.8.2
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.56 pkgsrc/devel/ccache/distinfo:1.57
--- pkgsrc/devel/ccache/distinfo:1.56 Mon May 22 08:04:59 2023
+++ pkgsrc/devel/ccache/distinfo Wed Jun 14 06:54:16 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.56 2023/05/22 08:04:59 adam Exp $
+$NetBSD: distinfo,v 1.57 2023/06/14 06:54:16 adam Exp $
-BLAKE2s (ccache-4.8.1.tar.gz) = 2d996be1fcaf3b6cc3df3c94c61ae38d22945f9094ebb151650436bf9edf1d77
-SHA512 (ccache-4.8.1.tar.gz) = cc6b2fb96750155fbd728653fe0f43240068a8207710e0b871519749701cb03c25bbd0985ecb694f8fbe4f068cb2cb58d57e240ad938f0da9275c95c622ce6f4
-Size (ccache-4.8.1.tar.gz) = 759775 bytes
+BLAKE2s (ccache-4.8.2.tar.gz) = b0e28bf5bd36057423106825946be4707fa30cee7ed4b92bfeef915753aa4458
+SHA512 (ccache-4.8.2.tar.gz) = 61841b2ae307d99aeae2a21be66f56fa58f72b56a51c830f686218c03e04314757b7d38af4ac501a8280c9a67b0ca0f95ffc53b19543957d103223f990b97d4c
+Size (ccache-4.8.2.tar.gz) = 761497 bytes
Home |
Main Index |
Thread Index |
Old Index