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: Mon Apr 13 09:01:42 UTC 2026
Modified Files:
pkgsrc/devel/ccache: Makefile distinfo
Log Message:
ccache: updated to 4.13.3
4.13.3
New deliverables
Added glibc binary release for Linux riscv64.
Bug fixes and improvements
Fixed handling of empty responses from remote storage backends: a response with an empty body is now treated as a storage error rather than a cache miss.
Fixed PCH invalidation when the MSVC toolset is updated.
Fixed base_dir path rewriting when using MSVC’s /Yc option: paths are no longer rewritten to relative when creating a precompiled header, since MSVC then does not like relative paths for the /Yc and
/FI arguments.
Fixed handling of a directory-less path to the MSVC /FI option.
Added support for -fsanitize-ignorelist (which replaced -fsanitize-blacklist in Clang 13).
Fixed detection of type for compiler with . in the name (e.g. hppa2.0-unknown-linux-gnu-gcc).
Fixed install.sh to correctly use sysconfdir and other configuration variables from the Makefile.
Build improvements
Changed cmake/FindCppHttplib.cmake to use settings from the system’s CMake config if available, supporting systems where cpp-httplib is not provided as a header-only library.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.73 -r1.74 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.93 pkgsrc/devel/ccache/Makefile:1.94
--- pkgsrc/devel/ccache/Makefile:1.93 Thu Mar 26 08:59:02 2026
+++ pkgsrc/devel/ccache/Makefile Mon Apr 13 09:01:42 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2026/03/26 08:59:02 adam Exp $
+# $NetBSD: Makefile,v 1.94 2026/04/13 09:01:42 adam Exp $
-DISTNAME= ccache-4.13.2
+DISTNAME= ccache-4.13.3
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.73 pkgsrc/devel/ccache/distinfo:1.74
--- pkgsrc/devel/ccache/distinfo:1.73 Thu Mar 26 08:59:02 2026
+++ pkgsrc/devel/ccache/distinfo Mon Apr 13 09:01:42 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.73 2026/03/26 08:59:02 adam Exp $
+$NetBSD: distinfo,v 1.74 2026/04/13 09:01:42 adam Exp $
-BLAKE2s (ccache-4.13.2.tar.gz) = abdb98ff3ffaa7247d7bcbf8bf40e02ee91466b4afb51d16826309ccc8fa45b7
-SHA512 (ccache-4.13.2.tar.gz) = cbc9537ad6331aa128d85052f95e4e595a684374e3b58f624e49a1a113418a88ef293f609fc073528d82ea4825b658570fe2c869c6d5201e0aff05f66f17d6dc
-Size (ccache-4.13.2.tar.gz) = 738471 bytes
+BLAKE2s (ccache-4.13.3.tar.gz) = 1ceb46e6ff027924304863a093fce1a6dea32874d8504c5d9eb698514fd6553d
+SHA512 (ccache-4.13.3.tar.gz) = c70b7ace525b42f614c34168dfb29765c9cecffaecbdc62140ca01bbe2164787c9877c9be4f57d353acecf905014aafb72e2532a583c5a556f434c4f8cfe7117
+Size (ccache-4.13.3.tar.gz) = 740165 bytes
Home |
Main Index |
Thread Index |
Old Index