[ptxdist] [PATCH v3] iptables: bump version and fix large file support

2017-10-04 Thread Juergen Borleis
The configure script handles the "--*-largefile" parameter badly. It defaults to large file support if not given and always disables largefile support if given (and it doesn't matter if 'enable' or 'disable' was used) Due to the version bump, the previously required patch can be replaced, because

[ptxdist] [PATCH v2] iptables: fix large file support

2017-10-04 Thread Juergen Borleis
The configure script handles the "--*-largefile" parameter badly. It defaults to large file support if not given and always disables largefile support if given (and it doesn't matter if 'enable' or 'disable' was used) Signed-off-by: Juergen Borleis ---

Re: [ptxdist] [PATCH v2] iptables: fix large file support

2017-10-04 Thread Alexander Dahl
Hello, Am Mittwoch, 4. Oktober 2017, 11:02:21 CEST schrieb Juergen Borleis: > diff --git a/rules/iptables.make b/rules/iptables.make > index 721030aac..e8aa9f498 100644 > --- a/rules/iptables.make > +++ b/rules/iptables.make > @@ -21,8 +21,8 @@ PACKAGES-$(PTXCONF_IPTABLES) += iptables > # > #

Re: [ptxdist] [PATCH v2] iptables: fix large file support

2017-10-04 Thread Juergen Borleis
On Wednesday 04 October 2017 11:02:21 Juergen Borleis wrote: > The configure script handles the "--*-largefile" parameter badly. It > defaults to large file support if not given and always disables largefile > support if given (and it doesn't matter if 'enable' or 'disable' was > used) Hmm, git

Re: [ptxdist] [PATCH v2] iptables: fix large file support

2017-10-04 Thread Juergen Borleis
Hi Alex, On Wednesday 04 October 2017 11:12:36 Alexander Dahl wrote: > > diff --git a/rules/iptables.make b/rules/iptables.make > > index 721030aac..e8aa9f498 100644 > > --- a/rules/iptables.make > > +++ b/rules/iptables.make > > @@ -21,8 +21,8 @@ PACKAGES-$(PTXCONF_IPTABLES) += iptables > > # >

[ptxdist] [PATCH] polkit: automake: add missing conditional HAVE_INTROSPECTION

2017-10-04 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- ...dd-missing-conditional-HAVE_INTROSPECTION.patch | 130 + patches/polkit-0.105/series| 3 +- 2 files changed, 132 insertions(+), 1 deletion(-) create mode 100644

Re: [ptxdist] [PATCH v2 5/7] cups: new package: Common Unix Printing System

2017-10-04 Thread Juergen Borleis
Hi Roland, On Wednesday 27 September 2017 14:22:20 Roland Hieber wrote: > [...] > +ifdef PTXCONF_CUPS_SSL > + @$(call install_copy, cups, daemon, lp, /etc/cups/ssl/) This line fails with: environment: line 22: 0/etc/cups/ssl & ~06000 : division by 0 (error token is "etc/cups/ssl & ~06000

Re: [ptxdist] [PATCH v2 4/7] poppler: version bump 0.18.0 -> 0.59.0

2017-10-04 Thread Juergen Borleis
On Wednesday 27 September 2017 14:22:19 Roland Hieber wrote: > [...] > diff --git a/rules/poppler.in b/rules/poppler.in > index b107dc7a5..af0306493 100644 > --- a/rules/poppler.in > +++ b/rules/poppler.in > @@ -4,18 +4,21 @@ menuconfig POPPLER > tristate > prompt "poppler

Re: [ptxdist] [PATCH] iptables: fix large file support

2017-10-04 Thread Juergen Borleis
Hi Michael, On Saturday 30 September 2017 12:34:30 Michael Olbrich wrote: > On Thu, Sep 28, 2017 at 11:00:43AM +0200, Juergen Borleis wrote: > > The configure script handles the "--*-largefile" parameter badly. It > > defaults to large file support if not given and always disables > > largefile