Hello community, here is the log from the commit of package afl for openSUSE:Factory checked in at 2020-02-10 21:53:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/afl (Old) and /work/SRC/openSUSE:Factory/.afl.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "afl" Mon Feb 10 21:53:44 2020 rev:46 rq:772508 version:2.60c Changes: -------- --- /work/SRC/openSUSE:Factory/afl/afl.changes 2020-01-03 17:37:19.347306078 +0100 +++ /work/SRC/openSUSE:Factory/.afl.new.26092/afl.changes 2020-02-10 21:53:57.670208826 +0100 @@ -1,0 +2,5 @@ +Sun Feb 9 16:12:14 UTC 2020 - Marcus Meissner <[email protected]> + +- added radamsa mutator + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ afl.spec ++++++ --- /var/tmp/diff_new_pack.NV5sSK/_old 2020-02-10 21:53:58.186209111 +0100 +++ /var/tmp/diff_new_pack.NV5sSK/_new 2020-02-10 21:53:58.190209114 +0100 @@ -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 @@ 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 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 @@ %{_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/*
