fixed unable to set openssl fips mode
This commit is contained in:
parent
854dbb0bb8
commit
4a75b15622
@ -1,6 +1,6 @@
|
|||||||
Name: strongswan
|
Name: strongswan
|
||||||
Version: 5.9.10
|
Version: 5.9.10
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: An OpenSource IPsec-based VPN and TNC solution
|
Summary: An OpenSource IPsec-based VPN and TNC solution
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.strongswan.org/
|
URL: http://www.strongswan.org/
|
||||||
@ -68,7 +68,7 @@ PT-TLS to support TNC over TLS.
|
|||||||
autoreconf -i
|
autoreconf -i
|
||||||
%configure --bindir=%{_libexecdir}/strongswan --sysconfdir=%{_sysconfdir}/strongswan \
|
%configure --bindir=%{_libexecdir}/strongswan --sysconfdir=%{_sysconfdir}/strongswan \
|
||||||
--with-ipsecdir=%{_libexecdir}/strongswan --with-ipseclibdir=%{_libdir}/strongswan \
|
--with-ipsecdir=%{_libexecdir}/strongswan --with-ipseclibdir=%{_libdir}/strongswan \
|
||||||
--with-ipsec-script=strongswan --with-fips-mode=2 \
|
--with-ipsec-script=strongswan \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-tss-trousers --enable-nm --enable-systemd --enable-openssl --enable-unity \
|
--enable-tss-trousers --enable-nm --enable-systemd --enable-openssl --enable-unity \
|
||||||
--enable-ctr --enable-ccm --enable-gcm --enable-chapoly --enable-md4 --enable-gcrypt \
|
--enable-ctr --enable-ccm --enable-gcm --enable-chapoly --enable-md4 --enable-gcrypt \
|
||||||
@ -192,6 +192,9 @@ echo "%{_libdir}/strongswan" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.co
|
|||||||
%{_libexecdir}/strongswan/charon-nm
|
%{_libexecdir}/strongswan/charon-nm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sept 19 2023 openhosec <openhosec@hosec.net> - 5.9.10-2
|
||||||
|
- fixed unable to set openssl fips mode
|
||||||
|
|
||||||
* Sat Mar 11 2023 openhosec <openhosec@hosec.net> - 5.9.10-1
|
* Sat Mar 11 2023 openhosec <openhosec@hosec.net> - 5.9.10-1
|
||||||
- Upgrade to 5.9.10 version
|
- Upgrade to 5.9.10 version
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user