Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package stunnel for openSUSE:Factory checked 
in at 2021-04-21 21:00:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stunnel (Old)
 and      /work/SRC/openSUSE:Factory/.stunnel.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stunnel"

Wed Apr 21 21:00:34 2021 rev:26 rq:887332 version:5.59

Changes:
--------
--- /work/SRC/openSUSE:Factory/stunnel/stunnel.changes  2021-04-14 
10:10:57.597491752 +0200
+++ /work/SRC/openSUSE:Factory/.stunnel.new.12324/stunnel.changes       
2021-04-21 21:01:18.718382088 +0200
@@ -1,0 +2,5 @@
+Tue Apr 13 14:35:20 UTC 2021 - Dirk Stoecker <opens...@dstoecker.de>
+
+- ensure proper startup after network: 
stunnel-5.59_service_always_after_network.patch
+
+-------------------------------------------------------------------

New:
----
  stunnel-5.59_service_always_after_network.patch

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

Other differences:
------------------
++++++ stunnel.spec ++++++
--- /var/tmp/diff_new_pack.IFYOq3/_old  2021-04-21 21:01:19.186382825 +0200
+++ /var/tmp/diff_new_pack.IFYOq3/_new  2021-04-21 21:01:19.190382832 +0200
@@ -29,7 +29,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires(pre):  %insserv_prereq
 Requires(pre):  /usr/sbin/useradd
-# %{_sbindir} does not work here!
+# macro _sbindir does not work here!
 
 %endif
 
@@ -51,6 +51,8 @@
 Source3:        sysconfig.syslog-stunnel
 Source4:        stunnel.rc
 Source7:        stunnel.README
+# PATCH-FIX-UPSTREAM Fix service file, so it ensure we are starting after 
network is really up!
+Patch1:         stunnel-5.59_service_always_after_network.patch
 BuildRequires:  libopenssl-devel
 BuildRequires:  tcpd-devel
 BuildRequires:  zlib-devel
@@ -84,6 +86,7 @@
 
 %prep
 %setup -q -n stunnel-%{version}
+%patch1 -p1
 chmod -x %{_builddir}/stunnel-%{version}/tools/ca.*
 chmod -x %{_builddir}/stunnel-%{version}/tools/importCA.*
 


++++++ stunnel-5.59_service_always_after_network.patch ++++++
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
@@ -1,6 +1,7 @@
 [Unit]
 Description=TLS tunnel for network daemons
 After=syslog.target network-online.target
+Wants=syslog.target network-online.target
 
 [Service]
 ExecStart=@bindir@/stunnel

Reply via email to