Propagate prioritizeSAN on new connection accept
Resolves: rhbz#2021076
This commit is contained in:
parent
7d34af3733
commit
513ed47f78
11
rsyslog-8.2102.0-rhbz2021076-prioritize-SAN.patch
Normal file
11
rsyslog-8.2102.0-rhbz2021076-prioritize-SAN.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -up ./rsyslog-8.2102.0/runtime/nsd_gtls.c.ori ./rsyslog-8.2102.0/runtime/nsd_gtls.c
|
||||||
|
--- rsyslog-8.2102.0/runtime/nsd_gtls.c.ori 2022-01-17 15:50:08.285827256 +0100
|
||||||
|
+++ rsyslog-8.2102.0/runtime/nsd_gtls.c 2022-01-17 15:52:33.282594512 +0100
|
||||||
|
@@ -1791,6 +1791,7 @@ AcceptConnReq(nsd_t *pNsd, nsd_t **ppNew
|
||||||
|
pNew->gnutlsPriorityString = pThis->gnutlsPriorityString;
|
||||||
|
pNew->DrvrVerifyDepth = pThis->DrvrVerifyDepth;
|
||||||
|
pNew->dataTypeCheck = pThis->dataTypeCheck;
|
||||||
|
+ pNew->bSANpriority = pThis->bSANpriority;
|
||||||
|
|
||||||
|
/* if we reach this point, we are in TLS mode */
|
||||||
|
iRet = gtlsInitSession(pNew);
|
@ -5,7 +5,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.2102.0
|
Version: 8.2102.0
|
||||||
Release: 100%{?dist}
|
Release: 101%{?dist}
|
||||||
License: (GPLv3+ and ASL 2.0)
|
License: (GPLv3+ and ASL 2.0)
|
||||||
URL: http://www.rsyslog.com/
|
URL: http://www.rsyslog.com/
|
||||||
Source0: http://www.rsyslog.com/files/download/rsyslog/%{name}-%{version}.tar.gz
|
Source0: http://www.rsyslog.com/files/download/rsyslog/%{name}-%{version}.tar.gz
|
||||||
@ -25,6 +25,7 @@ Patch3: rsyslog-8.2102.0-rhbz1886400-reduce-default-timeout.patch
|
|||||||
Patch4: rsyslog-8.2102.0-rhbz1984616-imuxsock-ratelimit.patch
|
Patch4: rsyslog-8.2102.0-rhbz1984616-imuxsock-ratelimit.patch
|
||||||
Patch5: rsyslog-8.2102.0-rhbz1984489-remove-abort-on-id-resolution-fail.patch
|
Patch5: rsyslog-8.2102.0-rhbz1984489-remove-abort-on-id-resolution-fail.patch
|
||||||
Patch6: rsyslog-8.2102.0-rhbz1938863-covscan.patch
|
Patch6: rsyslog-8.2102.0-rhbz1938863-covscan.patch
|
||||||
|
Patch7: rsyslog-8.2102.0-rhbz2021076-prioritize-SAN.patch
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -262,6 +263,7 @@ mv build doc
|
|||||||
%patch4 -p1 -b .imuxsock-rate-limit
|
%patch4 -p1 -b .imuxsock-rate-limit
|
||||||
%patch5 -p1 -b .abort-on-id-resolution-fail
|
%patch5 -p1 -b .abort-on-id-resolution-fail
|
||||||
%patch6 -p1 -b .covscan
|
%patch6 -p1 -b .covscan
|
||||||
|
%patch7 -p1 -b .prioritize-SAN
|
||||||
|
|
||||||
pushd ..
|
pushd ..
|
||||||
%patch0 -p1 -b .openssl-compatibility
|
%patch0 -p1 -b .openssl-compatibility
|
||||||
@ -526,6 +528,10 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 18 2022 Sergio Arroutbi <sarroutb@redhat.com> - 8.2102.0-101
|
||||||
|
- Prioritize SAN
|
||||||
|
resolves: rhbz#2021076
|
||||||
|
|
||||||
* Mon Jan 17 2022 Sergio Arroutbi <sarroutb@redhat.com> - 8.2102.0-100
|
* Mon Jan 17 2022 Sergio Arroutbi <sarroutb@redhat.com> - 8.2102.0-100
|
||||||
- Enable mmfields module
|
- Enable mmfields module
|
||||||
resolves: rhbz#2027971
|
resolves: rhbz#2027971
|
||||||
|
Loading…
Reference in New Issue
Block a user