From 206f1fff39691c5b231058e7cda237a0ae17a768 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Mon, 28 Sep 2020 13:15:59 -0400 Subject: [PATCH] * Mon Sep 28 12:36:45 EDT 2020 Paul Wouters - 5.9.0-1 - Resolves: rhbz#1861747 strongswan-5.9.0 is available - Remove --enable-fips-mode=2, which defaults strongswan to FIPS only. (use fips_mode = 2 in plugins {} openssl {} in strongswan.conf to enable FIPS) --- .gitignore | 1 + sources | 2 +- strongswan.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ba1607a..3426c85 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /strongswan-5.8.4.tar.bz2 +/strongswan-5.9.0.tar.bz2 diff --git a/sources b/sources index e5b0e7f..c021628 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strongswan-5.8.4.tar.bz2) = 15e866b0d6cc4ea94f17856b519d926ae08c15d3b62f675f62685d0722ca8fa26b46afb1ad1c866e9d5f347d77a747f57d0c6d7f6bd57762f37d7798f9e28103 +SHA512 (strongswan-5.9.0.tar.bz2) = b982ce7c3e940ad75ab71b02ce3e2813b41c6b098cde5b6f3f3513d095f409fe989ae6e38a31eff51c57423bf452c3610cd5cd8cd7f45ff932581d9859df1821 diff --git a/strongswan.spec b/strongswan.spec index 5a154dc..463652f 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -2,8 +2,8 @@ #%%define prerelease dr1 Name: strongswan -Version: 5.8.4 -Release: 5%{?dist} +Version: 5.9.0 +Release: 1%{?dist} Summary: An OpenSource IPsec-based VPN and TNC solution License: GPLv2+ URL: http://www.strongswan.org/ @@ -99,7 +99,6 @@ PT-TLS to support TNC over TLS. --bindir=%{_libexecdir}/strongswan \ --with-ipseclibdir=%{_libdir}/strongswan \ --with-piddir=%{_rundir}/strongswan \ - --with-fips-mode=2 \ --enable-bypass-lan \ --enable-tss-trousers \ --enable-nm \ @@ -272,6 +271,11 @@ install -D -m 0644 %{SOURCE1} %{buildroot}/%{_tmpfilesdir}/strongswan.conf %{_libexecdir}/strongswan/charon-nm %changelog +* Mon Sep 28 12:36:45 EDT 2020 Paul Wouters - 5.9.0-1 +- Resolves: rhbz#1861747 strongswan-5.9.0 is available +- Remove --enable-fips-mode=2, which defaults strongswan to FIPS only. + (use fips_mode = 2 in plugins {} openssl {} in strongswan.conf to enable FIPS) + * Sat Aug 01 2020 Fedora Release Engineering - 5.8.4-5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild