On Wed, Jan 15, 2020 at 10:25:55AM +0100, Roland Hieber wrote:
> On Tue, Jan 14, 2020 at 09:37:47PM +0100, Michael Olbrich via Gitolite wrote:
[...]
> > + @$(call install_lin, postgresql, postgres, /usr/bin/postmaster)
>
> Typo alert: s/install_lin,/install_link,/
And I was sure
Hi,
I'm happy to announce that I've just released ptxdist-2020.01.0.
Because of the holiday season, this is a very small release.
There are just a few version bumps and bug fixes.
Thanks to all contributors and - as always - the shortlog below.
Enjoy,
Michael Olbrich
Bastian
Hi,
On Thu, Jan 23, 2020 at 09:46:36PM +0100, Alexander Dahl wrote:
> 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
On Thu, Jan 02, 2020 at 02:35:43PM +0100, Roland Hieber wrote:
> Hi Florian,
>
> unfortunately your mailer seems to apply word wrapping to the patch, so
> it didn't apply for me. The git-format-patch manpage [1] has some tips how to
> prevent that.
>
> [1]: https://git-scm.com/docs/git-format-pat
On Tue, Jan 07, 2020 at 07:40:21PM +0100, Christian Hermann wrote:
> Previously, all of those _VERSION were empty on my system
>
> Signed-off-by: Christian Hermann
> ---
> configure.ac | 12 ++--
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/configure.ac b/configure
On Mon, Jan 13, 2020 at 09:47:37AM +0100, Guillermo Rodriguez Garcia wrote:
> El dom., 12 ene. 2020 a las 13:52, Michael Olbrich
> () escribió:
> >
> > On Tue, Dec 10, 2019 at 07:55:36PM +0100, Guillermo Rodríguez wrote:
> > > Signed-off-by: Guillermo Rodriguez
> &
On Mon, Jan 20, 2020 at 11:57:04PM +0100, Andreas Pretzsch wrote:
> For devices with no or defective HW RNG, it takes quite long until
> the kernel random device is seeded, up to several 10 seconds.
> See kernel "random: crng init done" message for this.
>
> As a consequence, anything using /dev/r
On Fri, Jan 10, 2020 at 02:19:24PM +0100, Michael Olbrich wrote:
> On Wed, Jan 08, 2020 at 04:00:57PM +0100, Artur Wiebe wrote:
> > I am trying to use the following inside a rules file:
> > @$(call install_alternative, system, 0, 0, 0644,
> > /usr/lib/systemd/system/
On Fri, Jan 24, 2020 at 05:57:50PM +0100, Michael Olbrich wrote:
> On Mon, Jan 13, 2020 at 09:47:37AM +0100, Guillermo Rodriguez Garcia wrote:
> > El dom., 12 ene. 2020 a las 13:52, Michael Olbrich
> > () escribió:
> > >
> > > On Tue, Dec 10, 2019 at 07:55:36PM
On Tue, Jan 28, 2020 at 04:27:04PM +0100, Ulrich Ölmann wrote:
> From: Björn Esser
>
> The OPC Foundation's UA NodeSets and other normative files which are released
> with an OPC UA specification (for details see [1]). Needed to build open62541.
>
> [1]
> https://github.com/OPCFoundation/UA-Nod
On Wed, Jan 29, 2020 at 12:06:17PM +0100, Ulrich Ölmann wrote:
> From: Björn Esser
>
> We also need to build a host-nodejs package first, as there
> are some tools needed to be executable on the host system
> during the intermediate cross-build process.
>
> This package drops support for NPM, as
On Wed, Jan 29, 2020 at 12:06:18PM +0100, Ulrich Ölmann wrote:
> From: Björn Esser
>
> Fast, reliable, and secure dependency management for Node.js.
>
> We use Yarn to generate an offline cache and a lock-file to be able to install
> all needed Node.js-packages reproducibly. This works even in e
On Wed, Jan 29, 2020 at 12:06:19PM +0100, Ulrich Ölmann wrote:
> From: Björn Esser
>
> This is a dummy package to specify and install required Node.js packages for
> the
> target system.
>
> The management of those packages and their dependencies is handled with
> Yarn (run through host-nodejs)
On Thu, Jan 30, 2020 at 11:17:39PM +0100, Ladislav Michl wrote:
> On Sun, Jan 19, 2020 at 10:37:53PM +0100, Ladislav Michl wrote:
> > Quite a few options were removed, so remome them from Kconfig as well.
> > Buildsystem counts on gcc to be used for linking and setting LD makes
> > build fail, so s
On Mon, Jan 27, 2020 at 09:26:40AM +0100, Philipp Zabel wrote:
> Signed-off-by: Philipp Zabel
> ---
> rules/weston.in | 12
> rules/weston.make | 14 --
> 2 files changed, 4 insertions(+), 22 deletions(-)
>
> diff --git a/rules/weston.in b/rules/weston.in
> index fe44f
On Tue, Jan 28, 2020 at 05:36:13PM +0100, Marian Cichy wrote:
> Signed-off-by: Marian Cichy
Some example use libopencv_dnn.so.4.2 but it's not installed.
Also, the rpath needs to be fixed (you know about this one already).
Michael
> ---
> rules/opencv.in | 17 +
> rules/openc
On Tue, Jan 28, 2020 at 05:36:17PM +0100, Marian Cichy wrote:
> CMake switches used ptx/ifdef with an ON/OFF define, but we have
> ptx/onoff for this case. Using this to sustain uniformity.
>
> Signed-off-by: Marian Cichy
> ---
> rules/opencv.make | 32
> 1 file
On Mon, Jan 13, 2020 at 01:55:12PM +0100, Lars Pedersen wrote:
> Add swanctl support which replaces the old starter, ipsec and stroke
> backend. Swanctl is only tested with systemd.
> https://wiki.strongswan.org/projects/strongswan/wiki/Charon-systemd
>
> Signed-off-by: Lars Pedersen
> ---
> v3:
On Fri, Jan 31, 2020 at 10:37:31PM +0100, Ladislav Michl wrote:
> On Fri, Jan 31, 2020 at 08:09:07AM +0100, Michael Olbrich wrote:
> > On Thu, Jan 30, 2020 at 11:17:39PM +0100, Ladislav Michl wrote:
> > > On Sun, Jan 19, 2020 at 10:37:53PM +0100, Ladislav Michl wrote:
> >
On Fri, Jan 31, 2020 at 08:11:34AM +0100, Michael Olbrich wrote:
> On Mon, Jan 27, 2020 at 09:26:40AM +0100, Philipp Zabel wrote:
> > Signed-off-by: Philipp Zabel
> > ---
> > rules/weston.in | 12
> > rules/weston.make | 14 --
> > 2 f
On Fri, Jan 17, 2020 at 11:00:55AM +0100, Philipp Zabel wrote:
> Add Vulkan standard validation layer package.
>
> Signed-off-by: Philipp Zabel
> ---
> New in v2.
> ---
> rules/vulkan-validationlayers.in | 22 ++
> rules/vulkan-validationlayers.make | 66 ++
On Fri, Jan 17, 2020 at 11:00:53AM +0100, Philipp Zabel wrote:
> Add reference SPIR-V generator, required to build Vulkan validation
> layers.
>
> Signed-off-by: Philipp Zabel
> ---
> New in v2.
> ---
> rules/glslang.in | 25 +++
> rules/glslang.make | 77 ++
as always - the shortlog below.
Enjoy,
Michael Olbrich
Alexander Dahl (1):
cmocka: new package
Andreas Pretzsch (2):
haveged: systemd service: import haveged.service from haveged 1.9.2 source
haveged: systemd service: move from multi-user.target to sysinit.target
Björn Esser
On Thu, Jan 30, 2020 at 04:47:50PM +0100, Clemens Gruber wrote:
> Signed-off-by: Clemens Gruber
Right, this needs v5.5 kernel headers :-/. I need to update my test BSP
before I can merge this. Ping me again if I forget about this.
Michael
> ---
> rules/libgpiod.make | 5 ++---
> 1 file changed
Hi,
On Tue, Feb 11, 2020 at 12:12:39PM +0100, Christian Hermann wrote:
> I found an issue where ptxdist internal variables BASH and BASH_VERSION (as
> defined in rules/bash.make) are shadowed.
> I suspect this is because makefiles require $BASH to be set to host's bash
> path.
>
> Maybe this coul
On Wed, Feb 12, 2020 at 09:30:29PM +0100, Uwe Kleine-König wrote:
> On Wed, Feb 12, 2020 at 11:11:12AM +0100, Ulrich Ölmann wrote:
> > Two new config options have been added in the meantime (see NetworkManager
> > commits [1] & [2]) which are both set to their reasonable default values.
> >
> > Th
On Thu, Feb 13, 2020 at 06:22:03PM +0100, Matthias Schiffer wrote:
> From: Markus Niebel
>
> Signed-off-by: Markus Niebel
> Signed-off-by: Matthias Schiffer
> ---
> rules/kmscube.make | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/rules/kmscube.make b/rules/kmscube.m
On Thu, Feb 13, 2020 at 06:22:04PM +0100, Matthias Schiffer wrote:
> Fixes build against recent glibc.
>
> Signed-off-by: Markus Niebel
> Signed-off-by: Matthias Schiffer
> ---
> rules/parted.in | 13 -
> rules/parted.make | 10 +-
> 2 files changed, 13 insertions(+), 10 d
On Thu, Feb 13, 2020 at 06:22:05PM +0100, Matthias Schiffer wrote:
> gettext's configure will automatically used the libraries it finds, and
> fall back to included versions otherwise. Avoid this non-deterministic
> behaviour by explicitly choosing the included libraries.
>
> In particular, this i
On Thu, Feb 13, 2020 at 06:22:06PM +0100, Matthias Schiffer wrote:
> Signed-off-by: Matthias Schiffer
> ---
>
> Considering who authored the upstream patch, I'm surprised this is not
> in PTXdist yet - it seems it was forgotten?
It probably got lost. We usually have more gst-plugins-good patches
On Thu, Feb 13, 2020 at 06:22:07PM +0100, Matthias Schiffer wrote:
> metacopy=on is supported on Linux 4.19+. Add fallback for older kernels.
I think we should just drop the option. It's just a nice-to-have feature
and in most cases, it does not make a any difference. The lower filesystem
is usual
On Tue, Feb 04, 2020 at 08:53:59AM +0100, Ulrich Ölmann wrote:
> From: Björn Esser
>
> This is a dummy package to specify and install required Node.js packages for
> the
> target system.
>
> The management of those packages and their dependencies is handled with
> Yarn (run through host-nodejs)
On Wed, Feb 05, 2020 at 11:42:41AM +0100, Ulrich Ölmann wrote:
> From: Björn Esser
>
> The open62541 project is an open source implementation of the OPC UA
> communication infrastructure which is used in industrial control.
>
> Signed-off-by: Björn Esser
> [uol: adjusted commit message]
> Signe
On Wed, Feb 12, 2020 at 05:40:33PM +0100, Ahmad Fatoum wrote:
> Trusted Firmware-A (TF-A) is a reference implementation of secure world
> software for Arm A-Profile architectures (Armv8-A and Armv7-A).
>
> Cc: Alejandro Vazquez
> Signed-off-by: Rouven Czerwinski
> Signed-off-by: Ahmad Fatoum
>
On Fri, Feb 14, 2020 at 12:13:31PM +0100, Guillermo Rodriguez Garcia wrote:
> Hi all,
>
> A little explanation on this.
>
> I need to pass DEVICE_TREE=xxx to uboot as this is the "official" way
> to build u-boot for the stm32mp1 platform with a device tree other
> than the board's default. I star
On Fri, Feb 14, 2020 at 06:33:51PM +0100, Mircea Ciocan wrote:
> Hello everybody, I'm trying to implement the following solution:
>
> I have a base firmware image configuration and a number of optional
> packages, for some later choices of the customers.
>
> I don't want to have the optional pack
On Fri, Feb 14, 2020 at 11:38:29AM +0100, Matthias Schiffer wrote:
> On Fri, 2020-02-14 at 10:48 +0100, Matthias Schiffer wrote:
> > On Fri, 2020-02-14 at 10:12 +0100, Michael Olbrich wrote:
> > > On Thu, Feb 13, 2020 at 06:22:05PM +0100, Matthias Schiffer wrote:
> > >
On Fri, Feb 14, 2020 at 09:53:41AM +0100, Matthias Schiffer wrote:
> On Fri, 2020-02-14 at 09:40 +0100, Michael Olbrich wrote:
> > On Thu, Feb 13, 2020 at 06:22:03PM +0100, Matthias Schiffer wrote:
> > > From: Markus Niebel
> > >
> > > Signed-off-by: Markus N
On Wed, Feb 05, 2020 at 11:42:41AM +0100, Ulrich Ölmann wrote:
> From: Björn Esser
>
> The open62541 project is an open source implementation of the OPC UA
> communication infrastructure which is used in industrial control.
>
> Signed-off-by: Björn Esser
> [uol: adjusted commit message]
> Signe
On Fri, Feb 14, 2020 at 11:38:54AM +0100, Matthias Schiffer wrote:
> Fixes build against recent glibc.
>
> Signed-off-by: Markus Niebel
> Signed-off-by: Matthias Schiffer
Please remove the patches for the old version.
Michael
> ---
> rules/parted.in | 12 ++--
> rules/parted.make |
On Thu, Feb 13, 2020 at 06:22:08PM +0100, Matthias Schiffer wrote:
> Update and move out of staging. The new version adds compatiblity with
> OpenSSL 1.1.x and switches to Python 3.
>
> The AMQP and MongoDB destinations are removed, they were never buildable
> without additional packages not avail
On Wed, Feb 05, 2020 at 11:42:39AM +0100, Ulrich Ölmann wrote:
> From: Björn Esser
>
> mbed TLS (formerly known as PolarSSL) makes it trivially easy
> for developers to include cryptographic and SSL/TLS capabilities
> in their (embedded) products, facilitating this functionality
> with a minimal
On Tue, Feb 04, 2020 at 08:53:57AM +0100, Ulrich Ölmann wrote:
> From: Björn Esser
>
> We also need to build a host-nodejs package first, as there
> are some tools needed to be executable on the host system
> during the intermediate cross-build process.
>
> This package drops support for NPM, as
On Thu, Feb 13, 2020 at 06:22:08PM +0100, Matthias Schiffer wrote:
> Update and move out of staging. The new version adds compatiblity with
> OpenSSL 1.1.x and switches to Python 3.
>
> The AMQP and MongoDB destinations are removed, they were never buildable
> without additional packages not avail
On Mon, Feb 03, 2020 at 09:38:20AM +0100, Lars Pedersen wrote:
> On Sat, 1 Feb 2020 at 07:47, Michael Olbrich wrote:
> > > +ifdef PTXCONF_STRONGSWAN_SWANCTL
> > > + @$(call install_lib, strongswan, 0, 0, 0644, libvici)
> > > + @$(call install_tree, strongsw
On Mon, Feb 17, 2020 at 10:50:12AM +0100, Roland Hieber wrote:
> On Fri, Feb 14, 2020 at 01:50:23PM +0100, Michael Olbrich wrote:
> > On Wed, Feb 05, 2020 at 11:42:41AM +0100, Ulrich Ölmann wrote:
>
> [...]
>
> > > diff --git a/rules/open62541.make b/rules/open625
On Mon, Feb 17, 2020 at 05:33:57PM +0100, Guillermo Rodriguez Garcia wrote:
> El lun., 17 feb. 2020 a las 17:26, Michael Tretter
> () escribió:
> >
> > On Wed, 12 Feb 2020 17:40:33 +0100, Ahmad Fatoum wrote:
> > > Trusted Firmware-A (TF-A) is a reference implementation of secure world
> > > softwar
On Wed, Feb 19, 2020 at 12:19:19PM +0100, Ulrich Ölmann wrote:
> Instead of hardcoding NetworkManager's major & minor versions in the URL
> derive
> that information from the already existing parameter.
>
> Two new config options have been added in the meantime (see NetworkManager
> commits [1] &
On Sat, Feb 15, 2020 at 01:52:05PM +0100, Bruno Thomsen wrote:
> Support for foreign_keys pragma was already enabled at
> compile-time, but it was not enabled by default on new
> database connections. It's still possible to turn off
> enforcement at runtime.
> This makes it easier to work on databa
On Thu, Feb 20, 2020 at 09:39:47AM +0100, Matthias Schiffer wrote:
> Update and move out of staging. The new version adds compatiblity with
> OpenSSL 1.1.x and switches to Python 3.
>
> The AMQP and MongoDB destinations are removed, they were never buildable
> without additional packages not avail
On Fri, Feb 21, 2020 at 08:12:37AM +0100, Bruno Thomsen wrote:
> Hi
>
> Den tor. 20. feb. 2020 kl. 12.20 skrev Philipp Zabel :
> > +#
> >
> > +# Target-Install
> > +#
> >
On Mon, Feb 24, 2020 at 12:00:51PM +0100, Uwe Kleine-König wrote:
> On Tue, Feb 18, 2020 at 03:57:20PM +0100, Uwe Kleine-König wrote:
> > unfs makes use of utime() which is unsuitable to set last access and
> > modification times for symlinks. So make use of the O_PATH flag to
> > open() and use th
On Tue, Feb 25, 2020 at 10:20:52AM +0100, Philipp Zabel wrote:
> Hi,
>
> On Wed, 2020-02-19 at 11:42 +0100, Ahmad Fatoum wrote:
> > Trusted Firmware-A (TF-A) is a reference implementation of secure world
> > software for Arm A-Profile architectures (Armv8-A and Armv7-A).
> >
> > Cc: Alejandro Vaz
On Tue, Feb 25, 2020 at 10:20:34AM -0500, Sandy Patterson wrote:
> I am not sure if the following patch is what was intended with the change
> to OOT=KEEP change for kernel. We have a folder within our BSP with a
> kernel tree and we symlink to that folder using local_src/kernel.
> and local_src/k
Hi,
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_BSP_AUTOVERSION does too) or the current VCS commit; or if the
> > BSP is not a VCS repo, or
On Fri, Feb 21, 2020 at 09:30:30AM +0100, Matthias Schiffer wrote:
> On Fri, 2020-02-21 at 08:47 +0100, Michael Olbrich wrote:
> > On Thu, Feb 20, 2020 at 09:39:47AM +0100, Matthias Schiffer wrote:
> > > --with-systemd-journal=$(call ptx/ifdef,
> > > PTXCONF
On Thu, Feb 27, 2020 at 03:44:47PM +0100, Alexander Dahl wrote:
> Some values in `/etc/opkg/opkg.conf` are replaced by 'install_replace'
> in targetinstall stage. Especially PTXCONF_OPKG_OPKG_CONF_URL can
> contain other variables which might change frequently when developing.
Right, this is a pro
Hi,
On Sat, Feb 29, 2020 at 06:41:27PM +0100, Alexander Dahl wrote:
> 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:
> &
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?
Michael
> ---
> rules/rootfs.make | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/rules/rootfs.make b/rules/rootfs.make
> index b338
On Fri, Mar 20, 2020 at 01:08:41PM +0100, Alexander Dahl wrote:
> 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 v
On Mon, Mar 23, 2020 at 10:48:59AM +, Effert Sascha (CM/EBV3) wrote:
> I replaced libcurl.in and libcurl.make with the actual master containing that
> commit. But it ends up with the same error.
>
> Even before ptxdist has set --with-default-ssl-backend=ssl already. I printed
> out all param
On Thu, Mar 26, 2020 at 08:28:26AM +, Denis Osterland-Heim wrote:
> Hi Roland,
>
> sorry for the confusion yesterday, seems it was to late for me...
>
> Am Mittwoch, den 25.03.2020, 19:33 +0100 schrieb Roland Hieber:
> > On Tue, Mar 24, 2020 at 02:53:23PM +, Denis Osterland-Heim wrote:
>
On Thu, Mar 26, 2020 at 09:03:58AM +, Denis Osterland-Heim wrote:
> Am Mittwoch, den 25.03.2020, 21:40 +0100 schrieb Roland Hieber:
> > On Wed, Mar 25, 2020 at 07:52:54PM +0100, Roland Hieber wrote:
> > > Nitpick: I don't know how picky opkg-based systems are with having
> > > monotonically inc
ll the new
stuff.
So this should be a pretty stable release. Most of the changes are version
bumps with a few bug fixes and cleanups in between.
Thanks to all contributors and - as always - the shortlog below.
Enjoy,
Michael Olbrich
Florian Faber (1):
zstd: new package
Guillermo Rodrígu
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:09 +0100, Philipp Zabel
wrote:
> Signed-off-by: Philipp Zabel
> ---
> rules/wayland-protocols.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/rules/wayland-protocols.make b/rul
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:14 +0100, Alexander Dahl wrote:
> The major change with 2018.76 was in configuration, moving from editing
> 'options.h' to adding things to 'localoptions.h'. The latter file must
> be created in the extracted sourc
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:22 +0100, Ladislav Michl wrote:
> Signed-off-by: Ladislav Michl
> ---
> rules/dnsmasq.in | 10 +-
> rules/dnsmasq.make | 1 +
> 2 files changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/rules/
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:24 +0100, Alexander Dahl wrote:
> 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/archiv
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:16 +0100, Lucas Stach wrote:
> Signed-off-by: Lucas Stach
> ---
> rules/iproute2.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/rules/iproute2.make b/rules/iproute2.make
> inde
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:09 +0100, r...@pengutronix.de
wrote:
> scripts/wrapper/libwrapper.sh adds these global options before the rest
> of its command line, so later options from the package's build system
> will overwrite them. Documen
Changes since (implicit) v2 from 2020:
> - Add hidden config option NCDU_WIDE_CHAR and let that depend on
> NCURSES_WIDE_CHAR like suggested by Michael Olbrich back in 2016
>
> + Changes since (implicit) v1 from 2016:
> - Rewrote from scratch, forgot abou
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:26 +0100, Alexander Dahl wrote:
> Signed-off-by: Alexander Dahl
> ---
> ...mory-leak-in-xmlSchemaValidateStream.patch | 29 +++
> patches/libxml2-2.9.10/series | 3 +-
> 2 files c
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:12 +0100, Alexander Dahl wrote:
> From: Alexander Dahl
>
> Found with codespell, but made plural.
>
> Fixes: 467db38b42ea ("shadow: new package")
> Signed-off-by: Alexander Dahl
> ---
> rules/shadow.in | 2 +-
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:10 +0100, Sandy Patterson
wrote:
> When building both kernel and kernel-headers from the same folder the
> kernel-headers currently get built inside the tree while kernel is built
> outside. This changes kernel-he
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:11 +0100, Ladislav Michl wrote:
> Signed-off-by: Ladislav Michl
> ---
> rules/util-linux-ng.in | 11 +++
> rules/util-linux-ng.make | 5 -
> 2 files changed, 15 insertions(+), 1 deletion(-)
>
> di
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:21 +0100, Ladislav Michl wrote:
> As projectroot's dnsmasq.conf is copied from example config of
> dnsmasq package, let's remove it from projectroot.
>
> Signed-off-by: Ladislav Michl
> ---
> projectroot/etc/dns
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:17 +0100, Philipp Zabel
wrote:
> - Drop applied patch 5adcb0a62acc ("util: remove the dependency on kcmp.h").
>
> Signed-off-by: Philipp Zabel
> ---
> ...util-remove-the-dependency-on-kcmp.h.patch | 35
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:22 +0100, Alexander Dahl wrote:
> 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
> ---
>
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:25 +0100, Alexander Dahl wrote:
> Signed-off-by: Alexander Dahl
> ---
> ...e-loop-in-xmlStringLenDecodeEntities.patch | 28 +++
> patches/libxml2-2.9.10/series | 4 ++-
> 2 files
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:15 +0100, Alexander Dahl wrote:
> While this might be not 100% conforming to ssh standard (?), it is
> common practice. DSA is considered weak [1] and e.g. OpenSSH deprecated
> it with the 7.0 release back in 2015
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:26 +0100, Alexander Dahl wrote:
> * https://www.lighttpd.net/2019/5/27/1.4.54/
> * behavior change: strict URL parsing and normalization (configurable)
> * performance enhancements, bug fixes
> * https://www.li
nd Hieber)
> - Added loginrec.c which contains the BSD-2-Clause text (Michael
> Olbrich)
>
> rules/dropbear.make | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/rules/dropbear.make b/rules/dropbear.make
> index 9b7173387..a3b867817 100644
> -
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:20 +0100, Ladislav Michl wrote:
> Signed-off-by: Ladislav Michl
> ---
> rules/dnsmasq.make | 50 +++---
> 1 file changed, 16 insertions(+), 34 deletions(-)
>
> diff --git
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:19 +0100, Ladislav Michl wrote:
> Signed-off-by: Ladislav Michl
> ---
> rules/dnsmasq.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/rules/dnsmasq.in b/rules/dnsmasq.in
> index aec63
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:17 +0100, Lucas Stach wrote:
> Signed-off-by: Lucas Stach
> ---
> rules/iproute2.in | 7 +++
> rules/iproute2.make | 1 +
> 2 files changed, 8 insertions(+)
>
> diff --git a/rules/iproute2.in b/rules/iprou
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:28 +0100, Ulrich Ãlmann
wrote:
> From: Björn Esser
>
> The OPC Foundation's UA NodeSets and other normative files which are released
> with an OPC UA specification (for details see [1]). Needed to build open625
> 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)
>
> rules/libxml2.make | 6 +-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
&g
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:30 +0100, Ulrich Ãlmann
wrote:
> From: Björn Esser
>
> Fast, reliable, and secure dependency management for Node.js.
>
> We use Yarn to generate an offline cache and a lock-file to be able to install
> all nee
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:29 +0100, Ulrich Ãlmann
wrote:
> From: Björn Esser
>
> We also need to build a host-nodejs package first, as there
> are some tools needed to be executable on the host system
> during the intermediate cross-bui
Thanks, applied.
Michael
[sent from post-receive hook]
On Fri, 27 Mar 2020 10:52:31 +0100, Ulrich Ãlmann
wrote:
> From: Björn Esser
>
> This is a dummy package to specify and install required Node.js packages for
> the
> target system.
>
> The management of those packages and their depend
Hi,
As you may have noticed, I sent out some scripted 'patch applied' mails.
I've been working on my tooling a bit and this is one of the results from
this.
This is still work in progress, so please speak up if you notice any
problems with this. I am also interested in suggestions about the conte
On Thu, Mar 26, 2020 at 05:03:56PM +, Denis Osterland-Heim wrote:
> NXP user space util used by mfgtool.
>
> Signed-off-by: Denis Osterland-Heim
> ---
> ...001-sh-does-not-support-array-syntax.patch | 117 ++
> .../series| 4 +
> rules/im
The new version added a instance of the MIT license.
Not all of the components listed in the LICENSE are used (external
dependencies instead of internal ones and other unused stuff). But some of
them are relevant, such as BSD-3-Clause for v8 and ISC of other smaller
stuff.
Signed-off-by: Michael
On Fri, Mar 27, 2020 at 12:45:08PM +0100, Roland Hieber wrote:
> On Fri, Mar 27, 2020 at 11:10:20AM +0100, Michael Olbrich wrote:
> > Hi,
> >
> > As you may have noticed, I sent out some scripted 'patch applied' mails.
> > I've been working on my tooling
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")
> Signed-off-by: Alexander Dahl
> ---
> rules/u-boot.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff
On Thu, Mar 26, 2020 at 05:03:57PM +, Denis Osterland-Heim wrote:
> v1->v2:
> - 1/3 use tabs for defines, suggested by Roland Hiebler
> - 1/3 add dummy version before git hash, suggested by Michael Olbricht,
>Roland Hiebler and Guillermo Rodriguez Garcia
> - 1/3 remove obsolete CREDI
On Fri, Mar 20, 2020 at 12:31:05PM +0100, Michael Olbrich wrote:
> On Thu, Feb 27, 2020 at 03:44:47PM +0100, Alexander Dahl wrote:
> > Some values in `/etc/opkg/opkg.conf` are replaced by 'install_replace'
> > in targetinstall stage. Especially PTXCONF_OPKG_OPKG_CONF_
On Mon, Mar 30, 2020 at 04:27:48PM +, Denis Osterland-Heim wrote:
> NetworkManager pppd compile support seems broken.
>
> ../NetworkManager-1.20.8/src/ppp/nm-pppd-plugin.c:34:10: fatal error:
> pppd/eui64.h: No such file or directory
>34 | #include
> | ^~
> com
On Tue, Mar 31, 2020 at 05:17:04AM +, Denis Osterland-Heim wrote:
> Hi Michael,
>
> Am Montag, den 30.03.2020, 21:39 +0200 schrieb Michael Olbrich:
> > On Mon, Mar 30, 2020 at 04:27:48PM +, Denis Osterland-Heim wrote:
> > > NetworkManager pppd comp
Thanks, applied as 403cd8884939d430aecbecbf8db3d567a209ff64.
Michael
[sent from post-receive hook]
On Wed, 01 Apr 2020 17:06:43 +0200, Alexander Dahl wrote:
> Fixes: 189159b2c34b ("u-boot: use ptx/cfghash-file instead of manual tricks
> to rebuild the package")
> Signed-off-by: Alexander Dahl
1 - 100 of 6947 matches
Mail list logo