Compare commits
75 Commits
2.9.8.0-1m
...
main
Author | SHA1 | Date | |
---|---|---|---|
287d707a7a | |||
1c21051dab | |||
f041cbbf05 | |||
a1e41a8256 | |||
ea00a3da69 | |||
cc6c079b8e | |||
c41cf40d1d | |||
35253be5bb | |||
d5933184ef | |||
20a403c4f9 | |||
f1ac52a0fc | |||
f9e393a624 | |||
dcbcf1cca0 | |||
6c2d791125 | |||
11ebca0e50 | |||
d79c029091 | |||
7bfc6bb966 | |||
d9d926c4cc | |||
58e89b1165 | |||
11518a694e | |||
11197b54bb | |||
5f560773c6 | |||
99bd33ae13 | |||
d51957adee | |||
cea4824a3f | |||
fdf38c17d0 | |||
480f6cb180 | |||
296c7b4aa9 | |||
c158550fd0 | |||
7952688b25 | |||
90b9ecfee8 | |||
b686e77b25 | |||
3645344100 | |||
12ef21df59 | |||
5d100d370e | |||
dcd094f588 | |||
d919559c93 | |||
ee749b171d | |||
eb7d081059 | |||
8eb9026607 | |||
6060d7ddd6 | |||
77db33b3f0 | |||
aeb747ed39 | |||
318b108c3d | |||
8b14989a94 | |||
b05f172db4 | |||
14478a1185 | |||
62223477a2 | |||
87c26455c5 | |||
e56da8bcaa | |||
ac750fac6b | |||
84f9aa8289 | |||
793d0575ee | |||
6397322db2 | |||
ae8c5b1963 | |||
8c25a9ce81 | |||
952e96e425 | |||
677d02aa8c | |||
b5666e581c | |||
763c1b8fae | |||
7eb3f6dfe6 | |||
fd44ce639c | |||
6f20271456 | |||
96a0d13e1d | |||
f4045f2005 | |||
78484f2062 | |||
b310678131 | |||
688f354d7e | |||
130172799c | |||
1c826cc7af | |||
864ec07e1d | |||
bfb02d8ae4 | |||
452400eb5c | |||
b73c6fd3d2 | |||
2b53252741 |
@ -4,7 +4,6 @@ Snort is an open source network intrusion detection system, capable of performin
|
||||
It can perform protocol analysis, content searching/matching and can be used to detect a variety of attacks and probes, such as buffer overflows, stealth port scans, CGI attacks, SMB probes, OS fingerprinting attempts, and much more.
|
||||
Snort uses a flexible rules language to describe traffic that it should collect or pass, as well as a detection engine that utilizes a modular plugin architecture.
|
||||
Snort has a real-time alerting capability as well, incorporating alerting mechanisms for syslog, a user specified file, a UNIX socket, or WinPopup messages to Windows clients using Samba's smbclient.
|
||||
|
||||
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.
|
||||
|
||||
|
402
snort.spec
402
snort.spec
@ -5,25 +5,45 @@
|
||||
%define userid 65023
|
||||
|
||||
Name: snort
|
||||
Version: 2.9.8.0
|
||||
Version: 3.9.5.0
|
||||
Release: 1mamba
|
||||
Summary: The Open Source Intrusion Detection System
|
||||
Group: Network/Monitoring
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.snort.org
|
||||
# 2.8.6.1: no direct link working; downloaded by hand
|
||||
Source0: https://www.snort.org/downloads/snort/snort-%{version}.tar.gz
|
||||
URL: https://www.snort.org/
|
||||
Source0: https://github.com/snort3/snort3.git/%{version}/snort3-%{version}.tar.bz2
|
||||
Source1: snort-initscript
|
||||
Source2: snort-sysconfig
|
||||
Source3: snort-createmysql
|
||||
Source4: snort-createmysql-archive
|
||||
#Source5: http://www.snort.org/dl/contrib/...
|
||||
Source5: snortdb-extra.bz2
|
||||
Source6: http://www.snort.org/pub-bin/downloads.cgi/Download/comm_rules/Community-Rules-CURRENT.tar.gz
|
||||
Source6: https://www.snort.org/downloads/community/snort3-community-rules.tar.gz
|
||||
Source7: snort-conf
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatomic-devel
|
||||
BuildRequires: libdaq-devel
|
||||
BuildRequires: libdnet-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libhwloc-devel
|
||||
BuildRequires: libluajit-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libmnl-devel
|
||||
BuildRequires: libnuma-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: libpcre2-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libunwind-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libdnet-devel
|
||||
BuildRequires: libdaq-devel >= 3.0.5
|
||||
BuildRequires: libluajit-devel
|
||||
%if %enable_mysql
|
||||
BuildRequires: libmysql5-devel
|
||||
%endif
|
||||
@ -35,19 +55,6 @@ BuildRequires: libodbc-devel >= 2.2.6
|
||||
Requires: postgresql >= 7.3.3
|
||||
BuildRequires: postgresql-devel >= 7.4-2
|
||||
%endif
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libmysql5-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: mysql
|
||||
BuildRequires: mysql-client
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libdnet-devel
|
||||
BuildRequires: libdaq-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: %{_datadir}/snort/contrib/createmysql
|
||||
Provides: %{_datadir}/snort/contrib/createmysql-archive
|
||||
|
||||
@ -56,7 +63,6 @@ Snort is an open source network intrusion detection system, capable of performin
|
||||
It can perform protocol analysis, content searching/matching and can be used to detect a variety of attacks and probes, such as buffer overflows, stealth port scans, CGI attacks, SMB probes, OS fingerprinting attempts, and much more.
|
||||
Snort uses a flexible rules language to describe traffic that it should collect or pass, as well as a detection engine that utilizes a modular plugin architecture.
|
||||
Snort has a real-time alerting capability as well, incorporating alerting mechanisms for syslog, a user specified file, a UNIX socket, or WinPopup messages to Windows clients using Samba's smbclient.
|
||||
|
||||
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.
|
||||
|
||||
@ -70,87 +76,41 @@ Snort is an open source network intrusion detection system, capable of performin
|
||||
It can perform protocol analysis, content searching/matching and can be used to detect a variety of attacks and probes, such as buffer overflows, stealth port scans, CGI attacks, SMB probes, OS fingerprinting attempts, and much more.
|
||||
Snort uses a flexible rules language to describe traffic that it should collect or pass, as well as a detection engine that utilizes a modular plugin architecture.
|
||||
Snort has a real-time alerting capability as well, incorporating alerting mechanisms for syslog, a user specified file, a UNIX socket, or WinPopup messages to Windows clients using Samba's smbclient.
|
||||
|
||||
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.
|
||||
|
||||
This package contains the static libraries, headers and source files for development.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -a6
|
||||
sed -i "s|/usr/local|/usr|" etc/snort.conf
|
||||
%setup -q -n snort3-%{version} -a6
|
||||
#sed -i "s|/usr/local|/usr|" etc/snort.conf
|
||||
|
||||
%build
|
||||
%configure \
|
||||
-sysconfdir=%{_sysconfdir}/snort \
|
||||
--enable-linux-smp-stat \
|
||||
--enable-smbalerts \
|
||||
%if %enable_mysql
|
||||
--with-mysql \
|
||||
%else
|
||||
--without-mysql --disable-mysql \
|
||||
%endif
|
||||
%if %enable_odbc
|
||||
--with-odbc \
|
||||
%endif
|
||||
%if %enable_postgresql
|
||||
--with-postgresql \
|
||||
%endif
|
||||
# --enable-sourcefire
|
||||
# --enable-perfmonitor
|
||||
# --enable-flexresp
|
||||
%cmake -d build \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
|
||||
-DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir}
|
||||
|
||||
%make -j1
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
%makeinstall -C build
|
||||
|
||||
install -d %{buildroot}%{_sysconfdir}/snort/{rules,preproc_rules}
|
||||
cp rules/*.rules %{buildroot}%{_sysconfdir}/snort/rules/
|
||||
cp preproc_rules/*.rules %{buildroot}%{_sysconfdir}/snort/preproc_rules/
|
||||
|
||||
cp etc/*.conf etc/*.config etc/*.map %{buildroot}%{_sysconfdir}/snort
|
||||
|
||||
install -D -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/snort
|
||||
install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/snort
|
||||
|
||||
install -d %{buildroot}/var/log/snort
|
||||
|
||||
install -D %{SOURCE3} %{buildroot}%{_datadir}/snort/contrib/createmysql
|
||||
install -D %{SOURCE4} %{buildroot}%{_datadir}/snort/contrib/createmysql-archive
|
||||
|
||||
install -D %{SOURCE7} %{buildroot}%{_sysconfdir}/snort/snort.conf
|
||||
|
||||
#cp contrib/create* contrib/snortdb-extra.bz2 %{buildroot}%{_datadir}/snort/contrib/
|
||||
cp %{SOURCE5} %{buildroot}%{_datadir}/snort/contrib/
|
||||
#cp schemas/create_* %{buildroot}%{_datadir}/snort/contrib/
|
||||
cp snort3-community-rules/*.rules %{buildroot}%{_sysconfdir}/snort/rules/
|
||||
|
||||
%pre
|
||||
/usr/sbin/groupadd snort -g %{groupid} 2>/dev/null
|
||||
/usr/sbin/useradd -u %{userid} -c 'Snort user' -d /dev/null -g snort \
|
||||
-s /bin/false snort 2>/dev/null
|
||||
exit 0
|
||||
|
||||
%post
|
||||
# new install
|
||||
if [ $1 -eq 1 ]; then
|
||||
RANDOM_PASSWD=`/usr/bin/mkpasswd -l 10 -s 0`
|
||||
sed -i "s|# output database: log, mysql.*|output database: log, mysql, user=snort password=$RANDOM_PASSWD dbname=snort host=localhost|" \
|
||||
%{_sysconfdir}/snort/snort.conf
|
||||
%{_datadir}/snort/contrib/createmysql $RANDOM_PASSWD
|
||||
%{_datadir}/snort/contrib/createmysql-archive $RANDOM_PASSWD
|
||||
fi
|
||||
exit 0
|
||||
:
|
||||
|
||||
%preun
|
||||
# erase
|
||||
if [ $1 -eq 0 ]; then
|
||||
service snort stop 2>/dev/null
|
||||
/sbin/chkconfig --del snort
|
||||
/usr/sbin/userdel snort 2>/dev/null
|
||||
fi
|
||||
exit 0
|
||||
:
|
||||
|
||||
%postun
|
||||
# update
|
||||
@ -158,65 +118,269 @@ if [ $1 -eq 1 ]; then
|
||||
groupadd snort -g %{groupid} 2>/dev/null
|
||||
/usr/sbin/useradd -u %{userid} -c 'Snort user' -d /dev/null -g snort \
|
||||
-s /bin/false snort 2>/dev/null
|
||||
/sbin/chkconfig snort
|
||||
[ $? -eq 0 ] && service snort restart
|
||||
fi
|
||||
exit 0
|
||||
:
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/snort/snort.conf
|
||||
%config %{_sysconfdir}/snort/file_magic.conf
|
||||
%config(noreplace) %{_sysconfdir}/snort/threshold.conf
|
||||
%config(noreplace) %{_sysconfdir}/snort/classification.config
|
||||
%config(noreplace) %{_sysconfdir}/snort/reference.config
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/snort
|
||||
%dir %{_sysconfdir}/snort
|
||||
%{_sysconfdir}/snort/*.lua
|
||||
%config %{_sysconfdir}/snort/*.rules
|
||||
%dir %{_sysconfdir}/snort/rules
|
||||
%{_sysconfdir}/snort/rules/*
|
||||
%{_sysconfdir}/snort/preproc_rules/*
|
||||
%{_sysconfdir}/snort/*.map
|
||||
%{_bindir}/appid_detector_builder.sh
|
||||
#%{_bindir}/fbstreamer
|
||||
%{_bindir}/u2boat
|
||||
%{_bindir}/u2spewfoo
|
||||
%{_bindir}/snort
|
||||
%dir %{_libdir}/snort_dynamicengine
|
||||
%{_libdir}/snort_dynamicengine/libsf_engine.a
|
||||
%{_libdir}/snort_dynamicengine/libsf_engine.la
|
||||
%{_libdir}/snort_dynamicengine/libsf_engine.so
|
||||
%{_libdir}/snort_dynamicengine/libsf_engine.so.*
|
||||
%dir %{_libdir}/snort_dynamicpreprocessor
|
||||
%{_libdir}/snort_dynamicpreprocessor/*.a
|
||||
%{_libdir}/snort_dynamicpreprocessor/*.la
|
||||
%{_libdir}/snort_dynamicpreprocessor/*.so*
|
||||
%dir %{_libdir}/snort/dynamic_output/
|
||||
%{_libdir}/snort/dynamic_output/libsf_dynamic_output.a
|
||||
%{_libdir}/snort/dynamic_output/libsf_dynamic_output.la
|
||||
%dir %{_libdir}/snort/dynamic_preproc
|
||||
%{_libdir}/snort/dynamic_preproc/libsf_dynamic_preproc.a
|
||||
%{_libdir}/snort/dynamic_preproc/libsf_dynamic_preproc.la
|
||||
%dir %{_datadir}/snort
|
||||
%dir %{_datadir}/snort/contrib
|
||||
%{_datadir}/snort/contrib/*
|
||||
%attr(755,root,root) %{_initrddir}/snort
|
||||
%dir %attr(755,snort,snort) /var/log/snort
|
||||
%{_bindir}/snort2lua
|
||||
%dir %{_libdir}/snort
|
||||
%dir %{_libdir}/snort/daq
|
||||
%{_libdir}/snort/daq/daq_file.so
|
||||
%{_libdir}/snort/daq/daq_hext.so
|
||||
%dir %{_datadir}/doc/snort
|
||||
%{_datadir}/doc/snort/*
|
||||
%{_mandir}/man8/*
|
||||
%doc ChangeLog doc/AUTHORS doc/CREDITS
|
||||
%doc doc/snort_manual.*
|
||||
#%dir %attr(755,snort,snort) /var/log/snort
|
||||
%doc COPYING LICENSE
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/src/snort_dynamicsrc/*.h
|
||||
%{_prefix}/src/snort_dynamicsrc/*.c
|
||||
%dir %{_includedir}/snort
|
||||
%{_includedir}/snort/*
|
||||
%{_libdir}/pkgconfig/snort.pc
|
||||
%{_libdir}/pkgconfig/snort_preproc.pc
|
||||
%{_libdir}/pkgconfig/snort_output.pc
|
||||
%doc doc/{BUGS,CREDITS,NEWS,README*,TODO,USAGE}
|
||||
|
||||
%changelog
|
||||
* Sat Sep 06 2025 Automatic Build System <autodist@openmamba.org> 3.9.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 13 2025 Automatic Build System <autodist@openmamba.org> 3.9.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 23 2025 Automatic Build System <autodist@openmamba.org> 3.9.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 05 2025 Automatic Build System <autodist@openmamba.org> 3.9.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 30 2025 Automatic Build System <autodist@openmamba.org> 3.8.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 11 2025 Automatic Build System <autodist@openmamba.org> 3.7.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 22 2025 Automatic Build System <autodist@openmamba.org> 3.7.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 05 2025 Automatic Build System <autodist@openmamba.org> 3.7.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 16 2025 Automatic Build System <autodist@openmamba.org> 3.7.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 18 2025 Automatic Build System <autodist@openmamba.org> 3.7.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 20 2024 Automatic Build System <autodist@openmamba.org> 3.5.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 12 2024 Automatic Build System <autodist@openmamba.org> 3.5.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 23 2024 Automatic Build System <autodist@openmamba.org> 3.5.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 30 2024 Automatic Build System <autodist@openmamba.org> 3.3.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 10 2024 Automatic Build System <autodist@openmamba.org> 3.3.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 28 2024 Automatic Build System <autodist@openmamba.org> 3.3.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 17 2024 Automatic Build System <autodist@openmamba.org> 3.3.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 31 2024 Automatic Build System <autodist@openmamba.org> 3.3.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 19 2024 Automatic Build System <autodist@openmamba.org> 3.3.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 16 2024 Automatic Build System <autodist@openmamba.org> 3.3.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 08 2024 Automatic Build System <autodist@openmamba.org> 3.2.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 24 2024 Automatic Build System <autodist@openmamba.org> 3.2.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 13 2024 Automatic Build System <autodist@openmamba.org> 3.1.84.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 26 2024 Automatic Build System <autodist@openmamba.org> 3.1.83.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 16 2024 Automatic Build System <autodist@openmamba.org> 3.1.82.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 3.1.81.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 19 2024 Automatic Build System <autodist@openmamba.org> 3.1.78.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 23 2023 Automatic Build System <autodist@mambasoft.it> 3.1.77.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 05 2023 Automatic Build System <autodist@mambasoft.it> 3.1.76.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 23 2023 Automatic Build System <autodist@mambasoft.it> 3.1.75.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 09 2023 Automatic Build System <autodist@mambasoft.it> 3.1.74.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 26 2023 Automatic Build System <autodist@mambasoft.it> 3.1.73.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 3.1.71.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 13 2023 Automatic Build System <autodist@mambasoft.it> 3.1.70.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 29 2023 Automatic Build System <autodist@mambasoft.it> 3.1.69.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 03 2023 Automatic Build System <autodist@mambasoft.it> 3.1.67.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 04 2023 Automatic Build System <autodist@mambasoft.it> 3.1.63.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 22 2023 Automatic Build System <autodist@mambasoft.it> 3.1.62.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 07 2023 Automatic Build System <autodist@mambasoft.it> 3.1.61.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 23 2023 Automatic Build System <autodist@mambasoft.it> 3.1.60.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 08 2023 Automatic Build System <autodist@mambasoft.it> 3.1.59.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 25 2023 Automatic Build System <autodist@mambasoft.it> 3.1.58.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 13 2023 Automatic Build System <autodist@mambasoft.it> 3.1.57.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 24 2023 Automatic Build System <autodist@mambasoft.it> 3.1.56.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 10 2023 Automatic Build System <autodist@mambasoft.it> 3.1.55.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 27 2023 Automatic Build System <autodist@mambasoft.it> 3.1.53.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 19 2023 Automatic Build System <autodist@mambasoft.it> 3.1.52.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 13 2023 Automatic Build System <autodist@mambasoft.it> 3.1.51.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 26 2022 Automatic Build System <autodist@mambasoft.it> 3.1.50.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 03 2022 Automatic Build System <autodist@mambasoft.it> 3.1.48.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 24 2022 Automatic Build System <autodist@mambasoft.it> 3.1.47.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 29 2022 Automatic Build System <autodist@mambasoft.it> 3.1.45.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 08 2022 Automatic Build System <autodist@mambasoft.it> 3.1.43.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 28 2022 Automatic Build System <autodist@mambasoft.it> 3.1.42.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 15 2022 Automatic Build System <autodist@mambasoft.it> 3.1.41.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 27 2022 Automatic Build System <autodist@mambasoft.it> 3.1.40.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 13 2022 Automatic Build System <autodist@mambasoft.it> 3.1.39.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 29 2022 Automatic Build System <autodist@mambasoft.it> 3.1.38.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 18 2022 Automatic Build System <autodist@mambasoft.it> 3.1.36.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 18 2022 Automatic Build System <autodist@mambasoft.it> 3.1.32.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 04 2022 Automatic Build System <autodist@mambasoft.it> 3.1.31.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 21 2022 Automatic Build System <autodist@mambasoft.it> 3.1.30.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 25 2022 Automatic Build System <autodist@mambasoft.it> 3.1.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 10 2022 Automatic Build System <autodist@mambasoft.it> 3.1.23.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 05 2022 Automatic Build System <autodist@mambasoft.it> 3.1.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 27 2022 Automatic Build System <autodist@mambasoft.it> 3.1.21.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 13 2022 Automatic Build System <autodist@mambasoft.it> 3.1.20.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 29 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.19.0-1mamba
|
||||
- update to 3.1.19.0
|
||||
|
||||
* Fri Nov 20 2020 Automatic Build System <autodist@mambasoft.it> 2.9.17-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 16 2020 Automatic Build System <autodist@mambasoft.it> 2.9.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 23 2016 Automatic Build System <autodist@mambasoft.it> 2.9.8.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 31 2016 Automatic Build System <autodist@mambasoft.it> 2.9.8.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 01 2015 Automatic Build System <autodist@mambasoft.it> 2.9.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
@ -364,10 +528,10 @@ exit 0
|
||||
* Sat Jun 05 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-4qilnx
|
||||
- start daemon without "-A fast" otherwise it won't log to database
|
||||
|
||||
* Tue Jun 04 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-3qilnx
|
||||
* Fri Jun 04 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-3qilnx
|
||||
- completed db creation with snortdb-extra.gz
|
||||
|
||||
* Tue Jun 04 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-2qilnx
|
||||
* Fri Jun 04 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-2qilnx
|
||||
- reconfigured with mysql database creation on install
|
||||
- now runs with its own user and group (snort)
|
||||
|
||||
@ -403,5 +567,5 @@ exit 0
|
||||
SMB alerting via Samba, statistics reporting through proc.
|
||||
flexible responses on hostile connection attempts not yet enabled.
|
||||
|
||||
* Tue Jun 18 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.0.0-1qilnx
|
||||
* Wed Jun 18 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.0.0-1qilnx
|
||||
- first build for snort
|
||||
|
Reference in New Issue
Block a user