diff --git a/.files b/.files index 0459846..7c2b1c4 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index a6f066a..9214aec 100644 --- a/.rev +++ b/.rev @@ -479,4 +479,12 @@ - removed unnecessary warnings (forwarded request 759706 from msmeissn) 759716 + + dc62c5d029166820085bdafeab147fef + 2.60c + + dimstar_suse + + 760476 + diff --git a/2.59c.tar.gz b/2.59c.tar.gz deleted file mode 120000 index dd1005d..0000000 --- a/2.59c.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeiakhnt4vepaxsbnr2o4laugesa3vqtkv6u2lsons4df7t6zaqgaym \ No newline at end of file diff --git a/2.60c.tar.gz b/2.60c.tar.gz new file mode 120000 index 0000000..7364666 --- /dev/null +++ b/2.60c.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeieqqrrmxrqaqrb6bgshkyn6nn4uw3gvbk6oqhnmn76thwqxua7zbm \ No newline at end of file diff --git a/afl.changes b/afl.changes index a18d366..e20f5e1 100644 --- a/afl.changes +++ b/afl.changes @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Thu Jan 2 08:31:09 UTC 2020 - Marcus Meissner + +- updated to 2.60c + - fixed a critical bug in afl-tmin that was introduced during ++2.53d + - added test cases for afl-cmin and afl-tmin to test/test.sh + - added ./experimental/argv_fuzzing ld_preload library by Kjell Braden + - added preeny's desock_dup ld_preload library as + ./experimental/socket_fuzzing for network fuzzing + - added AFL_AS_FORCE_INSTRUMENT environment variable for afl-as - this is + for the retrorewrite project + - we now set QEMU_SET_ENV from AFL_PRELOAD when qemu_mode is used + +------------------------------------------------------------------- Fri Dec 27 16:01:06 UTC 2019 - Marcus Meissner - updated to 2.59c diff --git a/afl.spec b/afl.spec index 66edcc9..93b422a 100644 --- a/afl.spec +++ b/afl.spec @@ -1,7 +1,7 @@ # # spec file for package afl # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: afl -Version: 2.59c +Version: 2.60c Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0 @@ -67,6 +67,8 @@ make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_doc %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/%{name}-as %{_libexecdir}/%{name}/as +%{_libexecdir}/%{name}/argvfuzz*.so +%{_libexecdir}/%{name}/socketfuzz*.so %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/testcases %{_datadir}/%{name}/testcases/*