- 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 OBS-URL: https://build.opensuse.org/request/show/1077065 OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=160
13 lines
388 B
Diff
13 lines
388 B
Diff
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
|
|
After=syslog.target network-online.target
|
|
+Wants=syslog.target network-online.target
|
|
|
|
[Service]
|
|
LimitNOFILE=20480
|