From 835eff2d8b35ab80a5f5036ed769033659f9f083ee344074ee18339a227e1d50 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 9 Feb 2020 16:19:53 +0000 Subject: [PATCH] Accepting request 772507 from home:msmeissn:branches:devel:tools - added radamsa mutator OBS-URL: https://build.opensuse.org/request/show/772507 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=105 --- afl.changes | 5 +++++ afl.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/afl.changes b/afl.changes index 61de8fe..85c3324 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 9 16:12:14 UTC 2020 - Marcus Meissner + +- added radamsa mutator + ------------------------------------------------------------------- Thu Jan 2 08:31:09 UTC 2020 - Marcus Meissner diff --git a/afl.spec b/afl.spec index dc39007..13f7896 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/*