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: Thu Oct 2 11:23:14 UTC 2025
Modified Files:
pkgsrc/devel/ccache: Makefile distinfo
Log Message:
ccache: updated to 4.12.1
Ccache 4.12.1
Bug fixes
Fixed handling of -Xarch_host/-Xarch_device options.
Fixed saving of current position in fallocate fallback code.
Fixed handling of ENOENT when trying to break a lockfile lock.
Build fixes
Added missing return in copy_file_impl fallback code, fixing a compilation error with tl::expected ≥ 1.2.0 on non-Apple platforms where sendfile(2) is unavailable.
Other
Added missing documentation files to Linux/macOS binary releases.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.69 -r1.70 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.89 pkgsrc/devel/ccache/Makefile:1.90
--- pkgsrc/devel/ccache/Makefile:1.89 Sun Sep 21 18:15:05 2025
+++ pkgsrc/devel/ccache/Makefile Thu Oct 2 11:23:14 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2025/09/21 18:15:05 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2025/10/02 11:23:14 adam Exp $
-DISTNAME= ccache-4.12
-PKGREVISION= 1
+DISTNAME= ccache-4.12.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.69 pkgsrc/devel/ccache/distinfo:1.70
--- pkgsrc/devel/ccache/distinfo:1.69 Mon Sep 15 14:41:21 2025
+++ pkgsrc/devel/ccache/distinfo Thu Oct 2 11:23:14 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.69 2025/09/15 14:41:21 adam Exp $
+$NetBSD: distinfo,v 1.70 2025/10/02 11:23:14 adam Exp $
-BLAKE2s (ccache-4.12.tar.gz) = 1be453978d7c602bea44166f29adfeddd1d0bc924439b22d198bd1df5f96554c
-SHA512 (ccache-4.12.tar.gz) = 0dada4b9532bfa182fc12ae855857219fd50ee9a84fe073e8c037c3591c0f9deb4fb1f9ed19af5f14711ea0e6085b2a7f1027225ad78640c51ef83da3401b561
-Size (ccache-4.12.tar.gz) = 700108 bytes
+BLAKE2s (ccache-4.12.1.tar.gz) = 03a9a46249cc45c53b2105846f84aef750c8ffd3c078511d3cea704d068e9b01
+SHA512 (ccache-4.12.1.tar.gz) = 6536916405ecf02c2a657fd3c20869e4c03b5c5480e56c8f61ca17ca8a59a652a2738af00a0ef99bd5ba6d0195a18a177e64d4c4dcd8beb7c9a39c94d7c98517
+Size (ccache-4.12.1.tar.gz) = 701416 bytes
Home |
Main Index |
Thread Index |
Old Index