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-14 10:10:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/stunnel (Old) and /work/SRC/openSUSE:Factory/.stunnel.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "stunnel" Wed Apr 14 10:10:33 2021 rev:25 rq:884991 version:5.59 Changes: -------- --- /work/SRC/openSUSE:Factory/stunnel/stunnel.changes 2021-02-21 22:14:39.722121527 +0100 +++ /work/SRC/openSUSE:Factory/.stunnel.new.2401/stunnel.changes 2021-04-14 10:10:57.597491752 +0200 @@ -1,0 +2,15 @@ +Thu Apr 8 09:24:35 UTC 2021 - Andreas Vetter <vet...@physik.uni-wuerzburg.de> + +- Disable testsuite for everything except Tumbleweed since it does not work on Leap/SLE + +------------------------------------------------------------------- +Tue Apr 6 16:58:52 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de> + +- update to 5.59: + * new feature: Client-side "protocol = ldap" support + * Fix configuration reload when compression is used + * Fix paths in generated manuals + * Fix test suite fixed not to require external connectivity +- run testsuite during package build + +------------------------------------------------------------------- Old: ---- stunnel-5.58.tar.gz stunnel-5.58.tar.gz.asc New: ---- stunnel-5.59.tar.gz stunnel-5.59.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stunnel.spec ++++++ --- /var/tmp/diff_new_pack.5ihNKp/_old 2021-04-14 10:10:58.217492800 +0200 +++ /var/tmp/diff_new_pack.5ihNKp/_new 2021-04-14 10:10:58.221492806 +0200 @@ -38,7 +38,7 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: stunnel -Version: 5.58 +Version: 5.59 Release: 0 Summary: Universal TLS Tunnel License: GPL-2.0-or-later @@ -47,13 +47,17 @@ URL: http://www.stunnel.org/ Source: https://www.stunnel.org/downloads/%{name}-%{version}.tar.gz Source1: https://www.stunnel.org/downloads/%{name}-%{version}.tar.gz.asc -Source2: stunnel.keyring +Source2: https://www.stunnel.org/pgp.asc#/%{name}.keyring Source3: sysconfig.syslog-stunnel Source4: stunnel.rc Source7: stunnel.README BuildRequires: libopenssl-devel BuildRequires: tcpd-devel BuildRequires: zlib-devel +# test dependencies +BuildRequires: netcat +BuildRequires: procps +# Requires(pre): %fillup_prereq Requires(pre): %{_sbindir}/useradd Requires(pre): fileutils @@ -93,9 +97,11 @@ --bindir=%{_sbindir} make %{?_smp_mflags} LDADD="-pie -Wl,-z,defs,-z,relro,-z,now" -# connot do checks with 5.49, checks depend on ncat and network interaction -#%check -#make %{?_smp_mflags} check +%check +# only works in Tumbleweed as of 2021-04-08 +%if 0%{?suse_version} > 1500 + make %{?_smp_mflags} check +%endif %install %if 0%{?suse_version} >= 1210 @@ -127,8 +133,8 @@ find %{buildroot} -type f -name "*.la" -delete -print rm -rf %{buildroot}%{_docdir}/stunnel/INSTALL -rm -rf %{buildroot}%{_docdir}/stunnel/INSTALL.WCE -rm -rf %{buildroot}%{_docdir}/stunnel/INSTALL.W32 +rm -rf %{buildroot}%{_docdir}/stunnel/INSTALL.WCE.md +rm -rf %{buildroot}%{_docdir}/stunnel/INSTALL.W32.md rm -rf %{buildroot}%{_docdir}/stunnel/ca-certs.pem rm -rf %{buildroot}%{_docdir}/stunnel/plugins/ ++++++ stunnel-5.58.tar.gz -> stunnel-5.59.tar.gz ++++++ ++++ 5329 lines of diff (skipped)