diff options
author | David Seifert <soap@gentoo.org> | 2023-04-21 10:54:25 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-04-21 10:54:25 +0200 |
commit | 3f95b59094a0515f66384de6e9791cd2256ea6a1 (patch) | |
tree | cd0642ebb689dd0f656e51112f2015e817d3f9c2 /net-analyzer | |
parent | net-analyzer/traceroute-nanog: treeclean (diff) | |
download | gentoo-3f95b59094a0515f66384de6e9791cd2256ea6a1.tar.gz gentoo-3f95b59094a0515f66384de6e9791cd2256ea6a1.tar.bz2 gentoo-3f95b59094a0515f66384de6e9791cd2256ea6a1.zip |
net-analyzer/bigeye: treeclean
Closes: https://bugs.gentoo.org/875683
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/bigeye/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/bigeye/bigeye-0.3-r4.ebuild | 42 | ||||
-rw-r--r-- | net-analyzer/bigeye/files/bigeye-0.3-overflow.patch | 11 | ||||
-rw-r--r-- | net-analyzer/bigeye/metadata.xml | 8 |
4 files changed, 0 insertions, 63 deletions
diff --git a/net-analyzer/bigeye/Manifest b/net-analyzer/bigeye/Manifest deleted file mode 100644 index bcd16714fd0d..000000000000 --- a/net-analyzer/bigeye/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST bigeye-0.3-gcc34.patch.xz 2564 BLAKE2B 17508c780f339aa2409616aa2bd4e37c3e9f8ba48626e9a3782ea60da2989d4a8543c8a97cecef34554265385b13019d3bc04a05c8809870e0cba20c72a76bf8 SHA512 c7005975a7b798521f0d8f7b646f168ff215c1b5a760e303f7cad8bb78e2324e8303f77a724bc6902ef7ee525d7e6dd5ccfdf366c39abcc436fc6edf503205af -DIST bigeye-0.3.tgz 32462 BLAKE2B 509e958852d958f5fbb7197e567f8ebd1d7004027e4d8f3fe868d3af6719f76e445890a241d4438609b12695bd403fa246cec03b382a2c339d23c1456aa198e0 SHA512 73a146fd2f5df86a3d16dec05cf3f278393347f341a5cc319feccf6d23e1f2fe9d29070ac154a5b2336ade146843ab163e3545e9aefad1a0fa8903928d9b1ed0 diff --git a/net-analyzer/bigeye/bigeye-0.3-r4.ebuild b/net-analyzer/bigeye/bigeye-0.3-r4.ebuild deleted file mode 100644 index f1e171347c51..000000000000 --- a/net-analyzer/bigeye/bigeye-0.3-r4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="network utility dump and simple honeypot utility" -HOMEPAGE="http://violating.us/projects/bigeye/" -SRC_URI=" - https://dev.gentoo.org/~jsmolic/distfiles/${P}.tgz - https://dev.gentoo.org/~jsmolic/distfiles/${P}-gcc34.patch.xz -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -PATCHES=( - "${WORKDIR}"/${P}-gcc34.patch - "${FILESDIR}"/${P}-overflow.patch -) - -src_prepare() { - default - sed -i README \ - -e "s|-- /messages/|-- /usr/share/bigeye/messages/|g" \ - || die "sed README" -} - -src_compile() { - append-cflags -fcommon - $(tc-getCC) ${CFLAGS} ${LDFLAGS} src/bigeye.c src/emulate.c -o src/bigeye || die -} - -src_install() { - dobin src/bigeye - - insinto /usr/share/bigeye - doins sig.file - doins -r messages - - dodoc README -} diff --git a/net-analyzer/bigeye/files/bigeye-0.3-overflow.patch b/net-analyzer/bigeye/files/bigeye-0.3-overflow.patch deleted file mode 100644 index 1ca159a65b79..000000000000 --- a/net-analyzer/bigeye/files/bigeye-0.3-overflow.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/bigeye.c -+++ b/src/bigeye.c -@@ -787,7 +787,7 @@ - local.sin_family = AF_INET; - local.sin_port = htons(porta); - local.sin_addr.s_addr = INADDR_ANY; -- bzero(&(local.sin_zero),sizeof(local)); -+ memset(&(local.sin_zero), "\0", sizeof(local.sin_zero)); - - if(setsockopt(sock_a, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)) < 0) { - perror("setsockopt"); diff --git a/net-analyzer/bigeye/metadata.xml b/net-analyzer/bigeye/metadata.xml deleted file mode 100644 index dce3f3be66c0..000000000000 --- a/net-analyzer/bigeye/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>netmon@gentoo.org</email> - <name>Gentoo network monitoring and analysis project</name> -</maintainer> -</pkgmetadata> |