upgrade Dockerfile to Ubunutu 20.04 with llvm 11 and gcc 10 for afl-clang-lto

This commit is contained in:
van Hauser
2020-05-19 19:22:11 +02:00
parent c7b1ed2395
commit ae6c30a711
2 changed files with 52 additions and 29 deletions

View File

@ -14,13 +14,15 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- -S slaves now only sync from the master to increase performance,
the -M master stilly syncs from everyone. Added checks that exactly
one master is present
- llvm_mode:
- lowered minimum required llvm version to 3.4 (except LLVMInsTrim,
which needs 3.8.0)
- fixed afl-gcc/afl-as that could break on fast systems reusing pids in
the same second
- added lots of dictionaries from oss-fuzz, go-fuzz and Jakub Wilk
- added former post_library examples to examples/custom_mutators/
- llvm_mode:
- lowered minimum required llvm version to 3.4 (except LLVMInsTrim,
which needs 3.8.0)
- Dockerfile upgraded to Ubuntu 20.04 Focal and installing llvm 11 and gcc 10
so afl-clang-lto can be build
### Version ++2.65c (release):