Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941920 - Enable DTLS modules in app-admin/rsyslog
Summary: Enable DTLS modules in app-admin/rsyslog
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Maciej Barć
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-21 07:05 UTC by Hasso Tepper
Modified: 2024-10-25 22:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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