1.73b was just released which should fix a segfault I hit in afl-fuzz.
I'd rather see that go in...

On Sun, Apr 26, 2015 at 10:02:24AM -0300, Gleydson Soares wrote:
> 
> following diff update afl to 1.72b
> OK?
> 

> ? afl-1.72b.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  26 Apr 2015 12:58:00 -0000
> @@ -3,7 +3,7 @@
>  ONLY_FOR_ARCHS= i386 amd64
>  
>  COMMENT=     instrumented fuzzer
> -DISTNAME=    afl-1.71b
> +DISTNAME=    afl-1.72b
>  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  26 Apr 2015 12:58:00 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (afl-1.71b.tgz) = 6EGLFuIFSZoeicN8vd3aulKZcJoCPNxb+M/0FBOasIg=
> -SIZE (afl-1.71b.tgz) = 792729
> +SHA256 (afl-1.72b.tgz) = FVZsJg1jmb+2g5Xy92wp/hRl0uEtt66gy2emW78wEqY=
> +SIZE (afl-1.72b.tgz) = 793066
> 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    26 Apr 2015 12:58:00 -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    Sat Apr 25 00:52:48 2015
> ++++ Makefile Fri Apr 24 10:40:06 2015
> +@@ -18,7 +18,7 @@ VERSION     = 1.72b
>   
>   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
> + 

Reply via email to