Thu Mar 3 12:10:31 2016 UTC ()
Update afl to 2.05b:

--------------
Version 2.05b:
--------------

  - Put __sanitizer_cov_module_init & co behind #ifdef to avoid problems
    with ASAN. Spotted by Christian Holler.

--------------
Version 2.04b:
--------------

  - Removed indirect-calls coverage from -fsanitize-coverage (since it's
    redundant). Spotted by Kostya Serebryany.


(wiz)
diff -r1.34 -r1.35 pkgsrc/devel/afl/Makefile
diff -r1.35 -r1.36 pkgsrc/devel/afl/distinfo

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

--- pkgsrc/devel/afl/Makefile 2016/02/21 10:35:37 1.34
+++ pkgsrc/devel/afl/Makefile 2016/03/03 12:10:31 1.35
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.34 2016/02/21 10:35:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.35 2016/03/03 12:10:31 wiz Exp $
2 2
3DISTNAME= afl-2.03b 3DISTNAME= afl-2.05b
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.35 -r1.36 pkgsrc/devel/afl/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/afl/distinfo 2016/02/21 10:35:37 1.35
+++ pkgsrc/devel/afl/distinfo 2016/03/03 12:10:31 1.36
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.35 2016/02/21 10:35:37 wiz Exp $ 1$NetBSD: distinfo,v 1.36 2016/03/03 12:10:31 wiz Exp $
2 2
3SHA1 (afl-2.03b.tgz) = 71aae736ecd9b8b5d91f6c40b5253c5e5f54b8ff 3SHA1 (afl-2.05b.tgz) = 1829e51340d616d2a8adb2da734c73611701faa2
4RMD160 (afl-2.03b.tgz) = 62ad825ae86f8f83c0fe255f760dba44995ed0f4 4RMD160 (afl-2.05b.tgz) = 8abf80b525536cd6628143a31a22912a74fe0c87
5SHA512 (afl-2.03b.tgz) = 9b15574e30cb065900e43f2fd7b97e34b2d9e43a37f84423c9022c6363c7d0a211aaf1adaa52f389484e717abcd0929d330a8fb8e661d906b2818dfcf6987c96 5SHA512 (afl-2.05b.tgz) = 9cda831a7374187c0fd0f88d91d83f5de6dfbfb10c2301ec0298a613193e5a25e868c3432c1caccf9e469c5c3b8199b2f8464059d3ab85703bbb5c14ad541dc9
6Size (afl-2.03b.tgz) = 812001 bytes 6Size (afl-2.05b.tgz) = 812288 bytes