From 628a88bfb8a9c9295226a546ee8c03374f80440c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:04:12 +0100 Subject: [PATCH] update to 3.0.5 [release 3.0.5-1mamba;Sun Dec 26 2021] --- libdaq.spec | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/libdaq.spec b/libdaq.spec index 5c45e3a..3a342a4 100644 --- a/libdaq.spec +++ b/libdaq.spec @@ -1,20 +1,20 @@ -%define snortver 2.9.6.1 Name: libdaq -Version: 2.0.2 +Version: 3.0.5 Release: 1mamba Summary: Data Acquisition library Group: Network/Monitoring Vendor: openmamba Distribution: openmamba -Packager: Tiziana Ferro -URL: http://www.snort.org -# 0.5: no direct link working; downloaded by hand -Source: http://downloads.sourceforge.net/project/snort.mirror/Snort%20%{snortver}/daq-%{version}.tar.gz +Packager: Silvan Calarco +URL: https://www.snort.org/ +Source: https://github.com/snort3/libdaq.git/v%{version}/libdaq-%{version}.tar.bz2 License: GPL -BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libmnl-devel BuildRequires: libpcap-devel +BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END %description @@ -28,11 +28,13 @@ 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. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep -%setup -q -n daq-%{version} +%setup -q +./bootstrap %build %configure @@ -55,17 +57,20 @@ This package contains static libraries and header files need for development. %files devel %defattr(-,root,root) -%{_bindir}/daq-modules-config +%{_bindir}/daqtest +%{_bindir}/daqtest-static %{_includedir}/daq*.h -%{_includedir}/sfbpf*.h %{_libdir}/*.a %{_libdir}/*.la %{_libdir}/*.so %{_libdir}/daq/*.la %{_libdir}/daq/*.so -%doc README +%{_libdir}/pkgconfig/libdaq*.pc %changelog +* Sun Dec 26 2021 Silvan Calarco 3.0.5-1mamba +- update to 3.0.5 + * Tue Jun 17 2014 Silvan Calarco 2.0.2-1mamba - update to 2.0.2