From c887ff2e8314a124ef3d75fe4dcece0c5ea45a5e Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 7 Feb 2023 15:46:50 +0800 Subject: [PATCH] Fix undefined reference to 'FIPS_mode' --- stunnel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stunnel.spec b/stunnel.spec index dc3b6eb..0deda20 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -1,6 +1,6 @@ Name: stunnel Version: 5.48 -Release: 4 +Release: 5 Summary: Secure traffic running between a TCP client and server License: GPLv2 URL: http://www.stunnel.org/ @@ -8,7 +8,7 @@ Source0: https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-%{ Source1: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz.asc Source2: stunnel@.service -BuildRequires: openssl-devel pkgconfig util-linux autoconf automake libtool +BuildRequires: pkgconfig util-linux autoconf automake libtool compat-openssl11-devel BuildRequires: perl-podlators perl nmap-ncat lsof procps-ng systemd %{?systemd_requires} @@ -86,6 +86,9 @@ install -D %{SOURCE2} %{buildroot}%{_unitdir}/%{name}@.service %exclude %{_datadir}/doc/stunnel %changelog +* Tue Feb 07 2023 wulei - 5.48-5 +- Fix undefined reference to 'FIPS_mode' + * Thu Sep 10 2020 baizhonggui - 5.48-4 - Modify source0