* [Buildroot] [PATCH] strongswan: fix typo in tnccs_20 dependencies
@ 2013-08-19 10:24 Jérôme Pouiller
2013-08-19 10:53 ` Thomas De Schampheleire
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Jérôme Pouiller @ 2013-08-19 10:24 UTC (permalink / raw)
To: buildroot
It looks like there is a typing error in dependencies of tnccs_20 in strongswan
configure script. Add a patch to solve it.
Resolve issues detected here:
http://autobuild.buildroot.net/results/b069e304c42660e7f7eba0b358f95dbaf879df64
http://autobuild.buildroot.net/results/7355ddbaa213f4fcfd1b6d37b25bed1aab525723
Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
---
...trongswan-0002-fix-dependency-to-libtnccs.patch | 26 ++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch
diff --git a/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch b/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch
new file mode 100644
index 0000000..059fc42
--- /dev/null
+++ b/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch
@@ -0,0 +1,26 @@
+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
+
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread* [Buildroot] [PATCH] strongswan: fix typo in tnccs_20 dependencies
2013-08-19 10:24 [Buildroot] [PATCH] strongswan: fix typo in tnccs_20 dependencies Jérôme Pouiller
@ 2013-08-19 10:53 ` Thomas De Schampheleire
2013-08-19 14:34 ` Jérôme Pouiller
2013-08-21 7:20 ` Thomas De Schampheleire
2013-08-23 4:58 ` Thomas Petazzoni
2 siblings, 1 reply; 6+ messages in thread
From: Thomas De Schampheleire @ 2013-08-19 10:53 UTC (permalink / raw)
To: buildroot
Hi J?r?me,
On Mon, Aug 19, 2013 at 12:24 PM, J?r?me Pouiller <jezz@sysmic.org> wrote:
> It looks like there is a typing error in dependencies of tnccs_20 in strongswan
> configure script. Add a patch to solve it.
>
> Resolve issues detected here:
> http://autobuild.buildroot.net/results/b069e304c42660e7f7eba0b358f95dbaf879df64
> http://autobuild.buildroot.net/results/7355ddbaa213f4fcfd1b6d37b25bed1aab525723
>
> Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
> ---
> ...trongswan-0002-fix-dependency-to-libtnccs.patch | 26 ++++++++++++++++++++
> 1 file changed, 26 insertions(+)
> create mode 100644 package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch
>
> diff --git a/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch b/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch
> new file mode 100644
> index 0000000..059fc42
> --- /dev/null
> +++ b/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch
> @@ -0,0 +1,26 @@
> +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
> +
> --
Will you also send this patch upstream?
Thanks,
Thomas
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] strongswan: fix typo in tnccs_20 dependencies
2013-08-19 10:53 ` Thomas De Schampheleire
@ 2013-08-19 14:34 ` Jérôme Pouiller
2013-08-19 15:02 ` Thomas De Schampheleire
0 siblings, 1 reply; 6+ messages in thread
From: Jérôme Pouiller @ 2013-08-19 14:34 UTC (permalink / raw)
To: buildroot
On 2013-08-19 12:53, Thomas De Schampheleire wrote:
> Hi J?r?me,
>
> On Mon, Aug 19, 2013 at 12:24 PM, J?r?me Pouiller <jezz@sysmic.org>
> wrote:
>> It looks like there is a typing error in dependencies of tnccs_20 in
>> strongswan
>> configure script. Add a patch to solve it.
>>
>> Resolve issues detected here:
>>
>> http://autobuild.buildroot.net/results/b069e304c42660e7f7eba0b358f95dbaf879df64
>>
>> http://autobuild.buildroot.net/results/7355ddbaa213f4fcfd1b6d37b25bed1aab525723
>>
>> Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
>> ---
>> ...trongswan-0002-fix-dependency-to-libtnccs.patch | 26
>> ++++++++++++++++++++
>> 1 file changed, 26 insertions(+)
>> create mode 100644
>> package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch
>>
>> diff --git
>> a/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch
>> b/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch
>> new file mode 100644
>> index 0000000..059fc42
>> --- /dev/null
>> +++
>> b/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch
[...]
>
> Will you also send this patch upstream?
My mail has been rejected, and to be honest I am a little lazy to
subscribe their mailing
list just for this patch.
--
J?r?me Pouiller, Sysmic
Embedded Linux specialist
http://www.sysmic.fr
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] strongswan: fix typo in tnccs_20 dependencies
2013-08-19 14:34 ` Jérôme Pouiller
@ 2013-08-19 15:02 ` Thomas De Schampheleire
0 siblings, 0 replies; 6+ messages in thread
From: Thomas De Schampheleire @ 2013-08-19 15:02 UTC (permalink / raw)
To: buildroot
On Mon, Aug 19, 2013 at 4:34 PM, J?r?me Pouiller <jezz@sysmic.org> wrote:
> On 2013-08-19 12:53, Thomas De Schampheleire wrote:
>>
>> Hi J?r?me,
>>
>> On Mon, Aug 19, 2013 at 12:24 PM, J?r?me Pouiller <jezz@sysmic.org> wrote:
>>>
>>> It looks like there is a typing error in dependencies of tnccs_20 in
>>> strongswan
>>> configure script. Add a patch to solve it.
>>>
>>> Resolve issues detected here:
>>>
>>> http://autobuild.buildroot.net/results/b069e304c42660e7f7eba0b358f95dbaf879df64
>>>
>>> http://autobuild.buildroot.net/results/7355ddbaa213f4fcfd1b6d37b25bed1aab525723
>>>
>>> Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
>>> ---
>>> ...trongswan-0002-fix-dependency-to-libtnccs.patch | 26
>>> ++++++++++++++++++++
>>> 1 file changed, 26 insertions(+)
>>> create mode 100644
>>> package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch
>>>
>>> diff --git
>>> a/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch
>>> b/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch
>>> new file mode 100644
>>> index 0000000..059fc42
>>> --- /dev/null
>>> +++ b/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch
>
> [...]
>
>>
>> Will you also send this patch upstream?
>
> My mail has been rejected, and to be honest I am a little lazy to subscribe
> their mailing
> list just for this patch.
>
I had the exact same problem and feeling for my strongswan patch, but
did subscribe after all. The list seems very low volume, and once the
patch has been handled, you can always unsubscribe...
Best regards,
Thomas
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] strongswan: fix typo in tnccs_20 dependencies
2013-08-19 10:24 [Buildroot] [PATCH] strongswan: fix typo in tnccs_20 dependencies Jérôme Pouiller
2013-08-19 10:53 ` Thomas De Schampheleire
@ 2013-08-21 7:20 ` Thomas De Schampheleire
2013-08-23 4:58 ` Thomas Petazzoni
2 siblings, 0 replies; 6+ messages in thread
From: Thomas De Schampheleire @ 2013-08-21 7:20 UTC (permalink / raw)
To: buildroot
On Mon, Aug 19, 2013 at 12:24 PM, J?r?me Pouiller <jezz@sysmic.org> wrote:
> It looks like there is a typing error in dependencies of tnccs_20 in strongswan
> configure script. Add a patch to solve it.
>
> Resolve issues detected here:
> http://autobuild.buildroot.net/results/b069e304c42660e7f7eba0b358f95dbaf879df64
> http://autobuild.buildroot.net/results/7355ddbaa213f4fcfd1b6d37b25bed1aab525723
>
> Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
Tested-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] strongswan: fix typo in tnccs_20 dependencies
2013-08-19 10:24 [Buildroot] [PATCH] strongswan: fix typo in tnccs_20 dependencies Jérôme Pouiller
2013-08-19 10:53 ` Thomas De Schampheleire
2013-08-21 7:20 ` Thomas De Schampheleire
@ 2013-08-23 4:58 ` Thomas Petazzoni
2 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2013-08-23 4:58 UTC (permalink / raw)
To: buildroot
Dear J?r?me Pouiller,
On Mon, 19 Aug 2013 12:24:03 +0200, J?r?me Pouiller wrote:
> It looks like there is a typing error in dependencies of tnccs_20 in strongswan
> configure script. Add a patch to solve it.
>
> Resolve issues detected here:
> http://autobuild.buildroot.net/results/b069e304c42660e7f7eba0b358f95dbaf879df64
> http://autobuild.buildroot.net/results/7355ddbaa213f4fcfd1b6d37b25bed1aab525723
>
> Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
Applied, thanks.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-08-23 4:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19 10:24 [Buildroot] [PATCH] strongswan: fix typo in tnccs_20 dependencies Jérôme Pouiller
2013-08-19 10:53 ` Thomas De Schampheleire
2013-08-19 14:34 ` Jérôme Pouiller
2013-08-19 15:02 ` Thomas De Schampheleire
2013-08-21 7:20 ` Thomas De Schampheleire
2013-08-23 4:58 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox