2024-01-06 05:11:03 +01:00
|
|
|
Name: libnids
|
2024-01-06 05:11:04 +01:00
|
|
|
Version: 1.26
|
|
|
|
Release: 1mamba
|
2024-01-06 05:11:03 +01:00
|
|
|
Summary: An implementation of an E-component of Network Intrusion Detection System
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://libnids.sourceforge.net/
|
2024-01-06 05:11:04 +01:00
|
|
|
Source: https://github.com/MITRECND/libnids.git/%{version}/libnids-%{version}.tar.bz2
|
2024-01-06 05:11:03 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-06 05:11:03 +01:00
|
|
|
BuildRequires: libnet-devel
|
|
|
|
BuildRequires: libnsl-devel
|
2024-01-06 05:11:03 +01:00
|
|
|
BuildRequires: libpcap-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 05:11:03 +01:00
|
|
|
BuildRequires: libnet-devel >= 1.2
|
2024-01-06 05:11:03 +01:00
|
|
|
|
|
|
|
%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}
|
2024-01-06 05:11:03 +01:00
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 05:11:03 +01:00
|
|
|
|
|
|
|
%description devel
|
2024-01-06 05:11:03 +01:00
|
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
|
|
|
|
%debug_package
|
2024-01-06 05:11:03 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure \
|
|
|
|
--enable-shared
|
2024-01-06 05:11:04 +01:00
|
|
|
|
2024-01-06 05:11:03 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%makeoldinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 05:11:03 +01:00
|
|
|
%{_libdir}/libnids.so.*
|
|
|
|
%doc COPYING CREDITS
|
2024-01-06 05:11:03 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 05:11:03 +01:00
|
|
|
%{_includedir}/nids.h
|
|
|
|
%{_libdir}/libnids.a
|
|
|
|
%{_libdir}/libnids.so
|
|
|
|
%{_mandir}/man3/libnids.3*
|
|
|
|
%doc CHANGES CREDITS README
|
2024-01-06 05:11:03 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 05:11:04 +01:00
|
|
|
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.26-1mamba
|
|
|
|
- update to 1.26
|
|
|
|
|
2024-01-06 05:11:03 +01:00
|
|
|
* Fri Nov 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.24-3mamba
|
|
|
|
- rebuilt with libnet 1.2
|
|
|
|
|
2024-01-06 05:11:03 +01:00
|
|
|
* Tue Oct 20 2020 Automatic Build System <autodist@mambasoft.it> 1.24-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
2024-01-06 05:11:03 +01:00
|
|
|
* Fri May 07 2010 Automatic Build System <autodist@mambasoft.it> 1.24-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Jul 02 2008 Tiziana Ferro <tiziana.ferro@email.it> 1.23-1mamba
|
|
|
|
- update to 1.23
|
|
|
|
|
|
|
|
* Fri Jul 08 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.20-1qilnx
|
|
|
|
- package created by autospec
|