[ptxdist] [PATCH] host-python-scons: version bump 3.0.1 -> 3.1.2

2020-01-19 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/host-python-scons.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-python-scons.make b/rules/host-python-scons.make index efca45148..731c67b8c 100644 --- a/rules/host-python-scons.make +++ b/rules/host-python

[ptxdist] [PATCH] gpsd: version bump 3.19 -> 3.20

2020-01-19 Thread Ladislav Michl
Quite a few options were removed, so remome them from Kconfig as well. Buildsystem counts on gcc to be used for linking and setting LD makes build fail, so set only those tools actually used. Signed-off-by: Ladislav Michl --- .../0001-Search-for-ncursesw-pkgconfig.patch | 4 +- ...Fix-python

[ptxdist] [PATCH v2] gpsd: Optionally install systemd unit files

2020-01-25 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: -v2: provide default service files in projectroot Note, udev rules and sysv init script are left as an excercise for respective users (I do not have hardware to test with) :) Also eventual chrony dependency is ommited. projectroot/usr/lib/systemd

[ptxdist] [PATCH] modemmanager: version bump 1.12.2 -> 1.12.4

2020-01-25 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/modemmanager.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/modemmanager.make b/rules/modemmanager.make index cae4a6cc9..35e36fcb3 100644 --- a/rules/modemmanager.make +++ b/rules/modemmanager.make @@ -14,8 +14,8

[ptxdist] [PATCH v2 0/4] PAM

2020-01-27 Thread Ladislav Michl
pam_permit.so account requiredpam_permit.so session requiredpam_permit.so Changelog is provided on per patch basis. Ladislav Michl (4): pam: new package Introduce global PAM option shadow: new package util-linux: optionally build login program rules/core-pam.in

[ptxdist] [PATCH v2 1/4] pam: new package

2020-01-27 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Note: Package states, that alternatively GPL can be used as a license. There is no GPL version specification and also some files claims LGPL can be used. Also without specifying version. Debian package references /usr/share/common-licenses/GPL which is

[ptxdist] [PATCH v2 2/4] Introduce global PAM option

2020-01-27 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: v2: None rules/core-pam.in| 8 rules/pre/Rules.make | 6 ++ 2 files changed, 14 insertions(+) create mode 100644 rules/core-pam.in diff --git a/rules/core-pam.in b/rules/core-pam.in new file mode 100644 index 0..0e2c983a5

[ptxdist] [PATCH v2 3/4] shadow: new package

2020-01-27 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: -v2: Avoid conflicting with Busybox, simplify menuconfig rules/shadow.in | 26 ++ rules/shadow.make | 121 ++ 2 files changed, 147 insertions(+) create mode 100644 rules/shadow.in create mode

[ptxdist] [PATCH v2 4/4] util-linux: optionally build login program

2020-01-27 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: -v2: Avoid conflicting with Busybox and shadow. rules/util-linux-ng.in | 19 +++ rules/util-linux-ng.make | 5 - 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in

Re: [ptxdist] [PATCH v2 1/4] pam: new package

2020-01-27 Thread Ladislav Michl
On Mon, Jan 27, 2020 at 10:57:48AM +0100, Roland Hieber wrote: > On Mon, Jan 27, 2020 at 09:52:30AM +0100, Ladislav Michl wrote: > > Signed-off-by: Ladislav Michl > > --- > > Note: Package states, that alternatively GPL can be used as a license. > > There is no GP

[ptxdist] [PATCH v3] pam: new package

2020-01-28 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: - v2: Add license info, install_alternative config files individually - v3: Specify GPL-2.0-or-later AND LGPL-2.0-or-later rules/pam.in | 10 ++ rules/pam.make | 82 ++ 2 files changed, 92

Re: [ptxdist] [PATCH] gpsd: version bump 3.19 -> 3.20

2020-01-30 Thread Ladislav Michl
On Sun, Jan 19, 2020 at 10:37:53PM +0100, Ladislav Michl wrote: > Quite a few options were removed, so remome them from Kconfig as well. > Buildsystem counts on gcc to be used for linking and setting LD makes > build fail, so set only those tools actually used. Well, just do not hold yo

Re: [ptxdist] [PATCH] gpsd: version bump 3.19 -> 3.20

2020-01-31 Thread Ladislav Michl
On Fri, Jan 31, 2020 at 08:09:07AM +0100, Michael Olbrich wrote: > On Thu, Jan 30, 2020 at 11:17:39PM +0100, Ladislav Michl wrote: > > On Sun, Jan 19, 2020 at 10:37:53PM +0100, Ladislav Michl wrote: > > > Quite a few options were removed, so remome them from Kconfig as well.

Re: [ptxdist] [PATCH] gpsd: version bump 3.19 -> 3.20

2020-02-01 Thread Ladislav Michl
On Sat, Feb 01, 2020 at 10:02:16AM +0100, Michael Olbrich wrote: > Well this patch and the 3.20 update still fails here with: > > .../bin/ld: gpspacket-py_2_7_16_final_0.cpython-37m-arm-linux-gnueabihf.so: > in function `Lexer_dealloc': > platform-arm-hf/build-target/gpsd-3.20/gpspacket.c:129: und

Re: [ptxdist] [PATCH] gpsd: version bump 3.19 -> 3.20

2020-02-02 Thread Ladislav Michl
urrent patch (tested against git version of gpsd) in case someone wants to play with it. --- >8 --- From: Ladislav Michl Subject: [PATCH] gpsd: version bump 3.19 -> 3.20 Quite few options were removed... Not-yet-Signed-off-by: Ladislav Michl --- ...Fix-python-binding-cross-compilatio

Re: [ptxdist] [PATCH] gpsd: version bump 3.19 -> 3.20

2020-02-03 Thread Ladislav Michl
LUDEPY thing be fixed PTXdist wide? So current path looks like (still needs INCLUDEPY fix): --- >8 --- From: Ladislav Michl Subject: [PATCH] gpsd: version bump 3.19 -> 3.20 Quite few options were removed... Signed-off-by: Ladislav Michl --- ...Fix-python-binding-cross-compilation.patc

[ptxdist] [PATCH] canutils: remove no longer used rule

2020-02-04 Thread Ladislav Michl
commit f4f917544638 ("canutils: hardcode version 4.0.6") hardcoded canutils version, but left no longer used pre rule file in place. Delete it. Signed-off-by: Ladislav Michl --- rules/pre/canutils.make | 18 -- 1 file changed, 18 deletions(-) delete mode 100644

[ptxdist] [PATCH] gawk: version bump 3.1.6 -> 5.0.1

2020-02-07 Thread Ladislav Michl
Since pgawk was merged into gawk meanwhile, remove that option. Signed-off-by: Ladislav Michl --- rules/gawk.in | 6 +++--- rules/gawk.make | 48 +++- 2 files changed, 30 insertions(+), 24 deletions(-) diff --git a/rules/gawk.in b/rules/gawk.in

[ptxdist] [PATCH v2] gawk: version bump 3.1.6 -> 5.0.1

2020-02-07 Thread Ladislav Michl
Since pgawk was merged into gawk meanwhile, remove that option. Signed-off-by: Ladislav Michl --- Changes: - v2: add also main.c copyright information clarifying GPL version. Suggested by Christian Hermann. rules/gawk.in | 6 +++--- rules/gawk.make | 50

[ptxdist] [PATCH v2] gpsd: version bump 3.19 -> 3.20

2020-02-09 Thread Ladislav Michl
gpsd-3.20 removed a few config options, so remove them from KConfig. As gpsd project does not do bugfix releases, pick build fixes from git. Signed-off-by: Ladislav Michl --- Changes: -v2: add patches from gpsd git... :-/ ...Fix-python-binding-cross-compilation.patch | 96

[ptxdist] [PATCH] util-linux: optionally install getopt

2020-02-11 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/util-linux-ng.in | 12 rules/util-linux-ng.make | 3 +++ 2 files changed, 15 insertions(+) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in index 9c139be6b..e0ddf7550 100644 --- a/rules/util-linux-ng.in +++ b/rules/util-linux

[ptxdist] [PATCH] util-linux: optionally install flock

2020-02-11 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/util-linux-ng.in | 11 +++ rules/util-linux-ng.make | 3 +++ 2 files changed, 14 insertions(+) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in index e0ddf7550..1e59c0787 100644 --- a/rules/util-linux-ng.in +++ b/rules/util-linux

[ptxdist] [PATCH] modemmanager: version bump 1.12.4 -> 1.12.6

2020-02-16 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/modemmanager.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/modemmanager.make b/rules/modemmanager.make index 35e36fcb3..b26e47c4a 100644 --- a/rules/modemmanager.make +++ b/rules/modemmanager.make @@ -14,11 +14,11

[ptxdist] [PATCH] dnsmasq: optionally enable DBus support

2020-03-10 Thread Ladislav Michl
As projectroot's dnsmasq.conf is copied from example config and needs to be modified to match BSP needs anyway, let's remove config from projectroot altogether. Signed-off-by: Ladislav Michl --- projectroot/etc/dnsmasq.conf | 679 --- rules/

[ptxdist] [PATCH] util-linux: optionally install sulogin

2020-03-10 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/util-linux-ng.in | 11 +++ rules/util-linux-ng.make | 5 - 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in index 1e59c0787..a9735e13c 100644 --- a/rules/util-linux-ng.in +++ b

Re: [ptxdist] [PATCH] dnsmasq: optionally enable DBus support

2020-03-10 Thread Ladislav Michl
Hi! On Tue, Mar 10, 2020 at 10:18:48PM +0100, Alexander Dahl wrote: > Hei hei, > > On Tue, Mar 10, 2020 at 05:01:12PM +0100, Ladislav Michl wrote: > > As projectroot's dnsmasq.conf is copied from example config and > > needs to be modified to match BSP needs anyway, le

Re: [ptxdist] [PATCH] dnsmasq: optionally enable DBus support

2020-03-11 Thread Ladislav Michl
Hi, On Wed, Mar 11, 2020 at 08:26:13AM +0100, Alexander Dahl wrote: > Hei hei, > > Am Dienstag, 10. März 2020, 23:16:55 CET schrieb Ladislav Michl: > > Hi! > > > > On Tue, Mar 10, 2020 at 10:18:48PM +0100, Alexander Dahl wrote: > > > Hei hei, > > &

[ptxdist] [PATCH 0/4] dnsmasq fixes

2020-03-16 Thread Ladislav Michl
Hi there! this serie aims to enabling DBus support to let NetworkManager create hotspot. Ladislav Michl (4): dnsmasq: fix nettle dependency dnsmasq: use ptx/ifdef dnsmasq: install dnsmasq.conf from package source dnsmasq: optionally enable DBus support projectroot/etc/dnsmasq.conf

[ptxdist] [PATCH 1/4] dnsmasq: fix nettle dependency

2020-03-16 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/dnsmasq.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/dnsmasq.in b/rules/dnsmasq.in index aec63dd0f..3336bf5bc 100644 --- a/rules/dnsmasq.in +++ b/rules/dnsmasq.in @@ -7,6 +7,7 @@ menuconfig DNSMASQ prompt "dn

[ptxdist] [PATCH 2/4] dnsmasq: use ptx/ifdef

2020-03-16 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/dnsmasq.make | 50 +++--- 1 file changed, 16 insertions(+), 34 deletions(-) diff --git a/rules/dnsmasq.make b/rules/dnsmasq.make index bce8dd651..256b0f000 100644 --- a/rules/dnsmasq.make +++ b/rules/dnsmasq.make

[ptxdist] [PATCH 3/4] dnsmasq: install dnsmasq.conf from package source

2020-03-16 Thread Ladislav Michl
As projectroot's dnsmasq.conf is copied from example config of dnsmasq package, let's remove it from projectroot. Signed-off-by: Ladislav Michl --- projectroot/etc/dnsmasq.conf | 679 --- rules/dnsmasq.make | 15 + 2 files changed, 15

[ptxdist] [PATCH 4/4] dnsmasq: optionally enable DBus support

2020-03-16 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/dnsmasq.in | 10 +- rules/dnsmasq.make | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/rules/dnsmasq.in b/rules/dnsmasq.in index 3336bf5bc..12de6e27f 100644 --- a/rules/dnsmasq.in +++ b/rules/dnsmasq.in @@ -33,12 +33,12

[ptxdist] [PATCH] ncdu: store options only when package selected

2020-03-29 Thread Ladislav Michl
Fixes: 2456173c2297 ("ncdu: Add new package") Signed-off-by: Ladislav Michl --- rules/ncdu.in | 4 1 file changed, 4 insertions(+) diff --git a/rules/ncdu.in b/rules/ncdu.in index 362fc733f..36336a2b7 100644 --- a/rules/ncdu.in +++ b/rules/ncdu.in @@ -7,8 +7,12 @@ config NCDU

[ptxdist] [PATCH v2] ncdu: store options only when package is selected

2020-03-30 Thread Ladislav Michl
Fixes: 2456173c2297 ("ncdu: Add new package") Signed-off-by: Ladislav Michl --- Changes: -v2: Adjust Subject as suggested by Uwe Kleine-König rules/ncdu.in | 4 1 file changed, 4 insertions(+) diff --git a/rules/ncdu.in b/rules/ncdu.in index 362fc733f..36336a2b7 100644 -

Re: [ptxdist] [PATCH 2/2] fbgrab: version bump 1.0 -> 1.3.1

2020-04-09 Thread Ladislav Michl
On Wed, Apr 08, 2020 at 12:56:40PM +0200, Roland Hieber wrote: > The old URL is broken, but the new GitHub project doesn't have the old > releases, so bump the version. What about reordering patches, just in case someone does bisecting? This way package is pulled from staging, but still broken...

Re: [ptxdist] [PATCH 2/2] fbgrab: version bump 1.0 -> 1.3.1

2020-04-09 Thread Ladislav Michl
On Thu, Apr 09, 2020 at 11:15:33AM +0200, Roland Hieber wrote: > On Thu, Apr 09, 2020 at 10:23:26AM +0200, Ladislav Michl wrote: > > On Wed, Apr 08, 2020 at 12:56:40PM +0200, Roland Hieber wrote: > > > The old URL is broken, but the new GitHub project doesn't have the old

Re: [ptxdist] [PATCH] openvpn: allow use of iproute2

2020-05-13 Thread Ladislav Michl
On Mon, Jan 06, 2020 at 11:59:56AM +0100, Michael Olbrich wrote: > On Fri, Dec 06, 2019 at 11:36:13AM +0100, Ladislav Michl wrote: > > Let OpenVPN use ip command when BUSYBOX_IP is not selected. This > > allows OpenVPN to be used in Busybox-less environments. > > Hmmm, what d

[ptxdist] [PATCH] pam: add more options

2020-05-13 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/pam.in | 18 -- rules/pam.make | 4 ++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/rules/pam.in b/rules/pam.in index 75d5ef42c..4bf4cac10 100644 --- a/rules/pam.in +++ b/rules/pam.in @@ -1,10 +1,24 @@ ## SECTION

Re: [ptxdist] [PATCH] openvpn: allow use of iproute2

2020-05-26 Thread Ladislav Michl
Gentle ping... On Wed, May 13, 2020 at 12:39:10PM +0200, Ladislav Michl wrote: > On Mon, Jan 06, 2020 at 11:59:56AM +0100, Michael Olbrich wrote: > > On Fri, Dec 06, 2019 at 11:36:13AM +0100, Ladislav Michl wrote: > > > Let OpenVPN use ip command when BUSYBOX_IP is not selected.

Re: [ptxdist] [PATCH] openvpn: allow use of iproute2

2020-06-01 Thread Ladislav Michl
On Fri, May 29, 2020 at 10:02:43AM +0200, Michael Olbrich wrote: > On Wed, May 13, 2020 at 12:39:10PM +0200, Ladislav Michl wrote: > > On Mon, Jan 06, 2020 at 11:59:56AM +0100, Michael Olbrich wrote: > > > On Fri, Dec 06, 2019 at 11:36:13AM +0100, Ladislav Michl wrote: > >

Re: [ptxdist] [PATCH] openvpn: allow use of iproute2

2020-06-02 Thread Ladislav Michl
On Tue, Jun 02, 2020 at 10:13:36AM +0200, Michael Olbrich wrote: > On Mon, Jun 01, 2020 at 10:47:59AM +0200, Ladislav Michl wrote: > > On Fri, May 29, 2020 at 10:02:43AM +0200, Michael Olbrich wrote: > > > On Wed, May 13, 2020 at 12:39:10PM +0200, Ladislav Michl wrote: > >

[ptxdist] [PATCH] openvpn: enable iproute2

2020-06-03 Thread Ladislav Michl
Use (rt)netlink interface provided by 'ip' tool by default. Signed-off-by: Ladislav Michl --- rules/openvpn.in | 13 +++-- rules/openvpn.make | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/rules/openvpn.in b/rules/openvpn.in index 6958e2940..afa124

Re: [ptxdist] [PATCH] openvpn: enable iproute2

2020-06-05 Thread Ladislav Michl
On Fri, Jun 05, 2020 at 10:41:37AM +0200, Michael Olbrich wrote: > On Thu, Jun 04, 2020 at 08:32:40AM +0200, Ladislav Michl wrote: > > Use (rt)netlink interface provided by 'ip' tool by default. > > > > Signed-off-by: Ladislav Michl > > --- > > rules

[ptxdist] [PATCH v2] openvpn: enable iproute2

2020-06-05 Thread Ladislav Michl
Use (rt)netlink interface provided by 'ip' tool by default. Signed-off-by: Ladislav Michl --- CHANGES: -v2: simplify according mol comment rules/openvpn.in | 5 ++--- rules/openvpn.make | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/rules/openvpn.

Re: [ptxdist] [PATCH 0/5] Add code-signing-provider template, add code signing docs

2020-06-09 Thread Ladislav Michl
ly migrated my BSP to code-signing-provider using this documentation (and template): Tested-by: Ladislav Michl ___ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-requ...@pengutronix.de

Re: [ptxdist] [PATCH 4/5] sepolgen: remove after one year in staging

2020-06-22 Thread Ladislav Michl
On Mon, Jun 22, 2020 at 02:26:44PM +0200, Michael Olbrich wrote: > On Mon, Jun 22, 2020 at 12:29:52AM +0200, Roland Hieber wrote: > > Signed-off-by: Roland Hieber > > --- > > rules/policycoreutils.in | 34 - > > rules/sepolgen.in| 29 - > > rule

[ptxdist] [PATCH] gpsd: fix gpsdctl@.service

2020-08-02 Thread Ladislav Michl
gpsdctl@.service is supposed to call gpsdctl which is not installed at all. Also fix gpsctl vs gpsdctl confusion. Signed-off-by: Ladislav Michl --- projectroot/usr/lib/systemd/system/gpsdctl@.service | 4 ++-- rules/gpsd.in | 9 + rules/gpsd.make

Re: [ptxdist] [PATCH] gpsd: fix gpsdctl@.service

2020-08-03 Thread Ladislav Michl
On Mon, Aug 03, 2020 at 08:36:06AM +0200, Michael Olbrich wrote: > On Sun, Aug 02, 2020 at 07:46:09PM +0200, Ladislav Michl wrote: > > gpsdctl@.service is supposed to call gpsdctl which is not installed > > at all. Also fix gpsctl vs gpsdctl confusion. > > > > Si

Re: [ptxdist] [PATCH] gpsd: fix gpsdctl@.service

2020-08-03 Thread Ladislav Michl
On Mon, Aug 03, 2020 at 11:03:19AM +0200, Michael Olbrich wrote: > On Mon, Aug 03, 2020 at 10:35:52AM +0200, Ladislav Michl wrote: > > On Mon, Aug 03, 2020 at 08:36:06AM +0200, Michael Olbrich wrote: > > > On Sun, Aug 02, 2020 at 07:46:09PM +0200, Ladislav Michl wrote: > >

[ptxdist] [PATCH v3] gpsd: fix gpsdctl@.service

2020-08-03 Thread Ladislav Michl
gpsdctl@.service is supposed to call gpsdctl which is not installed at all. Also fix gpsctl vs gpsdctl confusion. Signed-off-by: Ladislav Michl --- CHANGES: -v2: do not select GPSD_GPSDCTL -v3: fix typo projectroot/usr/lib/systemd/system/gpsdctl@.service | 4 ++-- rules/gpsd.in

[ptxdist] [PATCH] gpsd: version bump 3.20 -> 3.21

2020-08-04 Thread Ladislav Michl
Also remove vanished options and modify systemd service files to expect gpsd socket in /run. Signed-off-by: Ladislav Michl --- ...ce-custom-CheckSizeOf-with-standard-.patch | 74 ...s-install-xpgs-xgpsspeed-programs-ma.patch | 148 --- ...s-install-xgps-.-Only-test-if-deps

[ptxdist] [PATCH v2] gpsd: version bump 3.20 -> 3.21

2020-08-07 Thread Ladislav Michl
License checksum changed as '(c)' was removed from text, no changes otherwise. Also remove vanished options and modify systemd service files to expect gpsd socket in /run. Signed-off-by: Ladislav Michl --- CHANGES: v2: document license change ...ce-custom-CheckSizeOf-with-stand

Re: [ptxdist] [PATCH] rc-once: make sure data makes it to the medium

2020-08-11 Thread Ladislav Michl
On Mon, Aug 10, 2020 at 06:03:03PM +0200, Bruno Thomsen wrote: > Den man. 10. aug. 2020 kl. 15.59 skrev Robert Schwebel > : > > > > On Mon, Aug 10, 2020 at 03:46:15PM +0200, Uwe Kleine-König wrote: > > > > umount() { > > > > + # make sure rc-once generated data makes it to the medium > > > > +

[ptxdist] [PATCH] wlroots: fix copy and paste typo

2020-08-22 Thread Ladislav Michl
Fixes: 5e87c7f42306 ("wlroots: version bump 0.5.0 -> 0.10.0") Signed-off-by: Ladislav Michl --- rules/wlroots.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/wlroots.in b/rules/wlroots.in index 0a384867f..f1ae225ec 100644 --- a/rules/wlroots.in +++ b/rul

[ptxdist] [PATCH 0/7] NetworkManager stack update

2020-08-23 Thread Ladislav Michl
Hi there, this patchset brings NetworkManager and ModemManager up to date and adds openfortivpn support. Ladislav Michl (7): libmbim: version bump 1.18.2 -> 1.24.2 libqmi: version bump 1.24.4 -> 1.26.2 modemmanager: version bump 1.12.6 -> 1.14.2 networkmanager: version bu

[ptxdist] [PATCH 2/7] libqmi: version bump 1.24.4 -> 1.26.2

2020-08-23 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libqmi.make | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/rules/libqmi.make b/rules/libqmi.make index 00ec44f8e..b7c7dd904 100644 --- a/rules/libqmi.make +++ b/rules/libqmi.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBQMI

[ptxdist] [PATCH 1/7] libmbim: version bump 1.18.2 -> 1.24.2

2020-08-23 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libmbim.make | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rules/libmbim.make b/rules/libmbim.make index 3a696180f..1d7ac7deb 100644 --- a/rules/libmbim.make +++ b/rules/libmbim.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH 4/7] networkmanager: version bump 1.26.0 -> 1.26.2

2020-08-23 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- ...clients-cli-build-generate_docs_nm_settings_nmcli-on.patch | 0 .../{NetworkManager-1.26.0 => NetworkManager-1.26.2}/series | 0 rules/networkmanager.make | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) ren

[ptxdist] [PATCH 3/7] modemmanager: version bump 1.12.6 -> 1.14.2

2020-08-23 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/modemmanager.make | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rules/modemmanager.make b/rules/modemmanager.make index 5cae10024..b592694a8 100644 --- a/rules/modemmanager.make +++ b/rules/modemmanager.make @@ -14,8 +14,8

[ptxdist] [PATCH 5/7] networkmanager-openvpn: version bump 1.8.4 -> 1.8.12

2020-08-23 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/networkmanager-openvpn.make | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/rules/networkmanager-openvpn.make b/rules/networkmanager-openvpn.make index 52dee7918..047ddefb5 100644 --- a/rules/networkmanager

[ptxdist] [PATCH 6/7] openfortivpn: new package

2020-08-23 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- patches/openfortivpn-1.14.1/autogen.sh | 1 + rules/openfortivpn.in | 25 + rules/openfortivpn.make| 72 ++ 3 files changed, 98 insertions(+) create mode 12 patches/openfortivpn-1.14.1

[ptxdist] [PATCH 7/7] networkmanager-fortisslvpn: new package

2020-08-23 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/networkmanager-fortisslvpn.in | 9 rules/networkmanager-fortisslvpn.make | 74 +++ 2 files changed, 83 insertions(+) create mode 100644 rules/networkmanager-fortisslvpn.in create mode 100644 rules/networkmanager

Re: [ptxdist] [PATCH 6/7] openfortivpn: new package

2020-08-24 Thread Ladislav Michl
On Sun, Aug 23, 2020 at 09:56:31PM +0200, Roland Hieber wrote: > On Sun, Aug 23, 2020 at 03:43:16PM +0200, Ladislav Michl wrote: > > Signed-off-by: Ladislav Michl > > --- > > patches/openfortivpn-1.14.1/autogen.sh | 1 + > > rules/openfortivpn.in

Re: [ptxdist] [PATCH 6/7] openfortivpn: new package

2020-08-24 Thread Ladislav Michl
On Mon, Aug 24, 2020 at 11:05:20AM +0200, Roland Hieber wrote: > On Mon, Aug 24, 2020 at 10:22:13AM +0200, Ladislav Michl wrote: [...] > > This "unknown-exception" seems to be OpenSSL, so we get: > > OPENFORTIVPN_LICENSE := GPL-3.0-or-later AND OpenSSL > > I me

[ptxdist] [PATCH v2 6/7] openfortivpn: new package

2020-08-25 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- CHANGES: -v2: fix license issue patches/openfortivpn-1.14.1/autogen.sh | 1 + rules/openfortivpn.in | 25 + rules/openfortivpn.make| 74 ++ 3 files changed, 100 insertions(+) create mode

[ptxdist] [PATCH v3 6/7] openfortivpn: new package

2020-08-25 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- CHANGES: -v2: fix license issue -v3: fix yet another license issue patches/openfortivpn-1.14.1/autogen.sh | 1 + rules/openfortivpn.in | 25 + rules/openfortivpn.make| 74 ++ 3 files changed

Re: [ptxdist] [PATCH 2/2] host-mpfr: Add additional download source URL

2020-08-27 Thread Ladislav Michl
On Wed, Aug 19, 2020 at 12:10:53PM +0200, Carsten Schlote wrote: > Add additional download URL due to extended downtimes on original download > site. > > Signed-off-by: Carsten Schlote > --- > rules/host-mpfr.make | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/rules/

[ptxdist] [PATCH v4 6/7] openfortivpn: new package

2020-08-28 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- CHANGES: -v2: fix license issue -v3: fix yet another license issue -v4: fix missing leading slash in install path patches/openfortivpn-1.14.1/autogen.sh | 1 + rules/openfortivpn.in | 25 + rules/openfortivpn.make

[ptxdist] [PATCH v2 5/7] networkmanager-openvpn: version bump 1.8.4 -> 1.8.12

2020-08-28 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- CHANGES: -v2: install dbus policy config rules/networkmanager-openvpn.make | 27 +-- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/rules/networkmanager-openvpn.make b/rules/networkmanager-openvpn.make index 52dee7918

[ptxdist] [PATCH v2 2/7] libqmi: version bump 1.24.4 -> 1.26.2

2020-08-30 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- CHANGES: -v2: resolve conflict after recent update rules/libqmi.make | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/rules/libqmi.make b/rules/libqmi.make index 9670236e2..2b3e40140 100644 --- a/rules/libqmi.make +++ b/rules

Re: [ptxdist] [PATCH v3 2/6] package templates: add code-signing-provider template

2020-09-24 Thread Ladislav Michl
Hi and sorry to revive this old patch. I just hadn't time to finish conversion to code-signing-provider sooner... On Wed, Jun 17, 2020 at 04:31:21PM +0200, Bastian Krause wrote: > A ptxdist code signing provider is a package which selects the required > host tools needed for the code signing helpe

Re: [ptxdist] [PATCH v3 2/6] package templates: add code-signing-provider template

2020-09-24 Thread Ladislav Michl
Hi Bastian, On Thu, Sep 24, 2020 at 01:05:31PM +0200, Bastian Krause wrote: [doc quote deleted] > After reading the quoted documentation snippets above (and assuming the > error message triggers correctly now), do you still think this needs > documentation improvement? If yes, you're very welcome

[ptxdist] [PATCH 00/29] introduce GNOME mirror

2020-10-06 Thread Ladislav Michl
Hi there, this patchset is a direct result of https://ftp.gnome.org being unavailable from here for some time. Comments welcome. Ladislav Michl (29): setup: sort mirrors alphabetically setup: introduce GNOME mirror atk: use GNOME mirror atkmm: use GNOME mirror gdk-pixbuf: use GNOME

[ptxdist] [PATCH 01/29] setup: sort mirrors alphabetically

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- config/setup/Kconfig | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/config/setup/Kconfig b/config/setup/Kconfig index 1697d88de..ab2b8e83a 100644 --- a/config/setup/Kconfig +++ b/config/setup/Kconfig @@ -144,13

[ptxdist] [PATCH 02/29] setup: introduce GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- config/setup/Kconfig | 7 +++ config/setup/ptxdistrc.default | 13 +++-- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/config/setup/Kconfig b/config/setup/Kconfig index ab2b8e83a..f3fe2e8e8 100644 --- a/config/setup

[ptxdist] [PATCH 03/29] atk: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/atk.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/atk.make b/rules/atk.make index 45a8465f6..ce41caec1 100644 --- a/rules/atk.make +++ b/rules/atk.make @@ -20,7 +20,7 @@ ATK_VERSION := 2.28.1 ATK_MD5

[ptxdist] [PATCH 04/29] atkmm: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/atkmm.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/atkmm.make b/rules/atkmm.make index 0234c819a..6ece656f7 100644 --- a/rules/atkmm.make +++ b/rules/atkmm.make @@ -18,7 +18,7 @@ ATKMM_VERSION := 2.22.6 ATKMM_MD5

[ptxdist] [PATCH 05/29] gdk-pixbuf: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/gdk-pixbuf.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gdk-pixbuf.make b/rules/gdk-pixbuf.make index 301716b3d..769757070 100644 --- a/rules/gdk-pixbuf.make +++ b/rules/gdk-pixbuf.make @@ -18,7 +18,7 @@ GDK_PIXBUF_VERSION

[ptxdist] [PATCH 06/29] glib-networking: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/glib-networking.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/glib-networking.make b/rules/glib-networking.make index 069675db8..1ffdee82c 100644 --- a/rules/glib-networking.make +++ b/rules/glib-networking.make @@ -18,7

[ptxdist] [PATCH 07/29] glibmm: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/glibmm.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/glibmm.make b/rules/glibmm.make index 701cfa761..f702cbaf3 100644 --- a/rules/glibmm.make +++ b/rules/glibmm.make @@ -19,7 +19,7 @@ GLIBMM_VERSION:= 2.30.1

[ptxdist] [PATCH 09/29] gobject-introspection: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/gobject-introspection.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gobject-introspection.make b/rules/gobject-introspection.make index 5d7679e61..fda19cd13 100644 --- a/rules/gobject-introspection.make +++ b/rules/gobject

[ptxdist] [PATCH 08/29] glib: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/glib.make | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rules/glib.make b/rules/glib.make index 17668d93c..7a9aed2ed 100644 --- a/rules/glib.make +++ b/rules/glib.make @@ -19,11 +19,9 @@ GLIB_VERSION := 2.64.4 GLIB_MD5

[ptxdist] [PATCH 10/29] gtk-engines: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/gtk-engines.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gtk-engines.make b/rules/gtk-engines.make index c4ccf16bb..2544c89cb 100644 --- a/rules/gtk-engines.make +++ b/rules/gtk-engines.make @@ -19,7 +19,7

[ptxdist] [PATCH 11/29] gtk: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/gtk.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gtk.make b/rules/gtk.make index c138870f8..252540511 100644 --- a/rules/gtk.make +++ b/rules/gtk.make @@ -18,7 +18,7 @@ GTK_VERSION := 3.24.21 GTK_MD5

[ptxdist] [PATCH 12/29] gtk2: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/gtk2.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gtk2.make b/rules/gtk2.make index c9aa90987..bed71cf25 100644 --- a/rules/gtk2.make +++ b/rules/gtk2.make @@ -18,7 +18,7 @@ GTK2_VERSION := 2.24.32 GTK2_MD5

[ptxdist] [PATCH 13/29] host-gtk-doc: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/host-gtk-doc.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/host-gtk-doc.make b/rules/host-gtk-doc.make index aef45d5d1..5245ee351 100644 --- a/rules/host-gtk-doc.make +++ b/rules/host-gtk-doc.make @@ -18,7 +18,7

[ptxdist] [PATCH 14/29] json-glib: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/json-glib.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/json-glib.make b/rules/json-glib.make index 496e0b7f7..24948318d 100644 --- a/rules/json-glib.make +++ b/rules/json-glib.make @@ -18,7 +18,7 @@ JSON_GLIB_VERSION

[ptxdist] [PATCH 15/29] libcroco: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libcroco.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libcroco.make b/rules/libcroco.make index c95572ebb..74d9b31e5 100644 --- a/rules/libcroco.make +++ b/rules/libcroco.make @@ -19,7 +19,7 @@ LIBCROCO_VERSION

[ptxdist] [PATCH 16/29] libgee: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libgee.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libgee.make b/rules/libgee.make index f0ddd3525..30afb569a 100644 --- a/rules/libgee.make +++ b/rules/libgee.make @@ -18,7 +18,7 @@ LIBGEE_VERSION:= 0.5.1

[ptxdist] [PATCH 17/29] libgsf: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libgsf.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libgsf.make b/rules/libgsf.make index bd956a381..871ce2357 100644 --- a/rules/libgsf.make +++ b/rules/libgsf.make @@ -18,7 +18,7 @@ LIBGSF_VERSION:= 1.14.30

[ptxdist] [PATCH 18/29] libgudev: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libgudev.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libgudev.make b/rules/libgudev.make index a1cdab3e6..637ea662d 100644 --- a/rules/libgudev.make +++ b/rules/libgudev.make @@ -18,7 +18,7 @@ LIBGUDEV_VERSION := 230

[ptxdist] [PATCH 20/29] libsigcpp: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libsigcpp.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libsigcpp.make b/rules/libsigcpp.make index b11d36f6a..d27521b84 100644 --- a/rules/libsigcpp.make +++ b/rules/libsigcpp.make @@ -19,7 +19,7 @@ LIBSIGCPP_VERSION

[ptxdist] [PATCH 19/29] librsvg: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/librsvg.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/librsvg.make b/rules/librsvg.make index aaf2e5d99..af2cece09 100644 --- a/rules/librsvg.make +++ b/rules/librsvg.make @@ -19,7 +19,7 @@ LIBRSVG_VERSION := 2.26.3

[ptxdist] [PATCH 21/29] libsoup: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libsoup.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libsoup.make b/rules/libsoup.make index a40ad7f58..4a9da41f4 100644 --- a/rules/libsoup.make +++ b/rules/libsoup.make @@ -18,7 +18,7 @@ LIBSOUP_VERSION := 2.66.2

[ptxdist] [PATCH 22/29] mobile-broadband-provider-info: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/mobile-broadband-provider-info.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mobile-broadband-provider-info.make b/rules/mobile-broadband-provider-info.make index 6c5803289..57588f1db 100644 --- a/rules/mobile

[ptxdist] [PATCH 23/29] networkmanager-fortisslvpn: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/networkmanager-fortisslvpn.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/networkmanager-fortisslvpn.make b/rules/networkmanager-fortisslvpn.make index e5f538f3c..196d6aa5e 100644 --- a/rules/networkmanager-fortisslvpn.make

[ptxdist] [PATCH 24/29] networkmanager-openvpn: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/networkmanager-openvpn.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/networkmanager-openvpn.make b/rules/networkmanager-openvpn.make index 3bea76379..69d4fb556 100644 --- a/rules/networkmanager-openvpn.make +++ b/rules

[ptxdist] [PATCH 25/29] networkmanager: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/networkmanager.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/networkmanager.make b/rules/networkmanager.make index 26225e0b0..8e89a11e7 100644 --- a/rules/networkmanager.make +++ b/rules/networkmanager.make @@ -19,7 +19,7

[ptxdist] [PATCH 26/29] pango: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/pango.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/pango.make b/rules/pango.make index e6deb92c9..3421eff56 100644 --- a/rules/pango.make +++ b/rules/pango.make @@ -20,7 +20,7 @@ PANGO_VERSION := 1.43.0 PANGO_MD5

[ptxdist] [PATCH 28/29] python3-gi: use GNOME mirror

2020-10-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/python3-gi.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/python3-gi.make b/rules/python3-gi.make index e65a60bdc..969b6445e 100644 --- a/rules/python3-gi.make +++ b/rules/python3-gi.make @@ -18,7 +18,7 @@ PYTHON3_GI_VERSION

  1   2   3   4   5   6   >