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

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

[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 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 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] 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] 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] 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] 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] configure: fix GNU Make version check

2020-01-11 Thread Ladislav Michl
Currently check for GNU Make version expects only major and minor number leading to following warning with make-4.2.1: checking for make... /usr/bin/make ./configure: line 6749: test: 4.2: integer expression expected Signed-off-by: Ladislav Michl --- configure.ac | 3 ++- 1 file changed, 2

[ptxdist] [PATCH] [OSELAS.Toolchain] cross-gcc: add Objective-C option

2020-01-10 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Hi, Objective-C is needed to cross compile GNUstep (GNUstep is needed to free myself from Qt and GTK ;-)) rules/cross-gcc.in | 14 ++ rules/cross-gcc.make | 2 ++ 2 files changed, 16 insertions(+) diff --git a/rules/cross-gcc.in b/rules

Re: [ptxdist] [RFC 2/2] util-linux: enable login

2020-01-06 Thread Ladislav Michl
On Mon, Jan 06, 2020 at 11:34:08AM +0100, Michael Olbrich wrote: > On Tue, Nov 26, 2019 at 11:47:30PM +0100, Ladislav Michl wrote: > > ...that circular UTIL_LINUX_NG dependency needs to be yet solved... > > Maybe drop the selinux support in PAM for now? That should help. All > s

[ptxdist] [PATCH 2/2] modemmanager: version bump 1.10.8 -> 1.12.2

2019-12-11 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/modemmanager.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/modemmanager.make b/rules/modemmanager.make index c3170d797..cae4a6cc9 100644 --- a/rules/modemmanager.make +++ b/rules/modemmanager.make @@ -14,8 +14,8

[ptxdist] [PATCH 1/2] libqmi: version bump 1.22.4 -> 1.24.0

2019-12-11 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libqmi.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libqmi.make b/rules/libqmi.make index 16dcb944a..67877882c 100644 --- a/rules/libqmi.make +++ b/rules/libqmi.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBQMI

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

2019-12-10 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/shadow.in | 148 +++ rules/shadow.make | 157 ++ 2 files changed, 305 insertions(+) create mode 100644 rules/shadow.in create mode 100644 rules/shadow.make diff --git

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

2019-12-10 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/util-linux-ng.in | 16 rules/util-linux-ng.make | 5 - 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in index 4f230bc60..1178cbfff 100644 --- a/rules/util-linux-ng.in

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

2019-12-10 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- 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 --- /dev/null +++ b

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

2019-12-10 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/pam.in | 10 +++ rules/pam.make | 73 ++ 2 files changed, 83 insertions(+) create mode 100644 rules/pam.in create mode 100644 rules/pam.make diff --git a/rules/pam.in b/rules/pam.in new file mode

[ptxdist] [PATCH 0/4] PAM

2019-12-10 Thread Ladislav Michl
et's see how many people are interested in selinux support in PTXdist - and applogies for not trying to fix it properly. Comments welcome. Ladislav Michl (4): pam: new package Introduce global PAM option util-linux: optionally build login program shadow: new package rules/core

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

2019-12-06 Thread Ladislav Michl
On Fri, Dec 06, 2019 at 11:21:56AM +0100, Michael Olbrich wrote: > On Fri, Dec 06, 2019 at 09:05:14AM +0100, Ladislav Michl wrote: > > Signed-off-by: Ladislav Michl > > --- > > Note, udev rules and sysv init script are left as an excercise > > for respective users

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

2019-12-06 Thread Ladislav Michl
Let OpenVPN use ip command when BUSYBOX_IP is not selected. This allows OpenVPN to be used in Busybox-less environments. Signed-off-by: Ladislav Michl --- rules/openvpn.in | 10 +++--- rules/openvpn.make | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/rules

[ptxdist] [PATCH 2/2] usb-modeswitch-data: version bump 20170806 -> 20191128

2019-12-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/usb-modeswitch-data.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/usb-modeswitch-data.make b/rules/usb-modeswitch-data.make index c050868d4..cc1b936f0 100644 --- a/rules/usb-modeswitch-data.make +++ b/rules/usb

[ptxdist] [PATCH 1/2] usb-modeswitch: version bump 2.5.2 -> 2.6.0

2019-12-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- .../0001-Use-system-jimtcl.patch | 50 --- patches/usb-modeswitch-2.5.2/series | 1 - rules/usb-modeswitch.in | 1 - rules/usb-modeswitch.make | 25 +- 4 files changed, 12

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

2019-12-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Note, udev rules and sysv init script are left as an excercise for respective users (I do not have hardware to test with) :) ...ice-files-to-match-installation-path.patch | 37 +++ patches/gpsd-3.19/series | 3

[ptxdist] [PATCH] sdbus-cpp: version bump 0.7.2 -> 0.7.5

2019-12-05 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/sdbus-cpp.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sdbus-cpp.make b/rules/sdbus-cpp.make index 6bac2beab..e58998738 100644 --- a/rules/sdbus-cpp.make +++ b/rules/sdbus-cpp.make @@ -14,8 +14,8 @@ PACKAGES

Re: [ptxdist] How to override files from another package

2019-11-27 Thread Ladislav Michl
On Wed, Nov 27, 2019 at 10:22:04AM +0100, Guillermo Rodriguez Garcia wrote: > Hi, > > El mié., 27 nov. 2019 a las 10:06, Michael Olbrich > () escribió: > > > > Hi, > > > > On Tue, Nov 26, 2019 at 07:21:32PM +0100, Guillermo Rodriguez Garcia wrote: > > > Is there a way for a ptxdist package to over

[ptxdist] [RFC 2/2] util-linux: enable login

2019-11-26 Thread Ladislav Michl
...that circular UTIL_LINUX_NG dependency needs to be yet solved... --- rules/libuuid.in | 4 ++-- rules/util-linux-ng.in | 11 +++ rules/util-linux-ng.make | 5 - 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/rules/libuuid.in b/rules/libuuid.in index f14

[ptxdist] [RFC 0/2] PAM

2019-11-26 Thread Ladislav Michl
ycoreutils, postgresql, proftpd, pureftpd, samba, strongswan, sudo, systemd, weston and xorg-app-xdm. Comments welcome. Ladislav Michl (2): pam: new package util-linux: enable login rules/libuuid.in | 4 +- rules/pam.in | 11 ++ rules/pam.make

[ptxdist] [RFC 1/2] pam: new package

2019-11-26 Thread Ladislav Michl
pyright (C) 2019 by Ladislav Michl +# +# For further information about the PTXdist project and license conditions +# see the README file. +# + +# +# We provide this package +# +PACKAGES-$(PTXCONF_PAM) += pam + +# +# Paths and names +# +PAM_VERSION:= 1.3.

[ptxdist] [PATCH v2] networkmanager: version bump 1.20.0 -> 1.20.8

2019-11-26 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: -v2: removed patch already present upstream ...dependency-to-gdbus-generated-header.patch | 53 --- patches/NetworkManager-1.20.0/series | 4 -- rules/networkmanager.make | 4 +- 3 files changed, 2

Re: [ptxdist] [PATCH] networkmanager: version bump 1.20.0 -> 1.20.8

2019-11-26 Thread Ladislav Michl
On Tue, Nov 26, 2019 at 08:58:56AM +0100, Michael Olbrich wrote: > On Tue, Nov 26, 2019 at 08:35:57AM +0100, Ladislav Michl wrote: > > Signed-off-by: Ladislav Michl > > The old version has a patch. It a backport from master. I'm not sure if it > was added to any bugfix re

[ptxdist] [PATCH] networkmanager: version bump 1.20.0 -> 1.20.8

2019-11-25 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/networkmanager.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/networkmanager.make b/rules/networkmanager.make index 682764f65..de0e755b3 100644 --- a/rules/networkmanager.make +++ b/rules/networkmanager.make @@ -15,8

Re: [ptxdist] [PATCH 1/2] add scons conf tool

2019-11-18 Thread Ladislav Michl
On Sat, Nov 16, 2019 at 11:08:47AM +0100, Michael Olbrich wrote: > On Fri, Nov 15, 2019 at 08:19:24PM +0100, Ladislav Michl wrote: > > On Sun, Oct 27, 2019 at 07:30:51AM +0100, Michael Olbrich wrote: > > > On Sat, Oct 26, 2019 at 01:09:28AM +0200, Ladislav Michl wrote: [...]

Re: [ptxdist] [PATCH 1/2] add scons conf tool

2019-11-15 Thread Ladislav Michl
Hi Michael, On Sun, Oct 27, 2019 at 07:30:51AM +0100, Michael Olbrich wrote: > On Sat, Oct 26, 2019 at 01:09:28AM +0200, Ladislav Michl wrote: > > On Fri, Oct 25, 2019 at 09:55:59AM +0200, Michael Olbrich wrote: > > > > diff --git a/scripts/lib/ptxd_make_world_compile.sh

Re: [ptxdist] [PATCH v5] python3-numpy: New package

2019-11-14 Thread Ladislav Michl
Hi, just in case v6 will follow see small nit bellow... On Thu, Nov 14, 2019 at 11:09:14AM +0100, Guillermo Rodríguez wrote: > NumPy is the fundamental package for scientific computing with Python. > > Signed-off-by: Guillermo Rodriguez > --- > v2: Switch to PyPi URL; this removes the dependenc

[ptxdist] [PATCH] rauc: version bump 1.1 -> 1.2

2019-11-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- This patch also changes logic from 'RAUC_SERVICE depends on DBUS' to 'select DBUS if RAUC_SERVICE'. Unfortunately depencies are not generated from 'depends on'. I'm assuming this is a feature. rules/rauc.in | 20 +++

[ptxdist] [PATCH 1/2 v2] host-xz: build shared libs again

2019-11-01 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- CHANGES: -v2: new patch rules/host-xz.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/host-xz.make b/rules/host-xz.make index c02a9449e..ee7131479 100644 --- a/rules/host-xz.make +++ b/rules/host-xz.make @@ -21,7 +21,6 @

[ptxdist] [PATCH 2/2 v2] casync: new package

2019-11-01 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- CHANGES: -v2: None rules/casync.in| 36 rules/casync.make | 76 ++ rules/host-casync.in | 11 ++ rules/host-casync.make | 33 ++ 4 files changed, 156 insertions

[ptxdist] [PATCH 0/2 v2] add image-rauc-casync

2019-11-01 Thread Ladislav Michl
@$(call finish) endif --- 8< --- Ladislav Michl (2): host-xz: build shared libs again casync: new package rules/casync.in| 36 rules/casync.make | 76 ++ rules/host-casync.in | 11 ++ rules/host-casyn

[ptxdist] [PATCH 2/2 v4] gpsd: version bump 2.39 -> 3.19

2019-10-31 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- (options still needs to be polished) CHANGES: -v2: regenerate patches, fix kconfig, drop cross path and pkg-config env, fix python version, fix python bindings install rule -v3: python bindings now build, but I'm not too happy with it.

[ptxdist] [PATCH 1/2 v4] add scons conf tool

2019-10-31 Thread Ladislav Michl
variable names, athough most projects seems to support DESTDIR environment variable and install target. Signed-off-by: Ladislav Michl --- CHANGES: -v{2,3}: None -v4: Moved all the work to install stage scripts/lib/ptxd_make_world_common.sh | 7 ++- scripts/lib/ptxd_make_world_compile.sh

[ptxdist] [PATCH 0/2 v4] add scons conf tool and let gpsd to use it

2019-10-31 Thread Ladislav Michl
interrest in gpsd update :) Changelog supplied only per patch. ladis [*] it basically means it is good enough for my purposes (u-blox NEO-M8U on serial port), although it would deserve better init system integration, installing udev rules, etc... Ladislav Michl (2): add scons conf tool

[ptxdist] [PATCH] modemmanager: version bump 1.10.4 -> 1.10.8

2019-10-30 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 c74ce76db..c3170d797 100644 --- a/rules/modemmanager.make +++ b/rules/modemmanager.make @@ -14,8 +14,8

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

2019-10-27 Thread Ladislav Michl
Hi Michael, thanks for suggestions (and before you notice, there's more to fix than those undefined symbols - dependencies are missing as well, so it is easy to produce configuration which does not make much sense :)) Meanwhile I looked into gpsd's SConstruct file: https://gitlab.com/gpsd/gpsd/bl

[ptxdist] [PATCH v3] gpsd: version bump 2.39 -> 3.19

2019-10-25 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- ...still work in progress... CHANGES: -v2: regenerate patches, fix kconfig, drop cross path and pkg-config env, fix python version, fix python bindings install rule -v3: python bindings now build, but I'm not too happy with it. s

Re: [ptxdist] [PATCH 1/2] add scons conf tool

2019-10-25 Thread Ladislav Michl
em with SCons is that install stage has to be called with exactly the same env as build stage, otherwise package is rebuild. Alternatively we can leave everything to install stage. From: Ladislav Michl Subject: [PATCH 1/2] add scons conf tool SCons is a tool of constant reconfiguration. Almost eac

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

2019-10-25 Thread Ladislav Michl
On Fri, Oct 25, 2019 at 03:38:48PM +0200, Michael Olbrich wrote: > On Fri, Oct 25, 2019 at 03:17:36PM +0200, Ladislav Michl wrote: > > Signed-off-by: Ladislav Michl > > --- > > ...still work in progress... > > > > CHANGES: > > -v1: regenerate pa

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

2019-10-25 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- ...still work in progress... CHANGES: -v1: regenerate patches, fix kconfig, drop cross path and pkg-config env, fix python version, fix python bindings install rule ...ix-core-compiling-with-nmea-disabled.patch | 29 --- ...kage-if-some

[ptxdist] [PATCH 2/2] gpsd: version bump 2.39 -> 3.19

2019-10-25 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- ...still work in progress... ...ix-core-compiling-with-nmea-disabled.patch | 29 --- ...kage-if-some-drivers-are-not-enabled.patch | 48 - .../0003-fix-a-simple-compile-error.patch | 28 --- patches/gpsd-2.39/0004-Fix-autotool-bug.patch | 53

[ptxdist] [PATCH 1/2] add scons conf tool

2019-10-25 Thread Ladislav Michl
. Also note that SCons does not enforce any standard targets nor variable names, athough most projects seems to support DESTDIR environment variable and install target. Signed-off-by: Ladislav Michl --- scripts/lib/ptxd_make_world_common.sh | 4 ++-- scripts/lib/ptxd_make_world_compile.sh | 8

[ptxdist] [PATCH 0/2] add scons conf tool and let gpsd to use it

2019-10-25 Thread Ladislav Michl
lly means it is good enough for my purposes, although it would deserve better init system integration, installing udev rules, fixed python, etc... Ladislav Michl (2): add scons conf tool gpsd: version bump 2.39 -> 3.19 ...ix-core-compiling-with-nmea-disabled.patch | 29 --- ...kage-if-so

[ptxdist] [PATCH] mc: install skins and configuration

2019-10-24 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/mc.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/mc.make b/rules/mc.make index a96d8b915..136bdae68 100644 --- a/rules/mc.make +++ b/rules/mc.make @@ -71,6 +71,8 @@ $(STATEDIR)/mc.targetinstall: @$(call install_fixup, mc

Re: [ptxdist] [PATCH 2/3] mtd-utils: version bump 2.0.2 -> 2.1.1

2019-10-02 Thread Ladislav Michl
Hi, On Wed, Oct 02, 2019 at 03:06:00PM +0200, Alexander Dahl wrote: > Signed-off-by: Alexander Dahl > --- > ...01-nandmarkbad-new-util-to-mark-blocks-as-bad.patch | 0 > .../{mtd-utils-2.0.2 => mtd-utils-2.1.1}/autogen.sh| 0 > patches/{mtd-utils-2.0.2 => mtd-utils-2.1.1}/series| 0 >

Re: [ptxdist] [RFC 3/4] libptxdist: add a function to find unreferenced source directories

2019-09-09 Thread Ladislav Michl
Hi, On Mon, Sep 09, 2019 at 09:46:30AM +0200, Alexander Dahl wrote: > Hei hei, > > Am Montag, 9. September 2019, 08:23:00 CEST schrieb Michael Olbrich: > > On Wed, Sep 04, 2019 at 03:16:51PM +0200, Alexander Dahl wrote: > > > Am Mittwoch, 4. September 2019, 15:05:04 CEST schrieb Michael Olbrich:

Re: [ptxdist] [ANNOUNCE] PTXdist 2019.09.0 released

2019-09-05 Thread Ladislav Michl
On Thu, Sep 05, 2019 at 08:55:35AM +0200, Ladislav Michl wrote: > On Wed, Sep 04, 2019 at 02:56:50PM +0200, Michael Olbrich wrote: > > Hi, > > > > I'm happy to announce that I've just released ptxdist-2019.08.0. > well, that's not a real

Re: [ptxdist] [ANNOUNCE] PTXdist 2019.09.0 released

2019-09-04 Thread Ladislav Michl
On Wed, Sep 04, 2019 at 02:56:50PM +0200, Michael Olbrich wrote: > Hi, > > I'm happy to announce that I've just released ptxdist-2019.08.0. well, that's not a real problem ;-) -^ > This release is a bit larger than the last on. But there is nothing too > exiting in there.

Re: [ptxdist] [PATCH] README: update

2019-09-02 Thread Ladislav Michl
On Mon, Sep 02, 2019 at 11:09:49AM +0200, Michael Olbrich wrote: > On Mon, Sep 02, 2019 at 10:23:40AM +0200, Michael Tretter wrote: > > On Sun, 01 Sep 2019 23:04:56 +0200, Roland Hieber wrote: [...] > > > @@ -107,15 +98,14 @@ Bugs > > > > > > > > > - search for FIXMEs > > > -- see TODO > >

[ptxdist] [PATCH] sdbus-cpp: new package

2019-08-29 Thread Ladislav Michl
sdbus-c++ is a high-level C++ D-Bus library for Linux. Even though it uses sd-bus library, it is not necessarily constrained to systemd and can perfectly be used in non-systemd environments as well. Signed-off-by: Ladislav Michl --- Hi, inspired by recent SQLiteC++ patch, here is sdbus-c

Re: [ptxdist] [RFC] casync: new package

2019-08-29 Thread Ladislav Michl
On Fri, May 17, 2019 at 04:32:10PM +0200, Michael Olbrich wrote: > On Wed, May 15, 2019 at 09:00:45AM +0200, Ladislav Michl wrote: > > Signed-off-by: Ladislav Michl > > --- > > Hi there, > > > > this is just an attempt to find you how (if at all) are people us

[ptxdist] [PATCH] cryptodev: remove reference to CREDITS file

2019-08-29 Thread Ladislav Michl
cryptodev package lived so long off tree, that reference to meanwhile removed CREDITS file sneaked in. Signed-off-by: Ladislav Michl --- rules/cryptodev.make | 2 -- 1 file changed, 2 deletions(-) diff --git a/rules/cryptodev.make b/rules/cryptodev.make index 9809bbb21..06f5eedeb 100644 --- a

Re: [ptxdist] [PATCH] upower: version bump 0.99.7 -> 0.99.10

2019-08-21 Thread Ladislav Michl
On Thu, Aug 22, 2019 at 07:36:41AM +0200, Michael Olbrich wrote: > On Mon, Aug 19, 2019 at 09:47:51AM +0200, Ladislav Michl wrote: > > No tarballs at https://upower.freedesktop.org/releases/ anymore; see this > > thread: > > https://lists.freedesktop.org/archives/devkit-devel/

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

2019-08-20 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Hi, this update brings a question: Shall we use global option for linux-crypto as we do for SELinux? Packages have support for cryptodev and/or AF_ALG netlink, so having these options at one place make some sort if sense. Choice between software crypto

[ptxdist] [PATCH] upower: version bump 0.99.7 -> 0.99.10

2019-08-19 Thread Ladislav Michl
No tarballs at https://upower.freedesktop.org/releases/ anymore; see this thread: https://lists.freedesktop.org/archives/devkit-devel/2018-June/001827.html --- rules/upower.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/upower.make b/rules/upower.make index a690

[ptxdist] [PATCH v4] cryptodev: new package

2019-08-13 Thread Ladislav Michl
compatible with OpenBSD's cryptodev userspace API (/dev/crypto). Signed-off-by: Ladislav Michl --- Changes: - v2: update to 1.10, add upstream git patch. - v3: updated to the latest module template - v4: install stage copies cryptodev.h ...x-module-loading-with-Linux-v5.0-rc5.patch

Re: [ptxdist] [PATCH v2 1/3] cryptodev: new package

2019-08-13 Thread Ladislav Michl
On Tue, Aug 13, 2019 at 10:00:49AM +0200, Ladislav Michl wrote: > On Tue, Aug 13, 2019 at 09:33:33AM +0200, Michael Olbrich wrote: > > On Mon, Aug 12, 2019 at 03:19:52PM +0200, Ladislav Michl wrote: > > > Cryptodev-linux is a device that allows access to Linux kernel > >

Re: [ptxdist] [PATCH v2 1/3] cryptodev: new package

2019-08-13 Thread Ladislav Michl
On Tue, Aug 13, 2019 at 09:33:33AM +0200, Michael Olbrich wrote: > On Mon, Aug 12, 2019 at 03:19:52PM +0200, Ladislav Michl wrote: > > Cryptodev-linux is a device that allows access to Linux kernel > > cryptographic drivers; thus allowing of userspace applications > > to take

[ptxdist] [PATCH v2 3/3] openssl: add cryptodev support

2019-08-12 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: -v2: Drop patches as v1.1 reimplemented cryptodev support rules/openssl.in | 7 +++ rules/openssl.make | 1 + 2 files changed, 8 insertions(+) diff --git a/rules/openssl.in b/rules/openssl.in index 096b398d3..2471376be 100644 --- a/rules

[ptxdist] [PATCH v2 2/3] gnutls: add cryptodev support

2019-08-12 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: -v2: None rules/gnutls.in | 7 +++ rules/gnutls.make | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/rules/gnutls.in b/rules/gnutls.in index e3427d6eb..c0f47b5cf 100644 --- a/rules/gnutls.in +++ b/rules/gnutls.in @@ -5,6

[ptxdist] [PATCH v2 1/3] cryptodev: new package

2019-08-12 Thread Ladislav Michl
compatible with OpenBSD's cryptodev userspace API (/dev/crypto). Signed-off-by: Ladislav Michl --- Changes: - v2: update to 1.10, add upstream git patch. ...x-module-loading-with-Linux-v5.0-rc5.patch | 58 +++ patches/cryptodev-linux-1.10/series | 1 + rules/cryptod

[ptxdist] [PATCH v2 0/3] cryptodev

2019-08-12 Thread Ladislav Michl
sent two years ago. Those two years showed nothing dramatic happened and code still works and compiles. Btw, I found patch first adding cryptodev in 2010, so perhaps we want to wait for 10th anniversary? ;-) Ladislav Michl (3): cryptodev: new package gnutls: add cryptodev support openssl

[ptxdist] [PATCH] networkmanager: version bump 1.18.0 -> 1.20.0

2019-08-07 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/networkmanager.make | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/rules/networkmanager.make b/rules/networkmanager.make index 299468727..3093ce0df 100644 --- a/rules/networkmanager.make +++ b/rules/networkmanager.make

Re: [ptxdist] [PATCH] networkmanager: version bump 1.18.0 -> 1.18.2

2019-08-07 Thread Ladislav Michl
On Tue, Aug 06, 2019 at 06:05:29PM +0200, Robert Schwebel wrote: > On Tue, Aug 06, 2019 at 07:29:26AM +0200, Ladislav Michl wrote: > > Signed-off-by: Ladislav Michl > > --- > > rules/networkmanager.make | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [ptxdist] [PATCH] networkmanager: version bump 1.18.0 -> 1.18.2

2019-08-05 Thread Ladislav Michl
Michael, I forgot libmbim and libqmi dependencies. These patches should be applied first. I'll resend as proper patch serie if that's needed. Sorry for the inconvenience, ladis ___ ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] libqmi: version bump 1.20.0 -> 1.22.4

2019-08-05 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libqmi.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libqmi.make b/rules/libqmi.make index 7c78a45ce..16dcb944a 100644 --- a/rules/libqmi.make +++ b/rules/libqmi.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBQMI

[ptxdist] [PATCH] libmbim: version bump 1.16.0 -> 1.18.2

2019-08-05 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libmbim.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libmbim.make b/rules/libmbim.make index 377cffab3..9729d9700 100644 --- a/rules/libmbim.make +++ b/rules/libmbim.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBMBIM

[ptxdist] [PATCH] networkmanager: version bump 1.18.0 -> 1.18.2

2019-08-05 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/networkmanager.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/networkmanager.make b/rules/networkmanager.make index 299468727..caf685076 100644 --- a/rules/networkmanager.make +++ b/rules/networkmanager.make @@ -15,8

Re: [ptxdist] [PATCH v2] modemmanager: version bump 1.8.2 -> 1.10.2

2019-07-24 Thread Ladislav Michl
Hello Lars, as 1.10.4 is few weeks old already, what about bumping to that version instead? On Wed, Jul 24, 2019 at 02:32:23PM +0200, Lars Pedersen wrote: > No new configure options > > Signed-off-by: Lars Pedersen > --- > v2: Don't add CREDITS details again > rules/modemmanager.make | 4 ++--

[ptxdist] [RFC] casync: new package

2019-05-15 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Hi there, this is just an attempt to find you how (if at all) are people using rauc with casync support. Packages here are good enough to run $ PATH=$ROOT/sysroot-host/bin:$ROOT/sysroot-host/sbin:$PATH $ rauc convert --cerrt=/rauc/rauc.cert.pem --key=/rauc

[ptxdist] [PATCH] libgpiod: optionally install C++ bindings

2019-04-22 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libgpiod.in | 9 - rules/libgpiod.make | 5 - 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/rules/libgpiod.in b/rules/libgpiod.in index 488af66f4..8e2217db5 100644 --- a/rules/libgpiod.in +++ b/rules/libgpiod.in @@ -3,7 +3,8

[ptxdist] [PATCH 2/2] liboping: Fix compilation with gcc-8

2019-04-11 Thread Ladislav Michl
As gcc-8 added -Werror=format-truncation compilation fails. Signed-off-by: Ladislav Michl --- patches/liboping-1.10.0/0001-disable-werror.patch | 11 +++ patches/liboping-1.10.0/series| 1 + 2 files changed, 12 insertions(+) create mode 100644 patches/liboping

[ptxdist] [PATCH] libgpiod: version bump 1.2 -> 1.3

2019-04-11 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libgpiod.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/libgpiod.make b/rules/libgpiod.make index 94110769d..308960e34 100644 --- a/rules/libgpiod.make +++ b/rules/libgpiod.make @@ -16,8 +16,8 @@ PACKAGES

[ptxdist] [PATCH 1/2] liboping: version bump 1.9.0 -> 1.10.0

2019-04-11 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/liboping.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/liboping.make b/rules/liboping.make index 07829faed..0944ee974 100644 --- a/rules/liboping.make +++ b/rules/liboping.make @@ -16,8 +16,8 @@ PACKAGES

Re: [ptxdist] busybox version bump 1.30.1 PATCH

2019-02-25 Thread Ladislav Michl
On Mon, Feb 25, 2019 at 01:31:57PM +0100, webmas...@zutroll.de wrote: > From 3768b2dcb69ff2424656ce8f44eb04b38a1e6f93 Mon Sep 17 00:00:00 2001 > From: Simon > Date: Fri, 22 Feb 2019 14:45:51 +0100 > Subject: [PATCH] busybox 1.30.1 configs > Signed-off-by: Simon Agostini > --- > config/busybox/Co

[ptxdist] [PATCH] libiio: Optionally install test binaries

2019-01-16 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Note: replaces "libiio: Add options for installing test binaries" rules/libiio.in | 15 +-- rules/libiio.make | 12 +--- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/rules/libiio.in b/rules/libiio.in index

Re: [ptxdist] [PATCH 2/2] libiio: Add options for installing test binaries

2019-01-16 Thread Ladislav Michl
On Wed, Jan 16, 2019 at 04:32:49PM +0100, Michael Olbrich wrote: > On Mon, Jan 14, 2019 at 10:50:56AM +0100, Ladislav Michl wrote: > > Signed-off-by: Ladislav Michl > > --- > > rules/libiio.in | 29 +++-- > > rules/libiio.make | 20 ++

[ptxdist] [PATCH] libftdi1: Use ptx/onoff

2019-01-15 Thread Ladislav Michl
Use dedicated macro for CMake options. Signed-off-by: Ladislav Michl --- rules/libftdi1.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/libftdi1.make b/rules/libftdi1.make index dc715d00c..271c5ff49 100644 --- a/rules/libftdi1.make +++ b/rules/libftdi1.make

[ptxdist] [PATCH] libwebsockets: Use ptx/onoff

2019-01-15 Thread Ladislav Michl
Use dedicated macro for CMake options. Signed-off-by: Ladislav Michl --- rules/libwebsockets.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libwebsockets.make b/rules/libwebsockets.make index b485e5e44..1d1edc7e1 100644 --- a/rules/libwebsockets.make +++ b/rules

[ptxdist] [PATCH] opencv: Use ptx/onoff

2019-01-15 Thread Ladislav Michl
Use dedicated macro for CMake options. Signed-off-by: Ladislav Michl --- rules/opencv.make | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/rules/opencv.make b/rules/opencv.make index aba6ebe81..f0a244b97 100644 --- a/rules

[ptxdist] [PATCH 2/2] libiio: Add options for installing test binaries

2019-01-14 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libiio.in | 29 +++-- rules/libiio.make | 20 ++-- 2 files changed, 45 insertions(+), 4 deletions(-) diff --git a/rules/libiio.in b/rules/libiio.in index c9e94c866..b1d8f9038 100644 --- a/rules/libiio.in +++ b

[ptxdist] [PATCH 1/2] libiio: version bump 0.16 -> 0.17

2019-01-14 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libiio.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libiio.make b/rules/libiio.make index 8a803ac9b..c997ed4bd 100644 --- a/rules/libiio.make +++ b/rules/libiio.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBIIO

[ptxdist] [PATCH v3] wget: add TLS support

2019-01-14 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: -v2: fix indentation, simplify --with-ssl -v3: remove quotes from --with-ssl, fix zlib symbol typo rules/wget.in | 47 +-- rules/wget.make | 9 + 2 files changed, 50 insertions(+), 6 deletions

[ptxdist] [PATCH v2] libiio: new package

2019-01-14 Thread Ladislav Michl
Only local backend is supported for now. Signed-off-by: Ladislav Michl --- Changes: -v2: bump version to 0.17, add options to install test binaries rules/libiio.in | 34 +++ rules/libiio.make | 84 +++ 2 files changed, 118

Re: [ptxdist] [PATCH v2 2/2] wget: add TLS support

2019-01-14 Thread Ladislav Michl
On Mon, Jan 14, 2019 at 07:50:11AM +, Denis OSTERLAND wrote: > Hi, > > Am Samstag, den 12.01.2019, 10:03 +0100 schrieb Ladislav Michl: > > + > > +config WGET_SSL > > + string > > + default "openssl" if WGET_SSL_OPENSSL > &g

Re: [ptxdist] [PATCH v2 2/2] wget: add TLS support

2019-01-13 Thread Ladislav Michl
v3 with changes bellow... On Sat, Jan 12, 2019 at 10:03:14AM +0100, Ladislav Michl wrote: > Signed-off-by: Ladislav Michl > --- > Changes: > -v2: fix indentation, simplify --with-ssl > > rules/wget.in | 47 +-- >

Re: [ptxdist] [PATCH] libiio: new package

2019-01-13 Thread Ladislav Michl
On Wed, Jan 09, 2019 at 02:15:02PM +0100, Ladislav Michl wrote: > Only local backend is supported for now. Please ignore, there's v0.17 meanwhile and I also added options to install iio_info, etc. > Signed-off-by: Ladislav Michl > --- > rules/libiio.in | 9 +++ > ru

<    1   2   3   4   5   6   >