Tue Nov 17 10:29:03 2015 UTC ()
Update afl to 1.95b:

--------------
Version 1.95b:
--------------

  - Fixed a harmless bug when handling -B. Spotted by Jacek Wielemborek.

  - Made the exit message a bit more accurate when AFL_EXIT_WHEN_DONE is set.

  - Added some error-checking for old-style forkserver syntax. Suggested by
    Ben Nagy.

  - Switched from exit() to _exit() in injected code to avoid snafus with
    destructors in C++ code. Spotted by sunblate.

  - Made a change to avoid spuriously setting __AFL_SHM_ID when
    AFL_DUMB_FORKSRV is set in conjunction with -n. Spotted by Jakub Wilk.


(wiz)
diff -r1.30 -r1.31 pkgsrc/devel/afl/Makefile
diff -r1.31 -r1.32 pkgsrc/devel/afl/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/devel/afl/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/afl/Makefile 2015/09/13 09:18:09 1.30
+++ pkgsrc/devel/afl/Makefile 2015/11/17 10:29:03 1.31
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.30 2015/09/13 09:18:09 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2015/11/17 10:29:03 wiz Exp $
2 2
3DISTNAME= afl-1.94b 3DISTNAME= afl-1.95b
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ 5MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
6EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://lcamtuf.coredump.cx/afl/ 9HOMEPAGE= http://lcamtuf.coredump.cx/afl/
10COMMENT= American Fuzzy Lop, a fuzzing tool for finding bugs by random input 10COMMENT= American Fuzzy Lop, a fuzzing tool for finding bugs by random input
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13USE_TOOLS+= bash:run gmake 13USE_TOOLS+= bash:run gmake
14REPLACE_SH+= afl-plot 14REPLACE_SH+= afl-plot
15REPLACE_BASH+= afl-cmin 15REPLACE_BASH+= afl-cmin
16 16

cvs diff -r1.31 -r1.32 pkgsrc/devel/afl/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/afl/distinfo 2015/11/03 03:27:13 1.31
+++ pkgsrc/devel/afl/distinfo 2015/11/17 10:29:03 1.32
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.31 2015/11/03 03:27:13 agc Exp $ 1$NetBSD: distinfo,v 1.32 2015/11/17 10:29:03 wiz Exp $
2 2
3SHA1 (afl-1.94b.tgz) = a0bb630f0eeff203651bdba5af200f10ed4e0e5a 3SHA1 (afl-1.95b.tgz) = 11e7856e55fb5be72c6cb7e971747673359719b9
4RMD160 (afl-1.94b.tgz) = 1e7ad00cc91e03fef83010125d062c7adf26eaf4 4RMD160 (afl-1.95b.tgz) = 15c9e35aa8f949c3547e2e5d787a34f8d07066bf
5SHA512 (afl-1.94b.tgz) = 513c01348c7087f3f1f716440af273d342466089400822784d670739bec4ab6094b8d085933ffecc0fb69f966bdc99ed3bfad5966065036c2b8a5015a39683c4 5SHA512 (afl-1.95b.tgz) = 833f8a5d6f1c80afcfe07dd07f845f502106be5aa647f50a8ac430cfc929731f339797e74cbf835629de441af3dd5171fa99a8d9844f31a34fa65ee645850420
6Size (afl-1.94b.tgz) = 804169 bytes 6Size (afl-1.95b.tgz) = 804542 bytes