* [Buildroot] [PATCH] package/ccache: bump to version 3.3.3
@ 2016-11-07 23:02 Jörg Krause
2016-11-07 23:21 ` Arnout Vandecappelle
2016-11-08 8:38 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Jörg Krause @ 2016-11-07 23:02 UTC (permalink / raw)
To: buildroot
Note, that version 3.3.3 of ccache fixes a bug [1] where the Linux
kernel image is the same even after changing the source code and
rebuilding it.
[1] https://github.com/ccache/ccache/issues/136
Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
package/ccache/ccache.hash | 4 ++--
package/ccache/ccache.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/ccache/ccache.hash b/package/ccache/ccache.hash
index fdd0ddf..bde53f7 100644
--- a/package/ccache/ccache.hash
+++ b/package/ccache/ccache.hash
@@ -1,2 +1,2 @@
-# Verified key https://samba.org/ftp/ccache/ccache-3.3.2.tar.xz.asc - sha256 computed locally
-sha256 907685cb23d8f82074b8d1a9b4ebabb36914d151ac7b96a840c68c08d1a14530 ccache-3.3.2.tar.xz
+# Verified key https://samba.org/ftp/ccache/ccache-3.3.3.tar.xz.asc - sha256 computed locally
+sha256 3b02a745da1cfa9eb438af7147e0fd3545e2f6163de9e5b07da86f58859f04ec ccache-3.3.3.tar.xz
diff --git a/package/ccache/ccache.mk b/package/ccache/ccache.mk
index 63907c2..f174a5d 100644
--- a/package/ccache/ccache.mk
+++ b/package/ccache/ccache.mk
@@ -4,7 +4,7 @@
#
################################################################################
-CCACHE_VERSION = 3.3.2
+CCACHE_VERSION = 3.3.3
CCACHE_SITE = https://samba.org/ftp/ccache
CCACHE_SOURCE = ccache-$(CCACHE_VERSION).tar.xz
CCACHE_LICENSE = GPLv3+, others
--
2.10.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/ccache: bump to version 3.3.3
2016-11-07 23:02 [Buildroot] [PATCH] package/ccache: bump to version 3.3.3 Jörg Krause
@ 2016-11-07 23:21 ` Arnout Vandecappelle
2016-11-08 8:38 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2016-11-07 23:21 UTC (permalink / raw)
To: buildroot
On 08-11-16 00:02, J?rg Krause wrote:
> Note, that version 3.3.3 of ccache fixes a bug [1] where the Linux
> kernel image is the same even after changing the source code and
> rebuilding it.
>
> [1] https://github.com/ccache/ccache/issues/136
>
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This is definitely for master. The only differences with 3.3.2 are this bug fix
(which is the introduction of a new feature actually), some changes in the
statistics formatting, and a unit test.
Regards,
Arnout
> ---
> package/ccache/ccache.hash | 4 ++--
> package/ccache/ccache.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/ccache/ccache.hash b/package/ccache/ccache.hash
> index fdd0ddf..bde53f7 100644
> --- a/package/ccache/ccache.hash
> +++ b/package/ccache/ccache.hash
> @@ -1,2 +1,2 @@
> -# Verified key https://samba.org/ftp/ccache/ccache-3.3.2.tar.xz.asc - sha256 computed locally
> -sha256 907685cb23d8f82074b8d1a9b4ebabb36914d151ac7b96a840c68c08d1a14530 ccache-3.3.2.tar.xz
> +# Verified key https://samba.org/ftp/ccache/ccache-3.3.3.tar.xz.asc - sha256 computed locally
> +sha256 3b02a745da1cfa9eb438af7147e0fd3545e2f6163de9e5b07da86f58859f04ec ccache-3.3.3.tar.xz
> diff --git a/package/ccache/ccache.mk b/package/ccache/ccache.mk
> index 63907c2..f174a5d 100644
> --- a/package/ccache/ccache.mk
> +++ b/package/ccache/ccache.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -CCACHE_VERSION = 3.3.2
> +CCACHE_VERSION = 3.3.3
> CCACHE_SITE = https://samba.org/ftp/ccache
> CCACHE_SOURCE = ccache-$(CCACHE_VERSION).tar.xz
> CCACHE_LICENSE = GPLv3+, others
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/ccache: bump to version 3.3.3
2016-11-07 23:02 [Buildroot] [PATCH] package/ccache: bump to version 3.3.3 Jörg Krause
2016-11-07 23:21 ` Arnout Vandecappelle
@ 2016-11-08 8:38 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-11-08 8:38 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 8 Nov 2016 00:02:32 +0100, J?rg Krause wrote:
> Note, that version 3.3.3 of ccache fixes a bug [1] where the Linux
> kernel image is the same even after changing the source code and
> rebuilding it.
>
> [1] https://github.com/ccache/ccache/issues/136
>
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> ---
> package/ccache/ccache.hash | 4 ++--
> package/ccache/ccache.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-08 8:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-07 23:02 [Buildroot] [PATCH] package/ccache: bump to version 3.3.3 Jörg Krause
2016-11-07 23:21 ` Arnout Vandecappelle
2016-11-08 8:38 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox