diff --git a/.files b/.files index 33452ff..dd521c1 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 725dfdf..b91663c 100644 --- a/.rev +++ b/.rev @@ -1197,4 +1197,25 @@ - Update file list for riscv64 (forwarded request 1030538 from Andreas_Schwab) 1030539 + + 4c5a13c11482c4d07359af9f5371b238 + 4.05c + + dimstar_suse + - updated to 4.05c + - afl-fuzz: + - added afl_custom_fuzz_send custom mutator feature. Now your can + send fuzz data to the target as you need, e.g. via IPC. + - cmplog mode now has a -l R option for random colorization, thanks + to guyf2010 for the PR! + - queue statistics are written every 30 minutes to + out/NAME/queue_data if compiled with INTROSPECTION + - new env: AFL_FORK_SERVER_KILL_SIGNAL + - afl-showmap/afl-cmin + - `-t none` now translates to `-t 120000` (120 seconds) + - unicorn_mode updated + - updated rust custom mutator dependencies and LibAFL custom mutator + - several minor bugfixes (forwarded request 1056232 from msmeissn) + 1056233 + diff --git a/4.04c.tar.gz b/4.04c.tar.gz deleted file mode 120000 index f6df183..0000000 --- a/4.04c.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeicniyrumdfhkh6imibdbonv3dx4flf7fd7rablguuiu4xo6hyi63e \ No newline at end of file diff --git a/4.05c.tar.gz b/4.05c.tar.gz new file mode 120000 index 0000000..3d52e84 --- /dev/null +++ b/4.05c.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeiarxwm3knxrfn7yrmhh5crv6bwfjqg6nbgfdjvq66ywpbeb3lnd7e \ No newline at end of file diff --git a/afl.changes b/afl.changes index 9c2e5a4..12f72f4 100644 --- a/afl.changes +++ b/afl.changes @@ -1,4 +1,22 @@ ------------------------------------------------------------------- +Thu Jan 5 15:33:51 UTC 2023 - Marcus Meissner + +- updated to 4.05c + - afl-fuzz: + - added afl_custom_fuzz_send custom mutator feature. Now your can + send fuzz data to the target as you need, e.g. via IPC. + - cmplog mode now has a -l R option for random colorization, thanks + to guyf2010 for the PR! + - queue statistics are written every 30 minutes to + out/NAME/queue_data if compiled with INTROSPECTION + - new env: AFL_FORK_SERVER_KILL_SIGNAL + - afl-showmap/afl-cmin + - `-t none` now translates to `-t 120000` (120 seconds) + - unicorn_mode updated + - updated rust custom mutator dependencies and LibAFL custom mutator + - several minor bugfixes + +------------------------------------------------------------------- Sat Oct 22 14:15:36 UTC 2022 - Andreas Schwab - Update file list for riscv64 diff --git a/afl.spec b/afl.spec index e1950a4..cffa61c 100644 --- a/afl.spec +++ b/afl.spec @@ -1,7 +1,7 @@ # # spec file for package afl # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ %endif Name: afl -Version: 4.04c +Version: 4.05c Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer #URL: https://lcamtuf.coredump.cx/afl/