diff --git a/.files b/.files index 7c2b1c4..aef45fb 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 9214aec..3d39c46 100644 --- a/.rev +++ b/.rev @@ -487,4 +487,12 @@ 760476 + + f655dde382beeff468c32a9960dd3af6 + 2.60c + + dimstar_suse + - added radamsa mutator (forwarded request 772507 from msmeissn) + 772508 + diff --git a/afl.changes b/afl.changes index e20f5e1..0ee9aa0 100644 --- a/afl.changes +++ b/afl.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sun Feb 9 16:12:14 UTC 2020 - Marcus Meissner + +- added radamsa mutator + +------------------------------------------------------------------- Thu Jan 2 08:31:09 UTC 2020 - Marcus Meissner - updated to 2.60c diff --git a/afl.spec b/afl.spec index 93b422a..73f359a 100644 --- a/afl.spec +++ b/afl.spec @@ -1,7 +1,7 @@ # # spec file for package afl # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Version: 2.60c Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0 -Url: http://lcamtuf.coredump.cx/afl/ +URL: http://lcamtuf.coredump.cx/afl/ Source: https://github.com/vanhauser-thc/AFLplusplus/archive/%{version}.tar.gz Source1: afl-rpmlintrc Patch1: afl-1.58b-fix-paths.patch @@ -53,6 +53,7 @@ export CFLAGS="$CFLAGS %{optflags}" export AFL_NO_X86=1 %endif make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_docdir} +make radamsa %install %ifnarch %{ix86} x86_64 @@ -69,6 +70,7 @@ make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_doc %{_libexecdir}/%{name}/as %{_libexecdir}/%{name}/argvfuzz*.so %{_libexecdir}/%{name}/socketfuzz*.so +%{_libexecdir}/%{name}/libradamsa.so %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/testcases %{_datadir}/%{name}/testcases/*