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. 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