]> git.pld-linux.org Git - packages/dosdetector.git/blame - dosdetector.spec
- up to 20060621
[packages/dosdetector.git] / dosdetector.spec
CommitLineData
8391f48d 1Summary: Suspicious network traffic analyser and detector
f8c58fa6 2Summary(pl.UTF-8): Analizator i wykrywacz podejrzanego ruchu sieciowego
8391f48d 3Name: dosdetector
2c680784 4Version: 20060621
8391f48d 5Release: 0.1
6License: GPL
7Group: Applications
8Source0: http://darkzone.ma.cx/resources/unix/dosdetector/%{name}-%{version}.tar.gz
2c680784 9# Source0-md5: b2230048725657dbc7fde290c2fdfa08
8391f48d 10Patch0: %{name}-ncurses.patch
11URL: http://darkzone.ma.cx/resources/unix/dosdetector/
e4106cf6 12BuildRequires: autoconf
13BuildRequires: automake
8391f48d 14BuildRequires: libcap-devel
15BuildRequires: ncurses-devel
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19DoSDetector analyses and detects most of suspicious traffic from IP
e90087d8
JB
20and alerts about it. It can detect worm traffic, SYN flood, ICMP
21flood, UDP flood etc... It's configurable via a set of rules which
8391f48d 22have some points assigned to IP according to a matching rule. When the
23point limit for a given IP is exceeded, DoSDetector prints warning.
24
7270b847
JR
25%description -l pl.UTF-8
26DoSDetector analizuje i wykrywa większość podejrzanego ruchu
27sieciowego i informuje o tym. Potrafi wykryć ruch powodowany przez
e90087d8 28robaki, SYN flood, ICMP flood, UDP flood itp... Jest konfigurowalny
7270b847
JR
29przez zestaw zasad które dopisują punkty do IP zgodnie z pasującą
30regułą. Kiedy limit punktów dla danego IP zostanie przekroczony,
31DoSDetector wyświetla ostrzeżenie. Program jest użyteczny do
8391f48d 32zbudowania sieciowego systemu antywirusowego.
33
34%prep
35%setup -q
36%patch0 -p1
37
38%build
39%{__aclocal}
40%{__autoconf}
41%{__autoheader}
42%{__automake}
43CFLAGS="$CFLAGS -DHAVE_LIBNCURSES_NCURSES"
44%configure
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
90282a18 58%doc AUTHORS ChangeLog README
8391f48d 59%attr(755,root,root) %{_bindir}/dosdetector
60%{_mandir}/man1/dosdetector*
This page took 0.080605 seconds and 4 git commands to generate.