2024-01-06 04:04:12 +01:00
|
|
|
Name: libdaq
|
2024-01-06 04:04:14 +01:00
|
|
|
Version: 3.0.12
|
2024-01-06 04:04:12 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Data Acquisition library
|
|
|
|
Group: Network/Monitoring
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 04:04:12 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.snort.org/
|
|
|
|
Source: https://github.com/snort3/libdaq.git/v%{version}/libdaq-%{version}.tar.bz2
|
2024-01-06 04:04:12 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 04:04:12 +01:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libmnl-devel
|
2024-01-06 04:04:12 +01:00
|
|
|
BuildRequires: libpcap-devel
|
2024-01-06 04:04:12 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-06 04:04:12 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
DAQ replaces direct calls to PCAP functions with an abstraction layer that facilitates operation on a variety of hardware and software interfaces without requiring changes to Snort.
|
|
|
|
It is possible to select the DAQ type and mode when invoking Snort to perform PCAP readback or inline operation, etc.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries and headers for %{name}
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
DAQ replaces direct calls to PCAP functions with an abstraction layer that facilitates operation on a variety of hardware and software interfaces without requiring changes to Snort.
|
2024-01-06 04:04:12 +01:00
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-06 04:04:12 +01:00
|
|
|
|
2024-01-06 04:04:12 +01:00
|
|
|
%debug_package
|
2024-01-06 04:04:12 +01:00
|
|
|
|
|
|
|
%prep
|
2024-01-06 04:04:12 +01:00
|
|
|
%setup -q
|
|
|
|
./bootstrap
|
2024-01-06 04:04:12 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make -j1
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 04:04:13 +01:00
|
|
|
%{_libdir}/libdaq.so.*
|
2024-01-06 04:04:12 +01:00
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 04:04:12 +01:00
|
|
|
%{_bindir}/daqtest
|
|
|
|
%{_bindir}/daqtest-static
|
2024-01-06 04:04:12 +01:00
|
|
|
%{_includedir}/daq*.h
|
2024-01-06 04:04:13 +01:00
|
|
|
%{_libdir}/libdaq*.a
|
|
|
|
%{_libdir}/libdaq.so
|
2024-01-06 04:04:12 +01:00
|
|
|
%{_libdir}/daq/*.so
|
2024-01-06 04:04:12 +01:00
|
|
|
%{_libdir}/pkgconfig/libdaq*.pc
|
2024-01-06 04:04:12 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 04:04:14 +01:00
|
|
|
* Wed Jun 21 2023 Automatic Build System <autodist@mambasoft.it> 3.0.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:04:13 +01:00
|
|
|
* Sat Feb 25 2023 Automatic Build System <autodist@mambasoft.it> 3.0.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:04:13 +01:00
|
|
|
* Sat Dec 24 2022 Automatic Build System <autodist@mambasoft.it> 3.0.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:04:13 +01:00
|
|
|
* Thu Sep 01 2022 Automatic Build System <autodist@mambasoft.it> 3.0.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:04:13 +01:00
|
|
|
* Fri Jun 03 2022 Automatic Build System <autodist@mambasoft.it> 3.0.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:04:13 +01:00
|
|
|
* Sat May 07 2022 Automatic Build System <autodist@mambasoft.it> 3.0.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:04:12 +01:00
|
|
|
* Wed Jan 26 2022 Automatic Build System <autodist@mambasoft.it> 3.0.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:04:12 +01:00
|
|
|
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.5-1mamba
|
|
|
|
- update to 3.0.5
|
|
|
|
|
2024-01-06 04:04:12 +01:00
|
|
|
* Tue Jun 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-1mamba
|
|
|
|
- update to 2.0.2
|
|
|
|
|
2024-01-06 04:04:12 +01:00
|
|
|
* Mon Jan 06 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1-1mamba
|
|
|
|
- update to 2.0.1
|
|
|
|
|
|
|
|
* Mon Jan 07 2013 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
|
|
|
- update to 2.0.0
|
|
|
|
|
|
|
|
* Mon Mar 07 2011 Tiziana Ferro <tiziana.ferro@email.it> 0.5-1mamba
|
|
|
|
- package created by autospec
|