--------------------------- Version 2.51b (2017-08-30): --------------------------- - Made afl-tmin call setsid to prevent glibc traceback junk from showing up on the terminal in some distros. Suggested by Jakub Wilk. --------------------------- Version 2.50b (2017-08-19): --------------------------- - Fixed an interesting timing corner case spotted by Jakub Wilk. - Addressed a libtokencap / pthreads incompatibility issue. Likewise, spotted by Jakub Wilk. - Added a mention of afl-kit and Pythia. - Added AFL_FAST_CAL. - In-place resume now preserves .synced. Suggested by Jakub Wilk.
17 lines
452 B
Makefile
17 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.60 2017/09/04 12:16:42 wiz Exp $
|
|
|
|
DISTNAME= afl-2.51b
|
|
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"
|