Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dosdetector/files/, profiles/, net-analyzer/dosdetector/
Date: Thu, 31 Dec 2020 08:58:19
Message-Id: 1609405032.c83216b264e57b2be5931431fc5581cc7d1fbbf4.mgorny@gentoo
1 commit: c83216b264e57b2be5931431fc5581cc7d1fbbf4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 08:57:02 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 08:57:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83216b2
7
8 net-analyzer/dosdetector: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/603866
11 Closes: https://bugs.gentoo.org/713620
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 net-analyzer/dosdetector/Manifest | 1 -
15 .../dosdetector/dosdetector-20060621-r1.ebuild | 22 ----------------------
16 .../dosdetector/dosdetector-20060621.ebuild | 20 --------------------
17 .../files/dosdetector-20060621-isdigit.patch | 10 ----------
18 .../files/dosdetector-20060621-sizeof.patch | 11 -----------
19 net-analyzer/dosdetector/metadata.xml | 8 --------
20 profiles/package.mask | 5 -----
21 7 files changed, 77 deletions(-)
22
23 diff --git a/net-analyzer/dosdetector/Manifest b/net-analyzer/dosdetector/Manifest
24 deleted file mode 100644
25 index 51cee04f098..00000000000
26 --- a/net-analyzer/dosdetector/Manifest
27 +++ /dev/null
28 @@ -1 +0,0 @@
29 -DIST dosdetector-20060621.tar.gz 164768 BLAKE2B 467b6f45fadecfc6260e90797b7bd5eba042860bdc42ef5aed7538ac70259bd2d34ccecadb46255c02488aef4e929d7eb1cc49884ef649210006aa8ef267965a SHA512 30b6980920920a05668165a1c3dcbd07a94f964367d5f48ca443e017806cfcce85a11ad57183d3cc29ac06e8a1ef122227187f6cacd237fe327db4a768b992f6
30
31 diff --git a/net-analyzer/dosdetector/dosdetector-20060621-r1.ebuild b/net-analyzer/dosdetector/dosdetector-20060621-r1.ebuild
32 deleted file mode 100644
33 index 81aecb19451..00000000000
34 --- a/net-analyzer/dosdetector/dosdetector-20060621-r1.ebuild
35 +++ /dev/null
36 @@ -1,22 +0,0 @@
37 -# Copyright 1999-2014 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=5
41 -inherit eutils
42 -
43 -DESCRIPTION="Tool to analyze and detect suspicious traffic from IP and alert about it"
44 -HOMEPAGE="http://dark-zone.eu/resources/unix/dosdetector/"
45 -SRC_URI="http://dark-zone.eu/resources/unix/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -DEPEND="net-libs/libpcap"
52 -RDEPEND="${DEPEND}"
53 -
54 -src_prepare() {
55 - epatch \
56 - "${FILESDIR}"/${P}-isdigit.patch \
57 - "${FILESDIR}"/${P}-sizeof.patch
58 -}
59
60 diff --git a/net-analyzer/dosdetector/dosdetector-20060621.ebuild b/net-analyzer/dosdetector/dosdetector-20060621.ebuild
61 deleted file mode 100644
62 index c7d8681ca3b..00000000000
63 --- a/net-analyzer/dosdetector/dosdetector-20060621.ebuild
64 +++ /dev/null
65 @@ -1,20 +0,0 @@
66 -# Copyright 1999-2014 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=5
70 -inherit eutils
71 -
72 -DESCRIPTION="Tool to analyze and detect suspicious traffic from IP and alert about it"
73 -HOMEPAGE="http://dark-zone.eu/resources/unix/dosdetector/"
74 -SRC_URI="http://dark-zone.eu/resources/unix/${PN}/${P}.tar.gz"
75 -
76 -LICENSE="BSD"
77 -SLOT="0"
78 -KEYWORDS="~amd64 x86"
79 -
80 -DEPEND="net-libs/libpcap"
81 -RDEPEND="${DEPEND}"
82 -
83 -src_prepare() {
84 - epatch "${FILESDIR}"/${P}-isdigit.patch
85 -}
86
87 diff --git a/net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch b/net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch
88 deleted file mode 100644
89 index 11cd3170ded..00000000000
90 --- a/net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch
91 +++ /dev/null
92 @@ -1,10 +0,0 @@
93 ---- a/include/dos.h
94 -+++ b/include/dos.h
95 -@@ -26,6 +26,7 @@
96 - #include <net/ppp_defs.h>
97 - #include <sys/ioctl.h>
98 - #include <time.h>
99 -+#include <ctype.h> /* isdigit() */
100 -
101 - /*
102 - #define DEBUG_TREE 1
103
104 diff --git a/net-analyzer/dosdetector/files/dosdetector-20060621-sizeof.patch b/net-analyzer/dosdetector/files/dosdetector-20060621-sizeof.patch
105 deleted file mode 100644
106 index aea9cfba19e..00000000000
107 --- a/net-analyzer/dosdetector/files/dosdetector-20060621-sizeof.patch
108 +++ /dev/null
109 @@ -1,11 +0,0 @@
110 ---- a/src/main.c
111 -+++ b/src/main.c
112 -@@ -306,8 +306,6 @@
113 - hosts = calloc(2, sizeof(struct host));
114 - rules = calloc(1, sizeof(struct rule));
115 - rules_num = 0;
116 -- bzero(hosts, sizeof(hosts));
117 -- bzero(rules, sizeof(rules));
118 -
119 - /* Init rules table */
120 - if (init_rules(opt.rules) != 0) {
121
122 diff --git a/net-analyzer/dosdetector/metadata.xml b/net-analyzer/dosdetector/metadata.xml
123 deleted file mode 100644
124 index 74c2baebb4e..00000000000
125 --- a/net-analyzer/dosdetector/metadata.xml
126 +++ /dev/null
127 @@ -1,8 +0,0 @@
128 -<?xml version="1.0" encoding="UTF-8"?>
129 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
130 -<pkgmetadata>
131 -<maintainer type="project">
132 - <email>netmon@g.o</email>
133 - <name>Gentoo network monitoring and analysis project</name>
134 -</maintainer>
135 -</pkgmetadata>
136
137 diff --git a/profiles/package.mask b/profiles/package.mask
138 index a408ebecc2a..07ec1921824 100644
139 --- a/profiles/package.mask
140 +++ b/profiles/package.mask
141 @@ -253,11 +253,6 @@ net-wireless/qradiolink
142 net-libs/liba53
143 app-emulation/qt-virt-manager
144
145 -# Aaron Bauman <bman@g.o> (2020-11-30)
146 -# EAPI=5. Multiple open bugs #603866 #713620
147 -# Dead upstream. Removal in 30 days.
148 -net-analyzer/dosdetector
149 -
150 # Thomas Deutschmann <whissi@g.o> (2020-11-24)
151 # Serious data corruption bug when using XFS, see https://www.spinics.net/lists/linux-xfs/msg47004.html
152 # Feel free to manually unmask when not using XFS.