Re: [ptxdist] [PATCH v2] nginx: version bump 1.10.3 -> 1.12.1

2017-11-22 Thread Roland Hieber
On 21.11.2017 14:49, Clemens Gruber wrote: Hi, On Tue, Nov 21, 2017 at 01:46:52AM +0100, Roland Hieber wrote: [...] diff --git a/rules/nginx.make b/rules/nginx.make index ef98c0adb..0f8ce65f2 100644 --- a/rules/nginx.make +++ b/rules/nginx.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_NGINX) += n

Re: [ptxdist] [PATCH v2] nginx: version bump 1.10.3 -> 1.12.1

2017-11-21 Thread Clemens Gruber
Hi, On Tue, Nov 21, 2017 at 01:46:52AM +0100, Roland Hieber wrote: > [...] > > > diff --git a/rules/nginx.make b/rules/nginx.make > > index ef98c0adb..0f8ce65f2 100644 > > --- a/rules/nginx.make > > +++ b/rules/nginx.make > > @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_NGINX) += nginx > > # > > # Path

Re: [ptxdist] [PATCH v2] nginx: version bump 1.10.3 -> 1.12.1

2017-11-20 Thread Roland Hieber
Hi, I'm currently trying to backport this patch onto a BSP based on an older PTXdist. I'll shorten the context to the relevant parts: On 03.08.2017 16:49, Clemens Gruber wrote: > Also update patches from buildroot and replace the missing --with-ipv6 > flag by overriding the feature build test res

[ptxdist] [PATCH v2] nginx: version bump 1.10.3 -> 1.12.1

2017-08-03 Thread Clemens Gruber
Also update patches from buildroot and replace the missing --with-ipv6 flag by overriding the feature build test results for IPv6 depending on the GLOBAL_IPV6_OPTION in PTXdist. Signed-off-by: Clemens Gruber --- Changes since v1: - Do not depend on build-time autodetection and force IPv6 test re