Accepting request 381246 from devel:tools
1 OBS-URL: https://build.opensuse.org/request/show/381246 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=22
This commit is contained in:
commit
721e4d4c1c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d3e7c3b24011aec117d049ddddd62e7e5df86e08847b9fd56f98e6957e28476
|
|
||||||
size 812288
|
|
3
afl-2.09b.tgz
Normal file
3
afl-2.09b.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f3de3717006f1204ad552a86546a84030a55bb0f17a2d78aadda73798cdb5eeb
|
||||||
|
size 815584
|
30
afl.changes
30
afl.changes
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 28 19:11:03 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 2.09b
|
||||||
|
* Made several documentation updates.
|
||||||
|
* Added some visual indicators to promote and simplify the use
|
||||||
|
of -Z.
|
||||||
|
- Changes for 2.08b
|
||||||
|
* Added explicit support for -m32 and -m64 for llvm_mode.
|
||||||
|
Inspired by a request from Christian Holler.
|
||||||
|
* Added a new benchmarking option, as requested by Kostya
|
||||||
|
Serebryany.
|
||||||
|
- Changes for 2.07b
|
||||||
|
* Added CPU affinity option (-Z) on Linux. With some caution,
|
||||||
|
this can offer a significant (10%+) performance bump and
|
||||||
|
reduce jitter. Proposed by Austin Seipp.
|
||||||
|
* Updated afl-gotcpu to use CPU affinity where supported.
|
||||||
|
* Fixed confusing CPU_TARGET error messages with QEMU build.
|
||||||
|
Spotted by Daniel Komaromy and others.
|
||||||
|
- Changes for 2.06b
|
||||||
|
* Worked around LLVM persistent mode hiccups with -shared code.
|
||||||
|
Contributed by Christian Holler.
|
||||||
|
* Added __AFL_COMPILER as a convenient way to detect that
|
||||||
|
something is built under afl-gcc / afl-clang / afl-clang-fast
|
||||||
|
and enable custom optimizations in your code. Suggested by
|
||||||
|
Pedro Corte-Real.
|
||||||
|
* Upstreamed several minor changes developed by Franjo Ivancic to
|
||||||
|
allow AFL to be built as a library. This is fairly use-specific
|
||||||
|
and may have relatively little appeal to general audiences.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 28 13:59:04 UTC 2016 - astieger@suse.com
|
Sun Feb 28 13:59:04 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
6
afl.spec
6
afl.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: afl
|
Name: afl
|
||||||
Version: 2.05b
|
Version: 2.09b
|
||||||
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
|
||||||
@ -41,10 +41,10 @@ Compared to other instrumented fuzzers, afl-fuzz is designed to be practical: it
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$CFLAGS %{optflags}"
|
export CFLAGS="$CFLAGS %{optflags}"
|
||||||
make PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_docdir} %{?_smp_mflags}
|
make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_docdir}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_docdir} DESTDIR=%{buildroot} install %{?_smp_mflags}
|
make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_docdir} DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user