diff --git a/.files b/.files index 0d633a3..0459846 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index ff3e1ec..a6f066a 100644 --- a/.rev +++ b/.rev @@ -443,4 +443,40 @@ - CompareCoverage for ARM target in QEMU/Unicorn 750847 + + 2ac8241680c609af39976da23e77e454 + 2.59c + + dimstar_suse + - updated to 2.59c + - qbdi_mode: fuzz android native libraries via QBDI framework + - unicorn_mode: switched to the new unicornafl, thanks domenukk + (see https://github.com/vanhauser-thc/unicorn) + - afl-fuzz: + - added radamsa as (an optional) mutator stage (-R[R]) + - added -u command line option to not unlink the fuzz input file + - Python3 support (autodetect) + - AFL_DISABLE_TRIM env var to disable the trim stage + - CPU affinity support for DragonFly + - llvm_mode: + - float splitting is now configured via AFL_LLVM_LAF_SPLIT_FLOATS + - support for llvm 10 included now (thanks to devnexen) + - libtokencap: + - support for *BSD/OSX/Dragonfly added + - hook common *cmp functions from widely used libraries + - compcov: + - hook common *cmp functions from widely used libraries + - floating point splitting support for QEMU on x86 targets + - qemu_mode: AFL_QEMU_DISABLE_CACHE env to disable QEMU TranslationBlocks caching + - afl-analyze: added AFL_SKIP_BIN_CHECK support + - better random numbers for gcc_plugin and llvm_mode (thanks to devnexen) + - Dockerfile by courtesy of devnexen + - added regex.dictionary + - qemu and unicorn download scripts now try to download until the full + download succeeded. f*ckin travis fails downloading 40% of the time! + - more support for Android (please test!) + - added the few Android stuff we didnt have already from Google afl repository + - removed unnecessary warnings (forwarded request 759706 from msmeissn) + 759716 + diff --git a/2.58c.tar.gz b/2.58c.tar.gz deleted file mode 120000 index eaf35e8..0000000 --- a/2.58c.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeiai7m4wzhw36745l7iinlws5eaak7wlx3cjpnahf3vr2g7xsuoulm \ No newline at end of file diff --git a/2.59c.tar.gz b/2.59c.tar.gz new file mode 120000 index 0000000..dd1005d --- /dev/null +++ b/2.59c.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeiakhnt4vepaxsbnr2o4laugesa3vqtkv6u2lsons4df7t6zaqgaym \ No newline at end of file diff --git a/afl.changes b/afl.changes index a44aa83..a18d366 100644 --- a/afl.changes +++ b/afl.changes @@ -1,4 +1,37 @@ ------------------------------------------------------------------- +Fri Dec 27 16:01:06 UTC 2019 - Marcus Meissner + +- updated to 2.59c + - qbdi_mode: fuzz android native libraries via QBDI framework + - unicorn_mode: switched to the new unicornafl, thanks domenukk + (see https://github.com/vanhauser-thc/unicorn) + - afl-fuzz: + - added radamsa as (an optional) mutator stage (-R[R]) + - added -u command line option to not unlink the fuzz input file + - Python3 support (autodetect) + - AFL_DISABLE_TRIM env var to disable the trim stage + - CPU affinity support for DragonFly + - llvm_mode: + - float splitting is now configured via AFL_LLVM_LAF_SPLIT_FLOATS + - support for llvm 10 included now (thanks to devnexen) + - libtokencap: + - support for *BSD/OSX/Dragonfly added + - hook common *cmp functions from widely used libraries + - compcov: + - hook common *cmp functions from widely used libraries + - floating point splitting support for QEMU on x86 targets + - qemu_mode: AFL_QEMU_DISABLE_CACHE env to disable QEMU TranslationBlocks caching + - afl-analyze: added AFL_SKIP_BIN_CHECK support + - better random numbers for gcc_plugin and llvm_mode (thanks to devnexen) + - Dockerfile by courtesy of devnexen + - added regex.dictionary + - qemu and unicorn download scripts now try to download until the full + download succeeded. f*ckin travis fails downloading 40% of the time! + - more support for Android (please test!) + - added the few Android stuff we didnt have already from Google afl repository + - removed unnecessary warnings + +------------------------------------------------------------------- Sat Nov 9 16:05:04 UTC 2019 - Marcus Meissner - updated to 2.58c diff --git a/afl.spec b/afl.spec index 742ca4e..66edcc9 100644 --- a/afl.spec +++ b/afl.spec @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: afl -Version: 2.58c +Version: 2.59c Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0