diff options
author | rillig <rillig@pkgsrc.org> | 2016-07-09 21:43:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2016-07-09 21:43:24 +0000 |
commit | c7bc0f9f10b52e956847f14cad05c1a4c074174f (patch) | |
tree | 2d73ed3609b4fe0edc4f893375ecd3e2b70e08b2 /security/bunny | |
parent | 3d02cca249a026a7f45c849ea8955a18eb930036 (diff) | |
download | pkgsrc-c7bc0f9f10b52e956847f14cad05c1a4c074174f.tar.gz |
Imported bunny from pkgsrc-wip.
instrumented C code security fuzzer
Diffstat (limited to 'security/bunny')
-rw-r--r-- | security/bunny/DESCR | 1 | ||||
-rw-r--r-- | security/bunny/Makefile | 23 | ||||
-rw-r--r-- | security/bunny/PLIST | 6 | ||||
-rw-r--r-- | security/bunny/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/security/bunny/DESCR b/security/bunny/DESCR new file mode 100644 index 00000000000..d93b628e0a4 --- /dev/null +++ b/security/bunny/DESCR @@ -0,0 +1 @@ +instrumented C code security fuzzer diff --git a/security/bunny/Makefile b/security/bunny/Makefile new file mode 100644 index 00000000000..a3e0501bdd0 --- /dev/null +++ b/security/bunny/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2016/07/09 21:43:24 rillig Exp $ +# + +DISTNAME= bunny-0.93 +CATEGORIES= security +MASTER_SITES= http://bunny-the-fuzzer.googlecode.com/files/ +EXTRACT_SUFX= .tgz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://code.google.com/p/bunny-the-fuzzer/ +COMMENT= Tools with C code security fuzzer +LICENSE= apache-2.0 + +WRKSRC= ${WRKDIR}/bunny +USE_TOOLS+= gmake +AUTO_MKDIRS= yes + +do-install: +.for program in bunny-exec bunny-flow bunny-gcc bunny-main bunny-trace + ${INSTALL_PROGRAM} ${WRKSRC}/${program} ${DESTDIR}${PREFIX}/bin/${program} +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/security/bunny/PLIST b/security/bunny/PLIST new file mode 100644 index 00000000000..3ff35af175c --- /dev/null +++ b/security/bunny/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2016/07/09 21:43:24 rillig Exp $ +bin/bunny-exec +bin/bunny-flow +bin/bunny-gcc +bin/bunny-main +bin/bunny-trace diff --git a/security/bunny/distinfo b/security/bunny/distinfo new file mode 100644 index 00000000000..d687cdd43d9 --- /dev/null +++ b/security/bunny/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2016/07/09 21:43:24 rillig Exp $ + +SHA1 (bunny-0.93.tgz) = 29dae023e4d6221f064fffae0e4011322a42041a +RMD160 (bunny-0.93.tgz) = daee7e9eb0fa71a5e25f9f7171d0598ddb03c134 +Size (bunny-0.93.tgz) = 64575 bytes |