Compare commits

..

3 Commits

View File

@ -5,7 +5,7 @@
%define userid 65023 %define userid 65023
Name: snort Name: snort
Version: 3.6.0.0 Version: 3.6.3.0
Release: 1mamba Release: 1mamba
Summary: The Open Source Intrusion Detection System Summary: The Open Source Intrusion Detection System
Group: Network/Monitoring Group: Network/Monitoring
@ -47,7 +47,7 @@ BuildRequires: libmnl-devel
BuildRequires: libnuma-devel BuildRequires: libnuma-devel
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
BuildRequires: libpcap-devel BuildRequires: libpcap-devel
BuildRequires: libpcre-devel BuildRequires: libpcre2-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libunwind-devel BuildRequires: libunwind-devel
BuildRequires: libuuid-devel BuildRequires: libuuid-devel
@ -81,7 +81,6 @@ Snort has three primary uses.
It can be used as a straight packet sniffer like tcpdump(1), a packet logger (useful for network traffic debugging, etc), or as a full blown network intrusion detection system. It can be used as a straight packet sniffer like tcpdump(1), a packet logger (useful for network traffic debugging, etc), or as a full blown network intrusion detection system.
This package contains the static libraries, headers and source files for development. This package contains the static libraries, headers and source files for development.
%debug_package
%prep %prep
%setup -q -n snort3-%{version} -a6 %setup -q -n snort3-%{version} -a6
@ -211,6 +210,15 @@ fi
%{_libdir}/pkgconfig/snort.pc %{_libdir}/pkgconfig/snort.pc
%changelog %changelog
* Thu Feb 06 2025 Automatic Build System <autodist@openmamba.org> 3.6.3.0-1mamba
- automatic version update by autodist
* Mon Jan 27 2025 Automatic Build System <autodist@openmamba.org> 3.6.2.0-1mamba
- automatic version update by autodist
* Tue Dec 31 2024 Automatic Build System <autodist@openmamba.org> 3.6.1.0-1mamba
- automatic version update by autodist
* Thu Dec 05 2024 Automatic Build System <autodist@openmamba.org> 3.6.0.0-1mamba * Thu Dec 05 2024 Automatic Build System <autodist@openmamba.org> 3.6.0.0-1mamba
- automatic version update by autodist - automatic version update by autodist