[ptxdist] [PATCH 3/3] mmc-utils: update license

2022-10-04 Thread Bruno Thomsen
Newly added README file clearly states that license is GPL-2.0-only. Add README and mmc.c license header as license files. Signed-off-by: Bruno Thomsen --- rules/mmc-utils.make | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules/mmc-utils.make b/rules/mmc-utils.make

[ptxdist] [PATCH 2/3] mmc-utils: version bump 2019-10-04-g73d6c59af8d1 -> 2022-09-27-gdfc3b6ecda84

2022-10-04 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen --- rules/mmc-utils.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mmc-utils.make b/rules/mmc-utils.make index 4d9447dd2..a5045b079 100644 --- a/rules/mmc-utils.make +++ b/rules/mmc-utils.make @@ -15,8 +15,8 @@

[ptxdist] [PATCH 1/3] mmc-utils: new upstream git location

2022-10-04 Thread Bruno Thomsen
The existing URL has been renamed with -old: https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils-old.git New URL found in kernel documentation: https://www.kernel.org/doc/html/latest/driver-api/mmc/mmc-tools.html Signed-off-by: Bruno Thomsen --- rules/mmc-utils.make | 2 +- 1 file

Re: [ptxdist] [PATCH 2/2] cairo: version bump 1.16 -> 1.17.2

2022-10-04 Thread Bastian Krause
On 10/4/22 16:47, Bastian Krause wrote: Signed-off-by: Bastian Krause --- rules/cairo.make | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) I missed the patches from 1.16.0. I'll have a look whether they're still required and send a v2. Regards, Bastian diff --git

[ptxdist] [PATCH] libtasn1: version bump 4.18.0 -> 4.19.0

2022-10-04 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/libtasn1.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libtasn1.make b/rules/libtasn1.make index 7e54635d2..ce06ddfe4 100644 --- a/rules/libtasn1.make +++ b/rules/libtasn1.make @@ -14,8 +14,8 @@

[ptxdist] [PATCH] libepoxy: version bump 1.5.8 -> 1.5.10

2022-10-04 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/libepoxy.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/libepoxy.make b/rules/libepoxy.make index 8b770ac2e..3a5da2615 100644 --- a/rules/libepoxy.make +++ b/rules/libepoxy.make @@ -14,11 +14,11 @@

[ptxdist] [PATCH] harfbuzz: version bump 5.1.0 -> 5.2.0

2022-10-04 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/harfbuzz.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/harfbuzz.make b/rules/harfbuzz.make index 57101b7bf..1d34ac95d 100644 --- a/rules/harfbuzz.make +++ b/rules/harfbuzz.make @@ -14,8 +14,8 @@

[ptxdist] [PATCH] icu: version bump 69.1 -> 71.1

2022-10-04 Thread Bastian Krause
The license checksum change contains no relevant changes for the license specifiers, as far as I can see. Signed-off-by: Bastian Krause --- rules/icu.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/icu.make b/rules/icu.make index a9bd8af12..182c4f32a 100644

[ptxdist] [PATCH] libpng: version bump 1.6.37 -> 1.6.38

2022-10-04 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/libpng.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libpng.make b/rules/libpng.make index 0a1fbdee9..e9b0bf67a 100644 --- a/rules/libpng.make +++ b/rules/libpng.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBPNG) +=

[ptxdist] [PATCH 2/2] cairo: version bump 1.16 -> 1.17.2

2022-10-04 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/cairo.make | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/rules/cairo.make b/rules/cairo.make index e9e395b26..416aa38cf 100644 --- a/rules/cairo.make +++ b/rules/cairo.make @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_CAIRO) +=

[ptxdist] [PATCH 1/2] host-cairo: disable doc generation

2022-10-04 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/host-cairo.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/host-cairo.make b/rules/host-cairo.make index aa5c24cec..6936b9bc2 100644 --- a/rules/host-cairo.make +++ b/rules/host-cairo.make @@ -25,6 +25,7 @@ HOST_CAIRO_CONF_OPT := \

[ptxdist] [PATCH 4/4] cog: use libsoup3

2022-10-04 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/cog.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/cog.make b/rules/cog.make index e8be1f709..2c0514a22 100644 --- a/rules/cog.make +++ b/rules/cog.make @@ -43,7 +43,7 @@ COG_CONF_OPT := \ -Dplatforms=wayland \

[ptxdist] [PATCH 3/4] wpewebkit: use libsoup3

2022-10-04 Thread Bastian Krause
libsoup 3.0 is not API-compatible with 2.0, see [1]. When switching to it, the libWPEWebKit version changes. [1] https://libsoup.org/libsoup-3.0/migrating-from-libsoup-2.html Signed-off-by: Bastian Krause --- rules/wpewebkit.make | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[ptxdist] [PATCH 2/4] libsoup: version bump 2.72.0 -> 3.2.0

2022-10-04 Thread Bastian Krause
Note that libsoup 3.x breaks previous ABI [1]. [1] https://libsoup.org/libsoup-3.0/migrating-from-libsoup-2.html Signed-off-by: Bastian Krause --- rules/libsoup.in | 5 + rules/libsoup.make | 15 +-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git

[ptxdist] [PATCH 1/4] libnghttp2: new package

2022-10-04 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/libnghttp2.in | 8 + rules/libnghttp2.make | 77 +++ 2 files changed, 85 insertions(+) create mode 100644 rules/libnghttp2.in create mode 100644 rules/libnghttp2.make diff --git a/rules/libnghttp2.in

[ptxdist] [PATCH 0/4] Switch to libsoup3

2022-10-04 Thread Bastian Krause
libsoup 3.x breaks ABI compatibility with previous versions [1][2]. This series bumps the version of libsoup from 2.72.0 to 3.2.0. No libsoup2 legacy package is needed since all dependants support libsoup3 already. libnghttp2 is required now, so introduce a new package for that. Finally migrate

Re: [ptxdist] pkg-config-wrapper issue

2022-10-04 Thread Richard OGrady
> -Original Message- > From: ptxdist On Behalf Of Ladislav Michl > Sent: Monday, October 3, 2022 3:44 PM > To: ptxdist@pengutronix.de > Subject: Re: [ptxdist] pkg-config-wrapper issue > > On Mon, Oct 03, 2022 at 06:14:34PM +, Richard OGrady wrote: > > Hello, > > > > We are using

[ptxdist] [PATCH] dbus: Version bump. 1.14.0 -> 1.15.0

2022-10-04 Thread Christian Melki
https://github.com/freedesktop/dbus/blob/master/NEWS Mostly fixes. A meson build system is being prepared to replace cmake/autotools. Signed-off-by: Christian Melki --- rules/dbus.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/dbus.make b/rules/dbus.make

[ptxdist] [PATCH] bash: Version bump. 5.1.16 -> 5.2

2022-10-04 Thread Christian Melki
https://git.savannah.gnu.org/cgit/bash.git/tree/NEWS Bunch of fixes and some new functionality. * License file had copyright year changes. * Re-enable parallelization of build. Signed-off-by: Christian Melki --- rules/bash.make | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff

Re: [ptxdist] OSELAS.Toolchain-2019.09.1 Building Issue

2022-10-04 Thread Michael Olbrich
On Mon, Oct 03, 2022 at 08:27:04PM +0200, Alexander Dahl wrote: > Hello, > > Am Mon, Oct 03, 2022 at 05:38:27PM + schrieb Joshi, Pranay: > > Hi Michael, > > > > Thanks for your solutions. > > > > I tried both the solution, > > > > 1. First solution : Installed gcc9 and also changed

[ptxdist] [PATCH] tpm2-tools: Version bump. 5.2 -> 5.3

2022-10-04 Thread Christian Melki
https://github.com/tpm2-software/tpm2-tools/releases/tag/5.3 A lot of fixes and enhancements over the last year. * License file moved from doc to docs. Contents is identical. * Add tpm2 tools and a section for tss2 tools. Was missing previously. Signed-off-by: Christian Melki ---

[ptxdist] Golang (again)

2022-10-04 Thread Ladislav Michl
Hi there, I found these comments about Go support efforts: 04 Oct 2016 by Clemens Gruber: https://www.mail-archive.com/ptxdist@pengutronix.de/msg11013.html and 16 Apr 2021 by Enrico Weigelt: https://www.mail-archive.com/ptxdist@pengutronix.de/msg17959.html To my best knowledge, none of them was

[ptxdist] [PATCH] libcap: Version bump. 2.65 -> 2.66.

2022-10-04 Thread Christian Melki
Very minor bugfixes. https://git.kernel.org/pub/scm/libs/libcap/libcap.git/log/?h=v1.2.66 Signed-off-by: Christian Melki --- rules/libcap.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libcap.make b/rules/libcap.make index 8d6bc856a..8b4cf246b 100644 ---