pkgsrc/devel/afl/Makefile
wiz 1ce55f171e Updated afl to 2.12b.
--------------
Version 2.12b:
--------------

  - Fixed a minor issue in afl-tmin that can make alphabet minimization less
    efficient during passes > 1. Spotted by Daniel Binderman.
2016-05-12 14:02:09 +00:00

17 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.39 2016/05/12 14:02:09 wiz Exp $
DISTNAME= afl-2.12b
CATEGORIES= devel
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://lcamtuf.coredump.cx/afl/
COMMENT= American Fuzzy Lop, a fuzzing tool for finding bugs by random input
LICENSE= apache-2.0
USE_TOOLS+= bash:run gmake
REPLACE_SH+= afl-plot
REPLACE_BASH+= afl-cmin
.include "../../mk/bsd.pkg.mk"