[ptxdist] [PATCH] mpg123: bump version to 1.23.8

2016-10-17 Thread Clemens Gruber
Vulnerability fixes. Signed-off-by: Clemens Gruber --- rules/mpg123.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mpg123.make b/rules/mpg123.make index d2ea234..b0eadb4 100644 --- a/rules/mpg123.make +++ b/rules/mpg123.make @@

[ptxdist] [PATCH] ethtool: bump version to 4.8

2016-10-17 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/ethtool.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/ethtool.make b/rules/ethtool.make index c700537..dd91956 100644 --- a/rules/ethtool.make +++ b/rules/ethtool.make @@ -17,8 +17,8 @@

[ptxdist] [PATCH 3/5] libksba: bump version and make build more reproducible

2016-10-17 Thread Clemens Gruber
Version bump, add build timestamp and enable optimizations. Signed-off-by: Clemens Gruber --- rules/libksba.make | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/rules/libksba.make b/rules/libksba.make index 68a6769..66074ff 100644

[ptxdist] [PATCH 2/5] libassuan: bump version and make build more reproducible

2016-10-17 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/libassuan.make | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/rules/libassuan.make b/rules/libassuan.make index 7069aa0..46bf3e3 100644 --- a/rules/libassuan.make +++ b/rules/libassuan.make @@

[ptxdist] [PATCH 1/5] libgpg-error: bump version

2016-10-17 Thread Clemens Gruber
Bump version and disable building tests. Signed-off-by: Clemens Gruber --- rules/libgpg-error.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/libgpg-error.make b/rules/libgpg-error.make index 93592b0..3709391 100644 ---

[ptxdist] [PATCH v2 1/2] iproute2: bump version

2016-10-17 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/iproute2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/iproute2.make b/rules/iproute2.make index e1f4c7d..77acaf3 100644 --- a/rules/iproute2.make +++ b/rules/iproute2.make @@ -17,8 +17,8 @@

[ptxdist] [PATCH v2 2/2] iproute2: add patch to avoid iptables dependency

2016-10-17 Thread Clemens Gruber
New patch, adding the missing build-dependency xtables-version.h. Also set TC_CONFIG_XT=n in Config. libxtables is not required, unless plugins that link to it are used. Currently, none of these plugins are installed/installable in PTXdist. Fixes: 333123a94302 ("iproute2: update version and

Re: [ptxdist] iproute2 dependencies

2016-10-17 Thread Clemens Gruber
On Mon, Oct 17, 2016 at 03:21:08PM +0200, Michael Olbrich wrote: > Clemens: I think a patch that adds xtables-version.h is the cleanest > solution. The resulting m_xt.so will be broken because it doesn't link to > libiptables but we don't install that right now. Good idea! I'll send a patch

Re: [ptxdist] iproute2 dependencies

2016-10-17 Thread Michael Olbrich
Hi, On Mon, Oct 17, 2016 at 03:13:49PM +0200, Michael Olbrich wrote: > On Mon, Oct 17, 2016 at 02:54:51PM +0200, Uwe Kleine-König wrote: > > On Mon, Oct 17, 2016 at 12:48:37PM +0200, Clemens Gruber wrote: > > > What's also interesting to me is that Debian does not depend on > > > libxtables11, it

Re: [ptxdist] iproute2 dependencies

2016-10-17 Thread Michael Olbrich
Hi, On Mon, Oct 17, 2016 at 02:54:51PM +0200, Uwe Kleine-König wrote: > On Mon, Oct 17, 2016 at 12:48:37PM +0200, Clemens Gruber wrote: > > What's also interesting to me is that Debian does not depend on > > libxtables11, it is only recommended. > Looking at iproute2 4.6.0-4, it build-depends on

Re: [ptxdist] iproute2 dependencies

2016-10-17 Thread Uwe Kleine-König
Hello, On Mon, Oct 17, 2016 at 12:48:37PM +0200, Clemens Gruber wrote: > What's also interesting to me is that Debian does not depend on > libxtables11, it is only recommended. Looking at iproute2 4.6.0-4, it build-depends on iptables-dev though. So maybe only the headers are needed, but not the

[ptxdist] iproute2 dependencies

2016-10-17 Thread Clemens Gruber
Hi Alex, Hi Michael, Hi Juergen, I am interested in your opinion regarding the iptables dependency. I sent a hack-ish patch to not build tc/m_ipt.c, but there is probably a better way. Especially if someone needs the iptables support in tc. (For the tc filter ipt action) Should we better 1)