Remove security/bunny

Unmaintained upstream, superseded by devel/afl.

ok Peter Valchev (maintainer) fcambus@ ajacoutot@ sthen@
This commit is contained in:
jca 2016-12-14 14:26:25 +00:00
parent c3f62f4070
commit 767dc5904f
7 changed files with 5 additions and 63 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.428 2016/12/14 14:21:44 jca Exp $
# $OpenBSD: Makefile,v 1.429 2016/12/14 14:26:25 jca Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-2.273
PKGNAME = quirks-2.274
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

View File

@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
# $OpenBSD: Quirks.pm,v 1.440 2016/12/14 14:21:44 jca Exp $
# $OpenBSD: Quirks.pm,v 1.441 2016/12/14 14:26:25 jca Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -897,6 +897,7 @@ my $obsolete_reason = {
'eclipse-plugin-wtp-sdk' => 2,
'lsof' => 0,
'l0phtcrack' => 0,
'bunny' => 3,
};
# reasons for obsolete packages

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.439 2016/12/14 14:21:44 jca Exp $
# $OpenBSD: Makefile,v 1.440 2016/12/14 14:26:25 jca Exp $
SUBDIR =
SUBDIR += ADMsnmp
@ -12,7 +12,6 @@
SUBDIR += botan
SUBDIR += bounix
SUBDIR += bsd-airtools
SUBDIR += bunny
SUBDIR += burpsuite
SUBDIR += ccid
SUBDIR += ccrypt

View File

@ -1,33 +0,0 @@
# $OpenBSD: Makefile,v 1.7 2016/10/01 11:54:17 naddy Exp $
ONLY_FOR_ARCHS= i386 amd64
COMMENT= general-purpose protocol-blind fuzzer for C programs
DISTNAME= bunny-0.93
REVISION= 1
CATEGORIES= security net
EXTRACT_SUFX= .tgz
MAINTAINER= Peter Valchev <pvalchev@sightly.net>
HOMEPAGE= https://code.google.com/p/bunny-the-fuzzer/
# Apache 2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m crypto
MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=bunny-the-fuzzer/}
WRKDIST= ${WRKDIR}/bunny
TEST_TARGET= test1 test2 test3
MAKE_FLAGS= CFLAGS="${CFLAGS} -Wall -funroll-loops \
-fno-strict-aliasing -ffast-math"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bunny-{gcc,trace,exec,flow,main} \
${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bunny
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bunny
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (bunny-0.93.tgz) = MMd2W5YLExJGv+jCW3nSDq5J8oLdCsO34eKTIzpEb5k=
SIZE (bunny-0.93.tgz) = 64575

View File

@ -1,15 +0,0 @@
Bunny is a feedback loop, high-performance, general purpose
protocol-blind fuzzer for C programs (though in principle easily
portable to any other imperative procedural language).
The novelty of this tool arises from its use of compiler-level
integration to seamlessly inject precise and reliable instrumentation
hooks into the traced program. These hooks enable the fuzzer to receive
real-time feedback on changes to the function call path, call
parameters, and return values in response to variations in the input
data.
This architecture makes it possible (and quite simple!) to significantly
improve the coverage of the testing process without a noticeable
performance impact usually associated with other attempts to peek into
run-time internals.

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST,v 1.2 2008/06/10 05:48:55 pvalchev Exp $
@bin bin/bunny-exec
@bin bin/bunny-flow
@bin bin/bunny-gcc
@bin bin/bunny-main
@bin bin/bunny-trace
share/doc/bunny/
share/doc/bunny/README