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:           Tue Oct 25 12:12:43 UTC 2016

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo

Log Message:
Changes 3.3.2:
* 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.
* Fixed a regression in ccache 3.3.1: ccache could get confused when using the compiler option -Wp, to pass multiple options to the preprocessor, resulting in missing dependency files from direct 
mode cache hits.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.25 -r1.26 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.35 pkgsrc/devel/ccache/Makefile:1.36
--- pkgsrc/devel/ccache/Makefile:1.35   Tue Sep 20 12:36:20 2016
+++ pkgsrc/devel/ccache/Makefile        Tue Oct 25 12:12:43 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2016/09/20 12:36:20 adam Exp $
+# $NetBSD: Makefile,v 1.36 2016/10/25 12:12:43 adam Exp $
 
-DISTNAME=      ccache-3.3.1
+DISTNAME=      ccache-3.3.2
 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.25 pkgsrc/devel/ccache/distinfo:1.26
--- pkgsrc/devel/ccache/distinfo:1.25   Tue Sep 20 12:36:20 2016
+++ pkgsrc/devel/ccache/distinfo        Tue Oct 25 12:12:43 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2016/09/20 12:36:20 adam Exp $
+$NetBSD: distinfo,v 1.26 2016/10/25 12:12:43 adam Exp $
 
-SHA1 (ccache-3.3.1.tar.gz) = 0242640dd7fd00e9bfaf7230fff200e899ade99f
-RMD160 (ccache-3.3.1.tar.gz) = af7c2f300b81f6c77d773146ebf1318e4b0fe891
-SHA512 (ccache-3.3.1.tar.gz) = 4024a0f9d7a210fe80d3bd97675d4ce4916587aecdbf57bae7b9bdc3c501dd9427e7e6bfda3c0203e463b03d6217b40b1181f2efba8e35e3e718ed13eadb74fa
-Size (ccache-3.3.1.tar.gz) = 445375 bytes
+SHA1 (ccache-3.3.2.tar.gz) = 23c1b4fd26b9cbc86182c8f22883bcdc130fdd6f
+RMD160 (ccache-3.3.2.tar.gz) = 7037770f7ee38bef608b8c6037fbd4273057f54a
+SHA512 (ccache-3.3.2.tar.gz) = 5fe4a69e6790a4201aad83d3207245ff1d7756e3be5aa0375c1e926901185a621ac3d6ff76b51bded755bfaba92c3d089fa0b791cc716ac84e3e67f6008ec2be
+Size (ccache-3.3.2.tar.gz) = 445945 bytes



Home | Main Index | Thread Index | Old Index