]> git.pld-linux.org Git - packages/dsniff.git/blob - dsniff.spec
- massive attack: adding Source-md5
[packages/dsniff.git] / dsniff.spec
1 Summary:        Network audit tools
2 Summary(pl):    Narzêdzia do kontroli sieci
3 Name:           dsniff
4 Version:        2.3
5 Release:        8
6 License:        BSD
7 Group:          Networking/Utilities
8 Source0:        http://www.monkey.org/~dugsong/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  183e336a45e38013f3af840bddec44b4
10 Patch0:         %{name}-slist.patch
11 Patch1:         %{name}-headers.patch
12 Patch2:         %{name}-ac.patch
13 #ggsniff 1.2 from http://ggsniff.sourceforge.net/
14 Patch3:         %{name}-gg.patch
15 URL:            http://www.monkey.org/~dugsong/
16 BuildRequires:  XFree86-devel
17 BuildRequires:  libpcap-devel
18 BuildRequires:  libnids-devel
19 BuildRequires:  libnet-devel
20 BuildRequires:  glibc-static
21 BuildRequires:  openssl-devel >= 0.9.7a
22 BuildRequires:  autoconf
23 BuildRequires:  automake
24 BuildRequires:  db-devel
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Tools to audit network and to demonstrate the insecurity of cleartext
29 network protocols. Please do not abuse this software.
30
31 %description -l pl
32 Narzêdzia do kontroli sieci oraz demonstracji braku zabezpieczeñ w
33 nieszyfrowanych protoko³ach sieciowych. Proszê nie nadu¿ywaæ tego
34 oprogramowania.
35
36 %package webspy
37 Summary:        Network audit tools
38 Summary(pl):    Narzêdzia do kontroli sieci
39 Group:          Networking/Utilities
40 Requires:       %{name} = %{version}
41 Requires:       netscape-navigator
42
43 %description webspy
44 webspy sends URLs sniffed from a client to your local Netscape browser
45 for display, updated in real-time (as the target surfs, your browser
46 surfs along with them, automagically). Netscape must be running on
47 your local X display ahead of time.
48
49 %description webspy -l pl
50 webspy przesy³a pods³uchane URLe do wy¶wietlenia w lokalnie
51 uruchomionej przegl±darce Netscape Navigator. Adresy s± uaktualniane
52 na bie¿±co (a wiêc przegl±dasz strony równolegle z pods³uchiwanym).
53 Netscape musi byæ wcze¶niej uruchomiony na lokalnym serwerze X.
54
55 %prep
56 %setup -q
57 %patch0 -p1
58 %patch1 -p1
59 %patch2 -p1
60 %patch3 -p1
61
62 %build
63 %{__autoheader}
64 %{__aclocal}
65 %{__autoconf}
66 CFLAGS="%{rpmcflags} -I./missing"
67 %configure \
68         --libdir=%{_datadir}/%{name}
69 %{__make}
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73
74 %{__make} install \
75         install_prefix=$RPM_BUILD_ROOT
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %files
81 %defattr(644,root,root,755)
82 %doc README*
83 %attr(755,root,root) %{_sbindir}/[a-u]*
84 %attr(755,root,root) %{_sbindir}/webmitm
85 %{_datadir}/%{name}
86 %{_mandir}/man8/[a-u]*
87 %{_mandir}/man8/webmitm*
88
89 %files webspy
90 %defattr(644,root,root,755)
91 %attr(755,root,root) %{_sbindir}/webspy
92 %{_mandir}/man8/webspy*
This page took 0.10956 seconds and 3 git commands to generate.