[ptxdist] [PATCH 5/5] qpdf: correct license and pin down license MD5sum

2017-11-23 Thread Roland Hieber
A quick glance at QPDF's LICENSE.txt shows that it identifies itself at the Apache 2.0 license, not the Artistic license. Signed-off-by: Roland Hieber --- rules/qpdf.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/qpdf.make

[ptxdist] [PATCH 1/5] nginx: pin down license MD5sum

2017-11-23 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/nginx.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/nginx.make b/rules/nginx.make index c2f58da1a..bdadc6b64 100644 --- a/rules/nginx.make +++ b/rules/nginx.make @@ -25,6 +25,7 @@ NGINX_URL :=

[ptxdist] [PATCH 3/5] cups: pin down license MD5sum

2017-11-23 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/cups.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/cups.make b/rules/cups.make index 7eb209e25..c9d8e4e35 100644 --- a/rules/cups.make +++ b/rules/cups.make @@ -24,6 +24,7 @@ CUPS_URL :=

[ptxdist] [PATCH 4/5] libpaper: pin down license MD5sum

2017-11-23 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/libpaper.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libpaper.make b/rules/libpaper.make index 0d68dc62a..6a8128b8e 100644 --- a/rules/libpaper.make +++ b/rules/libpaper.make @@ -27,6 +27,7 @@ LIBPAPER_URL

[ptxdist] [PATCH 2/5] cups-filters: pin down license MD5sum

2017-11-23 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/cups-filters.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/cups-filters.make b/rules/cups-filters.make index ceac6a33d..2694ac75d 100644 --- a/rules/cups-filters.make +++ b/rules/cups-filters.make @@ -24,6 +24,7 @@

[ptxdist] [PATCH] fbv: Fix build error due to direct access to jmpbuf

2017-11-23 Thread Gavin Schenk
The build fails with "dereferencing pointer to incomplete type" when accessing the jmpbuf ptr directly. Using the macro png_jmpbuf(...) fixes this compiler error. Signed-off-by: Gavin Schenk --- png.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH v2] fbv: Fix build error due to direct access to jmpbuf

2017-11-23 Thread Gavin Schenk
Signed-off-by: Gavin Schenk --- ...uild-error-due-to-direct-access-to-jmpbuf.patch | 34 ++ patches/fbv-1.0b-ptx3/series | 4 +++ 2 files changed, 38 insertions(+) create mode 100644

[ptxdist] [PATCH 6/5] poppler-data: pin down license MD5sum

2017-11-23 Thread Roland Hieber
Signed-off-by: Roland Hieber --- ... oops, forgot to send this in the series... :) --- rules/poppler-data.make | 4 1 file changed, 4 insertions(+) diff --git a/rules/poppler-data.make b/rules/poppler-data.make index 93edb7cea..1272cb65f 100644 ---

[ptxdist] [PATCH v2 1/2] lcms: version bump 1.19 -> 2.9

2017-11-23 Thread Roland Hieber
lcms 1.19 was released 2009, and is no longer maintained, so it is about time. Python support has been removed. MD5 for the license file has changed, but it's still the MIT License. Also make the tools installable. Signed-off-by: Roland Hieber -- changes v1 -> v2: *

Re: [ptxdist] [ptxdist-commit] [public/git/ptxdist] 15/26: Doc: improve the 'build the docs' documentation

2017-11-23 Thread Roland Hieber
Hi, On 23.11.2017 14:29, gitolite+pub...@pengutronix.de wrote: This is an automated email from the git hooks/post-receive script. pengutronix.michael.olbrich pushed a commit to branch master in repository git/ptxdist. commit efebcad7d3bd4d3d1e4cbdc280ce5bf29f298cdf Author: Juergen Borleis

Re: [ptxdist] [PATCH v3] linuxptp: Update package and configs

2017-11-23 Thread Michael Grzeschik
On Wed, Nov 22, 2017 at 01:13:59PM +0100, Michael Grzeschik wrote: > Usualy we can not ensure only to use transparent clock switches. > Therefor we setup the fix option -P to the commandline to enable > the P2P mechanism in ptp4l. > > The following options are highly depending on the usecase > so

Re: [ptxdist] [ptxdist-commit] [public/git/ptxdist] 15/26: Doc: improve the 'build the docs' documentation

2017-11-23 Thread Juergen Borleis
On Thursday 23 November 2017 14:51:16 Roland Hieber wrote: > [...] > > > +Using a Python virtual environment > > +^^ > > + > > +*Sphinx* is *Python* based and thus can be installed via a virtual > > environment +when not globally present in the host system. > > + >

[ptxdist] [PATCH v2 2/6] cups-filters: pin down license MD5sum

2017-11-23 Thread Roland Hieber
Signed-off-by: Roland Hieber --- changes in v1 -> v2: * sorry, the md5sum was missing a '7' in the front... --- rules/cups-filters.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/cups-filters.make b/rules/cups-filters.make index ceac6a33d..7b3e848da