Re: [ptxdist] yubi HSM pkcs11 plugin for signing provider

2021-03-08 Thread Denis Osterland-Heim
Am Montag, den 08.03.2021, 13:34 +0100 schrieb Denis Osterland-Heim: > Original mboxes are attached to mail in response. > > Denis Osterland-Heim (5): > host-gengetopt: move to _noprompt section > host-libedit: new package > host-libcurl: enable http(s) support > libp11:

[ptxdist] [PATCH] waffle: version bump 1.6.1 -> 1.7.0

2021-03-08 Thread Lucas Stach
- version bump - switch to ninja build - set all configuration opntions Signed-off-by: Lucas Stach --- rules/waffle.in | 1 + rules/waffle.make | 12 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/rules/waffle.in b/rules/waffle.in index a9f86de7b36b..1a5339407f8c

[ptxdist] [PATCH] libcoap2: new package

2021-03-08 Thread Alexander Dahl
From: Alexander Dahl This package comes with a new API for libcoap, with different .so version and separate header files, and can coexist with the old libcoap package. Signed-off-by: Alexander Dahl --- Cc: Alexander Aring Notes: There are no packages depending on the old libcoap

[ptxdist] [PATCH 2/5] host-libedit: new package

2021-03-08 Thread Denis Osterland-Heim
Signed-off-by: Denis Osterland-Heim --- rules/host-libedit.in | 5 + rules/host-libedit.make | 11 +++ 2 files changed, 16 insertions(+) create mode 100644 rules/host-libedit.in create mode 100644 rules/host-libedit.make diff --git a/rules/host-libedit.in

[ptxdist] [PATCH 4/5] libp11: version bump 0.4.10 -> 0.4.11

2021-03-08 Thread Denis Osterland-Heim
Signed-off-by: Denis Osterland-Heim --- rules/libp11.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libp11.make b/rules/libp11.make index 8e2d1517f..2c551b914 100644 --- a/rules/libp11.make +++ b/rules/libp11.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBP11)

[ptxdist] [PATCH 3/5] host-libcurl: enable http(s) support

2021-03-08 Thread Denis Osterland-Heim
Signed-off-by: Denis Osterland-Heim --- rules/host-libcurl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-libcurl.make b/rules/host-libcurl.make index dc28de778..1a2a1fcf5 100644 --- a/rules/host-libcurl.make +++ b/rules/host-libcurl.make @@ -61,7 +61,7

[ptxdist] [PATCH 5/5] host-yubihsm-shell: new package

2021-03-08 Thread Denis Osterland-Heim
This package provides the pkcs11 plugin for yubi HSMs, which allows to create a signing provider for it. Patches are sent upstream: https://github.com/Yubico/yubihsm-shell/pull/162 To use it together with a CA server: Since ab4af48ba ("ptxd_make_world_init: try to prevent downloads outside the

[ptxdist] [PATCH 1/5] host-gengetopt: move to _noprompt section

2021-03-08 Thread Denis Osterland-Heim
This allows to select this from platforms as well. Signed-off-by: Denis Osterland-Heim --- rules/host-gengetopt.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-gengetopt.in b/rules/host-gengetopt.in index f6855ab5f..d42ccf477 100644 ---

[ptxdist] yubi HSM pkcs11 plugin for signing provider

2021-03-08 Thread Denis Osterland-Heim
Original mboxes are attached to mail in response. Denis Osterland-Heim (5): host-gengetopt: move to _noprompt section host-libedit: new package host-libcurl: enable http(s) support libp11: version bump 0.4.10 -> 0.4.11 host-yubihsm-shell: new package