diff --git a/2.67c.tar.gz b/2.67c.tar.gz deleted file mode 100644 index a1ed74b..0000000 --- a/2.67c.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c76b83f205bc324b941e283d6735c2cc9cd29302eb1979943f047f4e39fa668d -size 1660878 diff --git a/2.68c.tar.gz b/2.68c.tar.gz new file mode 100644 index 0000000..f6b4df5 --- /dev/null +++ b/2.68c.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862e155c97737770baa26ffedf324a7fa255b757c85b0c9a6f312264f2ca29c5 +size 1675912 diff --git a/afl-2.63c-fix-paths.patch b/afl-2.63c-fix-paths.patch index e885820..1406725 100644 --- a/afl-2.63c-fix-paths.patch +++ b/afl-2.63c-fix-paths.patch @@ -1,7 +1,7 @@ -Index: AFLplusplus-2.63c/GNUmakefile +Index: AFLplusplus-2.68c/GNUmakefile =================================================================== ---- AFLplusplus-2.63c.orig/GNUmakefile -+++ AFLplusplus-2.63c/GNUmakefile +--- AFLplusplus-2.68c.orig/GNUmakefile ++++ AFLplusplus-2.68c/GNUmakefile @@ -21,8 +21,8 @@ HASH=\# PREFIX ?= /usr/local @@ -11,5 +11,5 @@ Index: AFLplusplus-2.63c/GNUmakefile +HELPER_PATH = $(LIBEXEC_DIR)/afl +DOC_PATH = $(DOC_DIR)/afl MISC_PATH = $(PREFIX)/share/afl - MAN_PATH = $(PREFIX)/man/man8 + MAN_PATH = $(PREFIX)/share/man/man8 diff --git a/afl.changes b/afl.changes index b7d8ef6..cc526f4 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sat Sep 5 08:43:19 UTC 2020 - Marcus Meissner + +- updated to 2.68c + - added the GSoC excellent afl++ grammar mutator by Shengtuo to our + custom_mutators/ (see custom_mutators/README.md) - or get it here: + https://github.com/AFLplusplus/Grammar-Mutator + - a few QOL changes for Apple and its outdated gmake + - afl-fuzz: + - fix for auto dictionary entries found during fuzzing to not throw out + a -x dictionary + - added total execs done to plot file + - AFL_MAX_DET_EXTRAS env variable added to control the amount of + deterministic dict entries without recompiling. + - AFL_FORKSRV_INIT_TMOUT env variable added to control the time to wait + for the forkserver to come up without the need to increase the overall + timeout. + - bugfix for cmplog that results in a heap overflow based on target data + (thanks to the magma team for reporting!) + - write fuzzing setup into out/fuzzer_setup (environment variables and + command line) + - custom mutators: + - added afl_custom_fuzz_count/fuzz_count function to allow specifying + the number of fuzz attempts for custom_fuzz + - llvm_mode: + - ported SanCov to LTO, and made it the default for LTO. better + instrumentation locations + - Further llvm 12 support (fast moving target like afl++ :-) ) + - deprecated LLVM SKIPSINGLEBLOCK env environment + ------------------------------------------------------------------- Wed Aug 19 14:35:25 UTC 2020 - Marcus Meissner diff --git a/afl.spec b/afl.spec index 8704367..bcde1f0 100644 --- a/afl.spec +++ b/afl.spec @@ -17,7 +17,7 @@ Name: afl -Version: 2.67c +Version: 2.68c Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0