Re: [ptxdist] [PATCH 3/3] open62541: New package.

2020-01-14 Thread Alexander Dahl
Hello Björn, out of curiousity, is this based on that DistroKit topic branch from last year? https://git.pengutronix.de/cgit/DistroKit/log/?h=rsc/topic/open62541 ;-) Greets Alex On Mon, Jan 13, 2020 at 02:35:56PM +0100, Björn Esser wrote: > The open62541 project is an open source implementatio

Re: [ptxdist] [ANNOUNCE] PTXdist 2020.01.0 released

2020-01-23 Thread Alexander Dahl
Hei hei, 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 like for the other releases: https://public.pengutronix.de/software/ptxdist/ Greets Alex -- /"\ ASCII RI

[ptxdist] [PATCH 0/3] Minor build improvements

2020-02-27 Thread Alexander Dahl
just searched for invocations of `date` in make rules and fixed those two. There's at least one other related to rauc, which I could not test easily, so I skipped that one. Greets Alex Alexander Dahl (3): opkg: Regenerate config after input variable changes os-release: Make

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

2020-02-27 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- rules/os-release.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/os-release.make b/rules/os-release.make index 5156156a0..ba607aa38 100644 --- a/rules/os-release.make +++ b/rules/os-release.make @@ -56,7 +56,7 @@ $(STATEDIR)/os

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

2020-02-27 Thread Alexander Dahl
every git commit. The place where opkg packages are put to on the dev host would differ then from the opkg.conf on the target. Trigger a rebuild of the targetinstall stage keeps that in sync. Signed-off-by: Alexander Dahl --- rules/opkg.make | 14 ++ 1 file changed, 14 insertions(+) di

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

2020-02-27 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- rules/rootfs.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/rootfs.make b/rules/rootfs.make index b33805d77..6a89bfcc4 100644 --- a/rules/rootfs.make +++ b/rules/rootfs.make @@ -210,7 +210,7 @@ ifdef PTXCONF_ROOTFS_ISSUE

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

2020-02-28 Thread Alexander Dahl
Hello Roland, 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 if the worktree has local changes, fall back > to searching f

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

2020-02-29 Thread Alexander Dahl
Hello, 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: > > > Instead we could use the date of ./tarball-version (like > > &

[ptxdist] Fix typos found by codespell

2020-03-10 Thread Alexander Dahl
Hei hei, just a quick series with typo fixes in both docs and .in rule files. Greets Alex ___ ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH 3/3] doc: Fix typos found by codespell

2020-03-10 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- doc/daily_work.inc | 8 doc/dev_manual.rst | 4 ++-- doc/environment.rst | 4 ++-- doc/including_bsp_doc.inc | 4 ++-- doc/nfsroot.inc | 2 +- doc/ref_make_macros.inc | 6 +++--- doc/ref_make_variables.inc

[ptxdist] [PATCH 2/3] shadow: Fix typo in .in rule

2020-03-10 Thread Alexander Dahl
Found with codespell. Fixes: 467db38b42ea ("shadow: new package") Signed-off-by: Alexander Dahl --- rules/shadow.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/shadow.in b/rules/shadow.in index 8e1fa2270..da6de28e9 100644 --- a/rules/shadow.in +++ b/rules

[ptxdist] [PATCH 1/3] rauc: Fix typo in .in rule

2020-03-10 Thread Alexander Dahl
Found by codespell. Fixes: 12494a99800e ("rauc: allow to optionally disable SERVICE mode") Signed-off-by: Alexander Dahl --- rules/rauc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/rauc.in b/rules/rauc.in index e7cf2cefa..d712bc7b9 100644 --- a/rul

Re: [ptxdist] [PATCH 06/34] dropbear: Add license information

2020-03-10 Thread Alexander Dahl
Hello Roland, Am Mittwoch, 29. Mai 2019, 11:31:55 CET schrieb Roland Hieber: > On Wed, May 29, 2019 at 10:00:00AM +0200, Alexander Dahl wrote: > > Am Mittwoch, 29. Mai 2019, 09:49:23 CEST schrieb Michael Olbrich: > > > On Fri, May 10, 2019 at 11:24:06AM +0200, Alexander Dahl

Re: [ptxdist] [PATCH] dnsmasq: optionally enable DBus support

2020-03-10 Thread Alexander Dahl
Hei hei, On Tue, Mar 10, 2020 at 05:01:12PM +0100, Ladislav Michl wrote: > As projectroot's dnsmasq.conf is copied from example config and > needs to be modified to match BSP needs anyway, let's remove > config from projectroot altogether. This does not really match the patch subject. Is this abo

[ptxdist] [PATCH v2 3/3] doc: Fix typos found by codespell

2020-03-10 Thread Alexander Dahl
From: Alexander Dahl Reviewed-by: Roland Hieber Signed-off-by: Alexander Dahl --- doc/daily_work.inc | 8 doc/dev_manual.rst | 4 ++-- doc/environment.rst | 4 ++-- doc/including_bsp_doc.inc | 4 ++-- doc/nfsroot.inc | 2 +- doc

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

2020-03-10 Thread Alexander Dahl
From: Alexander Dahl Found with codespell, but made plural. Fixes: 467db38b42ea ("shadow: new package") Signed-off-by: Alexander Dahl --- rules/shadow.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/shadow.in b/rules/shadow.in index 8e1fa2270..d75bc7

[ptxdist] [PATCH v2 1/3] rauc: Fix typo in .in rule

2020-03-10 Thread Alexander Dahl
From: Alexander Dahl Found by codespell. Fixes: 12494a99800e ("rauc: allow to optionally disable SERVICE mode") Signed-off-by: Alexander Dahl --- rules/rauc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/rauc.in b/rules/rauc.in index e7cf2cefa..d712bc

[ptxdist] [PATCH v2 0/3] Fix typos found by codespell

2020-03-10 Thread Alexander Dahl
Hei hei, - Changes since implicit v1: - shadow: Fixed a plural form, thanks Roland - doc: Added Reviewed-by Greets Alex Alexander Dahl (3): rauc: Fix typo in .in rule shadow: Fix typo in .in rule doc: Fix typos found by codespell doc/daily_work.inc | 8 doc

Re: [ptxdist] [PATCH] dnsmasq: optionally enable DBus support

2020-03-11 Thread Alexander Dahl
Hei hei, Am Dienstag, 10. März 2020, 23:16:55 CET schrieb Ladislav Michl: > Hi! > > On Tue, Mar 10, 2020 at 10:18:48PM +0100, Alexander Dahl wrote: > > Hei hei, > > > > On Tue, Mar 10, 2020 at 05:01:12PM +0100, Ladislav Michl wrote: > > > As projectroot&#

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

2020-03-11 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- Notes: Consider this patch RFC, or just apply or drop it at will. rules/dropbear.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rules/dropbear.in b/rules/dropbear.in index fa6f283f1..107a11caf 100644 --- a/rules/dropbear.in +++ b

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

2020-03-11 Thread Alexander Dahl
inter crash on malformed keys - Update curve25519-donna implementation Signed-off-by: Alexander Dahl --- Notes: Just omitting --disable-fuzz wouldn't require that patch, it just pins down what is the default anyway, but for that the patch is needed. .../0001-configure-Fix-disable-f

[ptxdist] [PATCH 0/3] dropbear: Upgrade plus collected changes

2020-03-11 Thread Alexander Dahl
covers the remarks from Michael Olbrich from last year and the feedback from Roland Hieber from this week, thanks guys. The third patch on whether DSA key should be default on is something we changed in our own BSPs and carry quite a while now, you might like that or just drop it. Greets Alex Alex

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

2020-03-11 Thread Alexander Dahl
ned-off-by: Alexander Dahl --- Notes: Changes since (implicit) v1: - Added SSH-short as identifier for sshpty.[ch] (Roland Hieber) - Added loginrec.c which contains the BSD-2-Clause text (Michael Olbrich) rules/dropbear.make | 4 1 file changed, 4 insertions(+) diff --g

[ptxdist] [PATCH] ncdu: Add new package

2020-03-12 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- Notes: I'm not sure about that ncurses solution, maybe just omit those two lines and let the autotools stuff of ncdu do the magic? rules/ncdu.in | 10 + rules/ncdu.make | 59 + 2 files ch

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

2020-03-12 Thread Alexander Dahl
Hei hei, I just found that old thread from 2016 again, where I first tried this: https://www.mail-archive.com/ptxdist@pengutronix.de/msg10864.html Well, at least we have ptx/wow meanwhile … Will send v2 then. Alex Am Donnerstag, 12. März 2020, 14:35:39 CET schrieb Alexander Dahl: > Sig

[ptxdist] [PATCH v3] ncdu: Add new package

2020-03-12 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- Notes: Changes: + since (implicit) v1 from 2016: - Rewrote from scratch, forgot about that old patch … - Upgrade to recent 1.14.2 - Add license file hash - Semi automatic ./configure option handling with the new ptx/wow

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

2020-03-13 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- Notes: + Changes since v3: - Removed CREDITS line from .make rule (Roland Hieber) + Changes since (implicit) v2 from 2020: - Add hidden config option NCDU_WIDE_CHAR and let that depend on NCURSES_WIDE_CHAR like suggested by

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

2020-03-18 Thread Alexander Dahl
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 --- rules/monit.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/monit.make b/rules/monit.make

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

2020-03-18 Thread Alexander Dahl
xt at SPDX and what Debian found out, those files are put under ISC license. Signed-off-by: Alexander Dahl --- 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)

[ptxdist] [PATCH 0/4] libxml2: Upgrade and add some fixes

2020-03-18 Thread Alexander Dahl
the ordinary version bump, the other two patches add fixes for two post release CVEs one by one. Greets Alex Alexander Dahl (4): libxml2: Fix license and add license file hashes libxml2: version bump 2.9.9 -> 2.9.10 libxml2: Add upstream patch fixing CVE-2020-7595 libxml2: Add upstr

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

2020-03-18 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- ...mory-leak-in-xmlSchemaValidateStream.patch | 29 +++ patches/libxml2-2.9.10/series | 3 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 patches/libxml2-2.9.10/0002-Fix-memory-leak-in

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

2020-03-18 Thread Alexander Dahl
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/archives/xml/2019-October/msg00014.html Signed-off-by: Alexander Dahl --- .../0200-xml2-config-is-not-SYSROOT-aware.patch

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

2020-03-18 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- ...e-loop-in-xmlStringLenDecodeEntities.patch | 28 +++ patches/libxml2-2.9.10/series | 4 ++- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 patches/libxml2-2.9.10/0001-Fix-infinite-loop-in

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

2020-03-18 Thread Alexander Dahl
* https://www.lighttpd.net/2019/5/27/1.4.54/ * behavior change: strict URL parsing and normalization (configurable) * performance enhancements, bug fixes * https://www.lighttpd.net/2020/1/31/1.4.55/ * bugfixes Signed-off-by: Alexander Dahl --- rules/lighttpd.make | 5 +++-- 1 file changed

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

2020-03-20 Thread Alexander Dahl
Hello, 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 value as os-release? Would make sense, I thought that's what $(she

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

2020-03-23 Thread Alexander Dahl
Hello Sascha, Am Montag, 23. März 2020, 09:35:58 CET schrieb Effert Sascha (CM/EBV3): > Hi, > > I am using ptxdist 2019.01.0 in a project. In the project we currently use > libcurl without SSL support. I changesd this using menuconfig, so libcurl > should now compile with http, ftp and ssl suppor

[ptxdist] [PATCH] spawn-fcgi: Add new package

2020-03-26 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- rules/spawn-fcgi.in | 11 + rules/spawn-fcgi.make | 56 +++ 2 files changed, 67 insertions(+) create mode 100644 rules/spawn-fcgi.in create mode 100644 rules/spawn-fcgi.make diff --git a/rules/spawn-fcgi.in b

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

2020-03-27 Thread Alexander Dahl
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 --git a/rules/u-boot.make b/rules/u-boot.make index 66f40cad6.

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

2020-03-27 Thread Alexander Dahl
Hei hei, On Fri, Mar 27, 2020 at 01:36:34PM +0100, Michael Olbrich wrote: > 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") > >

[ptxdist] [PATCH] host-tz-database: version bump 2019c -> 2020a

2020-04-26 Thread Alexander Dahl
Announcement here: https://mm.icann.org/pipermail/tz-announce/2020-April/58.html Signed-off-by: Alexander Dahl --- rules/host-tz-database.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/host-tz-database.make b/rules/host-tz-database.make index

[ptxdist] [PATCH 2/2] json-c: version bump 0.13.1 -> 0.14

2020-05-04 Thread Alexander Dahl
o rdrand) and what seemed to make sense in this build environment. Signed-off-by: Alexander Dahl --- rules/json-c.make | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/rules/json-c.make b/rules/json-c.make index f6df25dba..f2a990bf4 100644 --- a/rules/json

[ptxdist] [PATCH 0/2] json-c: version bump 0.13.1 -> 0.14

2020-05-04 Thread Alexander Dahl
Hei hei, I made two commits for this version bump, one for switching the download URL back to the one where upstream provides tarballs and checksums (instead of GitHub creating them). The other one is the version bump itself. Build tested only. Greets Alex Alexander Dahl (2): json-c: Revert

[ptxdist] [PATCH 1/2] json-c: Revert URL to upstream provided tarballs

2020-05-04 Thread Alexander Dahl
/wiki and all release tarballs are available from the old/new URL. This avoids the archives built by GitHub from source. Signed-off-by: Alexander Dahl --- rules/json-c.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/json-c.make b/rules/json-c.make index d4b4fc4

Re: [ptxdist] [PATCH 2/2] json-c: version bump 0.13.1 -> 0.14

2020-05-05 Thread Alexander Dahl
Hei hei, Am Dienstag, 5. Mai 2020, 09:06:45 CEST schrieb Michael Olbrich: > On Mon, May 04, 2020 at 01:44:16PM +0200, Alexander Dahl wrote: > > Quoting from the file 'ChangeLog': > > > Build machinery has been switched to CMake. > > Your need to select HOST

[ptxdist] [PATCH v2 1/2] json-c: Revert URL to upstream provided tarballs

2020-05-05 Thread Alexander Dahl
/wiki and all release tarballs are available from the old/new URL. This avoids the archives built by GitHub from source. Signed-off-by: Alexander Dahl --- rules/json-c.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/json-c.make b/rules/json-c.make index d4b4fc4

[ptxdist] [PATCH v2 2/2] json-c: version bump 0.13.1 -> 0.14

2020-05-05 Thread Alexander Dahl
o rdrand) and what seemed to make sense in this build environment. Signed-off-by: Alexander Dahl --- Notes: v1 -> v2 - select host_cmake - also update host-json-c rules/host-json-c.in | 1 + rules/host-json-c.make | 17 + rules/json-c.in|

[ptxdist] [PATCH v2 0/2] json-c: version bump 0.13.1 -> 0.14

2020-05-05 Thread Alexander Dahl
Hei hei, second iteration of this small series, basically adding dependencies to host-cmake and also covering host-json-c. Curious question: The only package depending on host-json-c is host-cryptsetup, but no other package depends on host-cryptsetup … why? Greets Alex Alexander Dahl (2

Re: [ptxdist] Segmentation fault with ptxdist-2020.05.0

2020-05-15 Thread Alexander Dahl
Hello Mircea, On Fri, May 15, 2020 at 09:40:45AM +0200, Mircea Ciocan wrote: > The main problem is that the older releases as 2020.05.0 doesn't compile the > toolchain correctly. Which toolchain? If you compile the OSELAS Toolchain by yourself (instead of e.g. using the prepackaged binary toolcha

Re: [ptxdist] [PATCH 2/2] doc: working with licensing information in packages

2020-05-26 Thread Alexander Dahl
> ~~ > > @@ -228,6 +230,7 @@ Package Definition >here. Use ``proprietary`` for proprietary packages and ``ignore`` for >packages without their own license, e.g. meta packages or packages that >only install files from ``projectroot/``. > + See the section :ref:`licensing_in_packages` for more information. > > ``_LICENSE_FILES`` >A space separated list of URLs of license text files. The URLs must be > @@ -239,6 +242,7 @@ Package Definition >used in case the specified file contains more than just the license text, > e.g. if the license is in the header of a source file. For non ASCII or > UTF-8 files the encoding can be specified with ``encoding=``. + See > the section :ref:`licensing_in_packages` for more information. > > For most packages the variables described above are undefined by default. > However, for cross and host packages these variables default to the value I read that whole patch text, and nothing really catched my eye. Sounds quite complete and is a better explanation on licensing issues than most bits and pieces on the web. I did not check thoroughly for spelling mistakes or even doc build errors, so: Acked-by: Alexander Dahl Greets Alex ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH 1/3] libmodbus3: correct license

2020-05-27 Thread Alexander Dahl
Hello Bastian, I sent a patch for the libmodbus3 license issue last year, Message-Id was <20190510092434.15019-17-...@thorsis.com> and Michael gave some feedback, see: https://www.mail-archive.com/ptxdist@pengutronix.de/msg14488.html On Wed, May 27, 2020 at 11:04:23PM +0200, Bastian Krause wrote

Re: [ptxdist] Adding package independent files in the root filesystem

2020-06-19 Thread Alexander Dahl
Hei hei, On Fri, Jun 19, 2020 at 10:08:14AM +0200, Bastian Krause wrote: > On 6/19/20 9:51 AM, Mircea Ciocan wrote: > > I have some configuration files that are package independent, but board > > depended, is there a solution to add them in bulk to the root filesystem. > > > > It seem that config

Re: [ptxdist] Installing a file in the /root directory.

2020-06-23 Thread Alexander Dahl
Hei hei, On Tue, Jun 23, 2020 at 02:20:30PM +0200, Mircea Ciocan wrote: > I want to install /root/.ssh/authorized_keys file from my board projectroot > directory. > > Sadly even after reading the previous mail regarding a similar issue with > systemd directory I'm not able to correctly install th

[ptxdist] [PATCH 2/3] dropwatch: Update help text

2020-07-02 Thread Alexander Dahl
The project URL has changed, and we can make the line above a little nicer. Signed-off-by: Alexander Dahl --- rules/dropwatch.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/dropwatch.in b/rules/dropwatch.in index b27dcdb44..1fae3e73c 100644 --- a/rules

[ptxdist] [PATCH 0/3] dropwatch: Post upgrade tweaks

2020-07-02 Thread Alexander Dahl
Greets Alex Alexander Dahl (3): dropwatch: Update license information dropwatch: Update help text dropwatch: Add upstream patches ...ssue-when-compiling-with-Wcast-align.patch | 47 +++ .../0002-Fix-configure-for-libnl3-genl.patch | 43 + patches/dropwatch

[ptxdist] [PATCH 3/3] dropwatch: Add upstream patches

2020-07-02 Thread Alexander Dahl
There are two commits upstream since the v1.5.3 release which both fix build errors in certain environments. Signed-off-by: Alexander Dahl --- ...ssue-when-compiling-with-Wcast-align.patch | 47 +++ .../0002-Fix-configure-for-libnl3-genl.patch | 43 + patches

[ptxdist] [PATCH 1/3] dropwatch: Update license information

2020-07-02 Thread Alexander Dahl
There are SPDX license identifiers in the upstream source now. Signed-off-by: Alexander Dahl --- rules/dropwatch.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/dropwatch.make b/rules/dropwatch.make index 6f6ccbeed..479437f77 100644 --- a/rules/dropwatch.make

Re: [ptxdist] Clash between busybox bc and GNU bc

2020-07-06 Thread Alexander Dahl
Hei hei, Am Montag, 6. Juli 2020, 15:13:04 CEST schrieb Bruno Thomsen: > > compiling a a firmware with the latest (2020.07.0) ptxdist I've got the > > > > following package clash error: > > * check_data_file_clashes: Package busybox wants to install file > >./platform-MCIMX6ULL-EVK/build-target/i

Re: [ptxdist] [PATCH] bc: prevent file name clash with busybox' bc

2020-07-06 Thread Alexander Dahl
Am Montag, 6. Juli 2020, 15:21:02 CEST schrieb Roland Hieber: > Signed-off-by: Roland Hieber > --- > > On Mon, Jul 06, 2020 at 03:19:06PM +0200, Alexander Dahl wrote: > > Would one of you care to send a patch? > > I was just typing one up... :-) > > - Roland &

Re: [ptxdist] [PATCH] haveged: version bump 1.9.2 -> 1.9.8

2020-08-13 Thread Alexander Dahl
Hei hei, sorry for digging in mails from last year, I just stumbled over this when migrating a BSP to a newer version … Am Dienstag, 10. Dezember 2019, 11:08:56 CEST schrieb Christian Hermann: > * upstream provides new tarballs only on github > * pull upstream patch to enable threads What's the

Re: [ptxdist] [PATCH] openssh/rc-once: fix minor bug and cleanup

2020-08-17 Thread Alexander Dahl
Hello Christian, On Mon, Aug 17, 2020 at 04:08:02PM +0200, Christian Hermann wrote: > * `$_type` does not exist, resulting in empty variable. > Fixup of 0a4f1ee4d. There's no such changeset in public ptxdist master. There is however 0a4f1ee4ed231a4e95dad545ba52ed2679e122ec and could you please

Re: [ptxdist] [PATCH] haveged: version bump 1.9.2 -> 1.9.8

2020-08-17 Thread Alexander Dahl
d probably done in the BSP, not in pxtdist? Greets Alex > > Regards > > On 13.08.20 13:55, Alexander Dahl wrote: > > Hei hei, > > > > sorry for digging in mails from last year, I just stumbled over this when > > migrating a BSP to a newer version … &g

[ptxdist] [PATCH] sudo: targetinstall /etc/sudoers.d with 4 digit permission

2020-08-18 Thread Alexander Dahl
xed in the sudo package. Signed-off-by: Alexander Dahl --- Notes: Besides: how would one fix this in the other package? I have that case for another set of packages where one creates a folder with 2775 and others should copy files in it, which fails because 0755 are the impli

Re: [ptxdist] [PATCH v2 1/2] doc: ref_make_macros: make clear that permission should be four digits

2020-08-19 Thread Alexander Dahl
> clashes when more than one packages install the same directory. > > Signed-off-by: Roland Hieber Acked-by: Alexander Dahl Greets Alex > --- > * v2: unchanged > > doc/ref_make_macros.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > dif

Re: [ptxdist] [PATCH] sudo: targetinstall /etc/sudoers.d with 4 digit permission

2020-08-19 Thread Alexander Dahl
Hello Roland, Am Mittwoch, 19. August 2020, 12:47:22 CEST schrieb Roland Hieber: > On Tue, Aug 18, 2020 at 12:35:32PM +0200, Alexander Dahl wrote: > > When installing additional files into /etc/sudoers.d from another > > > > package, we got this error (redacted): > >

Re: [ptxdist] [PATCH v2 1/2] doc: ref_make_macros: make clear that permission should be four digits

2020-08-21 Thread Alexander Dahl
Hello Michael, Am Freitag, 21. August 2020, 09:52:29 CEST schrieb Michael Olbrich: > Hello Roland hand Alexander, > > On Wed, Aug 19, 2020 at 01:04:31PM +0200, Alexander Dahl wrote: > > Am Mittwoch, 19. August 2020, 12:59:08 CEST schrieb Roland Hieber: > > > Three octal d

[ptxdist] [PATCH] linux-serial-test: Upgrade to 2020-06-02-g0685fc53870f

2020-08-27 Thread Alexander Dahl
This is the latest Git revision. There were some useful changes for rs485 devices since the last version from 2018. Signed-off-by: Alexander Dahl --- rules/linux-serial-test.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/linux-serial-test.make b/rules/linux

Re: [ptxdist] How to create a board/platform from scratch (specifically iMX8M)

2020-09-02 Thread Alexander Dahl
Hello Mircea, Am Mittwoch, 2. September 2020, 15:05:45 CEST schrieb Mircea Ciocan: > Hello everybody, is there a tutorial on creating a configuration for a > new board starting from scratch, specifically for the iMX8M MCU ? Not to my knowledge. What we did here for the last two new boards was usi

Re: [ptxdist] [PATCH v2 4/6] ptxdist: implement 'defconfig' commands for kconfig packages

2020-09-28 Thread Alexander Dahl
Hei Roland, Am Dienstag, 22. September 2020, 11:28:59 CEST schrieb Roland Hieber: > The current process to generate a kernel .config file from a defconfig > is a bit cumbersome: > > $ ptxdist extract kernel > $ cd platform-foo/build-target/linux- > $ make ARCH=... CROSS_COMPILE=... foo_defc

Re: [ptxdist] Support durch Pengutronix

2020-10-01 Thread Alexander Dahl
Hallo Steffen, Sie haben an die öffentliche ptxdist-Mailingliste geschrieben. Hier wird üblicherweise auf Englisch kommuniziert. Zum konkreten Problem siehe unten (auf Englisch dann). You wrote to the public ptxdist mailing list, the usual language here is English. On your problem see below. On

Re: [ptxdist] Support durch Pengutronix

2020-10-02 Thread Alexander Dahl
is not set > # PTXCONF_QT5_EXAMPLES_UITOOLS is not set > # PTXCONF_QT5_EXAMPLES_VIRTUALKEYBOARD is not set > # PTXCONF_QT5_EXAMPLES_VULKAN is not set > # PTXCONF_QT5_EXAMPLES_WAYLAND is not set > # PTXCONF_QT5_EXAMPLES_WEBCHANNEL is not set > # PTXCONF_QT5_EXAMPLES_WEBENGINE is n

Re: [ptxdist] [PATCH 01/29] setup: sort mirrors alphabetically

2020-10-06 Thread Alexander Dahl
OR > + string > + default "https://ftp.x.org/archive > https://xorg.freedesktop.org/releases"; > + prompt "x.org Mirror" > + help > + For all x.org related packages enter an available mirror here. > + > choice > prompt "a

[ptxdist] busybox build fails with recent oselas toolchain

2020-10-19 Thread Alexander Dahl
Hei hei, with the recent OSELAS Toolchain 2020.08 building busybox fails like this: --- target: busybox.compile --- make: Entering directory '/home/adahl/Work/bsp/tt/ncl/platform-ncl/build- target/busybox-1.31.1' CC util-linux/mount.o util-linux/mou

Re: [ptxdist] busybox build fails with recent oselas toolchain

2020-10-19 Thread Alexander Dahl
Hello, Am Montag, 19. Oktober 2020, 10:54:49 CEST schrieb Alexander Dahl: > with the recent OSELAS Toolchain 2020.08 building busybox fails like this: > > --- > target: busybox.compile > --- > > make: Entering directory '/

[ptxdist] [PATCH 0/2] logrotate: Fix build with GCC 10

2020-10-22 Thread Alexander Dahl
last time, he added patches from Debian without further explanation why that is needed. I tried my best to explain why I dropped all, see commit message. Greets Alex Alexander Dahl (2): logrotate: Add license file hash logrotate: version bump 3.9.1 -> 3.17.0 .../logrotate-3.9.1/0001-

[ptxdist] [PATCH 2/2] logrotate: version bump 3.9.1 -> 3.17.0

2020-10-22 Thread Alexander Dahl
/tt/ncl/platform-ncl/build-target/logrotate-3.9.1' make: *** [Makefile:442: all-recursive] Error 1 make: Leaving directory '/home/adahl/Work/bsp/tt/ncl/platform-ncl/build-target/logrotate-3.9.1' make: *** [/usr/local/lib/ptxdist-2020.10.0/rules/post/ptxd_make_world_c

[ptxdist] [PATCH 1/2] logrotate: Add license file hash

2020-10-22 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- rules/logrotate.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/logrotate.make b/rules/logrotate.make index 43854f3c3..e7acc6668 100644 --- a/rules/logrotate.make +++ b/rules/logrotate.make @@ -23,6 +23,7 @@ LOGROTATE_URL := http

[ptxdist] [PATCH] monit: version bump 5.26.0 -> 5.27.1

2020-10-26 Thread Alexander Dahl
Lots of bugfixes! Note: 5.27.0 had quite a lot of cross-compiling issues, those are solved by upstream with 5.27.1 now. Link: https://mmonit.com/monit/changes/ Signed-off-by: Alexander Dahl --- rules/monit.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules

Re: [ptxdist] systemctl daemon-reload fails

2020-10-29 Thread Alexander Dahl
Hei hei, Am Mittwoch, 28. Oktober 2020, 18:40:58 CET schrieb Michael Olbrich: > On Wed, Oct 28, 2020 at 09:27:35AM -0400, Jon Ringle wrote: > > On Wed, Oct 28, 2020 at 3:59 AM Michael Olbrich > > > > wrote: > > > On Wed, Oct 28, 2020 at 08:28:11AM +0100, Michael Olbrich wrote: > > > > On Wed, Oc

Re: [ptxdist] systemctl daemon-reload fails

2020-10-29 Thread Alexander Dahl
Hei hei, Am Donnerstag, 29. Oktober 2020, 09:05:38 CET schrieb Michael Olbrich: > On Thu, Oct 29, 2020 at 08:13:44AM +0100, Alexander Dahl wrote: > > Am Mittwoch, 28. Oktober 2020, 18:40:58 CET schrieb Michael Olbrich: … > > > > On my target, it only has 64M of DRAM.

[ptxdist] [PATCH 2/4] dropbear: Revise comments

2020-11-05 Thread Alexander Dahl
Add more section markers and update recommendations based on upstream's 'default_options.h' file. Signed-off-by: Alexander Dahl --- rules/dropbear.in | 12 +++- rules/dropbear.make | 18 +++--- 2 files changed, 18 insertions(+), 12 deletions(-) dif

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

2020-11-05 Thread Alexander Dahl
review. This might also be squashed? Software itself briefly tested on armv7a aka sama5d27. Greets Alex Alexander Dahl (4): dropbear: Consider licenses of bundled libs dropbear: Revise comments dropbear: version bump 2019.78 -> 2020.79 dropbear: version bump 2020.79 -> 2020.81

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

2020-11-05 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 b/rules

[ptxdist] [PATCH 3/4] dropbear: version bump 2019.78 -> 2020.79

2020-11-05 Thread Alexander Dahl
orded license text and an actual SPDX identifier. Signed-off-by: Alexander Dahl --- rules/dropbear.in | 2 +- rules/dropbear.make | 11 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/rules/dropbear.in b/rules/dropbear.in index d01f2c73e..dbe1a34bc 100644 --- a/rules/drop

[ptxdist] [PATCH 1/4] dropbear: Consider licenses of bundled libs

2020-11-05 Thread Alexander Dahl
led libs will help detect future changes, as long as the dropbear package uses the bundled variant of that libs. Signed-off-by: Alexander Dahl --- rules/dropbear.make | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules/dropbear.make b/rules/dropbear.make index d52efa39

[ptxdist] [PATCH] host-tz-database: version bump 2020a -> 2020d

2020-11-05 Thread Alexander Dahl
See announcements: - https://mm.icann.org/pipermail/tz-announce/2020-October/59.html - https://mm.icann.org/pipermail/tz-announce/2020-October/60.html - https://mm.icann.org/pipermail/tz-announce/2020-October/62.html Signed-off-by: Alexander Dahl --- rules/host-tz-database.make | 8

Re: [ptxdist] [PATCH 3/4] dropbear: version bump 2019.78 -> 2020.79

2020-11-05 Thread Alexander Dahl
Hei hei, On Thu, Nov 05, 2020 at 09:13:01AM +0100, Alexander Dahl wrote: > Noteworthy changes (not all options accessible through ptxdist menu): > > - added support for ed25519 hostkeys and authorized_keys > - added support for chacha20-poly1305 authenticated cipher > - added supp

[ptxdist] [PATCH v2 1/4] dropbear: Consider licenses of bundled libs

2020-11-05 Thread Alexander Dahl
led libs will help detect future changes, as long as the dropbear package uses the bundled variant of that libs. Signed-off-by: Alexander Dahl --- rules/dropbear.make | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules/dropbear.make b/rules/dropbear.make index d52efa39

[ptxdist] [PATCH v2 0/4] dropbear: version bump 2019.78 -> 2020.81

2020-11-05 Thread Alexander Dahl
review. This might also be squashed? Software itself briefly tested on armv7a aka sama5d27. v1 -> v2: - Removed patch stack with patch 3/4. Greets Alex Alexander Dahl (4): dropbear: Consider licenses of bundled libs dropbear: Revise comments dropbear: version bump 2019.78 -> 2

[ptxdist] [PATCH v2 4/4] dropbear: version bump 2020.79 -> 2020.81

2020-11-05 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 b/rules

[ptxdist] [PATCH v2 3/4] dropbear: version bump 2019.78 -> 2020.79

2020-11-05 Thread Alexander Dahl
license text and an actual SPDX identifier. The patch stack was dropped, the one patch was integrated upstream. Signed-off-by: Alexander Dahl --- Notes: v2: - Remove patch stack .../0001-configure-Fix-disable-fuzz.patch | 47 --- patches/dropbear-2019.78/autogen.sh

[ptxdist] [PATCH v2 2/4] dropbear: Revise comments

2020-11-05 Thread Alexander Dahl
Add more section markers and update recommendations based on upstream's 'default_options.h' file. Signed-off-by: Alexander Dahl --- rules/dropbear.in | 12 +++- rules/dropbear.make | 18 +++--- 2 files changed, 18 insertions(+), 12 deletions(-) dif

Re: [ptxdist] [ANNOUNCE] PTXdist 2020.11.0 released

2020-11-05 Thread Alexander Dahl
rtlog below. > > Enjoy, > Michael Olbrich > > > AVazquez (1): > ptxd_make_fit_image: add architecture name > > Alexander Dahl (3): > monit: version bump 5.26.0 -> 5.27.1 > logrotate: Add license file hash > logrotate: version bump 3.9.1 -> 3.1

Re: [ptxdist] [PATCH v2 4/4] dropbear: version bump 2020.79 -> 2020.81

2020-11-13 Thread Alexander Dahl
Hello Michael, thanks for your review. See below. On Fri, Nov 13, 2020 at 11:26:01AM +0100, Michael Olbrich wrote: > On Fri, Nov 06, 2020 at 07:58:11AM +0100, Alexander Dahl wrote: > > Changes in LICENSE file: > > > > - updated copyright years > > - pointed to licens

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

2020-11-16 Thread Alexander Dahl
gt; v2: - Removed patch stack with patch 3/4. Greets Alex Alexander Dahl (5): dropbear: Consider licenses of bundled libs dropbear: Remove deprecated options dropbear: Revise comments dropbear: version bump 2019.78 -> 2020.79 dropbear: version bump 2020.79 -> 2020.81 .../0001-c

[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 b/rules

[ptxdist] [PATCH v3 1/5] dropbear: Consider licenses of bundled libs

2020-11-16 Thread Alexander Dahl
led libs will help detect future changes, as long as the dropbear package uses the bundled variant of that libs. Signed-off-by: Alexander Dahl --- rules/dropbear.make | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules/dropbear.make b/rules/dropbear.make index d52efa39

[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 4/5] dropbear: version bump 2019.78 -> 2020.79

2020-11-16 Thread Alexander Dahl
ut with a differently worded license text and an actual SPDX identifier. The patch stack was dropped, the one patch was integrated upstream. Signed-off-by: Alexander Dahl --- Notes: v3: - Reworded commit message v2: - Remove patch stack .../0001-configure-Fix-disable-

[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 +++---

Re: [ptxdist] Generate UBIFS Images

2021-01-20 Thread Alexander Dahl
Hello Alex, On Wed, Jan 20, 2021 at 11:56:55PM +0100, Alex Vazquez wrote: > I have some questions about generating UBIFS images. > First, I am using ptxdist-2018.05. For this version, I use Generate > UBIFS Images (NO new version). I would recommend to use the new approach, that should also work

  1   2   3   4   5   6   7   8   9   10   >