-------------- Version 1.56b: -------------- - Renamed related_work.txt to historical_notes.txt. - Made minor edits to the ASAN doc. - Added docs/sister_projects.txt with a list of inspired or closely related utilities. -------------- Version 1.55b: -------------- - Fixed a glitch with afl-showmap opening /dev/null with O_RDONLY when running in quiet mode. Spotted by Tyler Nighswander. -------------- Version 1.54b: -------------- - Added another postprocessor example for PNG. - Made a cosmetic fix to realloc() handling in experimental/post_library/, suggested by Jakub Wilk. - Improved -ldl handling. Suggested by Jakub Wilk. -------------- Version 1.53b: -------------- - Fixed an -l ordering issue that is apparently still a problem on Ubuntu. Spotted by William Robinet. -------------- Version 1.52b: -------------- - Added support for file format postprocessors. Requested by Ben Nagy. This feature is intentionally buried, since it's fairly easy to misuse and useful only in some scenarios. See experimental/post_library/. -------------- Version 1.51b: -------------- - Made it possible to properly override LD_BIND_NOW after one very unusual report of trouble. - Cleaned up typos, thanks to Jakub Wilk. - Fixed a bug in AFL_DUMB_FORKSRV.
17 lines
452 B
Makefile
17 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.16 2015/03/09 08:07:42 wiz Exp $
|
|
|
|
DISTNAME= afl-1.56b
|
|
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"
|