Sun Feb 26 10:17:00 2017 UTC ()
ccache 3.3.4:

New features and improvements:
* Documented the different cache statistics counters.

Bug fixes:
* Fixed a regression in ccache 3.3 related to potentially bad content of dependency files when compiling identical source code but with different source paths. This was only partially fixed in 3.3.2 and reverts the new 窶廸ames of included files are no longer included in the hash of the compiler窶冱 preprocessed output窶� feature in 3.3.
* Corrected statistics counter for -optf/--options-file failure.
* Fixed undefined behavior warnings in ccache found by -fsanitize=undefined.


(adam)
diff -r1.37 -r1.38 pkgsrc/devel/ccache/Makefile
diff -r1.27 -r1.28 pkgsrc/devel/ccache/distinfo

cvs diff -r1.37 -r1.38 pkgsrc/devel/ccache/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ccache/Makefile 2016/10/31 10:54:30 1.37
+++ pkgsrc/devel/ccache/Makefile 2017/02/26 10:17:00 1.38
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.37 2016/10/31 10:54:30 adam Exp $ 1# $NetBSD: Makefile,v 1.38 2017/02/26 10:17:00 adam Exp $
2 2
3DISTNAME= ccache-3.3.3 3DISTNAME= ccache-3.3.4
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= http://samba.org/ftp/ccache/ 5MASTER_SITES= http://samba.org/ftp/ccache/
6# do not use xz distfile here, xz needs gettext-lib which leads to circular 6# do not use xz distfile here, xz needs gettext-lib which leads to circular
7# dependencies on some platforms. 7# dependencies on some platforms.
8#EXTRACT_SUFX= .tar.gz 8#EXTRACT_SUFX= .tar.gz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://ccache.samba.org/ 11HOMEPAGE= http://ccache.samba.org/
12COMMENT= Cache for C/C++ compilers 12COMMENT= Cache for C/C++ compilers
13LICENSE= gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib 13LICENSE= gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16 16

cvs diff -r1.27 -r1.28 pkgsrc/devel/ccache/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ccache/distinfo 2016/10/31 10:54:30 1.27
+++ pkgsrc/devel/ccache/distinfo 2017/02/26 10:17:00 1.28
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.27 2016/10/31 10:54:30 adam Exp $ 1$NetBSD: distinfo,v 1.28 2017/02/26 10:17:00 adam Exp $
2 2
3SHA1 (ccache-3.3.3.tar.gz) = a446369bf348e442ddb2b3efd10cdf21da2622a2 3SHA1 (ccache-3.3.4.tar.gz) = 555cd9e8991bbf73ea265390f86ff261afd52a2f
4RMD160 (ccache-3.3.3.tar.gz) = b7175af0eee986060d5eada038cb1abf44998c66 4RMD160 (ccache-3.3.4.tar.gz) = 5a6d6f766ac073717e51baa560c18f384fefdf49
5SHA512 (ccache-3.3.3.tar.gz) = dbd4011cff2e6f5deccde237b381af5aaeb03881e61b1d0e0ceebd0764773704b5a3eb1e31a55010ba8e174a42d138d57beeb4b7ca7c1c25d79e0e709685bff1 5SHA512 (ccache-3.3.4.tar.gz) = a88ae963c4eb85e2e043da9151161793bae03952bbe2d119b120726ae908bbc8b40e35cae029eafbb3456152a14f11a8bcea1d6072389754a7709fb8039c61bb
6Size (ccache-3.3.3.tar.gz) = 445931 bytes 6Size (ccache-3.3.4.tar.gz) = 449905 bytes