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:           Sun Feb 26 10:17:00 UTC 2017

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo

Log Message:
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 “Names of included files are no longer included in the hash of the compiler’s preprocessed output” feature in 3.3.
* Corrected statistics counter for -optf/--options-file failure.
* Fixed undefined behavior warnings in ccache found by -fsanitize=undefined.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.27 -r1.28 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.37 pkgsrc/devel/ccache/Makefile:1.38
--- pkgsrc/devel/ccache/Makefile:1.37   Mon Oct 31 10:54:30 2016
+++ pkgsrc/devel/ccache/Makefile        Sun Feb 26 10:17:00 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2016/10/31 10:54:30 adam Exp $
+# $NetBSD: Makefile,v 1.38 2017/02/26 10:17:00 adam Exp $
 
-DISTNAME=      ccache-3.3.3
+DISTNAME=      ccache-3.3.4
 CATEGORIES=    devel
 MASTER_SITES=  http://samba.org/ftp/ccache/
 # do not use xz distfile here, xz needs gettext-lib which leads to circular

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



Home | Main Index | Thread Index | Old Index