Resolves rhbz#2080070 strongswan-5.9.6 is available

This commit is contained in:
Arne Reiter
2022-06-22 18:02:45 +02:00
parent 15e47bc297
commit 9f5e4942d3
3 changed files with 20 additions and 5 deletions

View File

@@ -13,8 +13,8 @@
%endif
Name: strongswan
Version: 5.9.5
Release: 4%{?dist}
Version: 5.9.6
Release: 1%{?dist}
Summary: An OpenSource IPsec-based VPN and TNC solution
License: GPLv2+
URL: http://www.strongswan.org/
@@ -23,7 +23,7 @@ Source1: http://download.strongswan.org/strongswan-%{version}%{?prereleas
Source2: https://download.strongswan.org/STRONGSWAN-RELEASE-PGP-KEY
Source3: tmpfiles-strongswan.conf
Patch0: strongswan-5.6.0-uintptr_t.patch
Patch1: strongswan-5.9.5-atexit-handlers.patch
Patch1: strongswan-5.9.6-error-format-security.patch
# only needed for pre-release versions
#BuildRequires: autoconf automake
@@ -411,6 +411,10 @@ install -D -m 0644 %{SOURCE3} %{buildroot}/%{_tmpfilesdir}/strongswan-starter.co
%endif
%changelog
* Wed Jun 22 2022 Arne Reiter <redhat@arnereiter.de> - 5.9.6-1
- Resolves rhbz#2080070 strongswan-5.9.6 is available
- Fixed missing format string in enum_flags_to_string()
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 5.9.5-4
- Rebuilt for Python 3.11