diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2017-09-07 08:27:37 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-10-16 02:43:01 +0000 |
commit | 4cde9a752aca6aa75c6e028d301b276a53c2a472 (patch) | |
tree | 452c2126c11e9eaeee837f5497283d536cffa776 /util/crossgcc/sum | |
parent | 1d6002a27ce74611f16601ccf59e41e8845cde9f (diff) | |
download | coreboot-4cde9a752aca6aa75c6e028d301b276a53c2a472.tar.xz |
crossgcc: Build libelf from elfutils 0.170
> Could you make in a separate, independent change a update from the
> completely outdated LIBELF (from mr511.de/software/libelf ) to recent
> libelf? Those highly outdated libelf from this unmaintained mr511.de
> webpage should not be used any more since years. There are also a ton
> of security issues like for example: CVE-2017-7607, CVE-2017-7608, ...
> CVE-2017-7613. Recent version of this software is included in the
> elfutils that are available here: https://sourceware.org/elfutils/ ->
> download link:
> https://sourceware.org/elfutils/ftp/0.170/elfutils-0.170.tar.bz2
Remove the obsolete patch, which doesn’t apply anymore, and only
affected the build system, which is different now.
Increment the buildgcc version string as a tool version is changed.
TEST=Running `make crossgcc-i386` succeeds.
Change-Id: Iadd320a18c5d9fe2a82a347e39f01d8b7f8806c2
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/21435
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/crossgcc/sum')
-rw-r--r-- | util/crossgcc/sum/elfutils-0.170.tar.bz2.cksum | 1 | ||||
-rw-r--r-- | util/crossgcc/sum/libelf-0.8.13.tar.gz.cksum | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/sum/elfutils-0.170.tar.bz2.cksum b/util/crossgcc/sum/elfutils-0.170.tar.bz2.cksum new file mode 100644 index 0000000000..a0647e033f --- /dev/null +++ b/util/crossgcc/sum/elfutils-0.170.tar.bz2.cksum @@ -0,0 +1 @@ +aff6feac0ff69eb7b240babdf2918f640eadb032 tarballs/elfutils-0.170.tar.bz2 diff --git a/util/crossgcc/sum/libelf-0.8.13.tar.gz.cksum b/util/crossgcc/sum/libelf-0.8.13.tar.gz.cksum deleted file mode 100644 index daa27c684f..0000000000 --- a/util/crossgcc/sum/libelf-0.8.13.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -c1d6ac5f182d19dd685c4dfd74eedbfe3992425d tarballs/libelf-0.8.13.tar.gz |