Browse Source

ipsec-tools-0.8.2-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11285 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
f9d5c9f05d
1 changed files with 15 additions and 3 deletions
  1. 15 3
      i/ipsec-tools/ipsec-tools-vl.spec

+ 15 - 3
i/ipsec-tools/ipsec-tools-vl.spec

@@ -1,8 +1,8 @@
-%bcond_with wildcard_psk
+%bcond_without wildcard_psk
 
 Name: ipsec-tools
-Version: 0.8.1
-Release: 1%{?_dist_release}
+Version: 0.8.2
+Release: 2%{?_dist_release}
 Summary: Tools for configuring and using IPsec
 Summary(ja): IPsecツール
 License: BSD
@@ -34,6 +34,10 @@ Patch18: ipsec-tools-0.7.3-gssapi-mech.patch
 Patch19: ipsec-tools-0.7.3-build.patch
 # Silence strict aliasing warnings
 Patch20: ipsec-tools-0.8.0-aliasing.patch
+# CVE-2015-4047
+Patch21: ipsec-tools-0.8.2-CVE-2015-4047.patch
+# Calling_station-Id attribute for xauth RADIUS requests
+Patch22: ipsec-tools-0.8.2-952413.patch
 
 Patch100: racoon-wildcard_id.patch
 
@@ -79,6 +83,8 @@ package builds:
 %patch18 -p1 -b .gssapi-mech
 %patch19 -p1 -b .build
 %patch20 -p1 -b .aliasing
+%patch21 -p1 -b .cve_2015_4047
+%patch22 -p1 -b .station_id
 
 %if %{with wildcard_psk}
 %patch100 -p0 -b wildcard_id
@@ -171,6 +177,12 @@ fi
 %config(noreplace) %{_sysconfdir}/pam.d/racoon
 
 %changelog
+* Tue Dec 19 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.8.2-2
+- added Patch21,22
+
+* Wed Apr 02 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.8.2-1
+- new upstream release.
+
 * Tue Dec 10 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.8.1-1
 - new upstream release.