Jonathan Gray <j...@jsg.id.au> writes: > 1.73b was just released which should fix a segfault I hit in afl-fuzz. > I'd rather see that go in...
OK?
? afl-1.72b.diff ? afl-1.73b.diff Index: Makefile =================================================================== RCS file: /cvs/ports/devel/afl/Makefile,v retrieving revision 1.10 diff -u -p -u -p -r1.10 Makefile --- Makefile 21 Apr 2015 04:21:40 -0000 1.10 +++ Makefile 27 Apr 2015 12:18:58 -0000 @@ -3,7 +3,7 @@ ONLY_FOR_ARCHS= i386 amd64 COMMENT= instrumented fuzzer -DISTNAME= afl-1.71b +DISTNAME= afl-1.73b EXTRACT_SUFX= .tgz CATEGORIES= devel Index: distinfo =================================================================== RCS file: /cvs/ports/devel/afl/distinfo,v retrieving revision 1.10 diff -u -p -u -p -r1.10 distinfo --- distinfo 21 Apr 2015 04:21:40 -0000 1.10 +++ distinfo 27 Apr 2015 12:18:58 -0000 @@ -1,2 +1,2 @@ -SHA256 (afl-1.71b.tgz) = 6EGLFuIFSZoeicN8vd3aulKZcJoCPNxb+M/0FBOasIg= -SIZE (afl-1.71b.tgz) = 792729 +SHA256 (afl-1.73b.tgz) = qNPaANsiIYLnd0qKf07ZCx934cel+Mra8cz2ZmorhQQ= +SIZE (afl-1.73b.tgz) = 793149 Index: patches/patch-Makefile =================================================================== RCS file: /cvs/ports/devel/afl/patches/patch-Makefile,v retrieving revision 1.6 diff -u -p -u -p -r1.6 patch-Makefile --- patches/patch-Makefile 1 Apr 2015 14:57:07 -0000 1.6 +++ patches/patch-Makefile 27 Apr 2015 12:18:59 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-Makefile,v 1.6 2015/04/01 14:57:07 gsoares Exp $ ---- Makefile.orig Fri Mar 27 03:47:58 2015 -+++ Makefile Wed Apr 1 10:36:53 2015 -@@ -18,7 +18,7 @@ VERSION = 1.58b +--- Makefile.orig Mon Apr 27 03:17:22 2015 ++++ Makefile Mon Apr 27 09:17:59 2015 +@@ -18,7 +18,7 @@ VERSION = 1.73b PREFIX ?= /usr/local BIN_PATH = $(PREFIX)/bin @@ -17,5 +17,5 @@ $OpenBSD: patch-Makefile,v 1.6 2015/04/0 -all: test_x86 $(PROGS) test_build all_done +all: test_x86 $(PROGS) - test_x86: - @echo "[*] Checking for the ability to compile x86 code..." + ifndef AFL_NOX86 +