pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/afl Import afl-0.62b as devel/afl.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2d23299ca154
branches: trunk
changeset: 641944:2d23299ca154
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Nov 21 21:37:30 2014 +0000
description:
Import afl-0.62b as devel/afl.
American Fuzzy Lop is a brute-force fuzzer coupled with an exceedingly
simple but rock-solid instrumentation-guided genetic algorithm. It
uses an enhanced form of edge coverage to easily detect subtle,
local-scale changes to program control flow, without being bogged
down by complex comparisons between multiple long-winded execution
paths.
diffstat:
devel/afl/DESCR | 6 ++++++
devel/afl/Makefile | 15 +++++++++++++++
devel/afl/PLIST | 38 ++++++++++++++++++++++++++++++++++++++
devel/afl/distinfo | 5 +++++
4 files changed, 64 insertions(+), 0 deletions(-)
diffs (80 lines):
diff -r 6bc0dcedaf21 -r 2d23299ca154 devel/afl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/afl/DESCR Fri Nov 21 21:37:30 2014 +0000
@@ -0,0 +1,6 @@
+American Fuzzy Lop is a brute-force fuzzer coupled with an exceedingly
+simple but rock-solid instrumentation-guided genetic algorithm. It
+uses an enhanced form of edge coverage to easily detect subtle,
+local-scale changes to program control flow, without being bogged
+down by complex comparisons between multiple long-winded execution
+paths.
diff -r 6bc0dcedaf21 -r 2d23299ca154 devel/afl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/afl/Makefile Fri Nov 21 21:37:30 2014 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2014/11/21 21:37:30 wiz Exp $
+
+DISTNAME= afl-0.62b
+CATEGORIES= devel
+MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+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+= gmake
+
+.include "../../mk/bsd.pkg.mk"
diff -r 6bc0dcedaf21 -r 2d23299ca154 devel/afl/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/afl/PLIST Fri Nov 21 21:37:30 2014 +0000
@@ -0,0 +1,38 @@
+@comment $NetBSD: PLIST,v 1.1 2014/11/21 21:37:30 wiz Exp $
+bin/afl-clang
+bin/afl-clang++
+bin/afl-fuzz
+bin/afl-g++
+bin/afl-gcc
+bin/afl-showmap
+lib/afl/afl-as
+lib/afl/as
+share/afl/testcases/archives/gzip/small_archive.gz
+share/afl/testcases/archives/lzo/small_achive.lzo
+share/afl/testcases/archives/tar/small_archive.tar
+share/afl/testcases/archives/xz/small_archive.xz
+share/afl/testcases/archives/zip/small_archive.zip
+share/afl/testcases/images/bmp/hello_kitty.bmp
+share/afl/testcases/images/gif/hello_kitty.gif
+share/afl/testcases/images/ico/hello_kitty.ico
+share/afl/testcases/images/jp2/hello_kitty.jp2
+share/afl/testcases/images/jpeg/hello_kitty.jpg
+share/afl/testcases/images/png/hello_kitty.png
+share/afl/testcases/images/tiff/hello_kitty.tif
+share/afl/testcases/images/webp/hello_kitty_lossless.webp
+share/afl/testcases/multimedia/h264/small_movie.mp4
+share/afl/testcases/others/elf/small_exec.elf
+share/afl/testcases/others/hello/hello.txt
+share/afl/testcases/others/pcap/small_capture.pcap
+share/afl/testcases/others/rtf/small_document.rtf
+share/afl/testcases/others/xml/small_document.xml
+share/afl/testcases/wishlist.txt
+share/doc/afl/ChangeLog
+share/doc/afl/README
+share/doc/afl/current_todo.txt
+share/doc/afl/env_variables.txt
+share/doc/afl/notes_for_asan.txt
+share/doc/afl/parallel_fuzzing.txt
+share/doc/afl/perf_tips.txt
+share/doc/afl/related_work.txt
+share/doc/afl/status_screen.txt
diff -r 6bc0dcedaf21 -r 2d23299ca154 devel/afl/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/afl/distinfo Fri Nov 21 21:37:30 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/11/21 21:37:30 wiz Exp $
+
+SHA1 (afl-0.62b.tgz) = 5091295d639e910ee9715aae63ea04ae35dd8869
+RMD160 (afl-0.62b.tgz) = 339560af88eb5c13f85444de5b272bd723874ad8
+Size (afl-0.62b.tgz) = 679207 bytes
Home |
Main Index |
Thread Index |
Old Index