From 7498db4c8968ad15ce763a15c00650698ee10451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Tue, 31 Mar 2015 19:28:03 +0200 Subject: [PATCH] new version 5.3.0 --- .gitignore | 1 + sources | 2 +- strongswan.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ae903f9..169a7ec 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /strongswan-5.2.2dr1.tar.bz2.md5 /strongswan-5.2.2dr1.tar.bz2.sig /strongswan-5.2.2.tar.bz2 +/strongswan-5.3.0.tar.bz2 diff --git a/sources b/sources index ca26196..0dafab9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ee1a33060b2bde35be0f6d78a1d26d0 strongswan-5.2.2.tar.bz2 +c52d4228231c2025d9c320d0e9990327 strongswan-5.3.0.tar.bz2 diff --git a/strongswan.spec b/strongswan.spec index f1ca9fb..535c3a2 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -7,8 +7,8 @@ #%%define prerelease dr1 Name: strongswan -Version: 5.2.2 -Release: 2%{?prerelease:.%{prerelease}}%{?dist} +Version: 5.3.0 +Release: 1%{?prerelease:.%{prerelease}}%{?dist} Summary: An OpenSource IPsec-based VPN and TNC solution Group: System Environment/Daemons License: GPLv2+ @@ -387,6 +387,9 @@ fi %endif %changelog +* Tue Mar 31 2015 Pavel Šimerda +- new version 5.3.0 + * Fri Feb 20 2015 Avesh Agarwal - 5.2.2-2 - Fixes strongswan swanctl service issue rhbz#1193106