diff mbox

package/ccache: bump version to 3.1.11

Message ID 1427629924-75317-1-git-send-email-kaszak@gmail.com
State Accepted
Headers show

Commit Message

Karoly Kasza March 29, 2015, 11:52 a.m. UTC
Signed-off-by: Karoly Kasza <kaszak@gmail.com>
---
 package/ccache/ccache.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Karoly Kasza March 29, 2015, 11:58 a.m. UTC | #1
Hi all,

based on the release notes at ccache.samba.org, there are only bugfix
releases since 3.1.x (hence the above patch should be safe to apply), but
the 3.2.x line are already exists. Should we start moving on to that major
version?

Regards,
Karoly


> -CCACHE_VERSION = 3.1.8
> +CCACHE_VERSION = 3.1.11
>
Thomas Petazzoni March 29, 2015, 12:57 p.m. UTC | #2
Dear Karoly Kasza,

On Sun, 29 Mar 2015 13:52:04 +0200, Karoly Kasza wrote:
> 
> Signed-off-by: Karoly Kasza <kaszak@gmail.com>
> ---
>  package/ccache/ccache.mk |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks. If you feel like it, sending a patch adding a hash
file would be good.

Also, there is still quite a lot of things to fix to get our ccache
support to a sane state. If you have some time, you could look at
http://patchwork.ozlabs.org/patch/287383/, especially the comments made
by Arnout, and try to improve the ccache support based on that.

Thanks a lot!

Thomas
diff mbox

Patch

diff --git a/package/ccache/ccache.mk b/package/ccache/ccache.mk
index 270ea4b..893b6ae 100644
--- a/package/ccache/ccache.mk
+++ b/package/ccache/ccache.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-CCACHE_VERSION = 3.1.8
+CCACHE_VERSION = 3.1.11
 CCACHE_SITE = http://samba.org/ftp/ccache
 CCACHE_SOURCE = ccache-$(CCACHE_VERSION).tar.xz
 CCACHE_LICENSE = GPLv3+, others