[ptxdist] [PATCH 2/2] libwpe: version bump 1.14.0 -> 1.14.1

2023-02-23 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/libwpe.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libwpe.make b/rules/libwpe.make index 799d4df61..4e0ea0ab8 100644 --- a/rules/libwpe.make +++ b/rules/libwpe.make @@ -14,9 +14,9 @@ PACKAGES-$(PTXCONF_LIBWPE

[ptxdist] [PATCH 1/2] wpewebkit: version bump 2.38.2 -> 2.38.5

2023-02-23 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/wpewebkit.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make index c7363c591..6d6065cc7 100644 --- a/rules/wpewebkit.make +++ b/rules/wpewebkit.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] ptxd_make_world_prepare: fix typo in ${pkg_label} variable

2023-02-23 Thread Bastian Krause
Signed-off-by: Bastian Krause --- scripts/lib/ptxd_make_world_prepare.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/ptxd_make_world_prepare.sh b/scripts/lib/ptxd_make_world_prepare.sh index b94b91edf..04075d255 100644 --- a/scripts/lib

[ptxdist] [PATCH] doc: dev manual: fix cargo compile option example

2023-02-23 Thread Bastian Krause
Additional options have to be specified in FOO_MAKE_OPT, not in FOO_CONF_OPT. Signed-off-by: Bastian Krause --- doc/dev_advanced_rule_files.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev_advanced_rule_files.rst b/doc/dev_advanced_rule_files.rst index

[ptxdist] [PATCH] cog: version bump 0.16.0 -> 0.16.1

2022-12-09 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/cog.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/cog.make b/rules/cog.make index 2c0514a22..88f1097eb 100644 --- a/rules/cog.make +++ b/rules/cog.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COG) += cog # # Paths

[ptxdist] [PATCH] wpewebkit: version bump 2.38.0 -> 2.38.2

2022-12-09 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/wpewebkit.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make index 4421f33fb..c7363c591 100644 --- a/rules/wpewebkit.make +++ b/rules/wpewebkit.make @@ -14,8 +14,8 @@ PACKAGES

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

2022-10-06 Thread Bastian Krause
On 10/4/22 17:48, Bastian Krause wrote: 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

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

2022-10-05 Thread Bastian Krause
ort, therefore run-time detection is extremely OS specific. So stick to yes/no for the ARM NEON option by switching to the ptx/yesno macro. [1] https://sourceforge.net/p/libpng/code/ci/v1.6.38/tree/arm/arm_init.c#l21 Signed-off-by: Bastian Krause --- Changes since (implicit) v1: - adjust --

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 @@ PACKAGES

[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 @@ PACKAGES

[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 @@ PACKAGES

[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 a/rules

[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 b

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

2022-10-04 Thread Bastian Krause
.html [2] https://blog.tingping.se/2021/02/23/future-of-libsoup.html Bastian Krause (4): libnghttp2: new package libsoup: version bump 2.72.0 -> 3.2.0 wpewebkit: use libsoup3 cog: use libsoup3 rules/cog.make| 2 +- rules/libnghttp2.in | 8 + rules/libnghttp2.make |

[ptxdist] [PATCH] cog: version bump 0.14.1 -> 0.16

2022-09-27 Thread Bastian Krause
- cog 0.16 switches the build system from CMake to Meson - building without D-Bus is no longer possible - allow install of cogctl for D-Bus user bus Signed-off-by: Bastian Krause --- rules/cog.in | 6 ++ rules/cog.make | 37 - 2 files changed, 18

[ptxdist] [PATCH 4/5] cog: version bump 0.12.1 -> 0.14.1

2022-09-23 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/cog.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/cog.make b/rules/cog.make index 3185a0e9c..43c661344 100644 --- a/rules/cog.make +++ b/rules/cog.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COG) += cog # # Paths

[ptxdist] [PATCH 5/5] wpewebkit: version bump 2.34.6 -> 2.38.0

2022-09-23 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/wpewebkit.in | 16 +++- rules/wpewebkit.make | 27 +++ 2 files changed, 34 insertions(+), 9 deletions(-) diff --git a/rules/wpewebkit.in b/rules/wpewebkit.in index 8c1f6c50e..3f11e921b 100644 --- a/rules/wpewebkit.in

[ptxdist] [PATCH 3/5] wpebackend-fdo: version bump 1.12.0 -> 1.14.0

2022-09-23 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/wpebackend-fdo.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpebackend-fdo.make b/rules/wpebackend-fdo.make index 36864c34b..4981f8326 100644 --- a/rules/wpebackend-fdo.make +++ b/rules/wpebackend-fdo.make @@ -14,9

[ptxdist] [PATCH 2/5] wpebackend-fdo: add missing libxkbcommon dependency

2022-09-23 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/wpebackend-fdo.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/wpebackend-fdo.in b/rules/wpebackend-fdo.in index 0b355bb68..dffadaf6f 100644 --- a/rules/wpebackend-fdo.in +++ b/rules/wpebackend-fdo.in @@ -6,6 +6,7 @@ config WPEBACKEND_FDO

[ptxdist] [PATCH 1/5] libwpe: version bump 1.12.0 -> 1.14.0

2022-09-23 Thread Bastian Krause
libxkbcommon support is now optional, but there is no point in adding a prompt for ptxdist, because the wpebackend-fdo package requires it unconditionally. Signed-off-by: Bastian Krause --- rules/libwpe.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules

[ptxdist] [PATCH] fuse3: fix copy/paste error selecting an option from fuse instead of fuse3

2022-06-24 Thread Bastian Krause
ere always installed unconditionally, just enable the utils option unconditionally. Signed-off-by: Bastian Krause --- rules/fuse3.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/fuse3.make b/rules/fuse3.make index 8af8f7282..d4925f2dd 100644 --- a/rules/fuse3.make +++ b/rules

[ptxdist] [PATCH 2/2] doc: user_manual: mention download prevention during non-get stages

2022-05-20 Thread Bastian Krause
Signed-off-by: Bastian Krause --- doc/user_manual.inc | 4 1 file changed, 4 insertions(+) diff --git a/doc/user_manual.inc b/doc/user_manual.inc index 2adcd964c..6bd534f3d 100644 --- a/doc/user_manual.inc +++ b/doc/user_manual.inc @@ -125,6 +125,10 @@ download an archive currently

[ptxdist] [PATCH 1/2] ptxd_make_world_init: set invalid proxy value for download prevention to greppable value

2022-05-20 Thread Bastian Krause
the proxy error message from the online code signing provider was: proxyconnect tcp: dial tcp: lookup -: no such host With this patch it is now: proxyconnect tcp: dial tcp: lookup PTXDIST-UNALLOWED-DOWNLOAD: no such host Signed-off-by: Bastian Krause --- scripts/lib

[ptxdist] [PATCH] microcom: correct SPDX license identifier GPL-2.0-only -> GPL-2.0-or-later

2022-04-07 Thread Bastian Krause
The license header in the source files includes the "or (at your option) any later version" clause. Signed-off-by: Bastian Krause --- rules/microcom.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/microcom.make b/rules/microcom.make index d8ff76bb8.

[ptxdist] [PATCH] graphene: version bump 1.10.6 -> 1.10.8

2022-04-06 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/graphene.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/graphene.make b/rules/graphene.make index 412a74f7f..5e5971b00 100644 --- a/rules/graphene.make +++ b/rules/graphene.make @@ -14,11 +14,11 @@ PACKAGES

[ptxdist] [PATCH v2] gst-plugins-good1: select SYSTEMD_UDEV_PERSISTENT_V4L for systemd/v4l2 use case

2022-03-24 Thread Bastian Krause
Without SYSTEMD_UDEV_PERSISTENT_V4L v4l2deviceprovider (and gst-device-monitor-1.0) will not find any v4l2 devices. Signed-off-by: Bastian Krause --- Changes since (implicit) v1: - select SYSTEMD only if GST_PLUGINS_GOOD1_V4L2 is enabled - add RUNTIME condition since these are runtime

[ptxdist] [PATCH] gst-plugins-good1: select SYSTEMD_UDEV_PERSISTENT_V4L for systemd/v4l2 use case

2022-03-18 Thread Bastian Krause
Without SYSTEMD_UDEV_PERSISTENT_V4L v4l2deviceprovider (and gst-device-monitor-1.0) will not find any v4l2 devices. Signed-off-by: Bastian Krause --- rules/gst-plugins-good1.in | 6 ++ 1 file changed, 6 insertions(+) diff --git a/rules/gst-plugins-good1.in b/rules/gst-plugins-good1

[ptxdist] [PATCH 2/2] cog: version bump 0.12.0 -> 0.12.1

2022-03-08 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/cog.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/cog.make b/rules/cog.make index 1d3e966f2..3185a0e9c 100644 --- a/rules/cog.make +++ b/rules/cog.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COG) += cog # # Paths

[ptxdist] [PATCH 1/2] wpewebkit: version bump 2.34.4 -> 2.34.6

2022-03-08 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/wpewebkit.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make index 86d4d3d3d..837d4dcba 100644 --- a/rules/wpewebkit.make +++ b/rules/wpewebkit.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH 4/4] cog: version bump 0.10.0 -> 0.12.0

2022-02-10 Thread Bastian Krause
The "fdo" (FreeDesktop.org) platform module was renamed to "wl" (wayland), see: https://wpewebkit.org/release/cog-0.12.0.html Signed-off-by: Bastian Krause --- rules/cog.make | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/rules/cog.m

[ptxdist] [PATCH 3/4] libwpe: version bump 1.10.1 -> 1.12.0

2022-02-10 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/libwpe.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libwpe.make b/rules/libwpe.make index ef18468c4..ae77a739e 100644 --- a/rules/libwpe.make +++ b/rules/libwpe.make @@ -14,9 +14,9 @@ PACKAGES-$(PTXCONF_LIBWPE

[ptxdist] [PATCH 2/4] wpebackend-fdo: version bump 1.10.0 -> 1.12.0

2022-02-10 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/wpebackend-fdo.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpebackend-fdo.make b/rules/wpebackend-fdo.make index 614597d40..36864c34b 100644 --- a/rules/wpebackend-fdo.make +++ b/rules/wpebackend-fdo.make @@ -14,9

[ptxdist] [PATCH 1/4] wpewebkit: version bump 2.32.3 -> 2.34.4

2022-02-10 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/wpewebkit.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make index d1a7fa120..86d4d3d3d 100644 --- a/rules/wpewebkit.make +++ b/rules/wpewebkit.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] vim: fix xxd install location

2022-01-19 Thread Bastian Krause
Installing xxd to /usr/bin/vim is obviously wrong. In case PTXCONF_VIM_VIM and PTXCONF_VIM_XXD are enabled, vim is even overwritten. Fix that by installing xxd to /usr/bin/xxd. Fixes: c538cff7e ("vim: add install options") Signed-off-by: Bastian Krause --- rules/vim.make | 2 +- 1 fi

[ptxdist] [PATCH] python3-pyyaml: install missing cyaml library

2021-12-01 Thread Bastian Krause
s/yaml/cyaml.py", line 5, in ModuleNotFoundError: No module named '_yaml' Now: >>> from yaml.cyaml import * >>> Signed-off-by: Bastian Krause --- rules/python3-pyyaml.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/python3-pyyaml.m

[ptxdist] [PATCH] qt5: fix missing limits includes in qtdeclarative with GCC 11

2021-12-01 Thread Bastian Krause
cted primary-expression before '>' token qt-everywhere-src-5.15.2/qtdeclarative/src/qmldebug/qqmlprofilerevent_p.h:314:90: error: '::max' has not been declared; did you mean 'std::max'? Signed-off-by: Bastian Krause --- ...d-missing-limits-include-to-fix-buil.patch | 31 +++

[ptxdist] [PATCH] systemd: always install udev rule for kernel module loading

2021-11-26 Thread Bastian Krause
It is generally intended that kernel modules are loaded via udev. So drop the corresponding option and install the udev rule unconditionally. Signed-off-by: Bastian Krause --- rules/systemd.in | 11 --- rules/systemd.make | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff

[ptxdist] [PATCH] wpewebkit: add WebDriver config switch

2021-08-31 Thread Bastian Krause
Prior to this commit, WebDriver was always built, but not installed. Now it is only built *and* installed if the corresponding option is enabled. Signed-off-by: Bastian Krause --- rules/wpewebkit.in | 7 +++ rules/wpewebkit.make | 6 +- 2 files changed, 12 insertions(+), 1 deletion

[ptxdist] [PATCH] projectroot: rauc-mark-good: adapt unit properties from systemd-bless-boot.service

2021-08-24 Thread Bastian Krause
d/blob/main/units/systemd-bless-boot.service.in [4] https://github.com/rauc/meta-rauc/pull/197 Signed-off-by: Bastian Krause --- projectroot/usr/lib/systemd/system/rauc-mark-good.service | 4 1 file changed, 4 insertions(+) diff --git a/projectroot/usr/lib/systemd/system/rauc-mark-good.servi

Re: [ptxdist] [PATCH v2 4/4] ptxd_lib_code_signing: enforce cleaning up on init

2021-08-24 Thread Bastian Krause
ported-by: Bastian Krause > Signed-off-by: Roland Hieber > --- > PATCH v2: new in v2, split off from previous patch > - enforce calling cs_init* at start of the provider (feedback from >Bastian Krause) > - slight fixes to the docs > --- > doc/ref_

Re: [ptxdist] [PATCH v2 3/4] ptxd_lib_code_signing: let providers clean up their installed files

2021-08-24 Thread Bastian Krause
ll functions to clean up > those files. Call the cleanup functions in the clean stage of the > providers. > > Reported-by: Bastian Krause > Signed-off-by: Roland Hieber > --- > PATCH v2: > - spell Bastian's last name correctly (sorry!) (feedback from Bastian >Kr

Re: [ptxdist] PTXCONF_RAUC_COMPATIBLE location

2021-08-18 Thread Bastian Krause
Hi Robin, On 8/18/21 3:17 PM, Robin van der Gracht wrote: > We're building an OS for multiple platforms. The platforms aren't > compatible. Is the system.conf supposed to be identical on both platforms - apart from the compatible? Regards, Bastian -- Pengutronix e.K.

[ptxdist] [PATCH 3/4] wpewebkit: version bump 2.30.6 -> 2.32.3

2021-08-03 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/wpewebkit.in | 1 + rules/wpewebkit.make | 8 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/rules/wpewebkit.in b/rules/wpewebkit.in index 1235e2502..084874067 100644 --- a/rules/wpewebkit.in +++ b/rules/wpewebkit.in @@ -37,6

[ptxdist] [PATCH 4/4] cog: version bump 0.8.1 -> 0.10.0

2021-08-03 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/cog.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/cog.make b/rules/cog.make index 3fd9f929a..a59f5a114 100644 --- a/rules/cog.make +++ b/rules/cog.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COG) += cog # # Paths

[ptxdist] [PATCH 2/4] wpebackend-fdo: version bump 1.8.2 -> 1.10.0

2021-08-03 Thread Bastian Krause
wpebackend-fdo dropped CMake support in version 1.9.1, switch to meson. Signed-off-by: Bastian Krause --- rules/wpebackend-fdo.in | 3 +-- rules/wpebackend-fdo.make | 13 ++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/rules/wpebackend-fdo.in b/rules/wpebackend

[ptxdist] [PATCH 1/4] libwpe: version bump 1.8.0 -> 1.10.1

2021-08-03 Thread Bastian Krause
libwpe will switch from cmake to meson in a future release, so switch to meson now. Signed-off-by: Bastian Krause --- rules/libwpe.in | 3 +-- rules/libwpe.make | 13 ++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/rules/libwpe.in b/rules/libwpe.in index

[ptxdist] [PATCH v3] cairo: fix license identifier

2021-07-30 Thread Bastian Krause
g/) While at it, pin down the copying files. Signed-off-by: Bastian Krause --- Changes since (implicit) v1: - add CAIRO_LICENSE_FILES pinning down COPYING Changes since v2: - add COPYING-LGPL-2.1 and COPYING-MPL-1.1 to CAIRO_LICENSE_FILES --- rules/cairo.make | 6 +- 1 file changed, 5 insert

Re: [ptxdist] [PATCH v2] cairo: fix license identifier

2021-07-28 Thread Bastian Krause
On 7/28/21 1:55 PM, Bastian Krause wrote: > > On 7/28/21 1:51 PM, Bastian Krause wrote: >> Cairo is dual-licensed: >> >> "Cairo is free software and is available to be redistributed and/or >> modified under the terms of either the GNU Lesser General P

Re: [ptxdist] [PATCH v2] cairo: fix license identifier

2021-07-28 Thread Bastian Krause
On 7/28/21 1:51 PM, Bastian Krause wrote: > Cairo is dual-licensed: > > "Cairo is free software and is available to be redistributed and/or > modified under the terms of either the GNU Lesser General Public License > (LGPL) version 2.1 or the Mozilla Public License (MPL) v

Re: [ptxdist] [PATCH] cairo: fix license identifier

2021-07-28 Thread Bastian Krause
On 7/28/21 12:39 PM, Michael Olbrich wrote: > On Wed, Jul 28, 2021 at 11:49:28AM +0200, Roland Hieber wrote: >> On Wed, Jul 28, 2021 at 11:01:07AM +0200, Bastian Krause wrote: >>> Cairo is dual-licensed: >>> >>> "Cairo is free software and is availabl

[ptxdist] [PATCH v2] cairo: fix license identifier

2021-07-28 Thread Bastian Krause
g/) While at it, pin down the COPYING file. Signed-off-by: Bastian Krause --- rules/cairo.make | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rules/cairo.make b/rules/cairo.make index cfaa74518..3e52ea233 100644 --- a/rules/cairo.make +++ b/rules/cairo.make @@ -21,7 +21,9 @@ CA

Re: [ptxdist] [PATCH] cairo: fix license identifier

2021-07-28 Thread Bastian Krause
On 7/28/21 11:49 AM, Roland Hieber wrote: > On Wed, Jul 28, 2021 at 11:01:07AM +0200, Bastian Krause wrote: >> Cairo is dual-licensed: >> >> "Cairo is free software and is available to be redistributed and/or >> modified under the terms of either the GNU Lesser

[ptxdist] [PATCH] cairo: fix license identifier

2021-07-28 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/cairo.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/cairo.make b/rules/cairo.make index cfaa74518..cbcb76b5f 100644 --- a/rules/cairo.make +++ b/rules/cairo.make @@ -21,7 +21,7 @@ CAIRO_SUFFIX := tar.xz CAIRO_URL

[ptxdist] [PATCH v2 2/2] timescaledb: version bump 1.5.0 -> 2.3.0

2021-06-16 Thread Bastian Krause
The timescaledb package selects host-postgresql. host-postgresql was updated in a previous patch to 13.3. TimescaleDB 1.5.0 only supports PostgreSQL 9.6, 10 or 11. So update to the latest release. This supports PostgreSQL 12 and 13. Note that this is only compile-tested. Signed-off-by: Bastian

[ptxdist] [PATCH v2 1/2] postgresql: version bump 11.5 -> 13.3

2021-06-16 Thread Bastian Krause
Signed-off-by: Bastian Krause --- Changes since (implicit) v1: - applied configuration changes to host-postgresql --- rules/host-postgresql.make | 3 --- rules/postgresql.make | 7 ++- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/rules/host-postgresql.make b/rules/host

Re: [ptxdist] [PATCH] postgresql: version bump 11.5 -> 13.3

2021-06-16 Thread Bastian Krause
On 6/16/21 3:19 PM, Michael Olbrich wrote: > On Fri, Jun 11, 2021 at 02:54:26PM +0200, Bastian Krause wrote: >> Signed-off-by: Bastian Krause >> --- >> rules/postgresql.make | 7 ++- >> 1 file changed, 2 insertions(+), 5 deletions(-) >> >> dif

[ptxdist] [PATCH] rpcbind: version bump 0.2.3 -> 1.2.6

2021-06-11 Thread Bastian Krause
=2e9c289246c647e25649914bdb0d9400c66f486e Signed-off-by: Bastian Krause --- ...n-t-use-the-xp_auth-pointer-directly.patch | 36 --- patches/rpcbind-0.2.3/series | 4 -- ...d-call-rpcbind-with-w-only-on-enable.patch | 46 +++ patches/rpcbind-1.2.6/autogen.sh

[ptxdist] [PATCH] openssh: version bump 8.3p1 -> 8.6p1

2021-06-11 Thread Bastian Krause
://anongit.mindrot.org/openssh.git/commit/?id=922cfac5 Signed-off-by: Bastian Krause --- rules/openssh.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/openssh.make b/rules/openssh.make index 2c86a97a1..d85771a9e 100644 --- a/rules/openssh.make +++ b/rules

[ptxdist] [PATCH] cryptsetup: version bump 2.3.4 -> 2.3.6

2021-06-11 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/cryptsetup.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/cryptsetup.make b/rules/cryptsetup.make index 7b38c9418..e8311f801 100644 --- a/rules/cryptsetup.make +++ b/rules/cryptsetup.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] coreutils: version bump 8.31 -> 8.32

2021-06-11 Thread Bastian Krause
coreutils' 5b9d74726 [1] transformed the http URLs to https in COPYING. [1] https://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=5b9d74726 Signed-off-by: Bastian Krause --- rules/coreutils.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules

[ptxdist] [PATCH] postgresql: version bump 11.5 -> 13.3

2021-06-11 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/postgresql.make | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/rules/postgresql.make b/rules/postgresql.make index 7f4643683..b7ce0c70a 100644 --- a/rules/postgresql.make +++ b/rules/postgresql.make @@ -14,8 +14,8 @@ PACKAGES

Re: [ptxdist] [PATCH] grpc: add option to enable C# extension

2021-06-11 Thread Bastian Krause
On 6/11/21 11:13 AM, Michael Olbrich wrote: > On Tue, Jun 08, 2021 at 06:14:21PM +0200, Bastian Krause wrote: >> Signed-off-by: Bastian Krause >> --- >> rules/grpc.in | 10 +- >> rules/grpc.make | 6 +- >> 2 files changed, 14 insertions(+), 2 dele

Re: [ptxdist] [PATCH 1/2] libcurl: allow choice between OpenSSL and GnuTLS backend

2021-06-08 Thread Bastian Krause
On 6/8/21 6:31 PM, Roland Hieber wrote: > On Tue, Jun 08, 2021 at 05:53:28PM +0200, Bastian Krause wrote: >> Signed-off-by: Bastian Krause >> --- >> rules/libcurl.in | 20 +++- >> rules/libcurl.make | 6 +++--- >> 2 files changed, 22 inserti

[ptxdist] [PATCH] grpc: add option to enable C# extension

2021-06-08 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/grpc.in | 10 +- rules/grpc.make | 6 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/rules/grpc.in b/rules/grpc.in index d3ae4efaf..2c61c36e2 100644 --- a/rules/grpc.in +++ b/rules/grpc.in @@ -1,6 +1,6 @@ ## SECTION

Re: [ptxdist] [PATCH 2/2] libcurl: version bump 7.72.0 -> 7.77.0

2021-06-08 Thread Bastian Krause
On 6/8/21 5:53 PM, Bastian Krause wrote: > Signed-off-by: Bastian Krause > --- > rules/libcurl.make | 31 +++ > 1 file changed, 19 insertions(+), 12 deletions(-) > > diff --git a/rules/libcurl.make b/rules/libcurl.make > index 7a915d

[ptxdist] [PATCH 1/2] libcurl: allow choice between OpenSSL and GnuTLS backend

2021-06-08 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/libcurl.in | 20 +++- rules/libcurl.make | 6 +++--- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/rules/libcurl.in b/rules/libcurl.in index 390e495ca..632ed48e4 100644 --- a/rules/libcurl.in +++ b/rules/libcurl.in

[ptxdist] [PATCH 2/2] libcurl: version bump 7.72.0 -> 7.77.0

2021-06-08 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/libcurl.make | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/rules/libcurl.make b/rules/libcurl.make index 7a915dce3..2e68e51ea 100644 --- a/rules/libcurl.make +++ b/rules/libcurl.make @@ -15,8 +15,8

[ptxdist] [PATCH] rauc-hawkbit-updater: fix license

2021-06-07 Thread Bastian Krause
rauc-hawkbit-updater's license is actually LGPL-2.1-only, not LGPL-2.1-or-later. See the SPDX-License-Identifier in any source file. Fixes: 399ce56f9 ("rauc-hawkbit-updater: new package") Signed-off-by: Bastian Krause --- rules/rauc-hawkbit-updater.make | 2 +- 1 file changed, 1 inser

[ptxdist] [PATCH] doc: dev_layers_in_ptxdist: drop extra "`"

2021-05-25 Thread Bastian Krause
The RST custom link text syntax is :ref:`custom text` Signed-off-by: Bastian Krause --- doc/dev_layers_in_ptxdist.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev_layers_in_ptxdist.rst b/doc/dev_layers_in_ptxdist.rst index a1066396c..27ca85832 100644 --- a/doc

[ptxdist] [PATCH 1/2] cog: add option to control cog via D-Bus system bus

2021-04-15 Thread Bastian Krause
This allows remote control of cog via D-Bus, e.g. open an URL, reload, navigate in page view history. Signed-off-by: Bastian Krause --- ...Bus-policy-configuration-to-CMAKE_IN.patch | 31 +++ patches/cog-0.8.1/series | 4 +++ rules/cog.in

[ptxdist] [PATCH] dtc: add package to EXTRA_PACKAGES on !PTXCONF_DTC_INSTALL_OFTREE

2021-04-07 Thread Bastian Krause
-off-by: Bastian Krause --- rules/dtc.make | 4 1 file changed, 4 insertions(+) diff --git a/rules/dtc.make b/rules/dtc.make index 49fd4526a..8c0455af9 100644 --- a/rules/dtc.make +++ b/rules/dtc.make @@ -11,7 +11,11 @@ # # We provide this package # +ifdef PTXCONF_DTC_INSTALL_OFTREE

[ptxdist] [PATCH] ptxd_make_fit_image: drop unused model variables

2021-04-01 Thread Bastian Krause
These variables were introduced when ptxd_make-fit-image.sh was introduced in 0cfba65d1 ("image-kernel-fit: Add package"). They were never used, so drop them. Signed-off-by: Bastian Krause --- scripts/lib/ptxd_make_fit_image.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletion

[ptxdist] [PATCH 2/2] wpewebkit: version bump 2.30.4 -> 2.30.5

2021-03-11 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/wpewebkit.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make index 031b06418..a61bce6e8 100644 --- a/rules/wpewebkit.make +++ b/rules/wpewebkit.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH 1/2] wpebackend-fdo: version bump 1.8.0 -> 1.8.1

2021-03-11 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/wpebackend-fdo.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpebackend-fdo.make b/rules/wpebackend-fdo.make index db8fe030a..7038b2a75 100644 --- a/rules/wpebackend-fdo.make +++ b/rules/wpebackend-fdo.make @@ -14,9

[ptxdist] [PATCH] util-linux-ng: version bump 2.36 -> 2.36.1

2021-02-10 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/util-linux-ng.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make index 3c53a4a95..63d6f68fd 100644 --- a/rules/util-linux-ng.make +++ b/rules/util-linux-ng.make @@ -15,8 +15,8

[ptxdist] [PATCH] rauc: version bump 1.5 -> 1.5.1

2021-01-28 Thread Bastian Krause
The patch to build with old kernel headers is included in v1.5.1 . Signed-off-by: Bastian Krause --- ...c-mount.c-fix-build-with-kernel-4.14.patch | 38 --- patches/rauc-1.5/series | 4 -- rules/rauc.make | 4 +- 3 files

[ptxdist] [PATCH] wpewebkit: version bump 2.30.2 -> 2.30.4

2021-01-13 Thread Bastian Krause
Building with video support disabled is fixed upstream. Signed-off-by: Bastian Krause --- ...tedBundle-guard-setGenericCueAPIEnab.patch | 37 --- patches/wpewebkit-2.30.2/series | 4 -- rules/wpewebkit.make | 4 +- 3 files changed, 2

[ptxdist] [PATCH v2] wpewebkit: version bump 2.30.1 -> 2.30.2

2020-11-16 Thread Bastian Krause
Signed-off-by: Bastian Krause --- Changes since v1: - patch ported --- ...WebProcess-InjectedBundle-guard-setGenericCueAPIEnab.patch | 0 patches/{wpewebkit-2.30.1 => wpewebkit-2.30.2}/series | 0 rules/wpewebkit.make | 4 ++-- 3 files changed

[ptxdist] [PATCH] wpewebkit: version bump 2.30.1 -> 2.30.2

2020-11-13 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/wpewebkit.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make index 2b8f8cd8b..a95efb209 100644 --- a/rules/wpewebkit.make +++ b/rules/wpewebkit.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] parted: remove obsolete readline select

2020-11-02 Thread Bastian Krause
ff2fb9a12 ("parted: update to 3.3") added --without-readline to PARTED_CONF_OPT, so readline is no longer needed. Fixes: ff2fb9a12 ("parted: update to 3.3") Signed-off-by: Bastian Krause --- rules/parted.in | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/parted.

[ptxdist] [PATCH v3 3/3] wpewebkit: version bump 2.28.4 -> 2.30.1

2020-10-22 Thread Bastian Krause
the corresponding CMake options ENABLE_VIDEO and ENABLE_WEB_AUDIO accordingly. The included patch is needed to make builds with ENABLE_VIDEO=OFF work. [1] https://bugs.webkit.org/show_bug.cgi?id=148473 Signed-off-by: Bastian Krause --- Changes since v2: - add patch to make builds

[ptxdist] [PATCH v3 2/3] wpebackend-fdo: version bump 1.6.1 -> 1.8.0

2020-10-22 Thread Bastian Krause
libepoxy is required since v1.7.1 for EGL operations. Signed-off-by: Bastian Krause --- No changes since v1/v2. --- rules/wpebackend-fdo.in | 1 + rules/wpebackend-fdo.make | 7 +++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/wpebackend-fdo.in b/rules/wpebackend

[ptxdist] [PATCH v3 1/3] libwpe: version bump 1.6.0 -> 1.8.0

2020-10-22 Thread Bastian Krause
Signed-off-by: Bastian Krause --- No changes since v1/v2. --- rules/libwpe.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libwpe.make b/rules/libwpe.make index 552a55dc9..5c6fb9054 100644 --- a/rules/libwpe.make +++ b/rules/libwpe.make @@ -14,9 +14,9

[ptxdist] [PATCH v2 3/3] wpewebkit: version bump 2.28.4 -> 2.30.1

2020-10-21 Thread Bastian Krause
://bugs.webkit.org/show_bug.cgi?id=148473 Signed-off-by: Bastian Krause --- Changes since v1: - introduce WPEWEBKIT_VIDEO, WPEWEBKIT_AUDIO - select gst-plugins depending on WPEWEBKIT_VIDEO, WPEWEBKIT_AUDIO - set ENABLE_VIDEO, ENABLE_WEB_AUDIO according to WPEWEBKIT_VIDEO, WPEWEBKIT_AUDIO - turn

[ptxdist] [PATCH v2 1/3] libwpe: version bump 1.6.0 -> 1.8.0

2020-10-21 Thread Bastian Krause
Signed-off-by: Bastian Krause --- No changes since v1. --- rules/libwpe.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libwpe.make b/rules/libwpe.make index 552a55dc9..5c6fb9054 100644 --- a/rules/libwpe.make +++ b/rules/libwpe.make @@ -14,9 +14,9 @@ PACKAGES

[ptxdist] [PATCH v2 2/3] wpebackend-fdo: version bump 1.6.1 -> 1.8.0

2020-10-21 Thread Bastian Krause
libepoxy is required since v1.7.1 for EGL operations. Signed-off-by: Bastian Krause --- No changes since v1. --- rules/wpebackend-fdo.in | 1 + rules/wpebackend-fdo.make | 7 +++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/wpebackend-fdo.in b/rules/wpebackend

[ptxdist] [PATCH 2/3] host-nfsutils: new package

2020-10-21 Thread Bastian Krause
This is needed for rpcgen, which is needed during compile time of nfsutils. It may also be installed/used on the target. See: https://marc.info/?t=16032761482=1=2 Signed-off-by: Bastian Krause --- rules/host-nfsutils.in | 6 + rules/host-nfsutils.make | 50

[ptxdist] [PATCH 3/3] nfsutils: version bump 1.3.3 -> 2.5.1

2020-10-21 Thread Bastian Krause
Signed-off-by: Bastian Krause --- ...-the-starting-and-stopping-of-rpcbin.patch | 45 --- ...nclude-file-so-UINT16_MAX-is-defined.patch | 21 - ...003-fix-building-w-newer-C-libraries.patch | 79 --- .../0100-rpcgen-don-t-link-to-libtirpc.patch | 24 -- patches

[ptxdist] [PATCH 1/3] nfsutils: fix paths in init script

2020-10-21 Thread Bastian Krause
The nfs-utils tools are installed into /usr/sbin since the /usr merge. Fixes: e5068a95a ("nfsutils: /usr merge") Signed-off-by: Bastian Krause --- projectroot/etc/init.d/nfsd | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projectroot/etc/init.d/nfsd b/p

[ptxdist] [PATCH 3/3] wpewebkit: version bump 2.28.4 -> 2.30.1

2020-10-07 Thread Bastian Krause
/video playback and more. The required plugin packages are already selected, but not all plugins used in Source/WebCore/platform/{audio,graphics,mediastream}/. Fix that. [1] https://bugs.webkit.org/show_bug.cgi?id=148473 Signed-off-by: Bastian Krause --- rules/wpewebkit.in | 26

[ptxdist] [PATCH 2/3] wpebackend-fdo: version bump 1.6.1 -> 1.8.0

2020-10-07 Thread Bastian Krause
libepoxy is required since v1.7.1 for EGL operations. Signed-off-by: Bastian Krause --- rules/wpebackend-fdo.in | 1 + rules/wpebackend-fdo.make | 7 +++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/wpebackend-fdo.in b/rules/wpebackend-fdo.in index 4efb763a5

[ptxdist] [PATCH 1/3] libwpe: version bump 1.6.0 -> 1.8.0

2020-10-07 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/libwpe.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libwpe.make b/rules/libwpe.make index 552a55dc9..5c6fb9054 100644 --- a/rules/libwpe.make +++ b/rules/libwpe.make @@ -14,9 +14,9 @@ PACKAGES-$(PTXCONF_LIBWPE

[ptxdist] [PATCH] stress-ng: add missing GCCLIBS_ATOMIC select

2020-10-06 Thread Bastian Krause
stress-ng uses libatomic since v0.11.15. Signed-off-by: Bastian Krause --- rules/stress-ng.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/stress-ng.in b/rules/stress-ng.in index 1397ef24f..d5c71196a 100644 --- a/rules/stress-ng.in +++ b/rules/stress-ng.in @@ -3,6 +3,7 @@ config

  1   2   3   >