From 6f77f8cb864622bd2bf7e66936579a1f89c6af32 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:11:03 +0100 Subject: [PATCH] automatic update by autodist [release 1.24-1mamba;Fri May 07 2010] --- README.md | 2 ++ libnids.spec | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 libnids.spec diff --git a/README.md b/README.md index 9183a0e..2675a96 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libnids +Libnids is an implementation of an E-component of Network Intrusion Detection System. It emulates the IP stack of Linux 2.0.x. Libnids offers IP defragmentation, TCP stream assembly and TCP port scan detection. + diff --git a/libnids.spec b/libnids.spec new file mode 100644 index 0000000..dbaf53f --- /dev/null +++ b/libnids.spec @@ -0,0 +1,68 @@ +Name: libnids +Version: 1.24 +Release: 1mamba +Summary: An implementation of an E-component of Network Intrusion Detection System +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://libnids.sourceforge.net/ +Source: http://ovh.dl.sourceforge.net/sourceforge/libnids/%{name}-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libglib-devel +BuildRequires: libpcap-devel +## AUTOBUILDREQ-END + +%description +Libnids is an implementation of an E-component of Network Intrusion Detection System. It emulates the IP stack of Linux 2.0.x. Libnids offers IP defragmentation, TCP stream assembly and TCP port scan detection. + +%package devel +Group: Development/Libraries +Summary: Static libraries and headers for %{name} +Requires: %{name} = %{version} + +%description devel +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%configure \ + --enable-shared +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeoldinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/*.so.* +%{_mandir}/man3/libnids.3.gz +%doc CHANGES COPYING CREDITS README + +%files devel +%defattr(-,root,root) +%{_includedir}/*.h +%{_libdir}/*.a +%{_libdir}/*.so + +%changelog +* Fri May 07 2010 Automatic Build System 1.24-1mamba +- automatic update by autodist + +* Wed Jul 02 2008 Tiziana Ferro 1.23-1mamba +- update to 1.23 + +* Fri Jul 08 2005 Silvan Calarco 1.20-1qilnx +- package created by autospec