pkgsrc/devel/afl/Makefile
wiz eabe625a2b Update to 1.94b:
--------------
Version 1.94b:
--------------

  - Changed allocator alignment to improve support for non-x86 systems (now
    that llvm_mode makes this more feasible).

  - Fixed a minor typo in afl-cmin. Spotted by Jonathan Neuschafer.

  - Fixed an obscure bug that would affect people trying to use afl-gcc
    with $TMP set but $TMPDIR absent. Spotted by Jeremy Barnes.

--------------
Version 1.93b:
--------------

  - Hopefully fixed a problem with MacOS X and persistent mode, spotted by
    Leo Barnes.
2015-09-13 09:18:09 +00:00

17 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.30 2015/09/13 09:18:09 wiz Exp $
DISTNAME= afl-1.94b
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"