Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/files/, net-analyzer/dsniff/
Date: Thu, 02 May 2019 18:50:51
Message-Id: 1556823001.1aa904188ff115f14f6d5fac4e0483152a08ed37.zlogene@gentoo
1 commit: 1aa904188ff115f14f6d5fac4e0483152a08ed37
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 18:50:01 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 18:50:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa90418
7
8 sci-chemistry/ball: remove last rited package
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 net-analyzer/dsniff/Manifest | 3 -
13 net-analyzer/dsniff/dsniff-2.4_beta1-r10.ebuild | 83 ---------------------
14 net-analyzer/dsniff/dsniff-2.4_beta1-r4.ebuild | 59 ---------------
15 net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild | 68 -----------------
16 net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild | 86 ----------------------
17 net-analyzer/dsniff/files/2.3-makefile.patch | 29 --------
18 .../dsniff/files/2.4_beta1-httppostfix.patch | 20 -----
19 net-analyzer/dsniff/files/2.4_beta1-libtirpc.patch | 22 ------
20 .../files/2.4_beta1-macof-size-calculation.patch | 11 ---
21 net-analyzer/dsniff/files/2.4_beta1-make.patch | 62 ----------------
22 net-analyzer/dsniff/files/2.4_beta1-rpc.patch | 39 ----------
23 .../files/2.4_beta1-urlsnarf-pcap_timestamps.patch | 15 ----
24 net-analyzer/dsniff/metadata.xml | 17 -----
25 13 files changed, 514 deletions(-)
26
27 diff --git a/net-analyzer/dsniff/Manifest b/net-analyzer/dsniff/Manifest
28 deleted file mode 100644
29 index 67ce02cb7fd..00000000000
30 --- a/net-analyzer/dsniff/Manifest
31 +++ /dev/null
32 @@ -1,3 +0,0 @@
33 -DIST dsniff-2.4b1.tar.gz 131666 BLAKE2B f0cc3c875ed37ee573a28d2c54e7dc89bd14df233b047273ebb054820c2f8c61be22b0310c9354446a9ca6e99fdcd7f027fa7a122da667d4a809362dcb8c957f SHA512 62dafab293de6dc3e9b01561b3627d63ca334467c01c3550a6318d8bcbe99d5a301ec16967af34065a14e8bca1c4b6a41da766cbd51ebd8338615b950c4f642f
34 -DIST dsniff_2.4b1+debian-18.diff.gz 44819 BLAKE2B 79b5614cbe4f36c2d321cd392cbfd2db94530680fbbab35f5069850ab6bda0fab6b7a2a93a983773793b9f645499c24393d6c652f0aba6c48651ae17ff4b24fe SHA512 9f219dfa7fd68399126cd2b373a7054168638606c03e8297af46a89c242f81e45f99857922e6782cab608b8cafab528bcfaeb37acd3cca85f5b4a8efd91e71d5
35 -DIST dsniff_2.4b1+debian-22.1.debian.tar.gz 29657 BLAKE2B 88333aad1498cb5b4fd68776f8e0599672c9c69ee5b0d5424f0a8e9f0958412fb420a6d6ae6d46dc5e6c73c4ab39b1fedbef1a4c6879bb4c2bd363271cb6d98b SHA512 11c6a3c04b5a8b3afb78901003132186964e88019011bea69b43a000c31d23f15c1a1c343c2ad1b03bf0a09664aebfa6f99e335fdfa1496bb020db6541eab6e3
36
37 diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r10.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r10.ebuild
38 deleted file mode 100644
39 index e8040b8990e..00000000000
40 --- a/net-analyzer/dsniff/dsniff-2.4_beta1-r10.ebuild
41 +++ /dev/null
42 @@ -1,83 +0,0 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 -# Distributed under the terms of the GNU General Public License v2
45 -
46 -EAPI=6
47 -inherit autotools toolchain-funcs
48 -
49 -DESCRIPTION="A collection of tools for network auditing and penetration testing"
50 -HOMEPAGE="https://monkey.org/~dugsong/dsniff/"
51 -SRC_URI="
52 - https://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz
53 - mirror://debian/pool/main/d/${PN}/${PN}_2.4b1+debian-22.1.debian.tar.gz
54 -"
55 -LICENSE="BSD"
56 -
57 -SLOT="0"
58 -KEYWORDS="amd64 ~ppc ~x86"
59 -IUSE="libressl X"
60 -
61 -DEPEND="net-libs/libpcap
62 - >=net-libs/libnet-1.1.2.1-r1
63 - >=net-libs/libnids-1.21
64 - net-libs/libnsl:0=
65 - net-libs/libtirpc
66 - net-libs/rpcsvc-proto
67 - !libressl? ( dev-libs/openssl:0= )
68 - libressl? ( dev-libs/libressl:0= )
69 - >=sys-libs/db-4:*
70 - X? ( x11-libs/libXmu )"
71 -RDEPEND="${DEPEND}"
72 -
73 -S="${WORKDIR}/${P/_beta1/}"
74 -
75 -src_prepare() {
76 - # replace Debian patch 23 with a simpler one (bug #506076)
77 - mv -v \
78 - "${WORKDIR}"/debian/patches/23_urlsnarf_timestamp.patch{,.old} || die
79 - cp -v \
80 - "${FILESDIR}"/${PV}-urlsnarf-pcap_timestamps.patch \
81 - "${WORKDIR}"/debian/patches/23_urlsnarf_timestamp.patch || die
82 -
83 - # Debian patchset, needs to be applied in the exact order that "series"
84 - # lists or patching will fail.
85 - # Bug #479882
86 - eapply $(
87 - for file in $(< "${WORKDIR}"/debian/patches/series ); do
88 - printf "%s/debian/patches/%s " "${WORKDIR}" "${file}"
89 - done
90 - )
91 -
92 - # Bug 125084
93 - eapply "${FILESDIR}"/${PV}-httppostfix.patch
94 -
95 - # various Makefile.in patches
96 - eapply "${FILESDIR}"/${PV}-make.patch
97 -
98 - # bug #538462
99 - eapply "${FILESDIR}"/${PV}-macof-size-calculation.patch
100 -
101 - # libtirpc support
102 - eapply "${FILESDIR}"/${PV}-rpc.patch
103 -
104 - default
105 - eautoreconf
106 -}
107 -
108 -src_configure() {
109 - econf \
110 - --with-libtirpc \
111 - $(use_with X x) \
112 - || die "econf failed"
113 -}
114 -
115 -src_compile() {
116 - emake CC="$(tc-getCC)"
117 -}
118 -
119 -src_install() {
120 - emake install install_prefix="${D}"
121 - dodir /etc/dsniff
122 - cp "${D}"/usr/share/dsniff/{dnsspoof.hosts,dsniff.{magic,services}} \
123 - "${D}"/etc/dsniff/ || die
124 - dodoc CHANGES README TODO
125 -}
126
127 diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r4.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r4.ebuild
128 deleted file mode 100644
129 index 30f23c56ef4..00000000000
130 --- a/net-analyzer/dsniff/dsniff-2.4_beta1-r4.ebuild
131 +++ /dev/null
132 @@ -1,59 +0,0 @@
133 -# Copyright 1999-2018 Gentoo Foundation
134 -# Distributed under the terms of the GNU General Public License v2
135 -
136 -EAPI=0
137 -
138 -inherit autotools eutils flag-o-matic toolchain-funcs
139 -
140 -DESCRIPTION="A collection of tools for network auditing and penetration testing"
141 -HOMEPAGE="https://monkey.org/~dugsong/dsniff/"
142 -SRC_URI="https://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz
143 - mirror://debian/pool/main/d/${PN}/${PN}_2.4b1+debian-18.diff.gz"
144 -
145 -LICENSE="BSD"
146 -SLOT="0"
147 -KEYWORDS="amd64 ~ppc x86"
148 -IUSE="X"
149 -
150 -DEPEND="net-libs/libpcap
151 - >=net-libs/libnet-1.1.2.1-r1
152 - >=net-libs/libnids-1.21
153 - >=dev-libs/openssl-0.9.6e
154 - >=sys-libs/db-4.2.52_p4
155 - sys-apps/sed
156 - X? ( x11-libs/libXmu )"
157 -RDEPEND="${DEPEND}"
158 -
159 -S="${WORKDIR}/${P/_beta1/}"
160 -
161 -src_unpack() {
162 - unpack ${A}
163 - cd "${S}"
164 -
165 - # Debian's patchset
166 - epatch "${DISTDIR}"/${PN}_2.4b1+debian-18.diff.gz
167 - epatch "${S}"/dsniff-2.4b1+debian/debian/patches/*.dpatch
168 -
169 - sed -i 's:-DDSNIFF_LIBDIR=\\\"$(libdir)/\\\"::' Makefile.in || die "sed makefile"
170 - epatch "${FILESDIR}"/2.3-makefile.patch
171 -
172 - # Bug 125084
173 - epatch "${FILESDIR}"/${PV}-httppostfix.patch
174 -
175 - eautoreconf
176 -}
177 -
178 -src_compile() {
179 - econf \
180 - $(use_with X x) \
181 - || die "econf failed"
182 - emake CC="$(tc-getCC)" || die "emake failed"
183 -}
184 -
185 -src_install() {
186 - emake install install_prefix="${D}" || die "emake install failed"
187 - dodir /etc/dsniff
188 - cp "${D}"/usr/share/dsniff/{dnsspoof.hosts,dsniff.{magic,services}} \
189 - "${D}"/etc/dsniff/
190 - dodoc CHANGES README TODO
191 -}
192
193 diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild
194 deleted file mode 100644
195 index 2a0d40b9f9b..00000000000
196 --- a/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild
197 +++ /dev/null
198 @@ -1,68 +0,0 @@
199 -# Copyright 1999-2018 Gentoo Foundation
200 -# Distributed under the terms of the GNU General Public License v2
201 -
202 -EAPI=5
203 -inherit autotools eutils flag-o-matic toolchain-funcs
204 -
205 -DESCRIPTION="A collection of tools for network auditing and penetration testing"
206 -HOMEPAGE="https://monkey.org/~dugsong/dsniff/"
207 -SRC_URI="
208 - https://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz
209 - mirror://debian/pool/main/d/${PN}/${PN}_2.4b1+debian-22.1.debian.tar.gz
210 -"
211 -LICENSE="BSD"
212 -
213 -SLOT="0"
214 -KEYWORDS="~amd64 ~ppc ~x86"
215 -IUSE="libressl X"
216 -
217 -DEPEND="net-libs/libpcap
218 - >=net-libs/libnet-1.1.2.1-r1
219 - >=net-libs/libnids-1.21
220 - !libressl? ( dev-libs/openssl:0= )
221 - libressl? ( dev-libs/libressl:0= )
222 - >=sys-libs/db-4:*
223 - X? ( x11-libs/libXmu )"
224 -RDEPEND="${DEPEND}"
225 -
226 -S="${WORKDIR}/${P/_beta1/}"
227 -
228 -src_prepare() {
229 - # Debian patchset, needs to be applied in the exact order that "series"
230 - # lists or patching will fail.
231 - # Bug #479882
232 - epatch $(
233 - for file in $(< "${WORKDIR}"/debian/patches/series ); do
234 - printf "%s/debian/patches/%s " "${WORKDIR}" "${file}"
235 - done
236 - )
237 -
238 - # Bug 125084
239 - epatch "${FILESDIR}"/${PV}-httppostfix.patch
240 -
241 - # various Makefile.in patches
242 - epatch "${FILESDIR}"/${PV}-make.patch
243 -
244 - # bug #538462
245 - epatch "${FILESDIR}"/${PV}-macof-size-calculation.patch
246 -
247 - eautoreconf
248 -}
249 -
250 -src_configure() {
251 - econf \
252 - $(use_with X x) \
253 - || die "econf failed"
254 -}
255 -
256 -src_compile() {
257 - emake CC="$(tc-getCC)"
258 -}
259 -
260 -src_install() {
261 - emake install install_prefix="${D}"
262 - dodir /etc/dsniff
263 - cp "${D}"/usr/share/dsniff/{dnsspoof.hosts,dsniff.{magic,services}} \
264 - "${D}"/etc/dsniff/
265 - dodoc CHANGES README TODO
266 -}
267
268 diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild
269 deleted file mode 100644
270 index cb6eecff826..00000000000
271 --- a/net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild
272 +++ /dev/null
273 @@ -1,86 +0,0 @@
274 -# Copyright 1999-2018 Gentoo Foundation
275 -# Distributed under the terms of the GNU General Public License v2
276 -
277 -EAPI=5
278 -inherit autotools eutils flag-o-matic toolchain-funcs
279 -
280 -DESCRIPTION="A collection of tools for network auditing and penetration testing"
281 -HOMEPAGE="https://monkey.org/~dugsong/dsniff/"
282 -SRC_URI="
283 - https://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz
284 - mirror://debian/pool/main/d/${PN}/${PN}_2.4b1+debian-22.1.debian.tar.gz
285 -"
286 -LICENSE="BSD"
287 -
288 -SLOT="0"
289 -KEYWORDS="~amd64 ~ppc ~x86"
290 -IUSE="libressl X"
291 -
292 -DEPEND="net-libs/libpcap
293 - >=net-libs/libnet-1.1.2.1-r1
294 - >=net-libs/libnids-1.21
295 - net-libs/libnsl:0=
296 - !libressl? ( dev-libs/openssl:0= )
297 - libressl? ( dev-libs/libressl:0= )
298 - >=sys-libs/db-4:*
299 - || ( <sys-libs/glibc-2.26[rpc]
300 - (
301 - >=sys-libs/glibc-2.26
302 - net-libs/rpcsvc-proto
303 - net-libs/libtirpc
304 - )
305 - )
306 - X? ( x11-libs/libXmu )"
307 -RDEPEND="${DEPEND}"
308 -
309 -S="${WORKDIR}/${P/_beta1/}"
310 -
311 -src_prepare() {
312 - # replace Debian patch 23 with a simpler one (bug #506076)
313 - mv -v \
314 - "${WORKDIR}"/debian/patches/23_urlsnarf_timestamp.patch{,.old} || die
315 - cp -v \
316 - "${FILESDIR}"/${PV}-urlsnarf-pcap_timestamps.patch \
317 - "${WORKDIR}"/debian/patches/23_urlsnarf_timestamp.patch || die
318 -
319 - # Debian patchset, needs to be applied in the exact order that "series"
320 - # lists or patching will fail.
321 - # Bug #479882
322 - epatch $(
323 - for file in $(< "${WORKDIR}"/debian/patches/series ); do
324 - printf "%s/debian/patches/%s " "${WORKDIR}" "${file}"
325 - done
326 - )
327 -
328 - # Bug 125084
329 - epatch "${FILESDIR}"/${PV}-httppostfix.patch
330 -
331 - # various Makefile.in patches
332 - epatch "${FILESDIR}"/${PV}-make.patch
333 -
334 - # bug #538462
335 - epatch "${FILESDIR}"/${PV}-macof-size-calculation.patch
336 -
337 - # allow building against libtirpc, needed for glibc-2.26, bug 381391
338 - epatch "${FILESDIR}"/${PV}-libtirpc.patch
339 -
340 - eautoreconf
341 -}
342 -
343 -src_configure() {
344 - econf \
345 - $(use_with X x) \
346 - || die "econf failed"
347 -}
348 -
349 -src_compile() {
350 - emake CC="$(tc-getCC)"
351 -}
352 -
353 -src_install() {
354 - emake install install_prefix="${D}"
355 - dodir /etc/dsniff
356 - cp "${D}"/usr/share/dsniff/{dnsspoof.hosts,dsniff.{magic,services}} \
357 - "${D}"/etc/dsniff/
358 - dodoc CHANGES README TODO
359 -}
360
361 diff --git a/net-analyzer/dsniff/files/2.3-makefile.patch b/net-analyzer/dsniff/files/2.3-makefile.patch
362 deleted file mode 100644
363 index 6225ec2f447..00000000000
364 --- a/net-analyzer/dsniff/files/2.3-makefile.patch
365 +++ /dev/null
366 @@ -1,29 +0,0 @@
367 ---- a/Makefile.in 2003-08-25 18:07:17.000000000 +1200
368 -+++ b/Makefile.in 2003-08-25 18:29:13.000000000 +1200
369 -@@ -94,7 +94,7 @@
370 - $(RANLIB) $@
371 -
372 - dsniff: $(HDRS) $(SRCS) $(OBJS)
373 -- $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(NIDSLIB) $(PCAPLIB) $(LNETLIB) $(DBLIB) $(SSLLIB)
374 -+ $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(DBLIB) $(NIDSLIB) $(PCAPLIB) $(LNETLIB) $(SSLLIB)
375 -
376 - arpspoof: arpspoof.o arp.o
377 - $(CC) $(LDFLAGS) -o $@ arpspoof.o arp.o $(LIBS) $(PCAPLIB) $(LNETLIB)
378 -@@ -115,7 +115,7 @@
379 - $(CC) $(LDFLAGS) -o $@ msgsnarf.o buf.o pcaputil.o $(LIBS) $(NIDSLIB) $(PCAPLIB) $(LNETLIB)
380 -
381 - sshmitm: sshmitm.o buf.o hex.o record.o ssh.o sshcrypto.o
382 -- $(CC) $(LDFLAGS) -o $@ sshmitm.o buf.o hex.o record.o ssh.o sshcrypto.o $(LIBS) $(LNETLIB) $(DBLIB) $(SSLLIB)
383 -+ $(CC) $(LDFLAGS) -o $@ sshmitm.o buf.o hex.o record.o ssh.o sshcrypto.o $(LIBS) $(DBLIB) $(LNETLIB) $(SSLLIB)
384 -
385 - tcpkill: tcpkill.o pcaputil.o
386 - $(CC) $(LDFLAGS) -o $@ tcpkill.o pcaputil.o $(LIBS) $(PCAPLIB) $(LNETLIB)
387 -@@ -130,7 +130,7 @@
388 - $(CC) $(LDFLAGS) -o $@ urlsnarf.o base64.o buf.o pcaputil.o $(LIBS) $(NIDSLIB) $(PCAPLIB) $(LNETLIB)
389 -
390 - webmitm: webmitm.o base64.o buf.o decode_http.o record.o
391 -- $(CC) $(LDFLAGS) -o $@ webmitm.o base64.o buf.o decode_http.o record.o $(LIBS) $(LNETLIB) $(DBLIB) $(SSLLIB)
392 -+ $(CC) $(LDFLAGS) -o $@ webmitm.o base64.o buf.o decode_http.o record.o $(LIBS) $(DBLIB) $(LNETLIB) $(SSLLIB)
393 -
394 - webspy: webspy.o base64.o buf.o remote.o
395 - $(CC) $(LDFLAGS) -o $@ webspy.o base64.o buf.o remote.o $(LIBS) $(NIDSLIB) $(PCAPLIB) $(LNETLIB) $(X11LIB)
396
397 diff --git a/net-analyzer/dsniff/files/2.4_beta1-httppostfix.patch b/net-analyzer/dsniff/files/2.4_beta1-httppostfix.patch
398 deleted file mode 100644
399 index 62c9a90fe8e..00000000000
400 --- a/net-analyzer/dsniff/files/2.4_beta1-httppostfix.patch
401 +++ /dev/null
402 @@ -1,20 +0,0 @@
403 ---- a/decode_http.c 2000-12-19 07:38:05.000000000 +0800
404 -+++ b/decode_http.c 2006-03-05 22:32:14.000000000 +0800
405 -@@ -139,14 +139,14 @@
406 - host = p;
407 - }
408 - else if (req[0] == 'P') {
409 -- if (strncmp(p, "Content-type: ", 14) == 0) {
410 -- if (strncmp(p + 14, "application/"
411 -+ if (strncasecmp(p, "Content-type: ", 14) == 0) {
412 -+ if (strncasecmp(p + 14, "application/"
413 - "x-www-form-urlencoded",
414 - 33) != 0) {
415 - query = NULL;
416 - }
417 - }
418 -- else if (strncmp(p, "Content-length: ", 16) == 0) {
419 -+ else if (strncasecmp(p, "Content-length: ", 16) == 0) {
420 - p += 16;
421 - i = atoi(p);
422 - if ((msg = buf_tok(&inbuf, NULL, i)) == NULL)
423
424 diff --git a/net-analyzer/dsniff/files/2.4_beta1-libtirpc.patch b/net-analyzer/dsniff/files/2.4_beta1-libtirpc.patch
425 deleted file mode 100644
426 index 00c271ab9f9..00000000000
427 --- a/net-analyzer/dsniff/files/2.4_beta1-libtirpc.patch
428 +++ /dev/null
429 @@ -1,22 +0,0 @@
430 ---- a/Makefile.in
431 -+++ b/Makefile.in
432 -@@ -37,8 +37,8 @@
433 - X11INC = @X_CFLAGS@
434 - X11LIB = @X_LIBS@ @X_PRE_LIBS@ -lXmu -lX11 @X_EXTRA_LIBS@
435 -
436 --INCS = -I. $(X11INC) -I$(srcdir)/missing
437 --LIBS = @LIBS@ -L$(srcdir) -lmissing
438 -+INCS = -I. $(X11INC) -I$(srcdir)/missing @TIRPC_CFLAGS@
439 -+LIBS = @LIBS@ -L$(srcdir) -lmissing @TIRPC_LIBS@
440 -
441 - INSTALL = @INSTALL@
442 - INSTALL_PROGRAM = @INSTALL_PROGRAM@
443 ---- a/configure.in
444 -+++ b/configure.in
445 -@@ -338,4 +338,6 @@
446 - AC_SUBST(SSLINC)
447 - AC_SUBST(SSLLIB)
448 -
449 -+PKG_CHECK_MODULES([TIRPC], [libtirpc], [], [AC_MSG_NOTICE([Using glibc rpc support])])
450 -+
451 - AC_OUTPUT(Makefile)
452
453 diff --git a/net-analyzer/dsniff/files/2.4_beta1-macof-size-calculation.patch b/net-analyzer/dsniff/files/2.4_beta1-macof-size-calculation.patch
454 deleted file mode 100644
455 index 068133de2e4..00000000000
456 --- a/net-analyzer/dsniff/files/2.4_beta1-macof-size-calculation.patch
457 +++ /dev/null
458 @@ -1,11 +0,0 @@
459 ---- a/macof.c
460 -+++ b/macof.c
461 -@@ -134,7 +134,7 @@ main(int argc, char *argv[])
462 - libnet_build_tcp(sport, dport, seq, 0, TH_SYN, 512,
463 - 0, 0, LIBNET_TCP_H, NULL, 0, l, 0);
464 -
465 -- libnet_build_ipv4(LIBNET_TCP_H, 0,
466 -+ libnet_build_ipv4(LIBNET_IPV4_H + LIBNET_TCP_H, 0,
467 - libnet_get_prand(LIBNET_PRu16), 0, 64,
468 - IPPROTO_TCP, 0, src, dst, NULL, 0, l, 0);
469 -
470
471 diff --git a/net-analyzer/dsniff/files/2.4_beta1-make.patch b/net-analyzer/dsniff/files/2.4_beta1-make.patch
472 deleted file mode 100644
473 index 29964eb28ac..00000000000
474 --- a/net-analyzer/dsniff/files/2.4_beta1-make.patch
475 +++ /dev/null
476 @@ -1,62 +0,0 @@
477 ---- a/Makefile.in
478 -+++ b/Makefile.in
479 -@@ -16,7 +16,7 @@
480 - mandir = @mandir@
481 -
482 - CC = @CC@
483 --CFLAGS = @CFLAGS@ -DDSNIFF_LIBDIR=\"$(libdir)/\"
484 -+CFLAGS = @CFLAGS@
485 - LDFLAGS = @LDFLAGS@
486 -
487 - PCAPINC = @PCAPINC@
488 -@@ -75,12 +75,20 @@
489 - .c.o:
490 - $(CC) $(CFLAGS) $(INCS) -c $(srcdir)/$*.c
491 -
492 --all: libmissing.a $(PROGS)
493 -+all: $(PROGS)
494 -+
495 -+$(PROGS): libmissing.a
496 -+
497 -+$(OBJS): $(GEN)
498 -
499 -+mount.h: mount.x
500 -+ rpcgen -h mount.x -o mount.h
501 -+
502 - mount.c: mount.x
503 -- rpcgen -h mount.x -o mount.h
504 - rpcgen -c mount.x -o mount.c
505 -
506 -+nfs_prot.h: nfs_prot.x
507 -+ rpcgen -h nfs_prot.x -o nfs_prot.h
508 -+
509 - nfs_prot.c: nfs_prot.x
510 -- rpcgen -h nfs_prot.x -o nfs_prot.h
511 - rpcgen -c nfs_prot.x -o nfs_prot.c
512 -@@ -93,7 +97,7 @@
513 - $(RANLIB) $@
514 -
515 - dsniff: $(HDRS) $(SRCS) $(OBJS)
516 -- $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(NIDSLIB) $(PCAPLIB) $(LNETLIB) $(DBLIB) $(SSLLIB)
517 -+ $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(DBLIB) $(NIDSLIB) $(PCAPLIB) $(LNETLIB) $(SSLLIB)
518 -
519 - arpspoof: arpspoof.o arp.o
520 - $(CC) $(LDFLAGS) -o $@ arpspoof.o arp.o $(LIBS) $(PCAPLIB) $(LNETLIB)
521 -@@ -114,7 +118,7 @@
522 - $(CC) $(LDFLAGS) -o $@ msgsnarf.o buf.o pcaputil.o $(LIBS) $(NIDSLIB) $(PCAPLIB) $(LNETLIB)
523 -
524 - sshmitm: sshmitm.o buf.o hex.o record.o ssh.o sshcrypto.o
525 -- $(CC) $(LDFLAGS) -o $@ sshmitm.o buf.o hex.o record.o ssh.o sshcrypto.o $(LIBS) $(LNETLIB) $(DBLIB) $(SSLLIB)
526 -+ $(CC) $(LDFLAGS) -o $@ sshmitm.o buf.o hex.o record.o ssh.o sshcrypto.o $(LIBS) $(DBLIB) $(LNETLIB) $(SSLLIB)
527 -
528 - sshow: sshow.o pcaputil.o
529 - $(CC) $(LDFLAGS) -o $@ sshow.o pcaputil.o $(LIBS) $(NIDSLIB) $(PCAPLIB) $(LNETLIB)
530 -@@ -132,7 +136,7 @@
531 - $(CC) $(LDFLAGS) -o $@ urlsnarf.o base64.o buf.o pcaputil.o $(LIBS) $(NIDSLIB) $(PCAPLIB) $(LNETLIB)
532 -
533 - webmitm: webmitm.o base64.o buf.o decode_http.o record.o
534 -- $(CC) $(LDFLAGS) -o $@ webmitm.o base64.o buf.o decode_http.o record.o $(LIBS) $(LNETLIB) $(DBLIB) $(SSLLIB)
535 -+ $(CC) $(LDFLAGS) -o $@ webmitm.o base64.o buf.o decode_http.o record.o $(LIBS) $(DBLIB) $(LNETLIB) $(SSLLIB)
536 -
537 - webspy: webspy.o base64.o buf.o remote.o
538 - $(CC) $(LDFLAGS) -o $@ webspy.o base64.o buf.o remote.o $(LIBS) $(NIDSLIB) $(PCAPLIB) $(LNETLIB) $(X11LIB)
539
540 diff --git a/net-analyzer/dsniff/files/2.4_beta1-rpc.patch b/net-analyzer/dsniff/files/2.4_beta1-rpc.patch
541 deleted file mode 100644
542 index b43c91d9581..00000000000
543 --- a/net-analyzer/dsniff/files/2.4_beta1-rpc.patch
544 +++ /dev/null
545 @@ -1,39 +0,0 @@
546 ---- a/Makefile.in
547 -+++ b/Makefile.in
548 -@@ -37,8 +37,8 @@
549 - X11INC = @X_CFLAGS@
550 - X11LIB = @X_LIBS@ @X_PRE_LIBS@ -lXmu -lX11 @X_EXTRA_LIBS@
551 -
552 --INCS = -I. $(X11INC) -I$(srcdir)/missing
553 --LIBS = @LIBS@ -L$(srcdir) -lmissing
554 -+INCS = -I. $(X11INC) -I$(srcdir)/missing @RPC_CFLAGS@
555 -+LIBS = @LIBS@ -L$(srcdir) -lmissing @RPC_LIBS@
556 -
557 - INSTALL = @INSTALL@
558 - INSTALL_PROGRAM = @INSTALL_PROGRAM@
559 ---- a/configure.in
560 -+++ b/configure.in
561 -@@ -337,4 +337,23 @@
562 - AC_SUBST(SSLINC)
563 - AC_SUBST(SSLLIB)
564 -
565 -+AC_ARG_WITH([libtirpc],
566 -+ AS_HELP_STRING([--with-libtirpc], [Use libtirpc as RPC implementation (instead of sunrpc)]),
567 -+ [], [ with_libtirpc=no ])
568 -+
569 -+AS_IF([test "x$with_libtirpc" != xno],
570 -+ [PKG_CHECK_MODULES([TIRPC],
571 -+ [libtirpc],
572 -+ [RPC_CFLAGS=$TIRPC_CFLAGS; RPC_LIBS=$TIRPC_LIBS;],
573 -+ [AC_MSG_ERROR([libtirpc requested, but library not found.])]
574 -+ )],
575 -+ [AC_CHECK_HEADER(rpc/rpc.h,
576 -+ [RPC_CFLAGS=""; RPC_LIBS="";],
577 -+ [AC_MSG_ERROR([sunrpc requested, but headers are not present.])]
578 -+ )]
579 -+)
580 -+
581 -+AC_SUBST(RPC_CFLAGS)
582 -+AC_SUBST(RPC_LIBS)
583 -+
584 - AC_OUTPUT(Makefile)
585
586 diff --git a/net-analyzer/dsniff/files/2.4_beta1-urlsnarf-pcap_timestamps.patch b/net-analyzer/dsniff/files/2.4_beta1-urlsnarf-pcap_timestamps.patch
587 deleted file mode 100644
588 index a2a7a36966a..00000000000
589 --- a/net-analyzer/dsniff/files/2.4_beta1-urlsnarf-pcap_timestamps.patch
590 +++ /dev/null
591 @@ -1,15 +0,0 @@
592 -Author: Hilko Bengen <bengen@××××××.org>
593 -Description: urlsnarf: use timestamps from pcap file if available. Closes: #573365
594 -Index: dsniff-2.4b1+debian/urlsnarf.c
595 -===================================================================
596 ---- a/urlsnarf.c
597 -+++ b/urlsnarf.c
598 -@@ -57,7 +57,7 @@
599 - {
600 - static char tstr[32], sign;
601 - struct tm *t, gmt;
602 -- time_t tt = time(NULL);
603 -+ time_t tt = nids_last_pcap_header->ts.tv_sec;
604 - int days, hours, tz, len;
605 -
606 - gmt = *gmtime(&tt);
607
608 diff --git a/net-analyzer/dsniff/metadata.xml b/net-analyzer/dsniff/metadata.xml
609 deleted file mode 100644
610 index 87cd1022ae1..00000000000
611 --- a/net-analyzer/dsniff/metadata.xml
612 +++ /dev/null
613 @@ -1,17 +0,0 @@
614 -<?xml version="1.0" encoding="UTF-8"?>
615 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
616 -<pkgmetadata>
617 -<maintainer type="project">
618 - <email>netmon@g.o</email>
619 - <name>Gentoo network monitoring and analysis project</name>
620 -</maintainer>
621 -<longdescription>
622 -dsniff is a collection of tools for network auditing and penetration testing.
623 -dsniff, filesnarf, mailsnarf, msgsnarf, urlsnarf, and webspy passively monitor a
624 -network for interesting data (passwords, e-mail, files, etc.). arpspoof,
625 -dnsspoof, and macof facilitate the interception of network traffic normally
626 -unavailable to an attacker (e.g, due to layer-2 switching). sshmitm and webmitm
627 -implement active monkey-in-the-middle attacks against redirected SSH and HTTPS
628 -sessions by exploiting weak bindings in ad-hoc PKI.
629 -</longdescription>
630 -</pkgmetadata>