Accepting request 359642 from devel:tools
afl 2.01 OBS-URL: https://build.opensuse.org/request/show/359642 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=19
This commit is contained in:
commit
8f6efe4593
@ -2,11 +2,11 @@
|
||||
Makefile | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
Index: afl-1.85b/Makefile
|
||||
Index: afl-2.01b/Makefile
|
||||
===================================================================
|
||||
--- afl-1.85b.orig/Makefile
|
||||
+++ afl-1.85b/Makefile
|
||||
@@ -18,8 +18,8 @@ VERSION = 1.85b
|
||||
--- 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.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-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03beb06f8993dcb37d348e53da19ca9d064c83fcedc9d87b0b506c73c310f27c
|
||||
size 804864
|
3
afl-2.01b.tgz
Normal file
3
afl-2.01b.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a92285ee23b2d60ca408724c719a2e66f21600cf061b3b291b2b6933455ca40
|
||||
size 809639
|
21
afl.changes
21
afl.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- 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
|
||||
|
||||
- afl 1.98b:
|
||||
- new tool afl-analyze
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 19 15:45:22 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
4
afl.spec
4
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: 2.01b
|
||||
Release: 0
|
||||
Summary: American fuzzy lop is a security-oriented fuzzer
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user