summaryrefslogtreecommitdiffstats
path: root/util/crossgcc/buildgcc
diff options
context:
space:
mode:
authorMackenzie May <ky0ko@disroot.org>2021-08-07 00:40:45 -0700
committerAngel Pons <th3fanbus@gmail.com>2021-08-16 10:00:42 +0000
commit9bd9362ae6340d73239f2ec83ba568230093097d (patch)
treed9a386b2529aa77d0c29de9615a344a6e6e8753b /util/crossgcc/buildgcc
parent095e2a7835465bb405e3b3a88b87ec2833936f07 (diff)
downloadcoreboot-9bd9362ae6340d73239f2ec83ba568230093097d.tar.gz
coreboot-9bd9362ae6340d73239f2ec83ba568230093097d.tar.bz2
coreboot-9bd9362ae6340d73239f2ec83ba568230093097d.zip
crossgcc: upgrade Expat from 2.2.9 to 2.4.1
Versions of expat before 2.4.0 have been renamed to prevent their use, due to some kind of vulnerability. without updating this dependency it is currently not possible to build crossgcc with GDB. Change-Id: Iec2cf560902dc556a41206d7dcd65c22cf3e1215 Signed-off-by: Mackenzie May <ky0ko@disroot.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56868 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index aee55f9dd467..7176e6b67dd6 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -41,7 +41,7 @@ BINUTILS_VERSION=2.35.1
GDB_VERSION=9.2
IASL_VERSION=20210331
PYTHON_VERSION=3.8.5
-EXPAT_VERSION=2.2.9
+EXPAT_VERSION=2.4.1
# CLANG version number
CLANG_VERSION=12.0.0
CMAKE_VERSION=3.20.3