import rsyslog-8.1911.0-7.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:50:10 -04:00 committed by Andrew Lukoshko
parent 6659df9922
commit 5ed1f72be1

View File

@ -6,7 +6,7 @@
Summary: Enhanced system logging and kernel message trapping daemon Summary: Enhanced system logging and kernel message trapping daemon
Name: rsyslog Name: rsyslog
Version: 8.1911.0 Version: 8.1911.0
Release: 6%{?dist} Release: 7%{?dist}
License: (GPLv3+ and ASL 2.0) License: (GPLv3+ and ASL 2.0)
Group: System Environment/Daemons Group: System Environment/Daemons
ExcludeArch: i686 ExcludeArch: i686
@ -154,6 +154,12 @@ Group: System Environment/Daemons
Requires: %name = %version-%release Requires: %name = %version-%release
BuildRequires: net-snmp-devel BuildRequires: net-snmp-devel
%package udpspoof
Summary: Provides the omudpspoof module
Group: System Environment/Daemons
Requires: %name = %version-%release
BuildRequires: libnet-devel
%description %description
Rsyslog is an enhanced, multi-threaded syslog daemon. It supports MySQL, Rsyslog is an enhanced, multi-threaded syslog daemon. It supports MySQL,
syslog/TCP, RFC 3195, permitted sender lists, filtering on any message part, syslog/TCP, RFC 3195, permitted sender lists, filtering on any message part,
@ -226,6 +232,11 @@ protocol.
The rsyslog-snmp package contains the rsyslog plugin that provides the The rsyslog-snmp package contains the rsyslog plugin that provides the
ability to send syslog messages as SNMPv1 and SNMPv2c traps. ability to send syslog messages as SNMPv1 and SNMPv2c traps.
%description udpspoof
This module is similar to the regular UDP forwarder, but permits to
spoof the sender address. Also, it enables to circle through a number
of source ports.
%prep %prep
# set up rsyslog-doc sources # set up rsyslog-doc sources
%setup -q -a 1 -T -c %setup -q -a 1 -T -c
@ -318,6 +329,7 @@ autoreconf -if
--enable-omkafka \ --enable-omkafka \
--enable-omprog \ --enable-omprog \
--enable-omstdout \ --enable-omstdout \
--enable-omudpspoof \
--enable-omuxsock \ --enable-omuxsock \
--enable-pgsql \ --enable-pgsql \
--enable-pmaixforwardedfrom \ --enable-pmaixforwardedfrom \
@ -482,8 +494,15 @@ done
%files snmp %files snmp
%{_libdir}/rsyslog/omsnmp.so %{_libdir}/rsyslog/omsnmp.so
%files udpspoof
%defattr(-,root,root)
%{_libdir}/rsyslog/omudpspoof.so
%changelog %changelog
* Wed Nov 18 2020 Attila Lakatos <alakatos@redhat.com> - 8.1911.0-7
- add back rsyslog-udpspoof package
resolves: rhbz#1869874
* Thu Jun 18 2020 Jiri Vymazal <jvymazal@redhat.com> - 8.1911.0-6 * Thu Jun 18 2020 Jiri Vymazal <jvymazal@redhat.com> - 8.1911.0-6
RHEL 8.3.0 ERRATUM RHEL 8.3.0 ERRATUM
- added patch preventing imfile crash when selinux blocks symlink - added patch preventing imfile crash when selinux blocks symlink