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:           Wed Sep  5 13:22:21 UTC 2018

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo

Log Message:
ccache: updated to 3.4.3

ccache 3.4.3

Bug fixes
Fixed a race condition when creating the initial config file in the cache directory.
Bail out on too hard clang option -MJ.
Bail out on too hard option -save-temps=obj.
Handle separate parameter to clang option -target correctly.
Upgraded bundled zlib to version 1.2.11.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.32 -r1.33 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.42 pkgsrc/devel/ccache/Makefile:1.43
--- pkgsrc/devel/ccache/Makefile:1.42   Fri Apr  6 08:04:53 2018
+++ pkgsrc/devel/ccache/Makefile        Wed Sep  5 13:22:21 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2018/04/06 08:04:53 adam Exp $
+# $NetBSD: Makefile,v 1.43 2018/09/05 13:22:21 adam Exp $
 
-DISTNAME=      ccache-3.4.2
+DISTNAME=      ccache-3.4.3
 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.32 pkgsrc/devel/ccache/distinfo:1.33
--- pkgsrc/devel/ccache/distinfo:1.32   Fri Apr  6 08:04:53 2018
+++ pkgsrc/devel/ccache/distinfo        Wed Sep  5 13:22:21 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2018/04/06 08:04:53 adam Exp $
+$NetBSD: distinfo,v 1.33 2018/09/05 13:22:21 adam Exp $
 
-SHA1 (ccache-3.4.2.tar.gz) = a01569127733e95acc9ef4cb3ecafda25c275eb2
-RMD160 (ccache-3.4.2.tar.gz) = f6cf34a1250accd027f183bec89d655ede4e9116
-SHA512 (ccache-3.4.2.tar.gz) = 176726b97854d2553fd332b46f35021031ac52154cfc23b13cf1d9b938a8bafccaf63b6add1ee8c4d2a683b62f5d2a785b36c52cce9ee9ba9a273a7c7b5e1f05
-Size (ccache-3.4.2.tar.gz) = 460637 bytes
+SHA1 (ccache-3.4.3.tar.gz) = d314f3e220e7329c1eb76ba455e6f18c830f2318
+RMD160 (ccache-3.4.3.tar.gz) = 623c5f8ea1c3ae8cfddb329ae1d1b8a4e8abc8ca
+SHA512 (ccache-3.4.3.tar.gz) = 3242cbd174604ffcbd775969d65ee37c7bdce08d3483f236444535c66f7eca3f4f509c94ecf1c38624144927e822a210cc4cba894503d670271e21cc96499a53
+Size (ccache-3.4.3.tar.gz) = 466575 bytes



Home | Main Index | Thread Index | Old Index