diff --git a/.gitignore b/.gitignore index 5f2c3ba..ae903f9 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /strongswan-5.2.2dr1.tar.bz2 /strongswan-5.2.2dr1.tar.bz2.md5 /strongswan-5.2.2dr1.tar.bz2.sig +/strongswan-5.2.2.tar.bz2 diff --git a/sources b/sources index a2eae4c..ca26196 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -678e9847928dee49a7d35c0d02b02845 strongswan-5.2.2dr1.tar.bz2 -2807e68da3772c685c09aec3a8924159 strongswan-5.2.2dr1.tar.bz2.md5 -289eddab2b0054cb991470b3797ff43c strongswan-5.2.2dr1.tar.bz2.sig +7ee1a33060b2bde35be0f6d78a1d26d0 strongswan-5.2.2.tar.bz2 diff --git a/strongswan.spec b/strongswan.spec index c7ad1cd..4775dc9 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -4,11 +4,11 @@ # order. # 2) Please use the following define (with a percent sign and the appropriate # prerelease tag): -%define prerelease dr1 +#%%define prerelease dr1 Name: strongswan Version: 5.2.2 -Release: 0.2%{?prerelease:.%{prerelease}}%{?dist} +Release: 1%{?prerelease:.%{prerelease}}%{?dist} Summary: An OpenSource IPsec-based VPN and TNC solution Group: System Environment/Daemons License: GPLv2+ @@ -385,6 +385,9 @@ fi %endif %changelog +* Tue Jan 06 2015 Pavel Šimerda - 5.2.2-1 +- new version 5.2.2 + * Thu Dec 18 2014 Avesh Agarwal - 5.2.2-0.2.dr1 - Enabled ccm, and ctr plugins as it seems enabling just openssl does not work for using ccm and ctr algos.