mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
app-fuzz/bss: drop, outdated, unmaintained
This commit is contained in:
parent
5685763270
commit
d86d32b4d2
5 changed files with 1 additions and 34 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST bss-0.8.tar.gz 25128 SHA256 582a766ddf3ce1fb66df6763abc413c25de039daf8a68e9352c855ca21eb3251
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /root/portage/app-fuzz/bss/bss-0.6.ebuild,v 1.1.1.1 2006/03/29 14:43:43 grimmlin Exp $
|
||||
|
||||
DESCRIPTION="Bluetooth stack smasher / fuzzer"
|
||||
HOMEPAGE="http://www.secuobs.com/news/15022006-bss_0_8.shtml"
|
||||
SRC_URI="http://www.secuobs.com/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND=" || ( net-wireless/bluez
|
||||
net-wireless/bluez-libs )"
|
||||
|
||||
src_compile() {
|
||||
sed -i -e 's/\/local//g' Makefile
|
||||
emake || die "Make failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin bss
|
||||
dodoc AUTHORS README BUGS TODO
|
||||
dodoc replay_packet/*
|
||||
if use doc; then
|
||||
dodoc doc/*
|
||||
fi
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2023 Gentoo Foundation
|
||||
# Copyright 1999-2024 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -12,7 +12,6 @@ IUSE="pentoo-extra pentoo-full"
|
|||
|
||||
PDEPEND="
|
||||
pentoo-extra? (
|
||||
app-fuzz/bss
|
||||
net-wireless/btscanner
|
||||
)
|
||||
pentoo-full? (
|
||||
|
|
@ -2,7 +2,6 @@ app-fuzz/fuzzer-server ~amd64
|
|||
app-fuzz/http-fuzz ~amd64
|
||||
app-fuzz/slowhttptest ~amd64
|
||||
app-fuzz/bed ~amd64
|
||||
app-fuzz/bss **
|
||||
=app-fuzz/smtp-fuzz-0.1 **
|
||||
=net-analyzer/wfuzz-2.0-r1 **
|
||||
=app-fuzz/ohrwurm-0.1 **
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
app-fuzz/Peach
|
||||
app-fuzz/bed
|
||||
app-fuzz/bss
|
||||
=app-fuzz/fuzzdb-1.09*
|
||||
app-fuzz/fuzzer-server
|
||||
app-fuzz/http-fuzz
|
||||
|
|
|
|||
Loading…
Reference in a new issue