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
This commit is contained in:
parent
6c27ae7bd0
commit
a353a5b02f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:858c81fa6221ef2b8b2a8977a70dc86c2624c23230d0629b3037130fd0d8d685
|
||||
size 1211443
|
3
2.60c.tar.gz
Normal file
3
2.60c.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b82c585c255f87536a7aef76da635d72675d75674dfc017dfe2e0d8d8bf397b
|
||||
size 1215299
|
13
afl.changes
13
afl.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 08:31:09 UTC 2020 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <meissner@suse.com>
|
||||
|
||||
|
6
afl.spec
6
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/*
|
||||
|
Loading…
Reference in New Issue
Block a user