!10 修复stunnel编译报错FIPS_mode是未定义引用问题
From: @wu-leilei Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
634487cb90
@ -1,6 +1,6 @@
|
|||||||
Name: stunnel
|
Name: stunnel
|
||||||
Version: 5.48
|
Version: 5.48
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Secure traffic running between a TCP client and server
|
Summary: Secure traffic running between a TCP client and server
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://www.stunnel.org/
|
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
|
Source1: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz.asc
|
||||||
Source2: stunnel@.service
|
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
|
BuildRequires: perl-podlators perl nmap-ncat lsof procps-ng systemd
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
@ -86,6 +86,9 @@ install -D %{SOURCE2} %{buildroot}%{_unitdir}/%{name}@.service
|
|||||||
%exclude %{_datadir}/doc/stunnel
|
%exclude %{_datadir}/doc/stunnel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 07 2023 wulei <wulei80@h-partners.com> - 5.48-5
|
||||||
|
- Fix undefined reference to 'FIPS_mode'
|
||||||
|
|
||||||
* Thu Sep 10 2020 baizhonggui<baizhonggui@huawei.com> - 5.48-4
|
* Thu Sep 10 2020 baizhonggui<baizhonggui@huawei.com> - 5.48-4
|
||||||
- Modify source0
|
- Modify source0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user