SHA256
1
0
forked from pool/afl

Accepting request 772508 from devel:tools

- added radamsa mutator (forwarded request 772507 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/772508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2020-02-10 20:53:44 +00:00 committed by Git OBS Bridge
commit 18d4b96eef
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 9 16:12:14 UTC 2020 - Marcus Meissner <meissner@suse.com>
- added radamsa mutator
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 2 08:31:09 UTC 2020 - Marcus Meissner <meissner@suse.com> Thu Jan 2 08:31:09 UTC 2020 - Marcus Meissner <meissner@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package afl # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@ Version: 2.60c
Release: 0 Release: 0
Summary: American fuzzy lop is a security-oriented fuzzer Summary: American fuzzy lop is a security-oriented fuzzer
License: Apache-2.0 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 Source: https://github.com/vanhauser-thc/AFLplusplus/archive/%{version}.tar.gz
Source1: afl-rpmlintrc Source1: afl-rpmlintrc
Patch1: afl-1.58b-fix-paths.patch Patch1: afl-1.58b-fix-paths.patch
@ -53,6 +53,7 @@ export CFLAGS="$CFLAGS %{optflags}"
export AFL_NO_X86=1 export AFL_NO_X86=1
%endif %endif
make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_docdir} make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_docdir}
make radamsa
%install %install
%ifnarch %{ix86} x86_64 %ifnarch %{ix86} x86_64
@ -69,6 +70,7 @@ make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_doc
%{_libexecdir}/%{name}/as %{_libexecdir}/%{name}/as
%{_libexecdir}/%{name}/argvfuzz*.so %{_libexecdir}/%{name}/argvfuzz*.so
%{_libexecdir}/%{name}/socketfuzz*.so %{_libexecdir}/%{name}/socketfuzz*.so
%{_libexecdir}/%{name}/libradamsa.so
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/testcases %dir %{_datadir}/%{name}/testcases
%{_datadir}/%{name}/testcases/* %{_datadir}/%{name}/testcases/*