[ptxdist] [PATCH 0/7] various version bumps

2022-09-20 Thread Marc Kleine-Budde
Hello, this series contains a few versions bumps. regards, Marc

[ptxdist] [PATCH 6/7] gnutls: version bump to 3.7.7

2022-09-20 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/gnutls.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/gnutls.make b/rules/gnutls.make index 972d12104d51..5420fd4c2cc9 100644 --- a/rules/gnutls.make +++ b/rules/gnutls.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GNUTLS

[ptxdist] [PATCH 3/7] dhcp: version bump to 4.4.3

2022-09-20 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- ...0001-Fixed-gcc-10-compilation-issues.patch | 82 --- patches/dhcp-4.4.2/series | 4 - rules/dhcp.make | 4 +- 3 files changed, 2 insertions(+), 88 deletions(-) delete mode 100644 patches

[ptxdist] [PATCH 4/7] dnsmasq: version bump to 2.86

2022-09-20 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- .../0001-the-pkg-config-file-is-lua-no-lua5.2.patch | 2 +- patches/{dnsmasq-2.85 => dnsmasq-2.86}/series | 0 rules/dnsmasq.make| 4 ++-- 3 files changed, 3 insertions(+), 3 deleti

[ptxdist] [PATCH 5/7] glib: version bump to 2.72.3

2022-09-20 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/glib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/glib.make b/rules/glib.make index 144814c7700b..8b1fd17f93bc 100644 --- a/rules/glib.make +++ b/rules/glib.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GLIB) += glib

[ptxdist] [PATCH 2/7] bind: version bump to 9.11.37

2022-09-20 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/bind.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/bind.make b/rules/bind.make index b547eeff0993..322edd3926cc 100644 --- a/rules/bind.make +++ b/rules/bind.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_BIND) += bind

[ptxdist] [PATCH 7/7] lz4: version bump to 1.9.4

2022-09-20 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/lz4.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/lz4.make b/rules/lz4.make index 79d8600c29db..930ff5a0ef3d 100644 --- a/rules/lz4.make +++ b/rules/lz4.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LZ4) += lz4

[ptxdist] [PATCH 1/7] libcurl: version bump to 7.85

2022-09-20 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/libcurl.make | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rules/libcurl.make b/rules/libcurl.make index 0d0ac9ea33d0..1ddefa9a5b4e 100644 --- a/rules/libcurl.make +++ b/rules/libcurl.make @@ -105,7 +105,6

Re: [ptxdist] [PATCH 1/7] libcurl: version bump to 7.85

2022-09-20 Thread Marc Kleine-Budde
On 20.09.2022 15:07:22, Alexander Dahl wrote: > Hello Marc, > > Am Tue, Sep 20, 2022 at 02:56:59PM +0200 schrieb Marc Kleine-Budde: > > Signed-off-by: Marc Kleine-Budde > > --- > > rules/libcurl.make | 9 - > > 1 file changed, 8 insertions(+), 1 deleti

[ptxdist] [PATCH 0/7] various version bumps

2022-09-20 Thread Marc Kleine-Budde
Hello, this series contains a few versions bumps and a configure fix for libcurl with deactivated ssl backend. regards, Marc changes since v1: - clarify subject and patch description for 1/7

[ptxdist] [PATCH v2 7/7] lz4: version bump to 1.9.4

2022-09-20 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/lz4.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/lz4.make b/rules/lz4.make index 79d8600c29db..930ff5a0ef3d 100644 --- a/rules/lz4.make +++ b/rules/lz4.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LZ4) += lz4

[ptxdist] [PATCH v2 4/7] dnsmasq: version bump to 2.86

2022-09-20 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- .../0001-the-pkg-config-file-is-lua-no-lua5.2.patch | 2 +- patches/{dnsmasq-2.85 => dnsmasq-2.86}/series | 0 rules/dnsmasq.make| 4 ++-- 3 files changed, 3 insertions(+), 3 deleti

[ptxdist] [PATCH v2 1/7] libcurl: fix configure if no SSL backend is selected

2022-09-20 Thread Marc Kleine-Budde
, --with-amissl, | --with-bearssl or --with-rustls to address this. Fixes: 34db9dd470bd ("libcurl: Version bump. 7.84.0 -> 7.85.0") Signed-off-by: Marc Kleine-Budde --- rules/libcurl.make | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rules/libcurl

[ptxdist] [PATCH v2 5/7] glib: version bump to 2.72.3

2022-09-20 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/glib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/glib.make b/rules/glib.make index 144814c7700b..8b1fd17f93bc 100644 --- a/rules/glib.make +++ b/rules/glib.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GLIB) += glib

[ptxdist] [PATCH v2 3/7] dhcp: version bump to 4.4.3

2022-09-20 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- ...0001-Fixed-gcc-10-compilation-issues.patch | 82 --- patches/dhcp-4.4.2/series | 4 - rules/dhcp.make | 4 +- 3 files changed, 2 insertions(+), 88 deletions(-) delete mode 100644 patches

[ptxdist] [PATCH v2 6/7] gnutls: version bump to 3.7.7

2022-09-20 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/gnutls.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/gnutls.make b/rules/gnutls.make index 972d12104d51..5420fd4c2cc9 100644 --- a/rules/gnutls.make +++ b/rules/gnutls.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GNUTLS

[ptxdist] [PATCH v2 2/7] bind: version bump to 9.11.37

2022-09-20 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/bind.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/bind.make b/rules/bind.make index b547eeff0993..322edd3926cc 100644 --- a/rules/bind.make +++ b/rules/bind.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_BIND) += bind

Re: [ptxdist] [PATCH 1/7] libcurl: version bump to 7.85

2022-09-20 Thread Marc Kleine-Budde
On 20.09.2022 16:14:32, Michael Olbrich wrote: > On Tue, Sep 20, 2022 at 03:20:29PM +0200, Marc Kleine-Budde wrote: > > On 20.09.2022 15:07:22, Alexander Dahl wrote: > > > Hello Marc, > > > > > > Am Tue, Sep 20, 2022 at 02:56:59PM +0200 schrieb Marc Klein

Re: [ptxdist] [PATCH 1/7] libcurl: version bump to 7.85

2022-09-20 Thread Marc Kleine-Budde
_DEFAULT_BACKEND),--without-ssl) --with-random=/dev/urandom \ --with-ca-bundle=$(PTXCONF_LIBCURL_SSL_CABUNDLE_PATH) \ --with-ca-path=$(PTXCONF_LIBCURL_SSL_CAPATH_PATH) \ Marc -- Pengutronix e.K. | Marc Kleine-Budde | Embedded Linux | htt

[ptxdist] [PATCH v3 0/5] various version bumps

2022-09-28 Thread Marc Kleine-Budde
Hello, this series contains a few versions bumps and a configure fix for libcurl with deactivated ssl backend. regards, Marc changes since v1: https://lore.ptxdist.org/ptxdist/20220920125705.2728029-1-...@pengutronix.de - clarify subject and patch description for 1/7 changes since v2: https:/

[ptxdist] [PATCH v3 2/5] bind: version bump to 9.11.37 + adjust license files checksum

2022-09-28 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/bind.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/bind.make b/rules/bind.make index b547eeff0993..18eac0eaee50 100644 --- a/rules/bind.make +++ b/rules/bind.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_BIND) += bind

[ptxdist] [PATCH v3 1/5] libcurl: fix configure if no SSL backend is selected

2022-09-28 Thread Marc Kleine-Budde
, --with-amissl, | --with-bearssl or --with-rustls to address this. Fixes: 34db9dd470bd ("libcurl: Version bump. 7.84.0 -> 7.85.0") Signed-off-by: Marc Kleine-Budde --- rules/libcurl.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libcurl.make b/rules/libcurl.make index

[ptxdist] [PATCH v3 4/5] lz4: version bump to 1.9.4 + adjust license files checksum

2022-09-28 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/lz4.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/lz4.make b/rules/lz4.make index 79d8600c29db..4b9b2bb33076 100644 --- a/rules/lz4.make +++ b/rules/lz4.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LZ4) += lz4

[ptxdist] [PATCH v3 3/5] dhcp: version bump to 4.4.3 + adjust license files checksum

2022-09-28 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- ...0001-Fixed-gcc-10-compilation-issues.patch | 82 --- patches/dhcp-4.4.2/series | 4 - rules/dhcp.make | 10 +-- 3 files changed, 5 insertions(+), 91 deletions(-) delete mode 100644

[ptxdist] [PATCH v3 5/5] nettle: version bump to 3.8.1

2022-09-28 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/nettle.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/nettle.make b/rules/nettle.make index c27f2116be66..43e0b41581e9 100644 --- a/rules/nettle.make +++ b/rules/nettle.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NETTLE

[ptxdist] [PATCH v4 0/5] various version bumps

2022-09-29 Thread Marc Kleine-Budde
this series contains a few versions bumps and a configure fix for libcurl with deactivated ssl backend. regards, Marc changes since v1: https://lore.ptxdist.org/ptxdist/20220920125705.2728029-1-...@pengutronix.de - clarify subject and patch description for 1/7 changes since v2: https://lore.pt

[ptxdist] [PATCH v4 2/5] bind: version bump to 9.11.37 + adjust license files checksum

2022-09-29 Thread Marc Kleine-Budde
- COPYRIGHT: Copyright years changed from "1996-2021" to "1996-2022". Signed-off-by: Marc Kleine-Budde --- rules/bind.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/bind.make b/rules/bind.make index b547eeff0993..18eac0eaee50 100644 -

[ptxdist] [PATCH v4 1/5] libcurl: fix configure if no SSL backend is selected

2022-09-29 Thread Marc Kleine-Budde
, --with-amissl, | --with-bearssl or --with-rustls to address this. Fixes: 34db9dd470bd ("libcurl: Version bump. 7.84.0 -> 7.85.0") Signed-off-by: Marc Kleine-Budde --- rules/libcurl.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libcurl.make b/rules/libcurl.make index

[ptxdist] [PATCH v4 3/5] dhcp: version bump to 4.4.3 + adjust license files checksum

2022-09-29 Thread Marc Kleine-Budde
0-2019" to "2010-2022". - server/ldap_casa.c: removed trailing whitespace Copyright years changed from "2004-2010" to "2004-2022". Address of "Internet Systems Consortium, Inc." adjusted. Signed-off-by: Marc Kleine-Budde --- ...0001-Fixed-gcc-10-c

[ptxdist] [PATCH v4 5/5] nettle: version bump to 3.8.1

2022-09-29 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/nettle.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/nettle.make b/rules/nettle.make index c27f2116be66..43e0b41581e9 100644 --- a/rules/nettle.make +++ b/rules/nettle.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NETTLE

[ptxdist] [PATCH v4 4/5] lz4: version bump to 1.9.4 + adjust license files checksum

2022-09-29 Thread Marc Kleine-Budde
party integration use cases.' - lib/LICENSE: Copyright years changed from "2011-2016" to "2011-2020". Signed-off-by: Marc Kleine-Budde --- rules/lz4.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/lz4.make b/rules/lz4.make index

[ptxdist] [PATCH v5 1/4] bind: version bump to 9.11.37 + adjust license files checksum

2022-10-17 Thread Marc Kleine-Budde
- COPYRIGHT: Copyright years changed from "1996-2021" to "1996-2022". Signed-off-by: Marc Kleine-Budde --- rules/bind.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/bind.make b/rules/bind.make index b547eeff0993..18eac0eaee50 100644 -

[ptxdist] [PATCH v5 4/4] nettle: version bump to 3.8.1

2022-10-17 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/nettle.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/nettle.make b/rules/nettle.make index c27f2116be66..43e0b41581e9 100644 --- a/rules/nettle.make +++ b/rules/nettle.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NETTLE

[ptxdist] [PATCH v5 0/4] various version bumps

2022-10-17 Thread Marc Kleine-Budde
this series contains a few versions bumps. regards, Marc changes since v1: https://lore.ptxdist.org/ptxdist/20220920125705.2728029-1-...@pengutronix.de - clarify subject and patch description for 1/7 changes since v2: https://lore.ptxdist.org/ptxdist/20220920141759.3394460-1-...@pengutronix.de

[ptxdist] [PATCH v5 3/4] lz4: version bump to 1.9.4 + adjust license files checksum

2022-10-17 Thread Marc Kleine-Budde
party integration use cases.' - lib/LICENSE: Copyright years changed from "2011-2016" to "2011-2020". Signed-off-by: Marc Kleine-Budde --- rules/lz4.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/lz4.make b/rules/lz4.make index

[ptxdist] [PATCH v5 2/4] dhcp: version bump to 4.4.3 + adjust license files checksum

2022-10-17 Thread Marc Kleine-Budde
0-2019" to "2010-2022". - server/ldap_casa.c: removed trailing whitespace Copyright years changed from "2004-2010" to "2004-2022". Address of "Internet Systems Consortium, Inc." adjusted. Signed-off-by: Marc Kleine-Budde --- ...0001-Fixed-gcc-10-c

[ptxdist] [PATCH] libxslt: version bump 1.1.35 -> 1.1.37

2022-11-09 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- .../0200-xslt-config-add-SYSROOT-support.patch | 0 patches/{libxslt-1.1.35 => libxslt-1.1.37}/series | 0 rules/libxslt.make | 6 ++ 3 files changed, 2 insertions(+), 4 deletions(-) ren

Re: [ptxdist] [PATCH] update berlios-can-utils to the latest git version

2019-03-12 Thread Marc Kleine-Budde
-- > # Target-Install > @@ -59,6 +74,11 @@ > BERLIOS_CAN_UTILS_INST-$(PTXCONF_BERLIOS_CAN_UTILS_LOG2LONG) += > /usr/bin/log2lon > BERLIOS_CAN_UTILS_INST-$(PTXCONF_BERLIOS_CAN_UTILS_SLCAN_ATTACH) += > /usr/bin/slcan_attach > BER

[ptxdist] [PATCH] host-softhsm: print log output to stderr, too

2019-04-15 Thread Marc Kleine-Budde
The log output only ends up in the syslog. Output to stderr, too, so that errors will be notices by the user and/or automated build systems. Signed-off-by: Marc Kleine-Budde --- rules/host-softhsm.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/host-softhsm.make b/rules/host

[ptxdist] [PATCH] host-patchelf: new package

2019-05-07 Thread Marc Kleine-Budde
PatchELF is a simple utility for modifying existing ELF executables and libraries. It comes handy when dealing with existing binary tools with strange NEEDED or without RUNPATH in the ELF header. Signed-off-by: Marc Kleine-Budde --- .../0001-fix-adjusting-startPage.patch| 35

[ptxdist] [PATCH] attr: fix installation when user or group name contains a space

2019-08-15 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- ...tall-with-domain-user-or-domain-user.patch | 229 ++ .../0001-fix-install-with-domain-user.patch | 27 --- ...nslations-only-if-gettext-is-enabled.patch | 4 - patches/attr-2.4.47/series| 5 +- 4 files changed

[ptxdist] [PATCH v2] attr/acl: fix installation when user or group name contains a space

2019-08-15 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- ...install-with-domain-user-or-domain-u.patch | 229 ++ ...dmacros-fix-install-with-user-domain.patch | 27 --- patches/acl-2.2.52/series | 4 +- ...tall-with-domain-user-or-domain-user.patch | 229

[ptxdist] [PATCH 3/3] ptxd_make_world_common: ptxd_make_world_init: pkg_build_oot: add missing option KEEP to error message

2020-07-15 Thread Marc Kleine-Budde
Fixes: de79ed905942 ("ptxd_make_world_prepare_init: allow keeping the build tree during prepare for oot packages") Signed-off-by: Marc Kleine-Budde --- scripts/lib/ptxd_make_world_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_world

[ptxdist] [PATCH 2/3] ptxd_lib_code_signing: remove double space

2020-07-15 Thread Marc Kleine-Budde
Fixes: 8f41183e0afe ("Add initial code signing support") Signed-off-by: Marc Kleine-Budde --- scripts/lib/ptxd_lib_code_signing.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/ptxd_lib_code_signing.sh b/scripts/lib/ptxd_lib_code_signin

[ptxdist] [PATCH 0/3] code signing and OOT build cleanups

2020-07-15 Thread Marc Kleine-Budde
Hello, here are some cleanup patches regarding the code signing and OOT build. regards, Marc ___ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-requ...@pengutronix.de

[ptxdist] [PATCH 1/3] ptxdist-set-keys-hsm: set_imx_habv4_keys(): declare variable r as local

2020-07-15 Thread Marc Kleine-Budde
Fixes: b1afc61b4447 ("package templates: add code-signing-provider template") Signed-off-by: Marc Kleine-Budde --- rules/templates/code-signing-provider/ptxdist-set-keys-hsm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/templates/code-signing-provider/ptxdist-set-keys

Re: [ptxdist] [PATCH] kernel: do not strip signed modules

2021-03-30 Thread Marc Kleine-Budde
"${sig_hash}" \ | + "${CONFIG_MODULE_SIG_KEY}" \ | + "${pkg_build_dir}/certs/signing_key.x509" \ | + "${files[0]}" || return | +fi | + | for (( i=1 ; ${i} < ${#files[@]} ; i=$[i+1] )); do | install -m "

Re: [ptxdist] [PATCH] kernel: do not strip signed modules

2021-03-30 Thread Marc Kleine-Budde
On 30.03.2021 10:39:41, Michael Olbrich wrote: > On Tue, Mar 30, 2021 at 10:22:40AM +0200, Marc Kleine-Budde wrote: > > On 30.03.2021 09:53:46, Michael Olbrich wrote: > > > On Tue, Mar 30, 2021 at 06:08:10AM +, Denis Osterland-Heim wrote: > > > > If CONFIG_MODULE_

Re: [ptxdist] [PATCH v3] kernel: proper handle signed modules

2021-03-31 Thread Marc Kleine-Budde
g. >> >> See: https://www.kernel.org/doc/html/latest/admin-guide/module-signing.html >> Signed-off-by: Denis Osterland-Heim >> --- >> v2 -> v3: >> - move TARGET_COMPILER_RECORD_SWITCHES to PTXDIST_LOWLEVEL_WRAPPER_BLACKLIST > > Marc, what do you think?

[ptxdist] [PATCH 1/3] ptxd_lib_code_signing: introduce code signing groups

2021-04-12 Thread Marc Kleine-Budde
e roles to the group: | g="imx-habv4-srk" | cs_define_group "${g}" | cs_group_add_roles "${g}" "imx-habv4-srk1" "imx-habv4-srk2" Use the function cs_group_get_roles to get the roles of a group. In a later patch the function ptxd_make_imx_habv4_g

[ptxdist] [PATCH 3/3] ptxd_lib_code_signing: cs_get_ca(): only output CA if existing

2021-04-12 Thread Marc Kleine-Budde
This patch changes cs_get_ca() to only output the CA if it actually exists. This makes it possible to use make's $(if ...) conditional. Signed-off-by: Marc Kleine-Budde --- scripts/lib/ptxd_lib_code_signing.sh | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script

[ptxdist] [PATCH 2/3] ptxd_lib_imx_hab/template-barebox-imx-habv4/ptxdist-set-keys-hsm: convert to use the code signing group imx-habv4-srk

2021-04-12 Thread Marc Kleine-Budde
This patch converts barebox and the barebox template to make use of code signing groups as introduced in the previous patch. Signed-off-by: Marc Kleine-Budde --- .../ptxdist-set-keys-hsm.sh | 6 ++- .../templates/template-barebox-imx-habv4-make | 2 +- scripts/lib

[ptxdist] allow network access to HSM in order to sign

2021-06-21 Thread Marc Kleine-Budde
Hello Michael, since commit: | ab4af48ba403 ptxd_make_world_init: try to prevent downloads outside the get stage signing using a HSM doesn't work anymore, as the signing client evaluated the https_proxy variable. regards, Marc -- Pengutronix e.K. | Marc Kleine-

Re: [ptxdist] allow network access to HSM in order to sign

2021-06-22 Thread Marc Kleine-Budde
g refuses to work with https_proxy="" and I don't want to add more binary patches to the lib. regards, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Embedded Linux | https://www.pengutronix.de | Vertretung West/Dortmund | Phon

Re: [ptxdist] [PATCH v3 1/5] ptxd_lib_code_signing: cs_get_ca(): improve error handling

2021-07-12 Thread Marc Kleine-Budde
_SIGN_OPT = \ | CONFIG_MODULE_SIG_KEY='"$(shell cs_get_uri evm)"' \ | CONFIG_MODULE_SIG_ALL=y \ | $(if $(shell cs_get_ca kernel-trusted), \ | CONFIG_SYSTEM_TRUSTED_KEYS=$(shell cs_get_ca kernel-trusted)) regards, Marc -- Pengutronix e.K.

Re: [ptxdist] [PATCH v2 6/7] ptxd_lib_imx_hab: fix indentation

2021-07-16 Thread Marc Kleine-Budde
s > tabwidth is 8 and tabs are not expanded. Blame Marc he started it this way > :-). It's emacs default settings for scripts :) Marc -- Pengutronix e.K. | Marc Kleine-Budde | Embedded Linux | https://www.pengutronix.de | Vertretung West/D

Re: [ptxdist] [PATCH] setlocalversion: use /bin/bash explicitly

2011-12-14 Thread Marc Kleine-Budde
ow >> about -n switch. > > Hmmm, I think we could just drop the '-n'. > > Marc: this is your code, what do you think. We could use printf instead. I'm not sure what happens, when we have a trailing newline in the version information. Marc -- Pengutronix e.

Re: [ptxdist] cross-compiling and uname

2012-01-20 Thread Marc Kleine-Budde
2 execve("/bin/uname", ["uname", "-r"], [/* 51 vars */]) = 0 1614 execve("/bin/uname", ["uname", "-s"], [/* 51 vars */]) = 0 1616 execve("/bin/uname", ["uname", "-v"], [/* 51 vars */]) = 0 1618 execve(&quo

Re: [ptxdist] converting busybox config for ptxdist

2012-04-02 Thread Marc Kleine-Budde
xdist internal one from busybox? > > Marc, Ladislav, > do you mind sharing the script, command, whatever to convert the busybox > config to the ptxdist one? Here you go: ptxdist make busybox_import which triggers a rule in here: rules/post/ptxd_make_import.make Marc -- Pe

Re: [ptxdist] converting busybox config for ptxdist

2012-04-02 Thread Marc Kleine-Budde
On 04/02/2012 01:36 PM, Alexander Stein wrote: > Am Montag, 2. April 2012, 12:49:29 schrieb Marc Kleine-Budde: >>> Marc, Ladislav, >>> do you mind sharing the script, command, whatever to convert the busybox >>> config to the ptxdist one? >> >> Here

[ptxdist] [ANNOUNCE] PTXdist 2012.05.0 released

2012-05-08 Thread Marc Kleine-Budde
disable-manpages switch Marc Kleine-Budde (1): gdb: version bump for default to 7.2 Michael Olbrich (41): add migrate pattern for GLIBC_LOCALTIME systemd: let systemd create /etc/machine-id and make it permanent in rc-once libkmod: version bump 6 -> 7 ude

Re: [ptxdist] [PATCH] zlib: Bump version to 1.2.7

2012-05-08 Thread Marc Kleine-Budde
ebased to master and applied. Tnx, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917- | Amtsgericht Hildesheim, HRA 2686 | http:

Re: [ptxdist] [PATCH] utils-linux-ng: Add ipcrm

2012-05-08 Thread Marc Kleine-Budde
Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917- | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de | signature.asc Description:

Re: [ptxdist] [PATCH] minicom: version bump to 2.5

2012-05-08 Thread Marc Kleine-Budde
On 05/08/2012 03:08 PM, Alexander Stein wrote: > Signed-off-by: Alexander Stein applied to master. Tnx, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax:

Re: [ptxdist] [PATCH] [dfu-util] Bump to 0.5

2012-05-08 Thread Marc Kleine-Budde
On 05/08/2012 04:13 PM, Alexander Stein wrote: > Signed-off-by: Alexander Stein nitpick: please write "dfu-util:" not "[dfu-util]", because text in [ ] gets removed by default. applied to master. tnx, Marc -- Pengutronix e.K. | Marc Kleine-Budde

Re: [ptxdist] [PATCH] minicom: version bump to 2.5

2012-05-08 Thread Marc Kleine-Budde
On 05/08/2012 03:08 PM, Alexander Stein wrote: > Signed-off-by: Alexander Stein Why not use 2.6 instead? Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax:

Re: [ptxdist] [PATCH] minicom: version bump to 2.5

2012-05-08 Thread Marc Kleine-Budde
On 05/08/2012 04:59 PM, Alexander Stein wrote: > Am Dienstag, 8. Mai 2012, 16:19:52 schrieb Marc Kleine-Budde: >> On 05/08/2012 03:08 PM, Alexander Stein wrote: >>> Signed-off-by: Alexander Stein >> >> Why not use 2.6 instead? > > Mh, no specfic reason. At lea

Re: [ptxdist] [oselas] [PATCH] Add QEMU as hosttool

2012-05-08 Thread Marc Kleine-Budde
On 05/08/2012 05:50 PM, Bernhard Walle wrote: > Am 08.05.2012 09:12, schrieb Marc Kleine-Budde: >> On 05/07/2012 10:06 PM, Bernhard Walle wrote: >>> Build QEMU as part of the BSP and use our own QEMU in the startup >>> scripts. >>> >>> Tested on Mac O

Re: [ptxdist] [PATCH] minicom: version bump to 2.6.1

2012-05-08 Thread Marc Kleine-Budde
On 05/08/2012 05:31 PM, Alexander Stein wrote: > Signed-off-by: Alexander Stein even better, applied. tnx -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5

Re: [ptxdist] [PATCH] gnutls: Fix detection of libgcrypt

2012-05-08 Thread Marc Kleine-Budde
inst system libgcrypt which fails because of an > incompatible architecture (x86-64 vs arm). Tested on current Arch Linux. > > Signed-off-by: Bernhard Walle this shouldn't hurt. Can you update to 2.12.19 and see if it still works for you? Marc -- Pengutronix e.K. |

Re: [ptxdist] [PATCH] gnutls: Fix detection of libgcrypt

2012-05-08 Thread Marc Kleine-Budde
inst system libgcrypt which fails because of an > incompatible architecture (x86-64 vs arm). Tested on current Arch Linux. > > Signed-off-by: Bernhard Walle Tnx, pushed to master Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Soluti

Re: [ptxdist] [PATCH] gnutls: Update to 2.12.19

2012-05-08 Thread Marc Kleine-Budde
On 05/08/2012 09:12 PM, Bernhard Walle wrote: > Signed-off-by: Bernhard Walle Tnx, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917-5

[ptxdist] [PATCH] ptxdist: support multiple targets per command

2012-06-11 Thread Marc Kleine-Budde
Without this patch ptxdist supports only one target per command. With this patch, ptxdist supports multiple targets, e.g.: ptxdist clean libpcap tcpdump or ptxdist targetinstall kernel ncurses Signed-off-by: Marc Kleine-Budde --- bin/ptxdist | 79

[ptxdist] [ANNOUNCE] PTXdist 2012.06.0 released

2012-06-12 Thread Marc Kleine-Budde
x download path Honor the Barebox bootloader Keep the bash's autocompletion in sync with PTXdist's features networkmanager: avoid guessing paths to various tools based on the host filesystem networkmanager: provide 'iptables' Marc Kleine-Budde (33):

Re: [ptxdist] [PATCH] rsync3: support ACL and extended attributes

2012-07-18 Thread Marc Kleine-Budde
R) \ > $(GLOBAL_IPV6_OPTION) \ > $(GLOBAL_LARGE_FILE_OPTION) \ > + --$(call ptx/endis, PTXCONF_RSYNC3_ACL)-acl-support \ > + --$(call ptx/endis, PTXCONF_RSYNC3_ATTR)-xattr-support \ > --with-included-popt \ > --disable-debug \ > --disable-locale --

Re: [ptxdist] [PATCH] busybox: fix for busybox prompting durring prepare

2012-09-25 Thread Marc Kleine-Budde
. > > -config BUSYBOX_MD5_SMALL > +config BUSYBOX_MD5_SIZE_VS_SPEED This matches with busybox-1.20.1 > int "MD5: Trade bytes for speed (0:fast, 3:slow)" > default 1 > range 0 3 > Marc -- Pengutronix e.K. | Marc Kleine-

[ptxdist] [ANNOUNCE] PTXdist 2012.09.1 released

2012-09-26 Thread Marc Kleine-Budde
Hello, it's time for a stable release. Tnx for Jan for looking up the needed patches. Marc Shortlog: Marc Kleine-Budde (1): bluez: add missing dependency to glib Michael Olbrich (5): host-acl: fix HOST_ACL_INSTALL_OPT host-fakeroot: depend on host-acl systemd:

[ptxdist] [PATCH 0/2] update CAN related programs

2012-11-06 Thread Marc Kleine-Budde
Hello, I've just released libsocketcan-0.0.9, so bump the lib's version in ptxdist accordingly. The second patch removes the configuable version form canutils. The v3.x version of canutils is for pre mainline socketcan, so remove it and reduce complexity. regards, Marc -- ptxdist mailing list

[ptxdist] [PATCH 1/2] libsocketcan: version bump to 0.0.9

2012-11-06 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/libsocketcan.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libsocketcan.make b/rules/libsocketcan.make index ed5f20b..45d5bb9 100644 --- a/rules/libsocketcan.make +++ b/rules/libsocketcan.make @@ -16,8 +16,8

[ptxdist] [PATCH 2/2] canutils: hardcode version 4.0.6

2012-11-06 Thread Marc Kleine-Budde
Version 3.x is pre mainline socketcan, so drop it and remove complexity. Signed-off-by: Marc Kleine-Budde --- rules/canutils.in | 18 +- rules/canutils.make |4 ++-- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/rules/canutils.in b/rules/canutils.in

Re: [ptxdist] [PATCH] ptxd_install_getent_id(): fix search for credentials

2012-11-13 Thread Marc Kleine-Budde
alltion. [mkl@dude:~ (master)]$ ll /opt/lib/ptxdist-2012.10.0/projectroot lrwxrwxrwx 1 root root 7 Oct 12 10:02 /opt/lib/ptxdist-2012.10.0/projectroot -> generic/ Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-92

[ptxdist] [PATCH] iproute2: version bump to 3.6.0 and fix configure script

2012-11-23 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- .../0001-remove-duplicate-limits.h.patch | 28 - patches/iproute2-2.6.39/0002-remove_arpd.diff | 48 patches/iproute2-2.6.39/series |2 - .../iproute2-3.6.0/0001-build-system-fixes.patch | 122

[ptxdist] [PATCH] iozone: work around problems with patch on opensuse

2012-11-26 Thread Marc Kleine-Budde
-makefile.patch' File src/current/makefile is read-only; refusing to patch 1 out of 1 hunk ignored -- saving rejects to file src/current/makefile.rej by not removing src/current/makefile, but let configure generate a src/current/makefile. Signed-off-by: Marc Kleine-Budde --- patche

Re: [ptxdist] Problem with Toolchain compiling

2012-11-28 Thread Marc Kleine-Budde
ror: Can you try the latest toolchain 2011.11.3. Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917- | Amtsgericht Hildesheim, HRA 2686

Re: [ptxdist] Problem with Toolchain compiling

2012-11-28 Thread Marc Kleine-Budde
ed in oselas.toolchain in commit: 2b9ec90 cross-gcc: Fix compilation with host gcc 4.7 a.k.a. v2011.11.1-6-g2b9ec90 Which means it's fixed in v2011.11.2. Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826

Re: [ptxdist] md5sum and ptxdist-2012.11.0

2012-11-30 Thread Marc Kleine-Budde
o change the md5 version of that tarball in your ptxconfig file. Or you do: ptxdist extract kernel-header --update-md5 Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund

Re: [ptxdist] ptxd_make_00-init.sh

2012-12-10 Thread Marc Kleine-Budde
ist- > 2012.03.0/scripts//lib/ptxd_make_00-init.sh Have you downloaded the toolchain or compiled on your machine? Have you recently upgraded you distro (e.g. after compiling the toolchain)? Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions

Re: [ptxdist] configure failed with sed version 4.2.2

2013-01-07 Thread Marc Kleine-Budde
gnu.org/software/sed/>. > General help using GNU software: <http://www.gnu.org/gethelp/>. > E-mail bug reports to: . > Be sure to include the word ``sed'' somewhere in the ``Subject:'' field. Can you please improve the regex to parse both version of sed? regards,

Re: [ptxdist] [PATCH] configure.ac: change regex for sed version

2013-01-08 Thread Marc Kleine-Budde
-off-by: Alexander Aring Works here. Tnx, applied to master. Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917- | Amtsgericht Hildesheim, HRA 2686

Re: [ptxdist] [PATCH] configure.ac: change regex for sed version

2013-01-08 Thread Marc Kleine-Budde
d-off-by: Alexander Aring Which email address do you prefer? gmail or googlemail? Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917- |

Re: [ptxdist] Adding support for no-proxy option in URLs (patch)

2013-02-26 Thread Marc Kleine-Budde
@@ -112,6 +115,7 @@ > # > # valid options: > # - no-check-certificate don't check server certificate (https > only) > +# - no-proxy don't use proxy server even if defined > # > ptxd_make_get() { > local -a argv > -- Pen

Re: [ptxdist] Proper quoting of semicolons in URLs

2013-02-26 Thread Marc Kleine-Budde
ns in my URL properly, > lest they are passed literally to wget instead of being split into > options? > Is there some $(call verbatim,FOO) macro, perchance? What about using %3B instead of ; http://www.w3schools.com/TAGS/ref_urlencode.asp Marc -- Pengutronix e.K. | M

Re: [ptxdist] Proper quoting of semicolons in URLs

2013-02-26 Thread Marc Kleine-Budde
On 02/26/2013 10:59 AM, Marc Kleine-Budde wrote: > On 02/26/2013 10:20 AM, dennis.herbr...@hytera.de wrote: >> Good day, everyone! >> >> When using ptxdist to "get" a package with an URL with semicolons in it, >> for example a snapshot from a gitweb repo, a

Re: [ptxdist] Proper quoting of semicolons in URLs

2013-02-26 Thread Marc Kleine-Budde
On 02/26/2013 11:00 AM, Marc Kleine-Budde wrote: >>> Does anybody have a suggestion how to quote semicolons in my URL properly, >>> lest they are passed literally to wget instead of being split into >>> options? We could change the option parser not to bail out if the

Re: [ptxdist] [PATCH] lowpan_tools: add patch to avoid crashing

2013-02-28 Thread Marc Kleine-Budde
ist clean lowpan-tools ptxdist extract --git lowpan-tools Then: cd platform-*/build-target/lowpan-tools-0.3 git commit --amend -s git ptx-patches# will re-create the patch and series file Marc -- Pengutronix e.K. | Marc Kleine-Budde | Indu

Re: [ptxdist] [PATCH] Add support for no-proxy option in URLS.

2013-02-28 Thread Marc Kleine-Budde
On 02/26/2013 11:42 AM, Dennis Herbrich wrote: > From: Dennis 'Gyroplast' Herbrich > > Add support for wget no-proxy option in URLs. > > Signed-off-by: Dennis 'Gyroplast' Herbrich applied, tnx Marc -- Pengutronix e.K. | Marc Kleine

Re: [ptxdist] [PATCH] Formalize the meaning of Signed-off-by

2013-02-28 Thread Marc Kleine-Budde
o master. tnx, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917- | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de | signa

Re: [ptxdist] [PATCH] git-ptx-patches: add --notes to git-format-patch if it's supported

2013-03-06 Thread Marc Kleine-Budde
format-patch -N $GIT_EXTRA_ARGS ${tagopt} -o .ptxdist/patches/ ${range} > | sed -e 's,^.ptxdist/patches/,,' > .ptxdist/series.auto > cat .ptxdist/series.auto >> .ptxdist/series Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linu

Re: [ptxdist] [PATCH] tree: New package

2013-03-08 Thread Marc Kleine-Budde
ON) > +TREE_SUFFIX := tgz > +TREE_URL := ftp://mama.indstate.edu/linux/tree/$(TREE).$(TREE_SUFFIX) Is there a http URL? ftp makes stress behind some paranoid corporate firewalls. Looks good otherwise. Marc -- Pengutronix e.K. | Marc Kleine-Budde | Ind

Re: [ptxdist] Inconsistent proxy behaviour and proposed fixes

2013-03-13 Thread Marc Kleine-Budde
ced now that you've also created patches. However, I've not implemented the no_proxy option, which I'll rebase onto current master. Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung W

  1   2   3   4   5   6   7   8   9   10   >