|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
Summary: An SSL-encrypting socket wrapper
|
|
|
Name: stunnel
|
|
|
-Version: 5.59
|
|
|
+Version: 5.60
|
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: internet
|
|
|
Vendor: Project Vine
|
|
@@ -29,6 +29,8 @@ Patch4: stunnel-5.56-coverity.patch
|
|
|
Patch5: stunnel-5.56-default-tls-version.patch
|
|
|
Patch6: stunnel-5.56-curves-doc-update.patch
|
|
|
|
|
|
+Patch100: stunnel-5.60-compile.patch
|
|
|
+
|
|
|
BuildRoot: %{_tmppath}/stunnel-root
|
|
|
# util-linux is needed for rename
|
|
|
BuildRequires: openssl-devel
|
|
@@ -71,6 +73,8 @@ in conjunction with imapd to create an SSL secure IMAP server.
|
|
|
%patch5 -p1
|
|
|
%patch6 -p1
|
|
|
|
|
|
+%patch100 -p1
|
|
|
+
|
|
|
# Fix a testcase with system-ciphers support
|
|
|
sed -i '/client = yes/a \\ ciphers = PSK' tests/recipes/014_PSK_secrets
|
|
|
|
|
@@ -180,6 +184,11 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Oct 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.60-1
|
|
|
+- new upstream release.
|
|
|
+- built with openssl-3.0.0.
|
|
|
+- imported Patch100 from openmandriva.
|
|
|
+
|
|
|
* Thu May 06 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.59-1
|
|
|
- new upstream release.
|
|
|
- diabled crypto-policies (not implemented for Vine Linux).
|