From 4a75b15622c84864c1be1d7230b10bcd2a710304 Mon Sep 17 00:00:00 2001 From: openhosec Date: Tue, 19 Sep 2023 09:43:32 +0800 Subject: [PATCH] fixed unable to set openssl fips mode --- strongswan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/strongswan.spec b/strongswan.spec index cd1c4b5..d5e68e5 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -1,6 +1,6 @@ Name: strongswan Version: 5.9.10 -Release: 1 +Release: 2 Summary: An OpenSource IPsec-based VPN and TNC solution License: GPLv2+ URL: http://www.strongswan.org/ @@ -68,7 +68,7 @@ PT-TLS to support TNC over TLS. autoreconf -i %configure --bindir=%{_libexecdir}/strongswan --sysconfdir=%{_sysconfdir}/strongswan \ --with-ipsecdir=%{_libexecdir}/strongswan --with-ipseclibdir=%{_libdir}/strongswan \ - --with-ipsec-script=strongswan --with-fips-mode=2 \ + --with-ipsec-script=strongswan \ --disable-static \ --enable-tss-trousers --enable-nm --enable-systemd --enable-openssl --enable-unity \ --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 %changelog +* Tue Sept 19 2023 openhosec - 5.9.10-2 +- fixed unable to set openssl fips mode + * Sat Mar 11 2023 openhosec - 5.9.10-1 - Upgrade to 5.9.10 version -- Gitee