Patrick Georgi submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
crossgcc: Upgrade nasm to version 2.15.03

Change-Id: I4b38595cef72053f82216df43f3667abed4c1989
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42855
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M util/crossgcc/buildgcc
D util/crossgcc/sum/nasm-2.14.02.tar.bz2.cksum
A util/crossgcc/sum/nasm-2.15.03.tar.bz2.cksum
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 149beb4..8a07c83 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -46,7 +46,7 @@
# CLANG version number
CLANG_VERSION=9.0.0
CMAKE_VERSION=3.16.2
-NASM_VERSION=2.14.02
+NASM_VERSION=2.15.03

# GCC toolchain archive locations
# These are sanitized by the jenkins toolchain test builder, so if
diff --git a/util/crossgcc/sum/nasm-2.14.02.tar.bz2.cksum b/util/crossgcc/sum/nasm-2.14.02.tar.bz2.cksum
deleted file mode 100644
index f3b9de9..0000000
--- a/util/crossgcc/sum/nasm-2.14.02.tar.bz2.cksum
+++ /dev/null
@@ -1 +0,0 @@
-fe098ee4dc9c4c983696c4948e64b23e4098b92b tarballs/nasm-2.14.02.tar.bz2
diff --git a/util/crossgcc/sum/nasm-2.15.03.tar.bz2.cksum b/util/crossgcc/sum/nasm-2.15.03.tar.bz2.cksum
new file mode 100644
index 0000000..6033fae
--- /dev/null
+++ b/util/crossgcc/sum/nasm-2.15.03.tar.bz2.cksum
@@ -0,0 +1 @@
+513ac3b800377f10833a02bc7f3fa8b84ca4f2b6 tarballs/nasm-2.15.03.tar.bz2

To view, visit change 42855. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4b38595cef72053f82216df43f3667abed4c1989
Gerrit-Change-Number: 42855
Gerrit-PatchSet: 6
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged