]> git.pld-linux.org Git - packages/anti_sniff.git/blob - anti_sniff.spec
- cosmetics and simplifications.
[packages/anti_sniff.git] / anti_sniff.spec
1 Summary:        AntiSniff is a new class of proactive security monitoring tool
2 Summary(pl):    AntiSniff jest narzêdziem do szukania pods³uchuj±cych komputerów
3 Name:           anti_sniff
4 Version:        1.1.2
5 Release:        2
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://www.securitysoftwaretech.com/antisniff/dist/%{name}_researchv1-1-2.tar.gz
9 URL:            http://www.securitysoftwaretech.com/antisniff/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 The Anti-Sniffer runs on a local ethernet segment and reports whether
14 machines are in promiscuous mode or not. It does this through a
15 variety of tests designed to tickle certain drivers, operating
16 systems, and hardware filtering.
17
18 %description -l pl
19 Antysniffer dzia³a w lokalnym segmencie ethernetowym i sprawdza, czy
20 jaka¶ maszyna ma kartê sieciow± w trybie promiscuous. Sprawdzanie
21 polega na przeprowadzeniu ró¿norodnych testów napisanych dla ró¿nych
22 driverów, systemów operacyjnych i filtrów sprzêtowych.
23
24 %prep
25 %setup -q -n %{name}
26
27 %build
28 %{__make} linux-all CFLAGS="%{rpmcflags} " CC="%{__cc}"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 install anti_sniffer arptest echotest etherpingtest icmptimetest \
35         watchdnstest $RPM_BUILD_ROOT%{_bindir}
36
37 gzip -9nf ANTI_SNIFFER_DOCS CREDITS DSL_NOTES LINUX_NOTES NOTES README TODO
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz
45 %attr(755,root,root) %{_bindir}/*
This page took 0.080849 seconds and 3 git commands to generate.