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
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
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
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
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
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
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
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
> > &
Hei hei,
just a quick series with typo fixes in both docs and .in rule files.
Greets
Alex
___
ptxdist mailing list
ptxdist@pengutronix.de
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
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
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
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
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
* 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
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
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
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
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.
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")
> >
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
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
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
/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
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
/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
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|
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
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
> ~~
>
> @@ -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
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
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
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
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
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
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
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
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
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
&
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
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
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
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
> 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
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):
> >
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
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
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
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
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
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
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
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
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 '/
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-
/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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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 +++---
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 - 100 of 1104 matches
Mail list logo