mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 12:40:42 +01:00
prepare for interim scheduled stable release 8.2204.1
This commit is contained in:
parent
89955b0bcb
commit
75a8aafbb0
@ -1,4 +1,9 @@
|
||||
----------------------------------------------------------------------------------------
|
||||
Scheduled Release 8.2204.1 (aka 2022.04) 2021-05-05
|
||||
- security bugfix: potential buffer overrun in imptcp, imtcp, imgssapi and others
|
||||
This addresses CVE-2022-24903
|
||||
see also https://github.com/rsyslog/rsyslog/security/advisories/GHSA-ggw7-xr6h-mmr8
|
||||
----------------------------------------------------------------------------------------
|
||||
Scheduled Release 8.2204.0 (aka 2022.04) 2021-04-19
|
||||
- 2022-04-18: gnutls bugfix: possibility of infinite loop
|
||||
There was a rare possibility that the E_AGAIN/E_INTERRUPT handling
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT([rsyslog],[8.2204.0],[rsyslog@lists.adiscon.com]) # UPDATE on release
|
||||
AC_INIT([rsyslog],[8.2204.1],[rsyslog@lists.adiscon.com]) # UPDATE on release
|
||||
AC_DEFINE(VERSION_YEAR, 22, [year part of real rsyslog version]) # UPDATE on release
|
||||
AC_DEFINE(VERSION_MONTH, 04, [month part of real rsyslog version]) # UPDATE on release
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user