|
@@ -7,8 +7,8 @@
|
|
|
#%%define prerelease dr1
|
|
|
|
|
|
Name: strongswan
|
|
|
-Version: 5.6.2
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 5.7.1
|
|
|
+Release: 1%{?_dist_release}
|
|
|
Summary: An OpenSource IPsec-based VPN and TNC solution
|
|
|
License: GPLv2+
|
|
|
URL: http://www.strongswan.org/
|
|
@@ -18,6 +18,7 @@ Packager: tomop
|
|
|
Source0: http://download.strongswan.org/%{name}-%{version}%{?prerelease}.tar.bz2
|
|
|
Source1000: strongswan.init
|
|
|
Patch1: strongswan-5.6.0-uintptr_t.patch
|
|
|
+Patch3: strongswan-5.6.2-CVE-2018-5388.patch
|
|
|
|
|
|
# only needed for pre-release versions
|
|
|
#BuildRequires: autoconf automake
|
|
@@ -90,6 +91,7 @@ PT-TLS to support TNC over TLS.
|
|
|
%prep
|
|
|
%setup -q -n %{name}-%{version}%{?prerelease}
|
|
|
%patch1 -p1
|
|
|
+%patch3 -p1
|
|
|
|
|
|
%build
|
|
|
# only for snapshots
|
|
@@ -324,6 +326,10 @@ fi
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Nov 07 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.7.1-1
|
|
|
+- new upstream release.
|
|
|
+- imported Patch3 from rawhide.
|
|
|
+
|
|
|
* Mon Mar 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.6.2-2
|
|
|
- initial build for Vine Linux.
|
|
|
|