Update devel/afl to 1.58b, regen patches.
Regress OK.

okay?

Changelog:

--------------
Version 1.58b:
--------------

  - Added a workaround for abort() behavior in -lpthread programs in QEMU mode.
    Spotted by Aidan Thornton.

  - Made several documentation updates, including links to the static
    instrumentation tool (sister_projects.txt).

--------------
Version 1.57b:
--------------

  - Fixed a problem with exception handling on some versions of MacOS X.
    Spotted by Samir Aguiar and Anders Wang Kristensen.

  - Tweaked afl-gcc to use BIN_PATH instead of a fixed string in help
    messages.

? afl-1.58b.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/afl/Makefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 Makefile
--- Makefile    16 Mar 2015 01:59:27 -0000      1.8
+++ Makefile    1 Apr 2015 13:47:32 -0000
@@ -3,7 +3,7 @@
 ONLY_FOR_ARCHS= i386 amd64
 
 COMMENT=       instrumented fuzzer
-DISTNAME=      afl-1.56b
+DISTNAME=      afl-1.58b
 EXTRACT_SUFX=  .tgz
 CATEGORIES=    devel
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/afl/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo    16 Mar 2015 01:59:27 -0000      1.8
+++ distinfo    1 Apr 2015 13:47:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (afl-1.56b.tgz) = BGrrF2gxYiPEkTCxaiMSZRHPrzvgX9HngSECyXxqT9k=
-SIZE (afl-1.56b.tgz) = 781788
+SHA256 (afl-1.58b.tgz) = jV7Sxa3mnj6rSo+hD7c89ylm39pFp7RY1ivF1El97+s=
+SIZE (afl-1.58b.tgz) = 785211
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/devel/afl/patches/patch-Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 patch-Makefile
--- patches/patch-Makefile      16 Mar 2015 01:59:27 -0000      1.5
+++ patches/patch-Makefile      1 Apr 2015 13:47:32 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile,v 1.5 2015/03/16 01:59:27 jsg Exp $
---- Makefile.orig      Thu Jan 29 16:31:24 2015
-+++ Makefile   Thu Jan 29 19:30:51 2015
-@@ -18,7 +18,7 @@ VERSION     = 1.34b
+--- Makefile.orig      Fri Mar 27 03:47:58 2015
++++ Makefile   Wed Apr  1 10:36:53 2015
+@@ -18,7 +18,7 @@ VERSION     = 1.58b
  
  PREFIX     ?= /usr/local
  BIN_PATH    = $(PREFIX)/bin
@@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile,v 1.5 2015/03/1
  DOC_PATH    = $(PREFIX)/share/doc/afl
  MISC_PATH   = $(PREFIX)/share/afl
  
-@@ -37,7 +37,7 @@ endif
+@@ -41,7 +41,7 @@ endif
  
  COMM_HDR    = alloc-inl.h config.h debug.h types.h
  

Reply via email to