Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/llvm: bump to version 5.0.2
@ 2018-05-17 13:31 Valentin Korenblit
  2018-05-17 13:31 ` [Buildroot] [PATCH 2/2] package/clang: " Valentin Korenblit
  2018-05-17 18:53 ` [Buildroot] [PATCH 1/2] package/llvm: " Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Valentin Korenblit @ 2018-05-17 13:31 UTC (permalink / raw)
  To: buildroot

5.0.2  is API and ABI compatible with 5.0.0 and 5.0.1 and includes
mitigations for CVE-2017-5715 (Spectre Variant 2) for X86 and MIPS.

Signed-off-by: Valentin Korenblit <valentin.korenblit@smile.fr>
---
 package/llvm/llvm.hash | 2 +-
 package/llvm/llvm.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/llvm/llvm.hash b/package/llvm/llvm.hash
index 3e998c4328..14f8bb4488 100644
--- a/package/llvm/llvm.hash
+++ b/package/llvm/llvm.hash
@@ -1,3 +1,3 @@
 # locally calculated
-sha256 5fa7489fc0225b11821cab0362f5813a05f2bcf2533e8a4ea9c9c860168807b0	llvm-5.0.1.src.tar.xz
+sha256 d522eda97835a9c75f0b88ddc81437e5edbb87dc2740686cb8647763855c2b3c  llvm-5.0.2.src.tar.xz
 sha256 abd4d8794808bacb1eb6924d49efafd9ab6eef88faaaeb5d3cfa13ee3670d672 LICENSE.TXT
diff --git a/package/llvm/llvm.mk b/package/llvm/llvm.mk
index 978f176f28..3abf428989 100644
--- a/package/llvm/llvm.mk
+++ b/package/llvm/llvm.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LLVM_VERSION = 5.0.1
+LLVM_VERSION = 5.0.2
 LLVM_SITE = http://llvm.org/releases/$(LLVM_VERSION)
 LLVM_SOURCE = llvm-$(LLVM_VERSION).src.tar.xz
 LLVM_LICENSE = NCSA
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] package/clang: bump to version 5.0.2
  2018-05-17 13:31 [Buildroot] [PATCH 1/2] package/llvm: bump to version 5.0.2 Valentin Korenblit
@ 2018-05-17 13:31 ` Valentin Korenblit
  2018-05-17 18:53 ` [Buildroot] [PATCH 1/2] package/llvm: " Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Valentin Korenblit @ 2018-05-17 13:31 UTC (permalink / raw)
  To: buildroot

5.0.2  is API and ABI compatible with 5.0.0 and 5.0.1 and includes
mitigations for CVE-2017-5715 (Spectre Variant 2) for X86 and MIPS.

Signed-off-by: Valentin Korenblit <valentin.korenblit@smile.fr>
---
 package/clang/clang.hash | 2 +-
 package/clang/clang.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/clang/clang.hash b/package/clang/clang.hash
index a5bf909814..bf54f9bb53 100644
--- a/package/clang/clang.hash
+++ b/package/clang/clang.hash
@@ -1,3 +1,3 @@
 # locally calculated
-sha256 135f6c9b0cd2da1aff2250e065946258eb699777888df39ca5a5b4fe5e23d0ff cfe-5.0.1.src.tar.xz
+sha256 fa9ce9724abdb68f166deea0af1f71ca0dfa9af8f7e1261f2cae63c280282800  cfe-5.0.2.src.tar.xz
 sha256 de4c79665f0f5688b0ace17cba6f8e0343925bb95e0949d66d47bbd4527310d6 LICENSE.TXT
diff --git a/package/clang/clang.mk b/package/clang/clang.mk
index 14d6441c9a..ae0140c783 100644
--- a/package/clang/clang.mk
+++ b/package/clang/clang.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CLANG_VERSION = 5.0.1
+CLANG_VERSION = 5.0.2
 CLANG_SITE = http://llvm.org/releases/$(CLANG_VERSION)
 CLANG_SOURCE = cfe-$(CLANG_VERSION).src.tar.xz
 CLANG_LICENSE = NCSA
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/2] package/llvm: bump to version 5.0.2
  2018-05-17 13:31 [Buildroot] [PATCH 1/2] package/llvm: bump to version 5.0.2 Valentin Korenblit
  2018-05-17 13:31 ` [Buildroot] [PATCH 2/2] package/clang: " Valentin Korenblit
@ 2018-05-17 18:53 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-05-17 18:53 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 17 May 2018 15:31:14 +0200, Valentin Korenblit wrote:
> 5.0.2  is API and ABI compatible with 5.0.0 and 5.0.1 and includes
> mitigations for CVE-2017-5715 (Spectre Variant 2) for X86 and MIPS.
> 
> Signed-off-by: Valentin Korenblit <valentin.korenblit@smile.fr>
> ---
>  package/llvm/llvm.hash | 2 +-
>  package/llvm/llvm.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Both applied to master. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-17 18:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-17 13:31 [Buildroot] [PATCH 1/2] package/llvm: bump to version 5.0.2 Valentin Korenblit
2018-05-17 13:31 ` [Buildroot] [PATCH 2/2] package/clang: " Valentin Korenblit
2018-05-17 18:53 ` [Buildroot] [PATCH 1/2] package/llvm: " Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox