Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 941920

Summary: Enable DTLS modules in app-admin/rsyslog
Product: Gentoo Linux Reporter: Hasso Tepper <hasso.tepper>
Component: Current packagesAssignee: Maciej Barć <xgqt>
Status: RESOLVED FIXED    
Severity: enhancement CC: xgqt
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Hasso Tepper 2024-10-21 07:05:46 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2024-10-25 22:40:48 UTC
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(-)
Comment 2 Maciej Barć gentoo-dev 2024-10-25 22:42:04 UTC
Added to newest rsyslog version