rebuilt with libnet 1.2 [release 1.24-3mamba;Fri Nov 26 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 05:11:03 +01:00
parent 85c9bcc5db
commit 851f5d5e35

View File

@ -1,6 +1,6 @@
Name: libnids Name: libnids
Version: 1.24 Version: 1.24
Release: 2mamba Release: 3mamba
Summary: An implementation of an E-component of Network Intrusion Detection System Summary: An implementation of an E-component of Network Intrusion Detection System
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -9,12 +9,14 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://libnids.sourceforge.net/ URL: http://libnids.sourceforge.net/
Source: http://downloads.sourceforge.net/sourceforge/libnids/%{name}-%{version}.tar.gz Source: http://downloads.sourceforge.net/sourceforge/libnids/%{name}-%{version}.tar.gz
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libnet-devel
BuildRequires: libnsl-devel
BuildRequires: libpcap-devel BuildRequires: libpcap-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libnet-devel >= 1.2
%description %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. 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.
@ -22,10 +24,12 @@ Libnids is an implementation of an E-component of Network Intrusion Detection Sy
%package devel %package devel
Group: Development/Libraries Group: Development/Libraries
Summary: Static libraries and headers for %{name} Summary: Static libraries and headers for %{name}
Requires: %{name} = %{version} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
This package contains static libraries and header files need for development. This package contains static libraries and header files needed for development.
%debug_package
%prep %prep
%setup -q %setup -q
@ -47,17 +51,21 @@ This package contains static libraries and header files need for development.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/*.so.* %{_libdir}/libnids.so.*
%{_mandir}/man3/libnids.3.gz %doc COPYING CREDITS
%doc CHANGES COPYING CREDITS README
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/*.h %{_includedir}/nids.h
%{_libdir}/*.a %{_libdir}/libnids.a
%{_libdir}/*.so %{_libdir}/libnids.so
%{_mandir}/man3/libnids.3*
%doc CHANGES CREDITS README
%changelog %changelog
* Fri Nov 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.24-3mamba
- rebuilt with libnet 1.2
* Tue Oct 20 2020 Automatic Build System <autodist@mambasoft.it> 1.24-2mamba * Tue Oct 20 2020 Automatic Build System <autodist@mambasoft.it> 1.24-2mamba
- automatic rebuild by autodist - automatic rebuild by autodist