]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/clang: bump to version 5.0.2
authorValentin Korenblit <valentin.korenblit@smile.fr>
Thu, 17 May 2018 13:31:15 +0000 (15:31 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 17 May 2018 18:53:03 +0000 (20:53 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/clang/clang.hash
package/clang/clang.mk

index a5bf909814a4150c64af740f172b41ed413b0d2e..bf54f9bb5353be5747e44f2ac7d41fb494dda820 100644 (file)
@@ -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
index 14d6441c9a28a54f06cd5353d80cdc3af33c9b87..ae0140c783e0b4c2b3c58a3ea0697a3b1072b749 100644 (file)
@@ -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