SPECS: dosdetector.spec (NEW) - initial version

gozda gozda at pld-linux.org
Mon Jul 18 18:13:10 CEST 2005


Author: gozda                        Date: Mon Jul 18 16:13:10 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial version

---- Files affected:
SPECS:
   dosdetector.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/dosdetector.spec
diff -u /dev/null SPECS/dosdetector.spec:1.1
--- /dev/null	Mon Jul 18 18:13:10 2005
+++ SPECS/dosdetector.spec	Mon Jul 18 18:13:05 2005
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+Summary:	Suspicious network traffic analyser and detector
+Summary(pl):	Analizator i wykrywacz podejrzanego ruchu sieciowego
+Name:		dosdetector
+Version:	20050711
+Release:	0.1
+License:	GPL
+Group:		Applications
+Source0:	http://darkzone.ma.cx/resources/unix/dosdetector/%{name}-%{version}.tar.gz
+# Source0-md5:	4a2771a1dcaf19d4e6a969710b7a1c1f
+Patch0:		%{name}-ncurses.patch
+URL:		http://darkzone.ma.cx/resources/unix/dosdetector/
+BuildRequires:	libcap-devel
+BuildRequires:	ncurses-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DoSDetector analyses and detects most of suspicious traffic from IP
+and alerts about it. It can detect worm traffic, SYN flood, icmp
+flood, udp flood etc... It's configurable via a set of rules which
+have some points assigned to IP according to a matching rule. When the
+point limit for a given IP is exceeded, DoSDetector prints warning.
+
+%description -l pl
+DoSDetector analizuje i wykrywa większość podejrzanego ruchu
+sieciowego i informuje o tym. Potrafi wykryć ruch powodowany przez
+robaki, SYN flood, icmp flood, udp flood itp... Jest konfigurowalny
+przez zestaw zasad które dopisują punkty do IP zgodnie z pasującą
+regułą. Kiedy limit punktów dla danego IP zostanie przekroczony,
+DoSDetector wyświetla ostrzeżenie. Program jest użyteczny do
+zbudowania sieciowego systemu antywirusowego.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+CFLAGS="$CFLAGS -DHAVE_LIBNCURSES_NCURSES"
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+        DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+# %doc Docs
+%attr(755,root,root) %{_bindir}/dosdetector
+%{_mandir}/man1/dosdetector*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/18 16:13:05  gozda
+- initial version
+
================================================================



More information about the pld-cvs-commit mailing list