Re: [ptxdist] [PATCH 1/5] glslang: version bump 2020-05-27-ge00d27c6d65b -> 2020-07-23-g3ee5f2f1d331

2020-08-07 Thread Michael Olbrich
On Tue, Aug 04, 2020 at 04:56:28PM +0200, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > --- > rules/glslang.in | 1 + > rules/glslang.make| 8 > rules/host-glslang.in | 1 + > 3 files changed, 6 insertions(+), 4 deletions(-) > > diff --git a/rules/glslang.in b/rules/gls

[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-standard-.patch | 7

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

2020-08-07 Thread Michael Olbrich
On Tue, Aug 04, 2020 at 11:04:24PM +0200, Ladislav Michl wrote: > Also remove vanished options and modify systemd service files > to expect gpsd socket in /run. > > Signed-off-by: Ladislav Michl This changes the md5 of the license file. Please update and describe what changed in the commit messa

Re: [ptxdist] [PATCH 1/3] barebox, kernel: set _CONF_TOOL := kconfig explicitely

2020-08-07 Thread Michael Olbrich
On Fri, Aug 07, 2020 at 12:44:23PM +0200, Roland Hieber wrote: > Until now this worked without setting the variable because > ptxd_make_world_init tries to autodetect the config tool, but we should > make this explicit. > > Signed-off-by: Roland Hieber > --- > rules/barebox.make

Re: [ptxdist] [PATCH] openssh/rc-once: deduplicate some function parameters

2020-08-07 Thread Michael Olbrich
On Fri, Aug 07, 2020 at 11:16:04AM +0200, Uwe Kleine-König wrote: > The create_keys() function passed the key type three times. Now it's > only passed once. While at it also use the shell builtin case instead of > echo | grep to find the needed keys. > > The only visible change is that the end mes

Re: [ptxdist] [PATCH 1/5] glslang: version bump 2020-05-27-ge00d27c6d65b -> 2020-07-23-g3ee5f2f1d331

2020-08-07 Thread Michael Olbrich
On Wed, Aug 05, 2020 at 11:45:22AM +0200, Roland Hieber wrote: > On Tue, Aug 04, 2020 at 04:56:28PM +0200, Philipp Zabel wrote: > > Signed-off-by: Philipp Zabel > > --- > > rules/glslang.in | 1 + > > rules/glslang.make| 8 > > rules/host-glslang.in | 1 + > > 3 files changed, 6

[ptxdist] [PATCH 3/3] doc: ref parameter: document 'alldefconfig'

2020-08-07 Thread Roland Hieber
Signed-off-by: Roland Hieber --- doc/ref_parameter.rst | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/ref_parameter.rst b/doc/ref_parameter.rst index 3e6df6f83e55..1d54fa4b4428 100644 --- a/doc/ref_parameter.rst +++ b/doc/ref_parameter.rst @@ -95,12 +95,13 @@ Set

[ptxdist] [PATCH 2/3] barebox, kernel: enable use of {allyes, allno, allmod, alldef, rand}config

2020-08-07 Thread Roland Hieber
These config targets are documented in the man page, but until now, they only resulted in an error: $ ptxdist alldefconfig kernel ptxdist: Checking dependencies. This may take some seconds. make: *** No rule to make target 'kernel_alldefconfig'. Stop. Both kernel and barebox support

[ptxdist] [PATCH 1/3] barebox, kernel: set _CONF_TOOL := kconfig explicitely

2020-08-07 Thread Roland Hieber
Until now this worked without setting the variable because ptxd_make_world_init tries to autodetect the config tool, but we should make this explicit. Signed-off-by: Roland Hieber --- rules/barebox.make | 1 + rules/kernel.make | 1 + ru

[ptxdist] [PATCH] openssh/rc-once: deduplicate some function parameters

2020-08-07 Thread Uwe Kleine-König
The create_keys() function passed the key type three times. Now it's only passed once. While at it also use the shell builtin case instead of echo | grep to find the needed keys. The only visible change is that the end message message changes from Creating RSA key; done. to Crea

[ptxdist] [ANNOUNCE] PTXdist 2020.08.0 released

2020-08-07 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released ptxdist-2020.08.0. There are a lot of smaller changes all over the place, but nothing big stands out. Be careful if you have kernel module packages: The rules must be changed to use KERNEL_MODULE_OPT instead of KERNEL_MAKE_OPT. Several existing