[ptxdist] [PATCH] python3-tornado: new package

2016-11-30 Thread Artur Wiebe
Tornado is a Python web framework and asynchronous networking library. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.

[ptxdist] ptxdist compile redirects stderr to stdout

2016-11-30 Thread Jon Ringle
I discovered after updating to a new version of ptxdist that all of my compile output including errors/warnings are now all going to stdout instead of having the errors/warning going to stderr. This is causing some problem when I use qtcreator as my IDE because qtcreator will only filter

[ptxdist] [PATCH] openvpn: version bump 2.3.11 -> 2.3.13

2016-11-30 Thread Tobias Schmidl
Signed-off-by: Tobias Schmidl diff --git a/rules/openvpn.make b/rules/openvpn.make index 532809d..be84ee8 100644 --- a/rules/openvpn.make +++ b/rules/openvpn.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_OPENVPN) += openvpn # # Paths and names # -OPENVPN_VERSION

Re: [ptxdist] [PATCH 1/2] kernel: pass loadaddr for building uImage

2016-11-30 Thread Alexander Dahl
Hei hei, On Tue, Nov 29, 2016 at 10:04:19AM +0100, Marc Kleine-Budde wrote: > What happens if you build a older kernel and don't configure > PTXCONF_KERNEL_LOADADDR via ptxdist? Does it break while it used to work > with an older ptxdist? If I understood you correctly, that's not the case. Older

Re: [ptxdist] [PATCH] openvpn: version bump 2.3.11 -> 2.3.13

2016-11-30 Thread Michael Olbrich
On Wed, Nov 30, 2016 at 10:46:44AM +0100, Tobias Schmidl wrote: > Signed-off-by: Tobias Schmidl > > diff --git a/rules/openvpn.make b/rules/openvpn.make > index 532809d..be84ee8 100644 > --- a/rules/openvpn.make > +++ b/rules/openvpn.make > @@ -16,8 +16,8 @@

Re: [ptxdist] [PATCH] nginx: new package

2016-11-30 Thread Michael Olbrich
Hi, On Tue, Nov 29, 2016 at 05:24:42PM +0100, Clemens Gruber wrote: > On Tue, Nov 29, 2016 at 10:10:01AM +0100, Michael Olbrich wrote: > > Use install_alternative here (untested): > > > > @$(call install_alternatice, nginx, www, www, 0644, \ > > /projectroot/var/www/httpd.html,

Re: [ptxdist] [PATCH] host-tz-database: bump version 2015g -> 2016i

2016-11-30 Thread Michael Olbrich
On Thu, Nov 24, 2016 at 11:27:06AM +0100, Alexander Dahl wrote: > Hei hei, > > I tried to test this, but it fails on build because the license > situation was clarified upstream. After 2015g and for 2016a a file > LICENSE was added. You could tweak the make rule like this: > > - >

[ptxdist] Antwort: Re: [PATCH] openvpn: version bump 2.3.11 -> 2.3.13

2016-11-30 Thread Tobias Schmidl
Hello all, -"ptxdist" schrieb: - > > This patch does not apply. Something (Your mail client?) replaced all tabs > with spaces. > are patches in attachments accepted on this mailing list? Best regards, Tobias