From 352513574d9da88caa41f5dbe24cf8a5400853664860363c5bb6388003fed069 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Wed, 24 Feb 2016 21:56:42 +0000 Subject: [PATCH] Accepting request 361309 from home:AndreasStieger:branches:devel:tools afl 2.04b OBS-URL: https://build.opensuse.org/request/show/361309 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=48 --- afl-1.58b-fix-paths.patch | 10 +++++----- afl-2.01b.tgz | 3 --- afl-2.04b.tgz | 3 +++ afl.changes | 13 +++++++++++++ afl.spec | 2 +- 5 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 afl-2.01b.tgz create mode 100644 afl-2.04b.tgz diff --git a/afl-1.58b-fix-paths.patch b/afl-1.58b-fix-paths.patch index eb77772..6756aa9 100644 --- a/afl-1.58b-fix-paths.patch +++ b/afl-1.58b-fix-paths.patch @@ -2,11 +2,11 @@ Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -Index: afl-2.01b/Makefile +Index: afl-2.04b/Makefile =================================================================== ---- afl-2.01b.orig/Makefile 2016-02-16 08:14:22.000000000 +0100 -+++ afl-2.01b/Makefile 2016-02-16 16:36:39.051519647 +0100 -@@ -18,8 +18,8 @@ VERSION = 2.01b +--- afl-2.04b.orig/Makefile ++++ afl-2.04b/Makefile +@@ -18,8 +18,8 @@ VERSION = 2.04b PREFIX ?= /usr/local BIN_PATH = $(PREFIX)/bin @@ -16,4 +16,4 @@ Index: afl-2.01b/Makefile +DOC_PATH = $(DOC_DIR)/afl MISC_PATH = $(PREFIX)/share/afl - PROGS = afl-gcc afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze + # PROGS intentionally omit afl-as, which gets installed elsewhere. diff --git a/afl-2.01b.tgz b/afl-2.01b.tgz deleted file mode 100644 index 70e8392..0000000 --- a/afl-2.01b.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a92285ee23b2d60ca408724c719a2e66f21600cf061b3b291b2b6933455ca40 -size 809639 diff --git a/afl-2.04b.tgz b/afl-2.04b.tgz new file mode 100644 index 0000000..f4c7eec --- /dev/null +++ b/afl-2.04b.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c141669b2448da475f1fb98097fc01e96eb852ac7f4d57967916df5d2cc7bd +size 812119 diff --git a/afl.changes b/afl.changes index 4e62227..3dcb18f 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Feb 24 21:52:33 UTC 2016 - astieger@suse.com + +- afl 2.04b: + * remove indirect-calls coverage from -fsanitize-coverage + * LLVM: Added experimental -fsanitize-coverage=trace-pc support + - LLVM: better support non-standard map sizes + - LLVM: use thread-local execution tracing + - Force-disabled symbolization for ASAN + - Added AFL_LD_PRELOAD to allow LD_PRELOAD to be set for targets + without affecting AFL itself + - Fixed a "lcamtuf can't count to 16" bug in the havoc stage. + ------------------------------------------------------------------- Tue Feb 16 15:37:01 UTC 2016 - astieger@suse.com diff --git a/afl.spec b/afl.spec index 515bf9d..59d69a1 100644 --- a/afl.spec +++ b/afl.spec @@ -17,7 +17,7 @@ Name: afl -Version: 2.01b +Version: 2.04b Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0