* [gentoo-commits] repo/gentoo:master commit in: profiles/, net-analyzer/bigeye/files/, net-analyzer/bigeye/
@ 2023-04-21 8:55 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2023-04-21 8:55 UTC (permalink / raw
To: gentoo-commits
commit: 3f95b59094a0515f66384de6e9791cd2256ea6a1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 08:54:25 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 08:54:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f95b590
net-analyzer/bigeye: treeclean
Closes: https://bugs.gentoo.org/875683
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-analyzer/bigeye/Manifest | 2 --
net-analyzer/bigeye/bigeye-0.3-r4.ebuild | 42 ----------------------
.../bigeye/files/bigeye-0.3-overflow.patch | 11 ------
net-analyzer/bigeye/metadata.xml | 8 -----
profiles/package.mask | 6 ----
5 files changed, 69 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>
diff --git a/profiles/package.mask b/profiles/package.mask
index bc20466e1227..df0019e43101 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -464,12 +464,6 @@ dev-ruby/elasticsearch-transport:6
# Cucumber. Masked for removal on 2023-04-19.
dev-ruby/fivemat
-# David Seifert <soap@gentoo.org> (2023-03-18)
-# Upstream disappeared, last release over 20 years ago, only Gentoo
-# still carries this, breaks with modern C under Clang, no revdeps.
-# Removal on 2023-04-17. Bug #875683.
-net-analyzer/bigeye
-
# Sam James <sam@gentoo.org> (2023-03-16)
# Breaks building C++ consumers. See bug #901211 and bug #901035.
# Please upgrade to glib-2.76.0-r1.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-04-21 8:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-21 8:55 [gentoo-commits] repo/gentoo:master commit in: profiles/, net-analyzer/bigeye/files/, net-analyzer/bigeye/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox