From a353a5b02f952a6da394f4c287c8d225d1938421b8271dd186b8b1b14bbea169 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 2 Jan 2020 17:52:13 +0000 Subject: [PATCH] Accepting request 760413 from home:msmeissn:branches:devel:tools - 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 OBS-URL: https://build.opensuse.org/request/show/760413 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=103 --- 2.59c.tar.gz | 3 --- 2.60c.tar.gz | 3 +++ afl.changes | 13 +++++++++++++ afl.spec | 6 ++++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 2.59c.tar.gz create mode 100644 2.60c.tar.gz diff --git a/2.59c.tar.gz b/2.59c.tar.gz deleted file mode 100644 index 325aaf0..0000000 --- a/2.59c.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:858c81fa6221ef2b8b2a8977a70dc86c2624c23230d0629b3037130fd0d8d685 -size 1211443 diff --git a/2.60c.tar.gz b/2.60c.tar.gz new file mode 100644 index 0000000..565755e --- /dev/null +++ b/2.60c.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b82c585c255f87536a7aef76da635d72675d75674dfc017dfe2e0d8d8bf397b +size 1215299 diff --git a/afl.changes b/afl.changes index ab48653..61de8fe 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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 diff --git a/afl.spec b/afl.spec index bce7e43..dc39007 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/*