From c230bfa2b7a1db4b0d45c6a2923a2f82cbb8c94a8ad88d23d056e5c4ceb8bb96 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Sun, 28 Feb 2016 14:00:33 +0000 Subject: [PATCH 1/2] Accepting request 362600 from home:AndreasStieger:branches:devel:tools afl 2.05b OBS-URL: https://build.opensuse.org/request/show/362600 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=50 --- afl-2.04b.tgz | 3 --- afl-2.05b.tgz | 3 +++ afl.changes | 7 +++++++ afl.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 afl-2.04b.tgz create mode 100644 afl-2.05b.tgz diff --git a/afl-2.04b.tgz b/afl-2.04b.tgz deleted file mode 100644 index f4c7eec..0000000 --- a/afl-2.04b.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90c141669b2448da475f1fb98097fc01e96eb852ac7f4d57967916df5d2cc7bd -size 812119 diff --git a/afl-2.05b.tgz b/afl-2.05b.tgz new file mode 100644 index 0000000..5915b31 --- /dev/null +++ b/afl-2.05b.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3e7c3b24011aec117d049ddddd62e7e5df86e08847b9fd56f98e6957e28476 +size 812288 diff --git a/afl.changes b/afl.changes index 3dcb18f..5c5bbcc 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Feb 28 13:59:04 UTC 2016 - astieger@suse.com + +- afl 2.05b: + * Put __sanitizer_cov_module_init & co behind #ifdef to avoid + problems with ASAN. + ------------------------------------------------------------------- Wed Feb 24 21:52:33 UTC 2016 - astieger@suse.com diff --git a/afl.spec b/afl.spec index 59d69a1..bdf54da 100644 --- a/afl.spec +++ b/afl.spec @@ -17,7 +17,7 @@ Name: afl -Version: 2.04b +Version: 2.05b Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0 From 83a18f74280a8ffe40d857389da7c4dffe24f7bde14a2f3399d21d84650f56c2 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Mon, 29 Feb 2016 08:32:39 +0000 Subject: [PATCH 2/2] unfuzz OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=51 --- afl-1.58b-fix-paths.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/afl-1.58b-fix-paths.patch b/afl-1.58b-fix-paths.patch index 6756aa9..78e2118 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.04b/Makefile +Index: afl-2.05b/Makefile =================================================================== ---- afl-2.04b.orig/Makefile -+++ afl-2.04b/Makefile -@@ -18,8 +18,8 @@ VERSION = 2.04b +--- afl-2.05b.orig/Makefile ++++ afl-2.05b/Makefile +@@ -18,8 +18,8 @@ VERSION = 2.05b PREFIX ?= /usr/local BIN_PATH = $(PREFIX)/bin @@ -16,4 +16,4 @@ Index: afl-2.04b/Makefile +DOC_PATH = $(DOC_DIR)/afl MISC_PATH = $(PREFIX)/share/afl - # PROGS intentionally omit afl-as, which gets installed elsewhere. + # PROGS intentionally omit afl-as, which gets installed to its own dir.