From db6d77e10ff9e97ce5c19d421a73665637ac44bf6f35cd3fd4281b9a0b5e4a99 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Wed, 10 Feb 2016 20:29:36 +0000 Subject: [PATCH 1/3] Accepting request 358782 from home:AndreasStieger:branches:devel:tools afl 1.98b OBS-URL: https://build.opensuse.org/request/show/358782 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=45 --- afl-1.58b-fix-paths.patch | 10 +++++----- afl-1.96b.tgz | 3 --- afl-1.98b.tgz | 3 +++ afl.changes | 6 ++++++ afl.spec | 4 ++-- 5 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 afl-1.96b.tgz create mode 100644 afl-1.98b.tgz diff --git a/afl-1.58b-fix-paths.patch b/afl-1.58b-fix-paths.patch index 86189b2..56fcaf6 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-1.85b/Makefile +Index: afl-1.98b/Makefile =================================================================== ---- afl-1.85b.orig/Makefile -+++ afl-1.85b/Makefile -@@ -18,8 +18,8 @@ VERSION = 1.85b +--- afl-1.98b.orig/Makefile ++++ afl-1.98b/Makefile +@@ -18,8 +18,8 @@ VERSION = 1.98b PREFIX ?= /usr/local BIN_PATH = $(PREFIX)/bin @@ -16,4 +16,4 @@ Index: afl-1.85b/Makefile +DOC_PATH = $(DOC_DIR)/afl MISC_PATH = $(PREFIX)/share/afl - PROGS = afl-gcc afl-as afl-fuzz afl-showmap afl-tmin afl-gotcpu + PROGS = afl-gcc afl-as afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze diff --git a/afl-1.96b.tgz b/afl-1.96b.tgz deleted file mode 100644 index 41bf10a..0000000 --- a/afl-1.96b.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03beb06f8993dcb37d348e53da19ca9d064c83fcedc9d87b0b506c73c310f27c -size 804864 diff --git a/afl-1.98b.tgz b/afl-1.98b.tgz new file mode 100644 index 0000000..f4a4c27 --- /dev/null +++ b/afl-1.98b.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546c1f5e53e0de410a5381dd5363c5adbd2ea38fa503fb5ec53615b9a23db919 +size 809153 diff --git a/afl.changes b/afl.changes index 22d3b88..26c44f4 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 10 20:25:47 UTC 2016 - astieger@suse.com + +- afl 1.98b: + - new tool afl-analyze + ------------------------------------------------------------------- Sat Dec 19 15:45:22 UTC 2015 - mpluskal@suse.com diff --git a/afl.spec b/afl.spec index df32bb2..a9c7290 100644 --- a/afl.spec +++ b/afl.spec @@ -1,7 +1,7 @@ # # spec file for package afl # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: afl -Version: 1.96b +Version: 1.98b Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0 From 312338bba1a6fb56653245e79545d980fdfd257c0087cf157cc7a30f0560597f Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 11 Feb 2016 12:24:11 +0000 Subject: [PATCH 2/3] Accepting request 358851 from home:AndreasStieger:branches:devel:tools afl 1.99b OBS-URL: https://build.opensuse.org/request/show/358851 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=46 --- afl-1.98b.tgz | 3 --- afl-1.99b.tgz | 3 +++ afl.changes | 8 ++++++++ afl.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 afl-1.98b.tgz create mode 100644 afl-1.99b.tgz diff --git a/afl-1.98b.tgz b/afl-1.98b.tgz deleted file mode 100644 index f4a4c27..0000000 --- a/afl-1.98b.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:546c1f5e53e0de410a5381dd5363c5adbd2ea38fa503fb5ec53615b9a23db919 -size 809153 diff --git a/afl-1.99b.tgz b/afl-1.99b.tgz new file mode 100644 index 0000000..b93fc2d --- /dev/null +++ b/afl-1.99b.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467e334432bddfc92e631f57eb0fe9a10c641c305f80a1f3df85d5f08010f7a7 +size 809448 diff --git a/afl.changes b/afl.changes index 26c44f4..9d3a75c 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Feb 11 12:21:39 UTC 2016 - astieger@suse.com + +- afl 1.99b: + - Revamp the output and the internal logic of afl-analyze. + - Clean up color handling code + - added support for background colors. + ------------------------------------------------------------------- Wed Feb 10 20:25:47 UTC 2016 - astieger@suse.com diff --git a/afl.spec b/afl.spec index a9c7290..57c39a9 100644 --- a/afl.spec +++ b/afl.spec @@ -17,7 +17,7 @@ Name: afl -Version: 1.98b +Version: 1.99b Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0 From 28077c76eb1062b8bdcc5bf8d44d3b8b2bded72fb77ecf0a54c2cc19edaf24ba Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Tue, 16 Feb 2016 15:39:51 +0000 Subject: [PATCH 3/3] Accepting request 359641 from home:AndreasStieger:branches:devel:tools afl 2.01b OBS-URL: https://build.opensuse.org/request/show/359641 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=47 --- afl-1.58b-fix-paths.patch | 10 +++++----- afl-1.99b.tgz | 3 --- afl-2.01b.tgz | 3 +++ afl.changes | 7 +++++++ afl.spec | 2 +- 5 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 afl-1.99b.tgz create mode 100644 afl-2.01b.tgz diff --git a/afl-1.58b-fix-paths.patch b/afl-1.58b-fix-paths.patch index 56fcaf6..eb77772 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-1.98b/Makefile +Index: afl-2.01b/Makefile =================================================================== ---- afl-1.98b.orig/Makefile -+++ afl-1.98b/Makefile -@@ -18,8 +18,8 @@ VERSION = 1.98b +--- 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 PREFIX ?= /usr/local BIN_PATH = $(PREFIX)/bin @@ -16,4 +16,4 @@ Index: afl-1.98b/Makefile +DOC_PATH = $(DOC_DIR)/afl MISC_PATH = $(PREFIX)/share/afl - PROGS = afl-gcc afl-as afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze + PROGS = afl-gcc afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze diff --git a/afl-1.99b.tgz b/afl-1.99b.tgz deleted file mode 100644 index b93fc2d..0000000 --- a/afl-1.99b.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:467e334432bddfc92e631f57eb0fe9a10c641c305f80a1f3df85d5f08010f7a7 -size 809448 diff --git a/afl-2.01b.tgz b/afl-2.01b.tgz new file mode 100644 index 0000000..70e8392 --- /dev/null +++ b/afl-2.01b.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a92285ee23b2d60ca408724c719a2e66f21600cf061b3b291b2b6933455ca40 +size 809639 diff --git a/afl.changes b/afl.changes index 9d3a75c..4e62227 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 16 15:37:01 UTC 2016 - astieger@suse.com + +- afl 2.01b: + - updates to color handling + - Fixed an installation issue with afl-as + ------------------------------------------------------------------- Thu Feb 11 12:21:39 UTC 2016 - astieger@suse.com diff --git a/afl.spec b/afl.spec index 57c39a9..515bf9d 100644 --- a/afl.spec +++ b/afl.spec @@ -17,7 +17,7 @@ Name: afl -Version: 1.99b +Version: 2.01b Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0