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
1 changed files with 27 additions and 8 deletions

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
@ -23,7 +23,7 @@ BuildRequires: automake
BuildRequires: bison BuildRequires: bison
BuildRequires: flex BuildRequires: flex
BuildRequires: libcurl-devel BuildRequires: libcurl-devel
BuildRequires: libgcrypt-devel BuildRequires: libgcrypt-devel
BuildRequires: libfastjson-devel >= 0.99.8 BuildRequires: libfastjson-devel >= 0.99.8
BuildRequires: libestr-devel >= 0.1.9 BuildRequires: libestr-devel >= 0.1.9
BuildRequires: libtool BuildRequires: libtool
@ -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,
@ -184,7 +190,7 @@ authentication and secure connections. GSSAPI is commonly used for Kerberos
authentication. authentication.
%description kafka %description kafka
The rsyslog-kafka package provides modules for Apache Kafka input and output. The rsyslog-kafka package provides modules for Apache Kafka input and output.
%description mmaudit %description mmaudit
This module provides message modification supporting Linux audit format This module provides message modification supporting Linux audit format
@ -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 \
@ -327,7 +339,7 @@ autoreconf -if
--enable-relp \ --enable-relp \
--enable-snmp \ --enable-snmp \
--enable-unlimited-select \ --enable-unlimited-select \
--enable-usertools --enable-usertools
make make
@ -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
@ -497,7 +516,7 @@ done
- added qpid-proton as another source and enabled omamqp1 module - added qpid-proton as another source and enabled omamqp1 module
in a separate sub-package with it statically linked in a separate sub-package with it statically linked
resolves: rhbz#1713427 resolves: rhbz#1713427
- extended config.enabled patch to cover rest of the cases - extended config.enabled patch to cover rest of the cases
resolves: rhbz#1659383 resolves: rhbz#1659383
- added patch making json serialization thread-safe - added patch making json serialization thread-safe
resolves: rhbz#1789675 resolves: rhbz#1789675
@ -539,7 +558,7 @@ done
* Fri Aug 30 2019 Jiri Vymazal <jvymazal@redhat.com> - 8.37.0-13 * Fri Aug 30 2019 Jiri Vymazal <jvymazal@redhat.com> - 8.37.0-13
RHEL 8.1.0 ERRATUM RHEL 8.1.0 ERRATUM
- added patch enabling stricter TLS certs checking conforming to - added patch enabling stricter TLS certs checking conforming to
common criteria requirements common criteria requirements
resolves: rhbz#1733244 resolves: rhbz#1733244
@ -630,7 +649,7 @@ done
* Mon Jul 02 2018 Jiri Vymazal <jvymazal@redhat.com> - 8.36.0-1 * Mon Jul 02 2018 Jiri Vymazal <jvymazal@redhat.com> - 8.36.0-1
- changed PID file name to follow upstream - changed PID file name to follow upstream
- removed config option to disable stdlog as it is now - removed config option to disable stdlog as it is now
disabled by default disabled by default
* Thu Jun 28 2018 Jiri Vymazal <jvymazal@redhat.com> - 8.36.0-1 * Thu Jun 28 2018 Jiri Vymazal <jvymazal@redhat.com> - 8.36.0-1
@ -665,4 +684,4 @@ done
- libdbi - libdbi
- omruleset - omruleset
- pmrfc3164sd - pmrfc3164sd
- imported from fedora26 - imported from fedora26