Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1f25cd826 | ||
|
|
24a07604ad | ||
|
|
66f8bdafa3 | ||
|
|
6bc10c96dd | ||
|
|
f594589c2e | ||
|
|
6e05768072 | ||
|
|
9de16f2589 | ||
|
|
e72773c50e | ||
|
|
24b67e2486 | ||
|
|
ade88f16d8 | ||
|
|
f4b88eb5d4 | ||
|
|
ba55b4ccd1 | ||
|
|
ea3d802d48 | ||
|
|
10567b20e6 |
6 changed files with 14 additions and 224 deletions
0
.cvsignore
Normal file
0
.cvsignore
Normal file
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -1,14 +1,3 @@
|
|||
sec-2.5.3.tar.gz
|
||||
/sec-2.6.0.tar.gz
|
||||
/sec-2.6.1.tar.gz
|
||||
/sec-2.6.2.tar.gz
|
||||
/sec-2.7.1.tar.gz
|
||||
/sec-2.7.2.tar.gz
|
||||
/sec-2.7.3.tar.gz
|
||||
/sec-2.7.4.tar.gz
|
||||
/sec-2.7.5.tar.gz
|
||||
/sec-2.7.6.tar.gz
|
||||
/sec-2.7.7.tar.gz
|
||||
/sec-2.7.8.tar.gz
|
||||
/sec-2.7.9.tar.gz
|
||||
/sec-2.7.10.tar.gz
|
||||
|
|
@ -21,5 +10,3 @@ sec-2.5.3.tar.gz
|
|||
/sec-2.9.0.tar.gz
|
||||
/sec-2.9.1.tar.gz
|
||||
/sec-2.9.2.tar.gz
|
||||
/sec-2.9.3.tar.gz
|
||||
/sec-2.9.4.tar.gz
|
||||
|
|
|
|||
14
conf.README
14
conf.README
|
|
@ -2,11 +2,9 @@ This is the SEC configuration directory. Because SEC usage varies so widely
|
|||
from user to user, this package is configured by default to not run.
|
||||
|
||||
The commented-out default settings in /etc/sysconfig/sec will load any file in
|
||||
this directory with a .sec suffix. You can find several example rules at
|
||||
|
||||
https://github.com/simple-evcorr/rulesets
|
||||
|
||||
and install the ones you want here (taking into account that the examples are
|
||||
generic and some of them may need to be tweaked to work with your setup). You
|
||||
should also read the SEC man page so you have at least a basic understanding of
|
||||
the SEC configuration commands.
|
||||
this directory with a .sec suffix. Please look through the example files
|
||||
included in /usr/share/doc/sec-<version>/examples/ and install the ones you
|
||||
want here (taking into account that the examples are generic and some of them
|
||||
may need to be tweaked to work with your setup). You should also read the SEC
|
||||
man page so you have at least a basic understanding of the SEC configuration
|
||||
commands.
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
notifempty
|
||||
sharedscripts
|
||||
postrotate
|
||||
/usr/bin/systemctl kill --signal=USR2 --kill-whom=main sec.service 2>/dev/null || true
|
||||
[ ! -f /run/sec.pid ] || kill -USR2 `cat /run/sec.pid`
|
||||
endscript
|
||||
}
|
||||
|
|
|
|||
207
sec.spec
207
sec.spec
|
|
@ -1,9 +1,8 @@
|
|||
Name: sec
|
||||
Version: 2.9.4
|
||||
Release: 2%{?dist}
|
||||
Version: 2.9.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple Event Correlator script to filter log file entries
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
License: GPLv2+
|
||||
URL: https://simple-evcorr.github.io/
|
||||
Source0: https://github.com/simple-evcorr/sec/releases/download/%{version}/sec-%{version}.tar.gz
|
||||
Source1: sec.service
|
||||
|
|
@ -68,103 +67,32 @@ chmod 0644 contrib/convert.pl contrib/swatch2sec.pl
|
|||
%{_unitdir}/sec@.service
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Thu Feb 12 2026 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.9.4-1
|
||||
- New upstream release
|
||||
- Use systemctl kill
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Nov 02 2024 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.9.3-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 2.9.2-5
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Mon Jun 05 2023 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.9.2-1
|
||||
- New upstream release
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed May 04 2022 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.9.1-1
|
||||
* Thu May 05 2022 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.9.1-1
|
||||
- New upstream release
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu May 13 2021 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.9.0-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.8.3-4
|
||||
- Rebuilt for updated systemd-rpm-macros
|
||||
See https://pagure.io/fesco/issue/2583.
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sat May 2 2020 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.8.3-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Mon Jun 3 2019 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.8.2-1
|
||||
- New upstream release
|
||||
- Clean up spec file
|
||||
- Added an environment file /etc/sysconfig/sec in order to specify command line options
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.1-1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Oct 3 2018 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.8.1-0
|
||||
- New upstream release
|
||||
|
||||
* Sun Sep 2 2018 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.8.0-0
|
||||
* Sun Sep 02 2018 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.8.0-0
|
||||
- New upstream release
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.12-1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Dec 13 2017 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.7.12-0
|
||||
- New upstream release
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.11-1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sun Feb 5 2017 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.7.11-0
|
||||
- New upstream release
|
||||
|
||||
|
|
@ -174,131 +102,8 @@ chmod 0644 contrib/convert.pl contrib/swatch2sec.pl
|
|||
* Sat Apr 2 2016 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.7.9-0
|
||||
- New upstream release
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.8-1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Sun Dec 6 2015 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.7.8-0
|
||||
- New upstream release
|
||||
|
||||
* Wed Oct 14 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.7-2
|
||||
- While rotating logfiles do not do a full restart of the sec instance
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.7-1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Wed Feb 18 2015 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.7.7-0
|
||||
- New upstream release
|
||||
|
||||
* Tue Jul 15 2014 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.7.6-0
|
||||
- New upstream release
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.5-1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2014 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.7.5-0
|
||||
- New upstream release
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.4-1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Sat Jun 29 2013 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.7.4-0
|
||||
- New upstream release
|
||||
|
||||
* Sun Jun 2 2013 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.7.3-0
|
||||
- New upstream release
|
||||
|
||||
* Mon Apr 15 2013 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.7.2-0
|
||||
- New upstream release
|
||||
|
||||
* Fri Mar 15 2013 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.7.1-0
|
||||
- New upstream release
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Fri Aug 17 2012 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.6.2-2
|
||||
- Apply latest packaging guidelines (systemd scriptlets for F18+)
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.2-1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sun Feb 5 2012 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.6.2-0
|
||||
- New upstream release
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.1-1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Sep 19 2011 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.6.1-0
|
||||
- New upstream release
|
||||
|
||||
* Sat Jun 11 2011 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.6.0-2
|
||||
- Upgrade to systemd
|
||||
|
||||
* Sun Mar 20 2011 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.6.0-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.3-1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Thu Dec 10 2009 Stefan Schulze Frielinghaus <stefan@seekline.net> - 2.5.3-0
|
||||
- New upstream release
|
||||
|
||||
* Tue Sep 29 2009 Stefan Schulze Frielinghaus <stefan@seekline.net> - 2.5.2-1
|
||||
- New upstream release
|
||||
- SPEC file cleanup
|
||||
- Init script cleanup
|
||||
- Removed some examples because of licensing issues. Upstream has clarified
|
||||
and changed most of the license tags to GPLv2. Additionally, upstream
|
||||
will include the examples in the next release.
|
||||
- Removed a provide statement since a period was in the name and no other
|
||||
package required that special name.
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Thu Sep 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.4.1-2
|
||||
- fix license tag
|
||||
|
||||
* Mon May 28 2007 Chris Petersen <rpm@forevermore.net> 2.4.1-1
|
||||
- Update to 2.4.1
|
||||
|
||||
* Wed Dec 06 2006 Chris Petersen <rpm@forevermore.net> 2.4.0-1
|
||||
- Update to 2.4.0
|
||||
|
||||
* Mon Jun 12 2006 Chris Petersen <rpm@forevermore.net> 2.3.3-4
|
||||
- Change group to keep rpmlint happy
|
||||
- Fix permissions on the logrotate script
|
||||
|
||||
* Thu Jun 08 2006 Chris Petersen <rpm@forevermore.net> 2.3.3-3
|
||||
- Clean up spec
|
||||
- Add ghost file entries for the default logfile and pid
|
||||
- Add logrotate script
|
||||
- Add more bleedingsnort examples
|
||||
- Add pid to sec.sysconfig and completely rewrite to handle multiple instances
|
||||
- Fix download URL
|
||||
- Fix echo log command in 001_init.sec
|
||||
- Rewrite sysV init script to handle multiple instances (based loosely on vsftpd)
|
||||
|
||||
* Mon May 01 2006 Didier Moens <Didier.Moens@dmbr.UGent.be> 2.3.3-2
|
||||
- Change init script to not start by default in any runlevel
|
||||
|
||||
* Fri Apr 28 2006 Didier Moens <Didier.Moens@dmbr.UGent.be> 2.3.3-1
|
||||
- Upgrade to upstream 2.3.3
|
||||
- Add status to init script
|
||||
|
||||
* Thu Sep 22 2005 Didier Moens <Didier.Moens@dmbr.UGent.be> 2.3.2-4
|
||||
- Update Source locations
|
||||
|
||||
* Thu Sep 22 2005 Didier Moens <Didier.Moens@dmbr.UGent.be> 2.3.2-3
|
||||
- Change permissions on /usr/bin/sec
|
||||
|
||||
* Thu Sep 22 2005 Didier Moens <Didier.Moens@dmbr.UGent.be> 2.3.2-2
|
||||
- Create initial startup rulesets
|
||||
- Add examples
|
||||
- Refine init script
|
||||
|
||||
* Wed Sep 21 2005 Didier Moens <Didier.Moens@dmbr.UGent.be> 2.3.2-1
|
||||
* Thu Oct 15 2015 Stefan Schulze Frielinghaus <stefansf@fedoraproject.org> - 2.7.7-0
|
||||
- First build
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (sec-2.9.4.tar.gz) = e049ea61e52420faddc2ad3373d9ec65cc6187d59e89537d919eb0342688e494c3d9db334347dbaf9a42260930c99756d46ed3f9f015a38bd95f6959ded047d9
|
||||
SHA512 (sec-2.9.2.tar.gz) = 441c543f9abcfff46c5cd86c9be8fd5c57fef988519f2c9f431b715717e0500ce1b89365e16c0d3b6e76369cf5ee5f6d5318b32e4374c614ec0083833021f17c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue