Re: [ptxdist] [ptxdist-commit] 05/06: postgresql: Fix installation of executables.

2020-01-15 Thread Michael Olbrich
On Wed, Jan 15, 2020 at 10:25:55AM +0100, Roland Hieber wrote: > On Tue, Jan 14, 2020 at 09:37:47PM +0100, Michael Olbrich via Gitolite wrote: [...] > > + @$(call install_lin, postgresql, postgres, /usr/bin/postmaster) > > Typo alert: s/install_lin,/install_link,/ And I was sure

[ptxdist] [ANNOUNCE] PTXdist 2020.01.0 released

2020-01-23 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released ptxdist-2020.01.0. Because of the holiday season, this is a very small release. There are just a few version bumps and bug fixes. Thanks to all contributors and - as always - the shortlog below. Enjoy, Michael Olbrich Bastian

Re: [ptxdist] [ANNOUNCE] PTXdist 2020.01.0 released

2020-01-24 Thread Michael Olbrich
Hi, On Thu, Jan 23, 2020 at 09:46:36PM +0100, Alexander Dahl wrote: > On Thu, Jan 23, 2020 at 05:08:16PM +0100, Michael Olbrich wrote: > > I'm happy to announce that I've just released ptxdist-2020.01.0. > > There's no checksum file in the download folder

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

2020-01-24 Thread Michael Olbrich
On Thu, Jan 02, 2020 at 02:35:43PM +0100, Roland Hieber wrote: > Hi Florian, > > unfortunately your mailer seems to apply word wrapping to the patch, so > it didn't apply for me. The git-format-patch manpage [1] has some tips how to > prevent that. > > [1]: https://git-scm.com/docs/git-format-pat

Re: [ptxdist] [PATCH] configure: fix regex for determining host tool versions

2020-01-24 Thread Michael Olbrich
On Tue, Jan 07, 2020 at 07:40:21PM +0100, Christian Hermann wrote: > Previously, all of those _VERSION were empty on my system > > Signed-off-by: Christian Hermann > --- > configure.ac | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/configure.ac b/configure

Re: [ptxdist] [PATCH] udev-legacy: Fix build with recent glibc versions.

2020-01-24 Thread Michael Olbrich
On Mon, Jan 13, 2020 at 09:47:37AM +0100, Guillermo Rodriguez Garcia wrote: > El dom., 12 ene. 2020 a las 13:52, Michael Olbrich > () escribió: > > > > On Tue, Dec 10, 2019 at 07:55:36PM +0100, Guillermo Rodríguez wrote: > > > Signed-off-by: Guillermo Rodriguez > &

Re: [ptxdist] [PATCH 2/2] haveged: systemd service: move from multi-user.target to sysinit.target

2020-01-24 Thread Michael Olbrich
On Mon, Jan 20, 2020 at 11:57:04PM +0100, Andreas Pretzsch wrote: > For devices with no or defective HW RNG, it takes quite long until > the kernel random device is seeded, up to several 10 seconds. > See kernel "random: crng init done" message for this. > > As a consequence, anything using /dev/r

Re: [ptxdist] fail to install_alternative a file like dev-disk-by\x2dlabel-INSTALL.device (backslash?==?utf-8?q? x2d)

2020-01-30 Thread Michael Olbrich
On Fri, Jan 10, 2020 at 02:19:24PM +0100, Michael Olbrich wrote: > On Wed, Jan 08, 2020 at 04:00:57PM +0100, Artur Wiebe wrote: > > I am trying to use the following inside a rules file: > > @$(call install_alternative, system, 0, 0, 0644, > > /usr/lib/systemd/system/

Re: [ptxdist] [PATCH] udev-legacy: Fix build with recent glibc versions.

2020-01-30 Thread Michael Olbrich
On Fri, Jan 24, 2020 at 05:57:50PM +0100, Michael Olbrich wrote: > On Mon, Jan 13, 2020 at 09:47:37AM +0100, Guillermo Rodriguez Garcia wrote: > > El dom., 12 ene. 2020 a las 13:52, Michael Olbrich > > () escribió: > > > > > > On Tue, Dec 10, 2019 at 07:55:36PM

Re: [ptxdist] [PATCH v2 2/3] host-ua-nodeset: New package.

2020-01-30 Thread Michael Olbrich
On Tue, Jan 28, 2020 at 04:27:04PM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > The OPC Foundation's UA NodeSets and other normative files which are released > with an OPC UA specification (for details see [1]). Needed to build open62541. > > [1] > https://github.com/OPCFoundation/UA-Nod

Re: [ptxdist] [PATCH v4 1/3] nodejs: version bump 6.9.5 -> 12.14.1 LTS

2020-01-30 Thread Michael Olbrich
On Wed, Jan 29, 2020 at 12:06:17PM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > We also need to build a host-nodejs package first, as there > are some tools needed to be executable on the host system > during the intermediate cross-build process. > > This package drops support for NPM, as

Re: [ptxdist] [PATCH v4 2/3] host-yarn: new package

2020-01-30 Thread Michael Olbrich
On Wed, Jan 29, 2020 at 12:06:18PM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > Fast, reliable, and secure dependency management for Node.js. > > We use Yarn to generate an offline cache and a lock-file to be able to install > all needed Node.js-packages reproducibly. This works even in e

Re: [ptxdist] [PATCH v4 3/3] nodejs_packages: new package

2020-01-30 Thread Michael Olbrich
On Wed, Jan 29, 2020 at 12:06:19PM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > This is a dummy package to specify and install required Node.js packages for > the > target system. > > The management of those packages and their dependencies is handled with > Yarn (run through host-nodejs)

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

2020-01-30 Thread Michael Olbrich
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. > > Buildsystem counts on gcc to be used for linking and setting LD makes > > build fail, so s

Re: [ptxdist] [PATCH] weston: version bump 7.0.0 -> 8.0.0

2020-01-30 Thread Michael Olbrich
On Mon, Jan 27, 2020 at 09:26:40AM +0100, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > --- > rules/weston.in | 12 > rules/weston.make | 14 -- > 2 files changed, 4 insertions(+), 22 deletions(-) > > diff --git a/rules/weston.in b/rules/weston.in > index fe44f

Re: [ptxdist] [PATCH v4 2/8] OpenCV: Added flag to build and integrate Examples

2020-01-30 Thread Michael Olbrich
On Tue, Jan 28, 2020 at 05:36:13PM +0100, Marian Cichy wrote: > Signed-off-by: Marian Cichy Some example use libopencv_dnn.so.4.2 but it's not installed. Also, the rpath needs to be fixed (you know about this one already). Michael > --- > rules/opencv.in | 17 + > rules/openc

Re: [ptxdist] [PATCH v4 6/8] OpenCV: changed ptx/ifdef usage to ptx/onoff

2020-01-30 Thread Michael Olbrich
On Tue, Jan 28, 2020 at 05:36:17PM +0100, Marian Cichy wrote: > CMake switches used ptx/ifdef with an ON/OFF define, but we have > ptx/onoff for this case. Using this to sustain uniformity. > > Signed-off-by: Marian Cichy > --- > rules/opencv.make | 32 > 1 file

Re: [ptxdist] [PATCH v3] strongswan: Version bump 5.6.1 -> 5.8.2

2020-01-31 Thread Michael Olbrich
On Mon, Jan 13, 2020 at 01:55:12PM +0100, Lars Pedersen wrote: > Add swanctl support which replaces the old starter, ipsec and stroke > backend. Swanctl is only tested with systemd. > https://wiki.strongswan.org/projects/strongswan/wiki/Charon-systemd > > Signed-off-by: Lars Pedersen > --- > v3:

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

2020-02-01 Thread Michael Olbrich
On Fri, Jan 31, 2020 at 10:37:31PM +0100, Ladislav Michl wrote: > 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: > >

Re: [ptxdist] [PATCH] weston: version bump 7.0.0 -> 8.0.0

2020-02-01 Thread Michael Olbrich
On Fri, Jan 31, 2020 at 08:11:34AM +0100, Michael Olbrich wrote: > On Mon, Jan 27, 2020 at 09:26:40AM +0100, Philipp Zabel wrote: > > Signed-off-by: Philipp Zabel > > --- > > rules/weston.in | 12 > > rules/weston.make | 14 -- > > 2 f

Re: [ptxdist] [PATCH v2 7/7] vulkan-validationlayers: new package

2020-02-02 Thread Michael Olbrich
On Fri, Jan 17, 2020 at 11:00:55AM +0100, Philipp Zabel wrote: > Add Vulkan standard validation layer package. > > Signed-off-by: Philipp Zabel > --- > New in v2. > --- > rules/vulkan-validationlayers.in | 22 ++ > rules/vulkan-validationlayers.make | 66 ++

Re: [ptxdist] [PATCH v2 5/7] glslang: new package

2020-02-02 Thread Michael Olbrich
On Fri, Jan 17, 2020 at 11:00:53AM +0100, Philipp Zabel wrote: > Add reference SPIR-V generator, required to build Vulkan validation > layers. > > Signed-off-by: Philipp Zabel > --- > New in v2. > --- > rules/glslang.in | 25 +++ > rules/glslang.make | 77 ++

[ptxdist] [ANNOUNCE] PTXdist 2020.02.0 released

2020-02-14 Thread Michael Olbrich
as always - the shortlog below. Enjoy, Michael Olbrich Alexander Dahl (1): cmocka: new package Andreas Pretzsch (2): haveged: systemd service: import haveged.service from haveged 1.9.2 source haveged: systemd service: move from multi-user.target to sysinit.target Björn Esser

Re: [ptxdist] [PATCH] libgpiod: version bump 1.3 -> 1.5

2020-02-14 Thread Michael Olbrich
On Thu, Jan 30, 2020 at 04:47:50PM +0100, Clemens Gruber wrote: > Signed-off-by: Clemens Gruber Right, this needs v5.5 kernel headers :-/. I need to update my test BSP before I can merge this. Ping me again if I forget about this. Michael > --- > rules/libgpiod.make | 5 ++--- > 1 file changed

Re: [ptxdist] ptxdist variable BASH and BASH_VERSION are shadowed

2020-02-14 Thread Michael Olbrich
Hi, On Tue, Feb 11, 2020 at 12:12:39PM +0100, Christian Hermann wrote: > I found an issue where ptxdist internal variables BASH and BASH_VERSION (as > defined in rules/bash.make) are shadowed. > I suspect this is because makefiles require $BASH to be set to host's bash > path. > > Maybe this coul

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

2020-02-14 Thread Michael Olbrich
On Wed, Feb 12, 2020 at 09:30:29PM +0100, Uwe Kleine-König wrote: > On Wed, Feb 12, 2020 at 11:11:12AM +0100, Ulrich Ölmann wrote: > > Two new config options have been added in the meantime (see NetworkManager > > commits [1] & [2]) which are both set to their reasonable default values. > > > > Th

Re: [ptxdist] [PATCH] kmscube: switch to https URL

2020-02-14 Thread Michael Olbrich
On Thu, Feb 13, 2020 at 06:22:03PM +0100, Matthias Schiffer wrote: > From: Markus Niebel > > Signed-off-by: Markus Niebel > Signed-off-by: Matthias Schiffer > --- > rules/kmscube.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/kmscube.make b/rules/kmscube.m

Re: [ptxdist] [PATCH] parted: update to 3.3

2020-02-14 Thread Michael Olbrich
On Thu, Feb 13, 2020 at 06:22:04PM +0100, Matthias Schiffer wrote: > Fixes build against recent glibc. > > Signed-off-by: Markus Niebel > Signed-off-by: Matthias Schiffer > --- > rules/parted.in | 13 - > rules/parted.make | 10 +- > 2 files changed, 13 insertions(+), 10 d

Re: [ptxdist] [PATCH] gettext: deterministically build with included libraries

2020-02-14 Thread Michael Olbrich
On Thu, Feb 13, 2020 at 06:22:05PM +0100, Matthias Schiffer wrote: > gettext's configure will automatically used the libraries it finds, and > fall back to included versions otherwise. Avoid this non-deterministic > behaviour by explicitly choosing the included libraries. > > In particular, this i

Re: [ptxdist] [PATCH] gst-plugins-good1: qmlglsink: fix build on EGL platform without X11 headers

2020-02-14 Thread Michael Olbrich
On Thu, Feb 13, 2020 at 06:22:06PM +0100, Matthias Schiffer wrote: > Signed-off-by: Matthias Schiffer > --- > > Considering who authored the upstream patch, I'm surprised this is not > in PTXdist yet - it seems it was forgotten? It probably got lost. We usually have more gst-plugins-good patches

Re: [ptxdist] [PATCH] varoverlayfs: support kernels without metacopy

2020-02-14 Thread Michael Olbrich
On Thu, Feb 13, 2020 at 06:22:07PM +0100, Matthias Schiffer wrote: > metacopy=on is supported on Linux 4.19+. Add fallback for older kernels. I think we should just drop the option. It's just a nice-to-have feature and in most cases, it does not make a any difference. The lower filesystem is usual

Re: [ptxdist] [PATCH v5 3/3] nodejs_packages: new package

2020-02-14 Thread Michael Olbrich
On Tue, Feb 04, 2020 at 08:53:59AM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > This is a dummy package to specify and install required Node.js packages for > the > target system. > > The management of those packages and their dependencies is handled with > Yarn (run through host-nodejs)

Re: [ptxdist] [PATCH v5 3/3] open62541: new package

2020-02-14 Thread Michael Olbrich
On Wed, Feb 05, 2020 at 11:42:41AM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > The open62541 project is an open source implementation of the OPC UA > communication infrastructure which is used in industrial control. > > Signed-off-by: Björn Esser > [uol: adjusted commit message] > Signe

Re: [ptxdist] [PATCH v2] tf-a: new package for ARM trusted firmware A

2020-02-14 Thread Michael Olbrich
On Wed, Feb 12, 2020 at 05:40:33PM +0100, Ahmad Fatoum wrote: > Trusted Firmware-A (TF-A) is a reference implementation of secure world > software for Arm A-Profile architectures (Armv8-A and Armv7-A). > > Cc: Alejandro Vazquez > Signed-off-by: Rouven Czerwinski > Signed-off-by: Ahmad Fatoum >

Re: [ptxdist] [PATCH] u-boot: Add support for custom make options

2020-02-15 Thread Michael Olbrich
On Fri, Feb 14, 2020 at 12:13:31PM +0100, Guillermo Rodriguez Garcia wrote: > Hi all, > > A little explanation on this. > > I need to pass DEVICE_TREE=xxx to uboot as this is the "official" way > to build u-boot for the stm32mp1 platform with a device tree other > than the board's default. I star

Re: [ptxdist] Building packages but not including them in the the resulting firmware image

2020-02-15 Thread Michael Olbrich
On Fri, Feb 14, 2020 at 06:33:51PM +0100, Mircea Ciocan wrote: > Hello everybody, I'm trying to implement the following solution: > > I have a base firmware image configuration and a number of optional > packages, for some later choices of the customers. > > I don't want to have the optional pack

Re: [ptxdist] (EXT) Re: [PATCH] gettext: deterministically build with included libraries

2020-02-15 Thread Michael Olbrich
On Fri, Feb 14, 2020 at 11:38:29AM +0100, Matthias Schiffer wrote: > On Fri, 2020-02-14 at 10:48 +0100, Matthias Schiffer wrote: > > On Fri, 2020-02-14 at 10:12 +0100, Michael Olbrich wrote: > > > On Thu, Feb 13, 2020 at 06:22:05PM +0100, Matthias Schiffer wrote: > > >

Re: [ptxdist] (EXT) Re: [PATCH] kmscube: switch to https URL

2020-02-15 Thread Michael Olbrich
On Fri, Feb 14, 2020 at 09:53:41AM +0100, Matthias Schiffer wrote: > On Fri, 2020-02-14 at 09:40 +0100, Michael Olbrich wrote: > > On Thu, Feb 13, 2020 at 06:22:03PM +0100, Matthias Schiffer wrote: > > > From: Markus Niebel > > > > > > Signed-off-by: Markus N

Re: [ptxdist] [PATCH v5 3/3] open62541: new package

2020-02-15 Thread Michael Olbrich
On Wed, Feb 05, 2020 at 11:42:41AM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > The open62541 project is an open source implementation of the OPC UA > communication infrastructure which is used in industrial control. > > Signed-off-by: Björn Esser > [uol: adjusted commit message] > Signe

Re: [ptxdist] [PATCH v3] parted: update to 3.3

2020-02-15 Thread Michael Olbrich
On Fri, Feb 14, 2020 at 11:38:54AM +0100, Matthias Schiffer wrote: > Fixes build against recent glibc. > > Signed-off-by: Markus Niebel > Signed-off-by: Matthias Schiffer Please remove the patches for the old version. Michael > --- > rules/parted.in | 12 ++-- > rules/parted.make |

Re: [ptxdist] [PATCH] syslogng: update to 3.25.1

2020-02-17 Thread Michael Olbrich
On Thu, Feb 13, 2020 at 06:22:08PM +0100, Matthias Schiffer wrote: > Update and move out of staging. The new version adds compatiblity with > OpenSSL 1.1.x and switches to Python 3. > > The AMQP and MongoDB destinations are removed, they were never buildable > without additional packages not avail

Re: [ptxdist] [PATCH v5 1/3] mbedtls: new package

2020-02-17 Thread Michael Olbrich
On Wed, Feb 05, 2020 at 11:42:39AM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > mbed TLS (formerly known as PolarSSL) makes it trivially easy > for developers to include cryptographic and SSL/TLS capabilities > in their (embedded) products, facilitating this functionality > with a minimal

Re: [ptxdist] [PATCH v5 1/3] nodejs: version bump 6.9.5 -> 12.14.1 LTS

2020-02-17 Thread Michael Olbrich
On Tue, Feb 04, 2020 at 08:53:57AM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > We also need to build a host-nodejs package first, as there > are some tools needed to be executable on the host system > during the intermediate cross-build process. > > This package drops support for NPM, as

Re: [ptxdist] [PATCH] syslogng: update to 3.25.1

2020-02-17 Thread Michael Olbrich
On Thu, Feb 13, 2020 at 06:22:08PM +0100, Matthias Schiffer wrote: > Update and move out of staging. The new version adds compatiblity with > OpenSSL 1.1.x and switches to Python 3. > > The AMQP and MongoDB destinations are removed, they were never buildable > without additional packages not avail

Re: [ptxdist] [PATCH v3] strongswan: Version bump 5.6.1 -> 5.8.2

2020-02-17 Thread Michael Olbrich
On Mon, Feb 03, 2020 at 09:38:20AM +0100, Lars Pedersen wrote: > On Sat, 1 Feb 2020 at 07:47, Michael Olbrich wrote: > > > +ifdef PTXCONF_STRONGSWAN_SWANCTL > > > + @$(call install_lib, strongswan, 0, 0, 0644, libvici) > > > + @$(call install_tree, strongsw

Re: [ptxdist] [PATCH v5 3/3] open62541: new package

2020-02-17 Thread Michael Olbrich
On Mon, Feb 17, 2020 at 10:50:12AM +0100, Roland Hieber wrote: > On Fri, Feb 14, 2020 at 01:50:23PM +0100, Michael Olbrich wrote: > > On Wed, Feb 05, 2020 at 11:42:41AM +0100, Ulrich Ölmann wrote: > > [...] > > > > diff --git a/rules/open62541.make b/rules/open625

Re: [ptxdist] [PATCH v2] tf-a: new package for ARM trusted firmware A

2020-02-17 Thread Michael Olbrich
On Mon, Feb 17, 2020 at 05:33:57PM +0100, Guillermo Rodriguez Garcia wrote: > El lun., 17 feb. 2020 a las 17:26, Michael Tretter > () escribió: > > > > On Wed, 12 Feb 2020 17:40:33 +0100, Ahmad Fatoum wrote: > > > Trusted Firmware-A (TF-A) is a reference implementation of secure world > > > softwar

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

2020-02-19 Thread Michael Olbrich
On Wed, Feb 19, 2020 at 12:19:19PM +0100, Ulrich Ölmann wrote: > Instead of hardcoding NetworkManager's major & minor versions in the URL > derive > that information from the already existing parameter. > > Two new config options have been added in the meantime (see NetworkManager > commits [1] &

Re: [ptxdist] [PATCH] sqlite: enable foreign keys by default

2020-02-20 Thread Michael Olbrich
On Sat, Feb 15, 2020 at 01:52:05PM +0100, Bruno Thomsen wrote: > Support for foreign_keys pragma was already enabled at > compile-time, but it was not enabled by default on new > database connections. It's still possible to turn off > enforcement at runtime. > This makes it easier to work on databa

Re: [ptxdist] [PATCH v2] syslogng: update to 3.25.1

2020-02-20 Thread Michael Olbrich
On Thu, Feb 20, 2020 at 09:39:47AM +0100, Matthias Schiffer wrote: > Update and move out of staging. The new version adds compatiblity with > OpenSSL 1.1.x and switches to Python 3. > > The AMQP and MongoDB destinations are removed, they were never buildable > without additional packages not avail

Re: [ptxdist] [PATCH v2] zstd: new package

2020-02-20 Thread Michael Olbrich
On Fri, Feb 21, 2020 at 08:12:37AM +0100, Bruno Thomsen wrote: > Hi > > Den tor. 20. feb. 2020 kl. 12.20 skrev Philipp Zabel : > > +# > > > > +# Target-Install > > +# > >

Re: [ptxdist] [PATCH] unfs3: fix attribute setting for symlinks

2020-02-24 Thread Michael Olbrich
On Mon, Feb 24, 2020 at 12:00:51PM +0100, Uwe Kleine-König wrote: > On Tue, Feb 18, 2020 at 03:57:20PM +0100, Uwe Kleine-König wrote: > > unfs makes use of utime() which is unsuitable to set last access and > > modification times for symlinks. So make use of the O_PATH flag to > > open() and use th

Re: [ptxdist] [PATCH v3] tf-a: new package for ARM trusted firmware A

2020-02-25 Thread Michael Olbrich
On Tue, Feb 25, 2020 at 10:20:52AM +0100, Philipp Zabel wrote: > Hi, > > On Wed, 2020-02-19 at 11:42 +0100, Ahmad Fatoum wrote: > > Trusted Firmware-A (TF-A) is a reference implementation of secure world > > software for Arm A-Profile architectures (Armv8-A and Armv7-A). > > > > Cc: Alejandro Vaz

Re: [ptxdist] [PATCH] kernel-headers: build out-of-tree

2020-02-26 Thread Michael Olbrich
On Tue, Feb 25, 2020 at 10:20:34AM -0500, Sandy Patterson wrote: > I am not sure if the following patch is what was intended with the change > to OOT=KEEP change for kernel. We have a folder within our BSP with a > kernel tree and we symlink to that folder using local_src/kernel. > and local_src/k

Re: [ptxdist] [PATCH 2/3] os-release: Make date string reproducible

2020-02-29 Thread Michael Olbrich
Hi, On Fri, Feb 28, 2020 at 05:14:41PM +0100, Alexander Dahl wrote: > On Fri, Feb 28, 2020 at 04:40:10PM +0100, Roland Hieber wrote: > > Instead we could use the date of ./tarball-version (like > > PTXDIST_BSP_AUTOVERSION does too) or the current VCS commit; or if the > > BSP is not a VCS repo, or

Re: [ptxdist] (EXT) Re: [PATCH v2] syslogng: update to 3.25.1

2020-03-18 Thread Michael Olbrich
On Fri, Feb 21, 2020 at 09:30:30AM +0100, Matthias Schiffer wrote: > On Fri, 2020-02-21 at 08:47 +0100, Michael Olbrich wrote: > > On Thu, Feb 20, 2020 at 09:39:47AM +0100, Matthias Schiffer wrote: > > > --with-systemd-journal=$(call ptx/ifdef, > > > PTXCONF

Re: [ptxdist] [PATCH 1/3] opkg: Regenerate config after input variable changes

2020-03-20 Thread Michael Olbrich
On Thu, Feb 27, 2020 at 03:44:47PM +0100, Alexander Dahl wrote: > Some values in `/etc/opkg/opkg.conf` are replaced by 'install_replace' > in targetinstall stage. Especially PTXCONF_OPKG_OPKG_CONF_URL can > contain other variables which might change frequently when developing. Right, this is a pro

Re: [ptxdist] [PATCH 2/3] os-release: Make date string reproducible

2020-03-20 Thread Michael Olbrich
Hi, On Sat, Feb 29, 2020 at 06:41:27PM +0100, Alexander Dahl wrote: > On Sat, Feb 29, 2020 at 09:48:28AM +0100, Michael Olbrich wrote: > > On Fri, Feb 28, 2020 at 05:14:41PM +0100, Alexander Dahl wrote: > > > On Fri, Feb 28, 2020 at 04:40:10PM +0100, Roland Hieber wrote: > &

Re: [ptxdist] [PATCH 3/3] rootfs: issue: Make date string reproducible

2020-03-20 Thread Michael Olbrich
On Thu, Feb 27, 2020 at 03:44:49PM +0100, Alexander Dahl wrote: > Signed-off-by: Alexander Dahl Maybe use the same value as os-release? Michael > --- > rules/rootfs.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/rootfs.make b/rules/rootfs.make > index b338

Re: [ptxdist] [PATCH 3/3] rootfs: issue: Make date string reproducible

2020-03-20 Thread Michael Olbrich
On Fri, Mar 20, 2020 at 01:08:41PM +0100, Alexander Dahl wrote: > Am Freitag, 20. März 2020, 12:39:33 CET schrieb Michael Olbrich: > > On Thu, Feb 27, 2020 at 03:44:49PM +0100, Alexander Dahl wrote: > > > Signed-off-by: Alexander Dahl > > > > Maybe use the same v

Re: [ptxdist] curl does not compile with SSL support

2020-03-23 Thread Michael Olbrich
On Mon, Mar 23, 2020 at 10:48:59AM +, Effert Sascha (CM/EBV3) wrote: > I replaced libcurl.in and libcurl.make with the actual master containing that > commit. But it ends up with the same error. > > Even before ptxdist has set --with-default-ssl-backend=ssl already. I printed > out all param

Re: [ptxdist] [RFC PATCH 3/3] host-mfgtools: new package

2020-03-26 Thread Michael Olbrich
On Thu, Mar 26, 2020 at 08:28:26AM +, Denis Osterland-Heim wrote: > Hi Roland, > > sorry for the confusion yesterday, seems it was to late for me... > > Am Mittwoch, den 25.03.2020, 19:33 +0100 schrieb Roland Hieber: > > On Tue, Mar 24, 2020 at 02:53:23PM +, Denis Osterland-Heim wrote: >

Re: [ptxdist] [RFC PATCH 1/3] imx-uuc: new package

2020-03-26 Thread Michael Olbrich
On Thu, Mar 26, 2020 at 09:03:58AM +, Denis Osterland-Heim wrote: > Am Mittwoch, den 25.03.2020, 21:40 +0100 schrieb Roland Hieber: > > On Wed, Mar 25, 2020 at 07:52:54PM +0100, Roland Hieber wrote: > > > Nitpick: I don't know how picky opkg-based systems are with having > > > monotonically inc

[ptxdist] PTXdist 2020.03.0 released

2020-03-26 Thread Michael Olbrich
ll the new stuff. So this should be a pretty stable release. Most of the changes are version bumps with a few bug fixes and cleanups in between. Thanks to all contributors and - as always - the shortlog below. Enjoy, Michael Olbrich Florian Faber (1): zstd: new package Guillermo Rodrígu

Re: [ptxdist] wayland-protocols: version bump 1.18 -> 1.20

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:09 +0100, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > --- > rules/wayland-protocols.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/wayland-protocols.make b/rul

Re: [ptxdist] [2/3] dropbear: version bump 2017.75 -> 2019.78

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:14 +0100, Alexander Dahl wrote: > The major change with 2018.76 was in configuration, moving from editing > 'options.h' to adding things to 'localoptions.h'. The latter file must > be created in the extracted sourc

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

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:22 +0100, Ladislav Michl wrote: > Signed-off-by: Ladislav Michl > --- > rules/dnsmasq.in | 10 +- > rules/dnsmasq.make | 1 + > 2 files changed, 6 insertions(+), 5 deletions(-) > > diff --git a/rules/

Re: [ptxdist] [2/4] libxml2: version bump 2.9.9 -> 2.9.10

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:24 +0100, Alexander Dahl wrote: > This fixes quite a few possible memory leaks, overflows, use-after-free, > null-pointer-dereferences, and other flaws. See announcement for > details: https://mail.gnome.org/archiv

Re: [ptxdist] [1/2] iproute2: version bump 5.1.0 -> 5.5.0

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:16 +0100, Lucas Stach wrote: > Signed-off-by: Lucas Stach > --- > rules/iproute2.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/iproute2.make b/rules/iproute2.make > inde

Re: [ptxdist] platforms: document precedence rules for TARGET_EXTRA_*FLAGS

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:09 +0100, r...@pengutronix.de wrote: > scripts/wrapper/libwrapper.sh adds these global options before the rest > of its command line, so later options from the package's build system > will overwrite them. Documen

Re: [ptxdist] [v4] ncdu: Add new package

2020-03-27 Thread Michael Olbrich
Changes since (implicit) v2 from 2020: > - Add hidden config option NCDU_WIDE_CHAR and let that depend on > NCURSES_WIDE_CHAR like suggested by Michael Olbrich back in 2016 > > + Changes since (implicit) v1 from 2016: > - Rewrote from scratch, forgot abou

Re: [ptxdist] [4/4] libxml2: Add upstream patch fixing CVE-2019-20388

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:26 +0100, Alexander Dahl wrote: > Signed-off-by: Alexander Dahl > --- > ...mory-leak-in-xmlSchemaValidateStream.patch | 29 +++ > patches/libxml2-2.9.10/series | 3 +- > 2 files c

Re: [ptxdist] [v2,2/3] shadow: Fix typo in .in rule

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:12 +0100, Alexander Dahl wrote: > From: Alexander Dahl > > Found with codespell, but made plural. > > Fixes: 467db38b42ea ("shadow: new package") > Signed-off-by: Alexander Dahl > --- > rules/shadow.in | 2 +-

Re: [ptxdist] [v2] kernel-headers: build out-of-tree

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:10 +0100, Sandy Patterson wrote: > When building both kernel and kernel-headers from the same folder the > kernel-headers currently get built inside the tree while kernel is built > outside. This changes kernel-he

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

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:11 +0100, Ladislav Michl wrote: > Signed-off-by: Ladislav Michl > --- > rules/util-linux-ng.in | 11 +++ > rules/util-linux-ng.make | 5 - > 2 files changed, 15 insertions(+), 1 deletion(-) > > di

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

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:21 +0100, Ladislav Michl wrote: > 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/dns

Re: [ptxdist] mesalib: version bump 20.0.0 -> 20.0.1

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:17 +0100, Philipp Zabel wrote: > - Drop applied patch 5adcb0a62acc ("util: remove the dependency on kcmp.h"). > > Signed-off-by: Philipp Zabel > --- > ...util-remove-the-dependency-on-kcmp.h.patch | 35

Re: [ptxdist] monit: version bump 5.25.2 -> 5.26.0

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:22 +0100, Alexander Dahl wrote: > Includes some fixes and support for testing MQTT protocol, see upstream > release notes for details: https://mmonit.com/monit/changes/ > > Signed-off-by: Alexander Dahl > --- >

Re: [ptxdist] [3/4] libxml2: Add upstream patch fixing CVE-2020-7595

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:25 +0100, Alexander Dahl wrote: > Signed-off-by: Alexander Dahl > --- > ...e-loop-in-xmlStringLenDecodeEntities.patch | 28 +++ > patches/libxml2-2.9.10/series | 4 ++- > 2 files

Re: [ptxdist] [3/3] dropbear: Disable default selection of DSS

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:15 +0100, Alexander Dahl wrote: > While this might be not 100% conforming to ssh standard (?), it is > common practice. DSA is considered weak [1] and e.g. OpenSSH deprecated > it with the 7.0 release back in 2015

Re: [ptxdist] lighttpd: version bump 1.4.53 -> 1.4.55

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:26 +0100, Alexander Dahl wrote: > * https://www.lighttpd.net/2019/5/27/1.4.54/ > * behavior change: strict URL parsing and normalization (configurable) > * performance enhancements, bug fixes > * https://www.li

Re: [ptxdist] [1/3] dropbear: Add license information

2020-03-27 Thread Michael Olbrich
nd Hieber) > - Added loginrec.c which contains the BSD-2-Clause text (Michael > Olbrich) > > rules/dropbear.make | 4 > 1 file changed, 4 insertions(+) > > diff --git a/rules/dropbear.make b/rules/dropbear.make > index 9b7173387..a3b867817 100644 > -

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

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:20 +0100, Ladislav Michl wrote: > Signed-off-by: Ladislav Michl > --- > rules/dnsmasq.make | 50 +++--- > 1 file changed, 16 insertions(+), 34 deletions(-) > > diff --git

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

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:19 +0100, Ladislav Michl wrote: > 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 aec63

Re: [ptxdist] [2/2] iproute2: add option to build and install devlink utility

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:17 +0100, Lucas Stach wrote: > Signed-off-by: Lucas Stach > --- > rules/iproute2.in | 7 +++ > rules/iproute2.make | 1 + > 2 files changed, 8 insertions(+) > > diff --git a/rules/iproute2.in b/rules/iprou

Re: [ptxdist] [v7,3/4] host-ua-nodeset: new package

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:28 +0100, Ulrich Ölmann wrote: > From: Björn Esser > > The OPC Foundation's UA NodeSets and other normative files which are released > with an OPC UA specification (for details see [1]). Needed to build open625

Re: [ptxdist] [1/4] libxml2: Fix license and add license file hashes

2020-03-27 Thread Michael Olbrich
> Notes: > + Changes since 2019-05-29 (Message-Id > <20190510092434.15019-22-...@thorsis.com>): > - Added hash.c to license files to get the ISC license text (Michael > Olbrich) > > rules/libxml2.make | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > &g

Re: [ptxdist] [v6,2/3] host-yarn: new package

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:30 +0100, Ulrich Ölmann wrote: > From: Björn Esser > > Fast, reliable, and secure dependency management for Node.js. > > We use Yarn to generate an offline cache and a lock-file to be able to install > all nee

Re: [ptxdist] [v6,1/3] nodejs: version bump 6.9.5 -> 12.14.1 LTS

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:29 +0100, Ulrich Ölmann wrote: > From: Björn Esser > > We also need to build a host-nodejs package first, as there > are some tools needed to be executable on the host system > during the intermediate cross-bui

Re: [ptxdist] [v6,3/3] nodejs_packages: new package

2020-03-27 Thread Michael Olbrich
Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:31 +0100, Ulrich Ölmann wrote: > From: Björn Esser > > This is a dummy package to specify and install required Node.js packages for > the > target system. > > The management of those packages and their depend

[ptxdist] Scripted 'applied' mails

2020-03-27 Thread Michael Olbrich
Hi, As you may have noticed, I sent out some scripted 'patch applied' mails. I've been working on my tooling a bit and this is one of the results from this. This is still work in progress, so please speak up if you notice any problems with this. I am also interested in suggestions about the conte

Re: [ptxdist] [PATCH v2 1/3] imx-uuc: new package

2020-03-27 Thread Michael Olbrich
On Thu, Mar 26, 2020 at 05:03:56PM +, Denis Osterland-Heim wrote: > NXP user space util used by mfgtool. > > Signed-off-by: Denis Osterland-Heim > --- > ...001-sh-does-not-support-array-syntax.patch | 117 ++ > .../series| 4 + > rules/im

[ptxdist] [PATCH] nodejs: expand and fix license

2020-03-27 Thread Michael Olbrich
The new version added a instance of the MIT license. Not all of the components listed in the LICENSE are used (external dependencies instead of internal ones and other unused stuff). But some of them are relevant, such as BSD-3-Clause for v8 and ISC of other smaller stuff. Signed-off-by: Michael

Re: [ptxdist] Scripted 'applied' mails

2020-03-27 Thread Michael Olbrich
On Fri, Mar 27, 2020 at 12:45:08PM +0100, Roland Hieber wrote: > On Fri, Mar 27, 2020 at 11:10:20AM +0100, Michael Olbrich wrote: > > Hi, > > > > As you may have noticed, I sent out some scripted 'patch applied' mails. > > I've been working on my tooling

Re: [ptxdist] [PATCH] u-boot: Fix typos in cfghash calls

2020-03-27 Thread Michael Olbrich
On Fri, Mar 27, 2020 at 08:08:31AM +0100, Alexander Dahl wrote: > Fixes: 189159b2c34b ("u-boot: use ptx/cfghash-file instead of manual tricks > to rebuild the package") > Signed-off-by: Alexander Dahl > --- > rules/u-boot.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff

Re: [ptxdist] [PATCH v2 0/3] Freescale/NXP i.MX mfgtools 3.0

2020-03-27 Thread Michael Olbrich
On Thu, Mar 26, 2020 at 05:03:57PM +, Denis Osterland-Heim wrote: > v1->v2: > - 1/3 use tabs for defines, suggested by Roland Hiebler > - 1/3 add dummy version before git hash, suggested by Michael Olbricht, >Roland Hiebler and Guillermo Rodriguez Garcia > - 1/3 remove obsolete CREDI

Re: [ptxdist] [PATCH 1/3] opkg: Regenerate config after input variable changes

2020-03-27 Thread Michael Olbrich
On Fri, Mar 20, 2020 at 12:31:05PM +0100, Michael Olbrich wrote: > On Thu, Feb 27, 2020 at 03:44:47PM +0100, Alexander Dahl wrote: > > Some values in `/etc/opkg/opkg.conf` are replaced by 'install_replace' > > in targetinstall stage. Especially PTXCONF_OPKG_OPKG_CONF_

Re: [ptxdist] Networkmanager pppd support broken

2020-03-30 Thread Michael Olbrich
On Mon, Mar 30, 2020 at 04:27:48PM +, Denis Osterland-Heim wrote: > NetworkManager pppd compile support seems broken. > > ../NetworkManager-1.20.8/src/ppp/nm-pppd-plugin.c:34:10: fatal error: > pppd/eui64.h: No such file or directory >34 | #include > | ^~ > com

Re: [ptxdist] Networkmanager pppd support broken

2020-04-01 Thread Michael Olbrich
On Tue, Mar 31, 2020 at 05:17:04AM +, Denis Osterland-Heim wrote: > Hi Michael, > > Am Montag, den 30.03.2020, 21:39 +0200 schrieb Michael Olbrich: > > On Mon, Mar 30, 2020 at 04:27:48PM +, Denis Osterland-Heim wrote: > > > NetworkManager pppd comp

Re: [ptxdist] u-boot: Fix typos in cfghash calls

2020-04-01 Thread Michael Olbrich
Thanks, applied as 403cd8884939d430aecbecbf8db3d567a209ff64. Michael [sent from post-receive hook] On Wed, 01 Apr 2020 17:06:43 +0200, Alexander Dahl wrote: > Fixes: 189159b2c34b ("u-boot: use ptx/cfghash-file instead of manual tricks > to rebuild the package") > Signed-off-by: Alexander Dahl

  1   2   3   4   5   6   7   8   9   10   >