From dbde4086ba22444b7a506d21e11f75a6aa697f488663964ef0bdf9fc4644a96b Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Tue, 29 Mar 2016 14:56:07 +0000 Subject: [PATCH] Accepting request 380718 from home:pluskalm:branches:devel:tools - Update to 2.09b OBS-URL: https://build.opensuse.org/request/show/380718 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=53 --- afl-2.05b.tgz | 3 --- afl-2.09b.tgz | 3 +++ afl.changes | 30 ++++++++++++++++++++++++++++++ afl.spec | 6 +++--- 4 files changed, 36 insertions(+), 6 deletions(-) delete mode 100644 afl-2.05b.tgz create mode 100644 afl-2.09b.tgz diff --git a/afl-2.05b.tgz b/afl-2.05b.tgz deleted file mode 100644 index 5915b31..0000000 --- a/afl-2.05b.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d3e7c3b24011aec117d049ddddd62e7e5df86e08847b9fd56f98e6957e28476 -size 812288 diff --git a/afl-2.09b.tgz b/afl-2.09b.tgz new file mode 100644 index 0000000..e3bb396 --- /dev/null +++ b/afl-2.09b.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3de3717006f1204ad552a86546a84030a55bb0f17a2d78aadda73798cdb5eeb +size 815584 diff --git a/afl.changes b/afl.changes index 5c5bbcc..70da355 100644 --- a/afl.changes +++ b/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 diff --git a/afl.spec b/afl.spec index bdf54da..a2e01fe 100644 --- a/afl.spec +++ b/afl.spec @@ -17,7 +17,7 @@ Name: afl -Version: 2.05b +Version: 2.09b Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0 @@ -41,10 +41,10 @@ Compared to other instrumented fuzzers, afl-fuzz is designed to be practical: it %build 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 -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 %defattr(-,root,root)