edcaa4832d
-------------- Version 2.35b: -------------- - Fixed a minor cmdline reporting glitch, spotted by Leo Barnes. - Fixed a silly bug in libdislocator. Spotted by Johannes Schultz.
17 lines
452 B
Makefile
17 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.52 2016/09/30 12:39:07 wiz Exp $
|
|
|
|
DISTNAME= afl-2.35b
|
|
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"
|