Re: [ptxdist] ?= ?==?utf-8?q? [PATCH]?==?utf-8?q? DRAFT:l

2020-11-16 Thread Michael Olbrich
On Mon, Nov 16, 2020 at 04:09:58PM +0100, Artur Wiebe wrote: > Doesn't work... :( Hmm, might be a bug in install_script_replace. It's not actually used in any upstream package... I'll have a closer look. Michael > On Monday, November 16, 2020 11:32 CET, Michael Olbrich > wrote: > > > On

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? ?= [PATCH]?==?utf-8?q? DRAFT:l

2020-11-16 Thread Artur Wiebe
Hi Michael, I found a solution. What do you think? Artur On Monday, November 16, 2020 11:32 CET, Michael Olbrich wrote: > On Mon, Nov 16, 2020 at 10:45:07AM +0100, Artur Wiebe wrote: > > On Monday, November 16, 2020 10:36 CET, Michael Olbrich > > wrote: > > > On Sun, Nov 15, 2020

[ptxdist] [PATCH] openssh: fix INITMETHOD dependencies

2020-11-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/openssh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/openssh.in b/rules/openssh.in index 37013250c..b04a7a8a5 100644 --- a/rules/openssh.in +++ b/rules/openssh.in @@ -40,13 +40,13 @@ config OPENSSH_SSHD config

[ptxdist] [PATCH] openssh: make host key generation optional

2020-11-16 Thread Artur Wiebe
If not set host keys must be provided in some other way (otherwise sshd will not start) Signed-off-by: Artur Wiebe --- rules/openssh.in | 12 ++-- rules/openssh.make | 2 ++ rules/openssh.postinst | 4 +++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git

Re: [ptxdist] ?= [PATCH] DRAFT:=?utf-8?q? openssh: make host key generation optional

2020-11-16 Thread Denis Osterland-Heim
Hi, If I have a ro root, I disable rconce completely and implement something comparable for a data partition and mount the device unique keys to /etc/ssh/. rconce mount your ro root rw and stores something, at least the "done" marker file, to your root. I assume you are fine with this changes

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? ?= [PATCH]?==?utf-8?q? DRAFT:l

2020-11-16 Thread Artur Wiebe
Doesn't work... :( On Monday, November 16, 2020 11:32 CET, Michael Olbrich wrote: > On Mon, Nov 16, 2020 at 10:45:07AM +0100, Artur Wiebe wrote: > > On Monday, November 16, 2020 10:36 CET, Michael Olbrich > > wrote: > > > On Sun, Nov 15, 2020 at 06:08:56PM +0100, Roland Hieber wrote: > >

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

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

[ptxdist] [PATCH 4/4] piglit: switch to ninja build

2020-11-16 Thread Lucas Stach
Seems to work fine here and is quite a bit faster than the cmake native build. Signed-off-by: Lucas Stach --- rules/piglit.in | 1 + rules/piglit.make | 1 + 2 files changed, 2 insertions(+) diff --git a/rules/piglit.in b/rules/piglit.in index 889765ee55af..c4414d545cc2 100644 ---

[ptxdist] [PATCH] sdl2: version bump 2.0.10 -> 2.0.12

2020-11-16 Thread Lucas Stach
Signed-off-by: Lucas Stach --- ...001-sdl-2.0.8-add-egl-cflags-to-test.patch | 55 --- .../0002-fix-building-with-Mesa-19.2.patch| 37 - patches/SDL2-2.0.10/autogen.sh| 3 - patches/SDL2-2.0.10/series| 5 --

[ptxdist] [PATCH 3/4] piglit: drop freeglut dependency

2020-11-16 Thread Lucas Stach
We always build piglit with libwaffle support, so the freeglut based winsys in never built. Drop the dependency. Signed-off-by: Lucas Stach --- rules/piglit.in | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/piglit.in b/rules/piglit.in index d4577200d458..889765ee55af 100644 ---

[ptxdist] [PATCH 2/4] waffle: version bump 1.5.2 -> 1.6.1

2020-11-16 Thread Lucas Stach
- version bump - use ptx/onoff configuration helper Signed-off-by: Lucas Stach --- ...se-EGL-CFLAGS-reported-by-pkg-config.patch | 47 --- patches/waffle-1.5.2/series | 1 - rules/waffle.make | 18 --- 3 files changed, 12

[ptxdist] [PATCH 1/4] xcb-proto: version bump 1.13 -> 1.14.1

2020-11-16 Thread Lucas Stach
Signed-off-by: Lucas Stach --- rules/xcb-proto.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/xcb-proto.make b/rules/xcb-proto.make index ca54478561c9..fa0e0b97c64b 100644 --- a/rules/xcb-proto.make +++ b/rules/xcb-proto.make @@ -15,11 +15,11 @@

[ptxdist] [PATCH v3] ptxd_make_fit_image: Add support for kernel load/entry addresses

2020-11-16 Thread avazquez . dev
From: AVazquez Make it possible to specify load/entry addresses for the kernel. These are required by the FIT image specification, but in some cases users may not want to include them, so they are made optional. Also add mandatory "os" property for kernel and ramdisk. Signed-off-by: AVazquez

Re: [ptxdist] ?= [PATCH] DRAFT:=?utf-8?q? openssh: make host key generation optional

2020-11-16 Thread Michael Olbrich
On Mon, Nov 16, 2020 at 10:45:07AM +0100, Artur Wiebe wrote: > On Monday, November 16, 2020 10:36 CET, Michael Olbrich > wrote: > > On Sun, Nov 15, 2020 at 06:08:56PM +0100, Roland Hieber wrote: > > > On Sun, Nov 15, 2020 at 11:06:12AM +0100, Ladislav Michl wrote: > > > > On Sat, Nov 14, 2020

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? [PATCH] DRAFT:?==?utf-8?q? openssh: make host key generation optional

2020-11-16 Thread Artur Wiebe
On Monday, November 16, 2020 10:36 CET, Michael Olbrich wrote: > On Sun, Nov 15, 2020 at 06:08:56PM +0100, Roland Hieber wrote: > > On Sun, Nov 15, 2020 at 11:06:12AM +0100, Ladislav Michl wrote: > > > On Sat, Nov 14, 2020 at 09:34:47PM +0100, Roland Hieber wrote: > > > > On Fri, Nov 13, 2020

Re: [ptxdist] [PATCH] DRAFT: openssh: make host key generation optional

2020-11-16 Thread Michael Olbrich
On Fri, Nov 13, 2020 at 03:19:55PM +0100, Artur Wiebe wrote: > How can openssh.postinst be disabled from within the rule files? > --- > rules/openssh.in | 14 ++ > rules/openssh.make | 2 ++ > 2 files changed, 12 insertions(+), 4 deletions(-) > > diff --git a/rules/openssh.in

Re: [ptxdist] [PATCH] DRAFT: openssh: make host key generation optional

2020-11-16 Thread Michael Olbrich
On Sun, Nov 15, 2020 at 06:08:56PM +0100, Roland Hieber wrote: > On Sun, Nov 15, 2020 at 11:06:12AM +0100, Ladislav Michl wrote: > > On Sat, Nov 14, 2020 at 09:34:47PM +0100, Roland Hieber wrote: > > > On Fri, Nov 13, 2020 at 06:46:48PM +0100, Ladislav Michl wrote: > > > > On Fri, Nov 13, 2020 at

[ptxdist] [PATCH v3 3/5] dropbear: Revise comments

2020-11-16 Thread Alexander Dahl
Add more section markers and update recommendations based on upstream's 'default_options.h' file. Signed-off-by: Alexander Dahl --- Notes: v3: - Adapt to new patch 2/5 removing some options rules/dropbear.in | 8 +--- rules/dropbear.make | 18 +++--- 2 files

[ptxdist] [PATCH v3 5/5] dropbear: version bump 2020.79 -> 2020.81

2020-11-16 Thread Alexander Dahl
Changes in LICENSE file: - updated copyright years - pointed to licenses of bundled libs, instead of just stating their license Signed-off-by: Alexander Dahl --- rules/dropbear.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/dropbear.make

[ptxdist] [PATCH v3 2/5] dropbear: Remove deprecated options

2020-11-16 Thread Alexander Dahl
All those options are cryptographically weak, already broken, or will be removed in the next version anyways. Signed-off-by: Alexander Dahl --- rules/dropbear.in | 29 - rules/dropbear.make | 25 - 2 files changed, 54 deletions(-) diff

[ptxdist] [PATCH v3 0/5] dropbear: version bump 2019.78 -> 2020.81

2020-11-16 Thread Alexander Dahl
Hei hei, this is the version bump for the dropbear SSH server split in five patches for easier review. - 1/5 fixes the license information - 2/5 removes deprecated, weak, or later removed options - 3/5 updates comments in kconfig and make file, first is for user, second for easier