diff --git a/4.04c.tar.gz b/4.04c.tar.gz deleted file mode 100644 index f025b52..0000000 --- a/4.04c.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:979ae35bc9a06f5283240955762ac69ea91f36a519ec6521b4ee48d2bcea53c2 -size 2832011 diff --git a/4.05c.tar.gz b/4.05c.tar.gz new file mode 100644 index 0000000..695101c --- /dev/null +++ b/4.05c.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2a7e94690771e2d80d2b30a72352e16bcc14f2cfff6d6fc1fd67f0ce2a9d3b +size 2839704 diff --git a/afl.changes b/afl.changes index 26b75bc..64caa24 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +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 diff --git a/afl.spec b/afl.spec index b492e4f..e616965 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/