pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ccache ccache 3.3.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8d5c622e1a8
branches:  trunk
changeset: 359061:c8d5c622e1a8
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Feb 26 10:17:00 2017 +0000

description:
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.

diffstat:

 devel/ccache/Makefile |   4 ++--
 devel/ccache/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 37e09f21cdff -r c8d5c622e1a8 devel/ccache/Makefile
--- a/devel/ccache/Makefile     Sun Feb 26 10:15:52 2017 +0000
+++ b/devel/ccache/Makefile     Sun Feb 26 10:17:00 2017 +0000
@@ -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
diff -r 37e09f21cdff -r c8d5c622e1a8 devel/ccache/distinfo
--- a/devel/ccache/distinfo     Sun Feb 26 10:15:52 2017 +0000
+++ b/devel/ccache/distinfo     Sun Feb 26 10:17:00 2017 +0000
@@ -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