Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package stunnel for openSUSE:Factory checked in at 2023-04-04 21:26:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/stunnel (Old) and /work/SRC/openSUSE:Factory/.stunnel.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "stunnel" Tue Apr 4 21:26:15 2023 rev:36 rq:1077113 version:5.69 Changes: -------- --- /work/SRC/openSUSE:Factory/stunnel/stunnel.changes 2023-02-27 12:55:54.587622707 +0100 +++ /work/SRC/openSUSE:Factory/.stunnel.new.19717/stunnel.changes 2023-04-04 21:26:32.571278352 +0200 @@ -1,0 +2,14 @@ +Mon Apr 3 20:05:38 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 5.69: + * Improved logging performance with the "output" option. + * Improved file read performance on the WIN32 platform. + * DH and kDHEPSK ciphersuites removed from FIPS defaults. + * Set the LimitNOFILE ulimit in stunnel.service to allow + * for up to 10,000 concurrent clients. + * Fixed the "CApath" option on the WIN32 platform by + * applying https://github.com/openssl/openssl/pull/20312. + * Fixed stunnel.spec used for building rpm packages. + * Fixed tests on some OSes and architectures by merging + +------------------------------------------------------------------- Old: ---- stunnel-5.68.tar.gz stunnel-5.68.tar.gz.asc New: ---- stunnel-5.69.tar.gz stunnel-5.69.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stunnel.spec ++++++ --- /var/tmp/diff_new_pack.m6jeli/_old 2023-04-04 21:26:33.175281781 +0200 +++ /var/tmp/diff_new_pack.m6jeli/_new 2023-04-04 21:26:33.183281827 +0200 @@ -22,7 +22,7 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: stunnel -Version: 5.68 +Version: 5.69 Release: 0 Summary: Universal TLS Tunnel License: GPL-2.0-or-later ++++++ harden_stunnel.service.patch ++++++ --- /var/tmp/diff_new_pack.m6jeli/_old 2023-04-04 21:26:33.211281985 +0200 +++ /var/tmp/diff_new_pack.m6jeli/_new 2023-04-04 21:26:33.215282008 +0200 @@ -1,7 +1,7 @@ -Index: stunnel-5.62/tools/stunnel.service.in +Index: stunnel-5.69/tools/stunnel.service.in =================================================================== ---- stunnel-5.62.orig/tools/stunnel.service.in -+++ stunnel-5.62/tools/stunnel.service.in +--- stunnel-5.69.orig/tools/stunnel.service.in ++++ stunnel-5.69/tools/stunnel.service.in @@ -4,6 +4,19 @@ After=syslog.target network-online.targe Wants=syslog.target network-online.target @@ -18,8 +18,8 @@ +ProtectKernelLogs=true +ProtectControlGroups=true +RestrictRealtime=true -+# end of automatic additions ++# end of automatic additions + LimitNOFILE=20480 ExecStart=@bindir@/stunnel ExecReload=/bin/kill -HUP $MAINPID - Type=forking ++++++ stunnel-5.59_service_always_after_network.patch ++++++ --- /var/tmp/diff_new_pack.m6jeli/_old 2023-04-04 21:26:33.231282099 +0200 +++ /var/tmp/diff_new_pack.m6jeli/_new 2023-04-04 21:26:33.235282122 +0200 @@ -1,6 +1,7 @@ -diff -ur stunnel-5.59/tools/stunnel.service.in stunnel-5.59_fix/tools/stunnel.service.in ---- stunnel-5.59/tools/stunnel.service.in 2020-10-11 18:18:00.000000000 +0200 -+++ stunnel-5.59_fix/tools/stunnel.service.in 2021-04-13 16:34:16.354160390 +0200 +Index: stunnel-5.69/tools/stunnel.service.in +=================================================================== +--- stunnel-5.69.orig/tools/stunnel.service.in ++++ stunnel-5.69/tools/stunnel.service.in @@ -1,6 +1,7 @@ [Unit] Description=TLS tunnel for network daemons @@ -8,5 +9,5 @@ +Wants=syslog.target network-online.target [Service] - ExecStart=@bindir@/stunnel + LimitNOFILE=20480 ++++++ stunnel-5.68.tar.gz -> stunnel-5.69.tar.gz ++++++ ++++ 1889 lines of diff (skipped)