Remove mmtaghostname subpackage
resolves: RHEL-52863
This commit is contained in:
parent
2778842410
commit
b24ca951fd
21
disable-openssl-engine.patch
Normal file
21
disable-openssl-engine.patch
Normal file
@ -0,0 +1,21 @@
|
||||
diff -up rsyslog-8.2312.0/runtime/nsd_ossl.c.orig rsyslog-8.2312.0/runtime/nsd_ossl.c
|
||||
--- rsyslog-8.2312.0/runtime/nsd_ossl.c.orig 2024-08-05 16:06:56.234410525 +0200
|
||||
+++ rsyslog-8.2312.0/runtime/nsd_ossl.c 2024-08-05 16:07:21.740650844 +0200
|
||||
@@ -35,7 +35,7 @@
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x30000000L && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
# include <openssl/bioerr.h>
|
||||
#endif
|
||||
-#include <openssl/engine.h>
|
||||
+// #include <openssl/engine.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
@@ -992,7 +992,7 @@ osslGlblExit(void)
|
||||
{
|
||||
DEFiRet;
|
||||
DBGPRINTF("openssl: entering osslGlblExit\n");
|
||||
- ENGINE_cleanup();
|
||||
+ // ENGINE_cleanup();
|
||||
ERR_free_strings();
|
||||
EVP_cleanup();
|
||||
CRYPTO_cleanup_all_ex_data();
|
17
rsyslog.spec
17
rsyslog.spec
@ -10,6 +10,7 @@
|
||||
%bcond_with libdbi
|
||||
%bcond_with mongodb
|
||||
%bcond_with rabbitmq
|
||||
%bcond_with mmtaghostname
|
||||
%else
|
||||
%bcond_without hiredis
|
||||
%bcond_without libdbi
|
||||
@ -32,12 +33,11 @@
|
||||
%bcond_without pgsql
|
||||
%bcond_without snmp
|
||||
%bcond_without udpspoof
|
||||
%bcond_without mmtaghostname
|
||||
|
||||
Summary: Enhanced system logging and kernel message trapping daemon
|
||||
Name: rsyslog
|
||||
Version: 8.2312.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPL-3.0-or-later AND Apache-2.0
|
||||
URL: http://www.rsyslog.com/
|
||||
Source0: http://www.rsyslog.com/files/download/rsyslog/%{name}-%{version}.tar.gz
|
||||
@ -70,6 +70,8 @@ BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: libcap-ng-devel
|
||||
|
||||
Patch0: disable-openssl-engine.patch
|
||||
|
||||
Recommends: logrotate
|
||||
Obsoletes: rsyslog-logrotate < 8.2310.0-2
|
||||
Provides: rsyslog-logrotate = %{version}-%{release}
|
||||
@ -271,8 +273,10 @@ advantage if a field-based log format is to be processed, like for example CEF
|
||||
and either a large number of fields is needed or a specific field is used multiple
|
||||
times inside filters.
|
||||
|
||||
%if %{with mmtaghostname}
|
||||
%description mmtaghostname
|
||||
This module provides message modification for changing or adding the host name.
|
||||
%endif
|
||||
|
||||
%if %{with snmp}
|
||||
%description mmsnmptrapd
|
||||
@ -381,6 +385,8 @@ mv build doc
|
||||
# set up rsyslog sources
|
||||
%setup -q -D
|
||||
|
||||
%patch -P 0 -p1
|
||||
|
||||
%if %{with omamqp1}
|
||||
# Unpack qpid-proton
|
||||
%setup -q -D -T -b 6
|
||||
@ -666,8 +672,10 @@ done
|
||||
%files mmnormalize
|
||||
%{_libdir}/rsyslog/mmnormalize.so
|
||||
|
||||
%if %{with mmtaghostname}
|
||||
%files mmtaghostname
|
||||
%{_libdir}/rsyslog/mmtaghostname.so
|
||||
%endif
|
||||
|
||||
%if %{with snmp}
|
||||
%files mmsnmptrapd
|
||||
@ -758,6 +766,11 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 05 2024 Attila Lakatos <alakatos@redhat.com> - 8.2312.0-3
|
||||
- Remove mmtaghostname subpackage
|
||||
- Do not build with openssl engine support
|
||||
resolves: RHEL-52863
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 8.2312.0-2
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user