Since version 8.2402.0 there are imdtls/omdtls modules in rsyslog implementing secure syslog transport over UDP using DTLS. The only requirement is OpenSSL 1.0.2 or higher. I think it's enough to add these lines into myeconfargs: + $(use_enable openssl imdtls) + $(use_enable openssl omdtls) Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f113682100b59c0fe5fb0a03e46d53df95514d commit 54f113682100b59c0fe5fb0a03e46d53df95514d Author: Maciej Barć <xgqt@gentoo.org> AuthorDate: 2024-10-25 22:06:53 +0000 Commit: Maciej Barć <xgqt@gentoo.org> CommitDate: 2024-10-25 22:40:46 +0000 app-admin/rsyslog: enable DTLS modules Closes: https://bugs.gentoo.org/941920 Signed-off-by: Maciej Barć <xgqt@gentoo.org> .../{rsyslog-8.2410.0.ebuild => rsyslog-8.2410.0-r1.ebuild} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-)
Added to newest rsyslog version