Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2026-07-21 22:55:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
 and      /work/SRC/openSUSE:Factory/.rsyslog.new.24530 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsyslog"

Tue Jul 21 22:55:22 2026 rev:187 rq:1366794 version:8.2502.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2026-07-17 
18:47:05.860427828 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new.24530/rsyslog.changes       
2026-07-21 22:56:13.057119166 +0200
@@ -1,0 +2,5 @@
+Mon Jul 20 07:10:59 UTC 2026 - Thomas Blume <[email protected]>
+
+- added new rsyslog (imdtls/omdtls) DTLS modules (jsc#PED-16623)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.kCL0zk/_old  2026-07-21 22:56:13.973150712 +0200
+++ /var/tmp/diff_new_pack.kCL0zk/_new  2026-07-21 22:56:13.977150849 +0200
@@ -39,6 +39,7 @@
 %else
 %bcond_with     journal
 %endif
+%bcond_without  dtls
 %bcond_without  gssapi
 %bcond_without  gnutls
 %bcond_without  openssl
@@ -264,6 +265,23 @@
 
 %endif
 
+%if %{with dtls}
+
+%package module-dtls
+Requires:       %{name} = %{version}
+Requires:       rsyslog-module-ossl
+Summary:        dtls support module for rsyslog
+Group:          System/Daemons
+
+%description module-dtls
+Rsyslog is an enhanced multi-threaded syslog daemon. See rsyslog
+package.
+
+This module provides support for securely transporting syslog messages over
+the network using the Datagram Transport Layer Security (DTLS) protocol.
+
+%endif
+
 %if %{with gssapi}
 
 %package module-gssapi
@@ -632,6 +650,11 @@
 %if %{with openssl}
        --enable-openssl        \
 %endif
+%if %{with dtls}
+       --enable-openssl        \
+       --enable-imdtls         \
+       --enable-omdtls         \
+%endif
 %if %{with gssapi}
        --enable-gssapi-krb5    \
 %endif
@@ -1259,6 +1282,13 @@
 %{rsyslog_module_dir_withdeps}/omtcl.so*
 %endif
 
+%if %{with dtls}
+%files module-dtls
+%defattr(-,root,root)
+%{rsyslog_module_dir_withdeps}/imdtls.so
+%{rsyslog_module_dir_withdeps}/omdtls.so
+%endif
+
 %files devel
 %{_includedir}/rsyslog
 

Reply via email to