From 85c5cba6987233ac7ce2b4286c173cf307add8d057249da3cbbaab7f85ae4460 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 5 Aug 2015 15:25:41 +0000 Subject: [PATCH] Accepting request 320713 from home:pluskalm:branches:devel:tools - Update to 1.85b OBS-URL: https://build.opensuse.org/request/show/320713 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=30 --- afl-1.58b-fix-paths.patch | 8 ++++---- afl-1.83b.tgz | 3 --- afl-1.85b.tgz | 3 +++ afl.changes | 16 ++++++++++++++++ afl.spec | 2 +- 5 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 afl-1.83b.tgz create mode 100644 afl-1.85b.tgz diff --git a/afl-1.58b-fix-paths.patch b/afl-1.58b-fix-paths.patch index 8c915d3..86189b2 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.58b/Makefile +Index: afl-1.85b/Makefile =================================================================== ---- afl-1.58b.orig/Makefile 2015-03-27 07:47:58.000000000 +0100 -+++ afl-1.58b/Makefile 2015-03-27 21:14:10.000000000 +0100 -@@ -18,8 +18,8 @@ VERSION = 1.58b +--- afl-1.85b.orig/Makefile ++++ afl-1.85b/Makefile +@@ -18,8 +18,8 @@ VERSION = 1.85b PREFIX ?= /usr/local BIN_PATH = $(PREFIX)/bin diff --git a/afl-1.83b.tgz b/afl-1.83b.tgz deleted file mode 100644 index 4b8b2f5..0000000 --- a/afl-1.83b.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b1083537b549c74250acb43023d4bf0551508afcb07daa90330d40adb4e6efe -size 799736 diff --git a/afl-1.85b.tgz b/afl-1.85b.tgz new file mode 100644 index 0000000..58ce3cc --- /dev/null +++ b/afl-1.85b.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb2bf6008d9f3a5c3e26295a9063168e98a2797e86b97b24ad8faa50fab8456 +size 800635 diff --git a/afl.changes b/afl.changes index cc14480..da1cb1e 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Aug 5 13:46:26 UTC 2015 - mpluskal@suse.com + +- Update to 1.85b + * Fixed a garbled sentence in notes on parallel fuzzing. + * Fixed a minor glitch in afl-cmin. +- Changes for 1.84b + * Made SIMPLE_FILES behave as expected when naming backup + directories for crashes and hangs. + * Added the total number of favored paths to fuzzer_stats. + * Made afl-tmin, afl-fuzz, and afl-cmin reject negative values + passed to -t and -m, since they generally won't work as + expected. + * Made a fix for no lahf / sahf support on older versions of + FreeBSD. + ------------------------------------------------------------------- Mon Jun 15 09:07:34 UTC 2015 - astieger@suse.com diff --git a/afl.spec b/afl.spec index 8befb87..26e73be 100644 --- a/afl.spec +++ b/afl.spec @@ -17,7 +17,7 @@ Name: afl -Version: 1.83b +Version: 1.85b Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0