diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-06-02 17:14:26 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-02 22:30:21 +0200 |
commit | 7de0d049b226bd532062973358d211ac9b993277 (patch) | |
tree | 47597390277425f297c89a03b0eac66f79be8a30 /package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch | |
parent | 2972fb9f0e81a8429a56ec00d934b15ebcb60e2e (diff) | |
download | buildroot-7de0d049b226bd532062973358d211ac9b993277.tar.gz buildroot-7de0d049b226bd532062973358d211ac9b993277.zip |
strongswan: bump to version 5.1.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch')
-rw-r--r-- | package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch b/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch deleted file mode 100644 index 059fc424c2..0000000000 --- a/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch +++ /dev/null @@ -1,26 +0,0 @@ -It looks like there is a typing error in dependencies of tnccs_20. - -Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> - ---- a/configure 2013-08-19 12:09:33.934651935 +0200 -+++ b/configure 2013-08-19 11:50:34.465118187 +0200 -@@ -15897,7 +15897,7 @@ - radius=true; - fi - --if test x$tnc_imc = xtrue -o x$tnc_imv = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_dynamic = xtrue -o x$eap_tnc = xtrue; then -+if test x$tnc_imc = xtrue -o x$tnc_imv = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_20 = xtrue -o x$tnccs_dynamic = xtrue -o x$eap_tnc = xtrue; then - tnc_tnccs=true; - fi - ---- a/configure.in 2013-08-19 12:08:41.762913778 +0200 -+++ b/configure.in 2013-08-19 11:50:22.222886206 +0200 -@@ -317,7 +317,7 @@ - radius=true; - fi - --if test x$tnc_imc = xtrue -o x$tnc_imv = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_dynamic = xtrue -o x$eap_tnc = xtrue; then -+if test x$tnc_imc = xtrue -o x$tnc_imv = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_20 = xtrue -o x$tnccs_dynamic = xtrue -o x$eap_tnc = xtrue; then - tnc_tnccs=true; - fi - |