From 550f99e54b4adaab165eecad70221d86d157aad2 Mon Sep 17 00:00:00 2001 From: msmeissn <> Date: Oct 21 2022 15:34:04 +0000 Subject: Update afl to version 4.04c / rev 73 via SR 1030429 https://build.opensuse.org/request/show/1030429 by user msmeissn + dimstar_suse - updated to 4.04c - fix gramatron and grammar_mutator build scripts - enhancements to the afl-persistent-config and afl-system-config - scripts - afl-fuzz: - force writing all stats on exit - afl-cc: - make gcc_mode (afl-gcc-fast) work with gcc down to version 3.6 - qemu_mode: - fixed 10x speed degredation in v4.03c - added qemu_mode/fastexit helper library - unicorn_mode: - Enabled tricore arch (by @jma-qb) - Updated Capstone version in Rust bindings - llvm-mode: - AFL runtime will always pass inputs via shared memory, when possible, ignoring the command line. (forwarded request 1030428 from msmeissn) --- diff --git a/.files b/.files index 084c296..b091eb1 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 3194476..5c950c4 100644 --- a/.rev +++ b/.rev @@ -1165,4 +1165,28 @@ - build now uses all available cores (forwarded request 1005008 from msmeissn) 1005009 + + 41488260950ab98c20fd71a13c94af38 + 4.04c + + dimstar_suse + - updated to 4.04c + - fix gramatron and grammar_mutator build scripts + - enhancements to the afl-persistent-config and afl-system-config + - scripts + - afl-fuzz: + - force writing all stats on exit + - afl-cc: + - make gcc_mode (afl-gcc-fast) work with gcc down to version 3.6 + - qemu_mode: + - fixed 10x speed degredation in v4.03c + - added qemu_mode/fastexit helper library + - unicorn_mode: + - Enabled tricore arch (by @jma-qb) + - Updated Capstone version in Rust bindings + - llvm-mode: + - AFL runtime will always pass inputs via shared memory, when possible, + ignoring the command line. (forwarded request 1030428 from msmeissn) + 1030429 + diff --git a/4.03c.tar.gz b/4.03c.tar.gz deleted file mode 120000 index 43918fb..0000000 --- a/4.03c.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeihstqkcnc4syu2pi3jrlclxydoegyggkwq7gjip2xab4acyhhh2bm \ No newline at end of file diff --git a/4.04c.tar.gz b/4.04c.tar.gz new file mode 120000 index 0000000..f6df183 --- /dev/null +++ b/4.04c.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeicniyrumdfhkh6imibdbonv3dx4flf7fd7rablguuiu4xo6hyi63e \ No newline at end of file diff --git a/afl.changes b/afl.changes index 440ce57..dcada84 100644 --- a/afl.changes +++ b/afl.changes @@ -1,4 +1,25 @@ ------------------------------------------------------------------- +Fri Oct 21 14:28:09 UTC 2022 - Marcus Meissner + +- updated to 4.04c + - fix gramatron and grammar_mutator build scripts + - enhancements to the afl-persistent-config and afl-system-config + - scripts + - afl-fuzz: + - force writing all stats on exit + - afl-cc: + - make gcc_mode (afl-gcc-fast) work with gcc down to version 3.6 + - qemu_mode: + - fixed 10x speed degredation in v4.03c + - added qemu_mode/fastexit helper library + - unicorn_mode: + - Enabled tricore arch (by @jma-qb) + - Updated Capstone version in Rust bindings + - llvm-mode: + - AFL runtime will always pass inputs via shared memory, when possible, + ignoring the command line. + +------------------------------------------------------------------- Tue Sep 20 15:50:19 UTC 2022 - Marcus Meissner - updated to 4.03c diff --git a/afl.spec b/afl.spec index 9d473c3..26b40cd 100644 --- a/afl.spec +++ b/afl.spec @@ -36,7 +36,7 @@ %endif Name: afl -Version: 4.03c +Version: 4.04c Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer #URL: https://lcamtuf.coredump.cx/afl/